]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* lisp/pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
[gnu-emacs] / lisp / ChangeLog
1 2013-06-01 Glenn Morris <rgm@gnu.org>
2
3 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
4
5 Plain (f)boundp silences compilation warnings since Emacs 22.1.
6 * progmodes/cc-cmds.el (delete-forward-p):
7 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
8 * progmodes/cc-engine.el (buffer-syntactic-context):
9 * progmodes/cc-fonts.el (face-property-instance):
10 * progmodes/cc-mode.el (set-keymap-parents):
11 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
12 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
13 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
14 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
15 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
16
17 * progmodes/cc-vars.el (other): Emacs has this widget since
18 at least 21.1, so don't (re)define it.
19
20 * eshell/em-cmpl.el (eshell-cmpl-initialize):
21 Replace the obsolete alias pcomplete-arg-quote-list.
22
23 2013-06-01 Leo Liu <sdl.web@gmail.com>
24
25 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
26 punctuation syntax.
27 (inferior-octave-minimal-columns)
28 (inferior-octave-last-column-width): New variables.
29 (inferior-octave-track-window-width-change): New function.
30 (inferior-octave-mode): Adjust column width so that Octave output,
31 for example from 'ls', can fit into the window nicely.
32
33 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
34
35 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
36 Highlight expansions inside regexp literals.
37
38 2013-05-31 Glenn Morris <rgm@gnu.org>
39
40 * obsolete/sym-comp.el (symbol-complete):
41 Replace obsolete completion-annotate-function.
42
43 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
44
45 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
46
47 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p): New
48 function, checks if point is inside a literal that allows
49 expression expansion.
50 (ruby-syntax-propertize-expansion): Use it.
51 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
52 around the body.
53
54 2013-05-30 Juri Linkov <juri@jurta.org>
55
56 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
57 to "\M-si".
58 (isearch-invisible): New variable.
59 (isearch-forward): Doc fix.
60 (isearch-mode): Set `isearch-invisible'
61 to the value of `search-invisible'.
62 (isearch-toggle-case-fold): Doc fix.
63 (isearch-toggle-invisible): New command.
64 (isearch-query-replace): Let-bind `search-invisible'
65 to the value of `isearch-invisible'.
66 (isearch-search): Use `isearch-invisible' instead of
67 `search-invisible'. Let-bind `search-invisible'
68 to the value of `isearch-invisible'. (Bug#11378)
69
70 2013-05-30 Juri Linkov <juri@jurta.org>
71
72 * replace.el (perform-replace): Avoid `isearch-range-invisible'
73 call when `query-flag' is nil and `search-invisible' is non-nil.
74 (Bug#11746)
75
76 2013-05-30 Glenn Morris <rgm@gnu.org>
77
78 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
79
80 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
81 (cc-require): Suppress spurious "noruntime" warnings.
82 (cc-require-when-compile): Use fboundp, for sake of compiler.
83
84 * progmodes/cc-mode.el: Move load of cc-vars before that of
85 cc-langs (which in turn loads cc-vars), to quieten compiler.
86
87 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
88
89 * paren.el: Simplify the code.
90 (show-paren-mode): Always start the timer.
91 (show-paren--idle-timer): Rename from show-paren-idle-timer.
92 (show-paren--overlay, show-paren--overlay-1): Rename from
93 show-paren-overlay and show-paren-overlay-1, and initialize to an
94 overlay rather than to nil.
95 (show-paren-function): Misc cleanup and simplifications.
96
97 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
98
99 * paren.el (show-paren-data-function): New hook.
100 (show-paren--default): New function, extracted from show-paren-function.
101 (show-paren-function): Use show-paren-data-function.
102
103 2013-05-30 Glenn Morris <rgm@gnu.org>
104
105 * ielm.el (ielm-map, ielm-complete-symbol):
106 Use completion-at-point rather than obsolete functions.
107 (inferior-emacs-lisp-mode): Doc fix.
108 Set completion-at-point-functions, rather than
109 comint-dynamic-complete-functions.
110
111 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
112 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
113 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
114
115 * image.el (image-animated-p): Tweak definition.
116
117 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
118 (rlogin-process-connection-type): Tweak default. Add set-after.
119 (rlogin-host): Doc fix.
120 (rlogin): Tweak prompt.
121 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
122
123 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
124 * progmodes/tcl.el (inferior-tcl-mode-map):
125 Use completion-at-point rather than obsolete alias.
126
127 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
128
129 * minibuffer.el (read-file-name-completion-ignore-case):
130 Move before completion--in-region, for eager macro expansion.
131
132 2013-05-29 Juri Linkov <juri@jurta.org>
133
134 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
135 for total count of matching lines. Add `global-matches' for total
136 count of matches. Rename `matches' to `lines' for count of
137 matching lines. Add `matches' for count of matches.
138 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
139 to `prev-line' for line number of prev match endpt.
140 Increment `matches' for every match. Print the number of
141 matching lines in the header.
142 (occur-context-lines): Rename `lines' to `curr-line'.
143 Rename `prev-lines' to `prev-line'. (Bug#14017)
144
145 2013-05-29 Juri Linkov <juri@jurta.org>
146
147 * replace.el (perform-replace): Add `skip-read-only-count',
148 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
149 Increment them for corresponding conditions and report the number
150 of skipped occurrences in the final message. (Bug#11746)
151 (query-replace, query-replace-regexp, query-replace-regexp-eval)
152 (replace-string, replace-regexp): Doc fix.
153
154 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
155
156 * emacs-lisp/trace.el (trace--read-args): Provide a default.
157
158 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
159 prog-mode-map.
160
161 2013-05-29 Leo Liu <sdl.web@gmail.com>
162
163 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
164 (octave-help): Small simplification.
165
166 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
167 off the highlight first.
168
169 2013-05-29 Glenn Morris <rgm@gnu.org>
170
171 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
172 Handle idlwave-last-system-routine-info-cons-cell being nil.
173
174 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
175 (idlwave-write-paths): Simplify via with-temp-buffer.
176
177 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
178 * emulation/cua-rect.el: Also load cua-base at run time.
179
180 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
181 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
182 (cperl-imenu-on-info): Require imenu.
183
184 2013-05-28 Alan Mackenzie <acm@muc.de>
185
186 Handle "capitalised keywords" correctly.
187 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
188
189 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
190
191 * eshell/em-unix.el: Added -r option to cp
192
193 2013-05-28 Glenn Morris <rgm@gnu.org>
194
195 * vc/vc-arch.el (vc-exec-after): Declare.
196 (vc-switches): Autoload.
197 * vc/vc-bzr.el: No need to require vc when compiling.
198 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
199 (vc-resynch-buffer, vc-dir-refresh): Declare.
200 (vc-setup-buffer, vc-switches): Autoload.
201 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
202 (vc-resynch-buffer): Declare.
203 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
204 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
205 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
206 (grep-read-regexp, grep-read-files, grep-expand-template)
207 (vc-dir-refresh): Declare.
208 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
209 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
210 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
211 * vc/vc-mtn.el (vc-exec-after): Declare.
212 (vc-switches): Autoload.
213 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
214 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
215 (vc-file-tree-walk): Declare.
216 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
217 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
218 (vc-tag-precondition, vc-rename-master): Autoload.
219 * vc/vc-svn.el (vc-exec-after): Declare.
220 (vc-switches, vc-setup-buffer): Autoload.
221 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
222 Autoload.
223 (vc-resynch-buffer): Declare.
224
225 * obsolete/fast-lock.el (byte-compile-warnings):
226 Don't warn about obsolete features in this obsolete file.
227
228 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
229 Move definition before use.
230
231 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
232 (dun-unix-verbs): Remove dun-zippy.
233 (dun-zippy): Remove function.
234
235 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
236
237 2013-05-27 Juri Linkov <juri@jurta.org>
238
239 * replace.el (replace-search): New function with code moved out
240 from `perform-replace'.
241 (replace-highlight, replace-dehighlight): Move function definitions
242 up closer to `replace-search'. (Bug#11746)
243
244 2013-05-27 Juri Linkov <juri@jurta.org>
245
246 * replace.el (perform-replace): Ignore invisible matches.
247 In addition to checking `query-replace-skip-read-only', also
248 filter out matches by calling `run-hook-with-args-until-failure'
249 on `isearch-filter-predicates', and also check `search-invisible'
250 for t or call `isearch-range-invisible'.
251 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
252
253 2013-05-27 Juri Linkov <juri@jurta.org>
254
255 * isearch.el (isearch-filter-predicates): Rename from
256 `isearch-filter-predicate'. Doc fix. (Bug#11378)
257 (isearch-message-prefix): Display text from the property
258 `isearch-message-prefix' of the currently active filters.
259 (isearch-search): Don't compare `isearch-filter-predicate' with
260 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
261 on `isearch-filter-predicates'. Also check `search-invisible' for t
262 or call `isearch-range-invisible'.
263 (isearch-filter-visible): Make obsolete.
264 (isearch-lazy-highlight-search):
265 Call `run-hook-with-args-until-failure' on
266 `isearch-filter-predicates' and use `isearch-range-invisible'.
267
268 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
269 `isearch-filter-predicates' instead of `funcall'ing
270 `isearch-filter-predicate'.
271 (Info-mode): Set `Info-isearch-filter' to
272 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
273
274 * dired-aux.el (dired-isearch-filter-predicate-orig):
275 Remove variable.
276 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
277 (dired-isearch-filenames-end): Add and remove
278 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
279 instead of changing the value of `isearch-filter-predicate'.
280 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
281 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
282 Put property `isearch-message-prefix' to "filename " on
283 `dired-isearch-filter-filenames'.
284
285 * wdired.el (wdired-change-to-wdired-mode):
286 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
287 locally instead of changing `isearch-filter-predicate'.
288 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
289
290 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
291
292 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
293 return the commit hash (Bug#14459). Also set the
294 `vc-git-detached' property.
295 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
296 (vc-git-mode-line-string): Use the same help-echo format whether
297 in detached mode or not, because we know the actual revision now.
298 When in detached mode, shorten the revision to 7 chars.
299
300 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
301
302 * emacs-lisp/easy-mmode.el (define-minor-mode):
303 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
304 mode hook and provide a docstring.
305
306 2013-05-27 Alan Mackenzie <acm@muc.de>
307
308 Remove spurious syntax-table text properties inserted by C-y.
309 * progmodes/cc-mode.el (c-after-change): Also clear hard
310 syntax-table property with value nil.
311
312 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
313
314 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
315 when reading the events; the buffer layout shall not be changed.
316
317 2013-05-27 Leo Liu <sdl.web@gmail.com>
318
319 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
320 New variable.
321 (inferior-octave-directory-tracker): Automatically re-sync
322 default-directory.
323 (octave-help): Improve handling of 'See also'.
324
325 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
326
327 * doc-view.el: Minor naming convention tweaks.
328 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
329
330 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
331 even if there's no `display' property yet (bug#14435).
332
333 2013-05-25 Eli Zaretskii <eliz@gnu.org>
334
335 * subr.el (unmsys--file-name): Rename from reveal-filename.
336
337 * Makefile.in (custom-deps, finder-data, autoloads)
338 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
339 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
340 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
341
342 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
343
344 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
345 error-completion on the first 2 args of condition-case (bug#14446).
346 Don't burp at EOB.
347
348 2013-05-25 Leo Liu <sdl.web@gmail.com>
349
350 * comint.el (comint-previous-matching-input): Do not flood the
351 *Messages* buffer with trivial messages.
352
353 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
354
355 * progmodes/flymake.el (flymake-nop): Don't return a string.
356 (flymake-set-at): Fix typo.
357
358 * simple.el (read--expression): New function, extracted from
359 eval-expression. Set completion-at-point-functions (bug#14465).
360 (eval-expression, eval-minibuffer): Use it.
361
362 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
363
364 * progmodes/flymake.el (flymake-save-buffer-in-file)
365 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
366 (flymake-selected-frame, flymake-log, flymake-ins-after)
367 (flymake-set-at, flymake-get-buildfile-from-cache)
368 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
369 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
370 Refine the doc string.
371 (flymake-get-file-name-mode-and-masks): Reformat.
372 (flymake-get-real-file-name-function): Fix a minor bug.
373
374 2013-05-24 Juri Linkov <juri@jurta.org>
375
376 * progmodes/grep.el (grep-mode-font-lock-keywords):
377 Support =linenumber= format used by git-grep for lines with
378 function names. (Bug#13549)
379
380 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
381
382 * progmodes/octave.el (octave-smie-rules): Return nil rather than
383 0 after a semi-colon; it works better for smie-auto-fill.
384 (octave--indent-new-comment-line): New function.
385 (octave-indent-new-comment-line): Use it (indirectly).
386 (octave-mode): Don't disable smie-auto-fill. Use add-function to
387 modify comment-line-break-function.
388
389 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
390 (smie-setup): Use add-function to set it.
391
392 2013-05-24 Sam Steingold <sds@gnu.org>
393
394 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
395 argument (before the `interactive' argument).
396
397 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
398
399 * image-mode.el (image-mode-winprops): Add winprops to
400 image-mode-winprops-alist before running
401 image-mode-new-window-functions.
402 * doc-view.el (doc-view-new-window-function): Don't delay
403 doc-view-goto-page via timers (bug#14435).
404
405 2013-05-24 Tassilo Horn <tsdh@gnu.org>
406
407 * doc-view.el: Integrate with desktop.el. (Bug#14435)
408 (doc-view-desktop-save-buffer): New function.
409 (doc-view-restore-desktop-buffer): New function.
410 (desktop-buffer-mode-handlers):
411 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
412 handler.
413 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
414 `desktop-save-buffer' function.
415
416 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
417
418 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
419 (tramp-gvfs-file-name-handler): Raise a user error when
420 `tramp-gvfs-enabled' is nil.
421 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
422 Do not raise a user error when loading package. (Bug#14447)
423
424 * net/xesam.el: Move to obsolete/.
425
426 2013-05-24 Glenn Morris <rgm@gnu.org>
427
428 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
429
430 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
431
432 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
433 (Info-find-node, Man-getpage-in-background): Declare.
434
435 * mail/unrmail.el (unrmail):
436 Replace obsolete detect-coding-with-priority.
437
438 * net/socks.el (socks-split-string): Use this rather than split-string.
439 (socks-nslookup-host): Update for above change.
440 (dynamic-choice, s5-dynamic-choice-match)
441 (s5-dynamic-choice-match-inline, s5-widget-value-create):
442 Comment out unused code.
443
444 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
445 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
446 (gud-tooltip-echo-area): Make obsolete.
447 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
448
449 * progmodes/js.el (js--optimize-arglist): Declare.
450
451 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
452
453 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
454 (ediff-window-C): Declare.
455
456 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
457 Tweak requires to silence compiler.
458
459 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
460 (he-search-string, he-tried-table, he-expand-list)
461 (he-init-string, he-string-member, he-substitute-string)
462 (he-reset-string): Declare.
463
464 * obsolete/options.el (list-options): Use custom-variable-p,
465 rather than obsolete alias.
466
467 2013-05-23 Sam Steingold <sds@gnu.org>
468
469 * simple.el (shell-command-on-region): Pass the `replace' argument
470 down to `call-process-region' to comply with the doc as reported on
471 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
472
473 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
474
475 * emacs-lisp/smie.el (smie-indent-forward-token)
476 (smie-indent-backward-token): Handle string tokens (bug#14381).
477
478 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
479
480 * ielm.el (ielm-menu): New menu.
481 (inferior-emacs-lisp-mode): Set comment-start.
482
483 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
484
485 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
486 Fix deactivate action.
487
488 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
489 Add cleveref macros.
490
491 * lisp/textmodes/reftex-parse.el
492 (reftex-locate-bibliography-files): Accept options for
493 bibliography commands.
494 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
495 Add addbibresource. Basic Biblatex support.
496
497 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
498
499 * net/tramp-gvfs.el (top):
500 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
501 when loading package. (Bug#14447)
502
503 2013-05-23 Glenn Morris <rgm@gnu.org>
504
505 * progmodes/js.el: No need to load comint when compiling.
506 (ring-insert, comint-send-string, comint-send-input)
507 (comint-last-input-end, ido-chop): Declare.
508
509 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
510 * vc/ediff-mult.el: Adjust requires.
511 (ediff-directories-internal, ediff-directory-revisions-internal)
512 (ediff-patch-file-internal): Declare.
513 * vc/ediff-ptch.el: Adjust requires.
514 (ediff-use-last-dir, ediff-buffers-internal): Declare.
515 (ediff-find-file): Autoload.
516 * vc/ediff-util.el: No need to load ediff when compiling.
517 (ediff-regions-internal): Declare.
518 * vc/ediff-wind.el: Adjust requires.
519 (ediff-compute-toolbar-width): Define when compiling.
520 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
521 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
522 (dired-get-filename, dired-get-marked-files)
523 (ediff-last-dir-patch, ediff-patch-default-directory)
524 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
525 (ediff-patch-buffer-internal): Declare.
526
527 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
528 (ispell-process, ispell-buffer-local-words, lm-summary)
529 (lm-section-start, lm-section-end): Declare.
530 (checkdoc-ispell-init): Simplify.
531
532 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
533 (he-string-member, he-reset-string, he-substitute-string): Declare.
534
535 * eshell/em-ls.el: Adjust requires.
536 (eshell-glob-regexp): Declare.
537 * eshell/em-tramp.el: Adjust requires.
538 (eshell-parse-command): Autoload.
539 * eshell/em-xtra.el: Adjust requires.
540 (eshell-parse-command): Autoload.
541 * eshell/esh-ext.el: Adjust requires.
542 (eshell-parse-command, eshell-close-handles): Autoload.
543 * eshell/esh-io.el: Adjust requires.
544 (eshell-output-filter): Autoload.
545 * eshell/esh-util.el: No need to load tramp when compiling.
546 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
547 Declare.
548 (eshell-parse-ange-ls): Require ange-ftp and tramp.
549 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
550 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
551 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
552 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
553 * eshell/esh-opt.el, eshell/esh-proc.el:
554 * eshell/esh-var.el: Adjust requires.
555 * eshell/eshell.el: Do not require esh-util twice.
556 (eshell-add-input-to-history): Declare.
557 (eshell-command): Check history module is active before using it.
558
559 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
560
561 2013-05-22 Leo Liu <sdl.web@gmail.com>
562
563 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
564
565 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
566
567 * autorevert.el (auto-revert-notify-add-watch)
568 (auto-revert-notify-handler): Add `attrib' for the inotify case,
569 it indicates changes in file modification time.
570
571 2013-05-22 Glenn Morris <rgm@gnu.org>
572
573 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
574 Always delete the autoloaded function from the noruntime and
575 unresolved functions lists.
576
577 * allout.el: No need to load epa, epg, overlay when compiling.
578 (epg-context-set-passphrase-callback, epg-list-keys)
579 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
580 (epg-key-user-id-list): Declare.
581
582 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
583 (viper-set-parsing-style-toggling-macro)
584 (viper-set-emacs-state-searchstyle-macros):
585 Use called-interactively-p on Emacs.
586 (viper-looking-back): Make it an obsolete alias. Update callers.
587 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
588 Use looking-back rather than viper-looking-back.
589 (viper-tmp-insert-at-eob, viper-enlarge-region)
590 (viper-read-string-with-history, viper-register-to-point)
591 (viper-append-to-register, viper-change-state-to-vi)
592 (viper-backward-char-carefully, viper-forward-char-carefully)
593 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
594 (viper-change-state-to-emacs): Declare.
595 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
596 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
597 * emulation/viper-mous.el: Do not load viper-cmd.
598 (viper-backward-char-carefully, viper-forward-char-carefully)
599 (viper-forward-word, viper-adjust-window): Declare.
600
601 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
602
603 * progmodes/idlw-help.el (idlwave-help-fontify):
604 Use called-interactively-p.
605
606 * term/w32console.el (w32-get-console-codepage)
607 (w32-get-console-output-codepage): Declare.
608
609 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
610 Remove unnecessary declarations.
611 (dframe-message): Doc fix.
612
613 * info.el (dframe-select-attached-frame, dframe-current-frame):
614 Declare.
615
616 * speedbar.el (speedbar-message): Make it an obsolete alias.
617 Update all callers.
618 (speedbar-with-attached-buffer)
619 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
620 (speedbar-with-writable): Use backquote.
621 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
622 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
623 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
624 rather than speedbar- aliases.
625 * mail/rmail.el: Load dframe rather than speedbar when compiling.
626 (speedbar-make-specialized-keymap, speedbar-insert-button)
627 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
628 (speedbar-do-function-pointer): Declare.
629 (rmail-speedbar-button, rmail-speedbar-find-file)
630 (rmail-speedbar-move-message):
631 Use dframe-with-attached-buffer rather than speedbar- alias.
632 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
633 (dframe-message, speedbar-make-specialized-keymap)
634 (speedbar-add-expansion-list, speedbar-mode-functions-list)
635 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
636 (speedbar-insert-button, dframe-select-attached-frame)
637 (dframe-maybee-jump-to-attached-frame)
638 (speedbar-change-initial-expansion-list)
639 (speedbar-previously-used-expansion-list-name): Declare.
640 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
641 Use dframe-message, dframe-with-attached-buffer rather than
642 speedbar- aliases.
643 (gud-sentinel): Silence compiler.
644 * progmodes/vhdl-mode.el (speedbar-refresh)
645 (speedbar-do-function-pointer, speedbar-add-supported-extension)
646 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
647 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
648 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
649 (speedbar-file-lists, speedbar-make-tag-line)
650 (speedbar-line-directory, speedbar-goto-this-file)
651 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
652 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
653 (speedbar-make-button, speedbar-reset-scanners)
654 (speedbar-files-item-info, speedbar-line-text)
655 (speedbar-find-file-in-frame, speedbar-set-timer)
656 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
657 (speedbar-with-writable): Do not (re)define it.
658 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
659 rather than speedbar- alias.
660
661 2013-05-21 Leo Liu <sdl.web@gmail.com>
662
663 * progmodes/octave.el (octave-mode-menu): Update and re-organize
664 menu items.
665 (octave-mode): Tweak fill-nobreak-predicate.
666 (inferior-octave-startup): Check process to avoid infinite loop.
667 (inferior-octave): Pop to buffer first to show abornmal process
668 exit information.
669
670 2013-05-21 Glenn Morris <rgm@gnu.org>
671
672 * printing.el (pr-menu-bar): Define when compiling.
673
674 2013-05-21 Leo Liu <sdl.web@gmail.com>
675
676 * progmodes/octave.el (octave-auto-fill): Remove.
677 (octave-indent-new-comment-line): Improve.
678 (octave-mode): Use auto fill mode through
679 comment-line-break-function and fill-nobreak-predicate
680 (octave-goto-function-definition): Support DEFUN_DLD.
681 (octave-beginning-of-defun): Small Tweak
682 (octave-help): Show parent directory.
683
684 2013-05-21 Glenn Morris <rgm@gnu.org>
685
686 * files.el (dired-unmark):
687 * progmodes/gud.el (gdb-input): Update declarations.
688
689 * calculator.el (electric, ehelp): No need to load when compiling.
690 (Electric-command-loop, electric-describe-mode): Declare.
691
692 * doc-view.el (doc-view-current-converter-processes): Move before use.
693
694 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
695 Move MODE-set-explicitly definition before use.
696
697 * international/mule-diag.el (mule-diag):
698 Don't use obsolete window-system-version.
699
700 * mail/feedmail.el (smtpmail): No need to load when compiling.
701 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
702
703 * mail/mail-utils.el (rfc822): No need to load when compiling.
704 (rfc822-addresses): Autoload it.
705 (mail-strip-quoted-names): Trivial simplification.
706
707 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
708 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
709
710 * net/snmp-mode.el (tempo): Don't duplicate requires.
711
712 * progmodes/prolog.el (info): No need to load when compiling.
713 (comint): Require before shell requires it.
714 (Info-goto-node): Autoload it.
715 (Info-follow-nearest-node): Declare.
716 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
717
718 * textmodes/artist.el (picture-mode-exit): Declare.
719
720 * textmodes/reftex-parse.el (reftex-parse-from-file):
721 Trivial rewrite so the compiler can parse it better.
722
723 2013-05-20 Leo Liu <sdl.web@gmail.com>
724
725 * progmodes/octave.el (octave-help-mode-map)
726 (octave-help-mode-finish-hook): New variables.
727 (octave-help-mode, octave-help-mode-finish): New functions.
728 (octave-help): Use octave-help-mode.
729
730 2013-05-20 Glenn Morris <rgm@gnu.org>
731
732 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
733
734 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
735
736 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
737 start at point, so that expansion starting right after opening
738 slash in a regexp is recognized.
739 (ruby-syntax-before-regexp-re): New defvar, extracted from
740 ruby-syntax-propertize-function. Since the value of this regexp
741 is looked up at runtime now, we should be able to turn
742 `ruby-syntax-methods-before-regexp' into a defcustom later.
743 (ruby-syntax-propertize-function): Split regexp matching into two
744 parts, for opening and closing slashes. That allows us to skip
745 over string interpolations and support multiline regexps.
746 Don't call `ruby-syntax-propertize-expansions', instead use another rule
747 for them, which calls `ruby-syntax-propertize-expansion'.
748 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
749 call to `ruby-syntax-propertize-function'.
750 (ruby-syntax-propertize-expansion): Extracted from
751 `ruby-syntax-propertize-expansions'. Handles one expansion.
752 (ruby-syntax-propertize-percent-literal): Leave point right after
753 the percent symbol, so that the expression expansion rule can
754 propertize the contents.
755 (ruby-syntax-propertize-heredoc): Leave point at bol following the
756 heredoc openers.
757 (ruby-syntax-propertize-expansions): Remove.
758
759 2013-05-18 Juri Linkov <juri@jurta.org>
760
761 * man.el (Man-default-man-entry): Remove `-' from the end
762 of the default value. (Bug#14400)
763
764 2013-05-18 Glenn Morris <rgm@gnu.org>
765
766 * comint.el (comint-password-prompt-regexp):
767 Allow "password for XXX" where XXX contains colons (eg https://...).
768
769 2013-05-18 Leo Liu <sdl.web@gmail.com>
770
771 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
772 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
773 (octave-source-directories): Don't check process.
774 (octave-source-directories, octave-find-definition): Doc fix.
775
776 2013-05-18 Glenn Morris <rgm@gnu.org>
777
778 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
779 Remove backspace/delete bindings. (Bug#14392)
780
781 * cus-dep.el (custom-make-dependencies): Sort the output.
782 (custom-versions-load-alist): Convert comment to doc.
783
784 2013-05-17 Leo Liu <sdl.web@gmail.com>
785
786 * newcomment.el (comment-search-backward): Stricter in finding
787 comment start. (Bug#14303)
788
789 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
790 (octave-comment-start-skip): Properly anchored.
791
792 2013-05-17 Leo Liu <sdl.web@gmail.com>
793
794 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
795 Clean up when turned off. (Bug#14395)
796 (smie--highlight-matching-block-overlay): No longer buffer-local.
797 (smie-highlight-matching-block): Adjust.
798
799 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
800
801 Doc string fix for "nanoseconds" (Bug#14406).
802 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
803 Fix doc string typo that had "nanoseconds" instead of "microseconds".
804
805 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
806
807 * calc/calc-units.el (math-extract-units): Preserve powers
808 of units.
809
810 2013-05-17 Leo Liu <sdl.web@gmail.com>
811
812 * subr.el (delete-consecutive-dups): New function.
813 * ido.el (ido-set-matches-1): Use it.
814 * progmodes/octave.el (inferior-octave-completion-table): Use it.
815 * ido.el (ido-remove-consecutive-dups): Remove.
816
817 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
818
819 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
820 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
821 regexp-opt's `words'.
822
823 2013-05-16 Leo Liu <sdl.web@gmail.com>
824
825 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
826 (smie--highlight-matching-block-overlay)
827 (smie--highlight-matching-block-lastpos)
828 (smie--highlight-matching-block-timer): New variables.
829 (smie-highlight-matching-block): New function.
830 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
831 (smie-setup): Conditionally enable smie-blink-matching-open.
832
833 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
834
835 Sync with upstream verilog-mode r840.
836 * progmodes/verilog-mode.el (verilog-mode-version)
837 (verilog-mode-release-date): Update.
838 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
839 (verilog-sig-tieoff): Fix string error on
840 AUTORESET with colon define, bug594. Reported by Andrew Hou.
841 (verilog-read-decls): Fix parameters confusing
842 AUTOINST interfaces, bug565. Reported by Leith Johnson.
843
844 2013-05-16 Eli Zaretskii <eliz@gnu.org>
845
846 * subr.el (reveal-filename): New function.
847
848 * loadup.el: Compute Emacs executable versions on MS-Windows,
849 where executables have the .exe extension. Add a hard link
850 emacs-XX.YY.ZZ.exe on MS-Windows.
851
852 * Makefile.in (XARGS_LIMIT): New variable.
853 (custom-deps, finder-data, autoloads)
854 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
855 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
856 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
857 (compile-main): Limit xargs according to $(XARGS_LIMIT).
858
859 2013-05-16 Leo Liu <sdl.web@gmail.com>
860
861 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
862 (octave-mode-menu, octave-mode-map): Remove its uses.
863
864 2013-05-16 Reto Zimmermann <reto@gnu.org>
865
866 Sync with upstream vhdl mode v3.34.2.
867 * progmodes/vhdl-mode.el: Use `push' throughout.
868 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
869 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
870 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
871 (vhdl-actual-generic-name): New option to derive actual generic name.
872 (vhdl-port-paste-signals): Replace formal by actual generics.
873 (vhdl-beautify): New name for old group vhdl-align. Update users.
874 (vhdl-beautify-options): New option.
875 (vhdl-last-input-event): New compat alias. Use throughout.
876 (vhdl-goto-line): Replace user level function `goto-line'.
877 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
878 vhdl-fix-statement-buffer.
879 (vhdl-create-mode-menu): Add some entries.
880 (vhdl-align-region-groups): Respect vhdl-beautify-options.
881 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
882 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
883 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
884 to force statements on one line.
885 (vhdl-remove-trailing-spaces-region):
886 New, split from vhdl-remove-trailing-spaces.
887 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
888 Respect vhdl-beautify-options.
889 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
890 (vhdl-update-sensitivity-list): Not add with index if exists without.
891 Not include array index with signal. Ignore keywords in comments.
892 (vhdl-get-visible-signals): Regexp tweaks.
893 (vhdl-template-component-inst): Handle empty library.
894 (vhdl-template-type): Add template for 'enum' type.
895 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
896 Use vhdl-replace-string.
897 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
898 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
899 (vhdl-speedbar-initialize): Update for above name change.
900 (vhdl-compose-wire-components): Fix in handling of constants.
901 (vhdl-error-regexp-emacs-alist): New variable.
902 (vhdl-error-regexp-add-emacs): New function;
903 adds support for new compile.el (Emacs 22+)
904 (vhdl-generate-makefile-1): Change target order for single lib. units.
905 Allow use of absolute file names.
906
907 2013-05-16 Leo Liu <sdl.web@gmail.com>
908
909 * simple.el (prog-indent-sexp): Indent enclosing defun.
910
911 2013-05-15 Glenn Morris <rgm@gnu.org>
912
913 * cus-start.el (show-trailing-whitespace): Move to editing basics.
914 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
915 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
916 (whitespace-highlight): Move to whitespace group.
917
918 * comint.el (comint-source):
919 * pcmpl-linux.el (pcmpl-linux):
920 * shell.el (shell-faces):
921 * eshell/esh-opt.el (eshell-opt):
922 * international/ccl.el (ccl): Remove empty custom groups.
923
924 * completion.el (dynamic-completion-mode):
925 * jit-lock.el (jit-lock-debug-mode):
926 * minibuffer.el (completion-in-region-mode):
927 * type-break.el (type-break-mode-line-message-mode)
928 (type-break-query-mode):
929 * emulation/tpu-edt.el (tpu-edt-mode):
930 * progmodes/subword.el (global-subword-mode, global-superword-mode):
931 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
932 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
933
934 * term/xterm.el (xterm): Change parent group to terminals.
935
936 * master.el (master): Remove empty custom group.
937 (master-mode): Remove unused :group argument.
938 * textmodes/refill.el (refill): Remove empty custom group.
939 (refill-mode): Remove unused :group argument.
940
941 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
942
943 * cus-dep.el: Provide a feature.
944 (custom-make-dependencies): Ignore dotfiles (dir-locals).
945 Don't mistakenly ignore files whose basenames match a basename
946 from preloaded-file-list (eg cedet/ede/simple.el).
947 Add a fallback method for getting :group.
948
949 2013-05-15 Juri Linkov <juri@jurta.org>
950
951 * isearch.el (isearch-char-by-name): Rename from
952 `isearch-insert-char-by-name'. Doc fix.
953 (isearch-forward): Mention `isearch-char-by-name' in
954 the docstring. (Bug#13348)
955
956 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
957 `exit-minibuffer' instead of
958 `isearch-nonincremental-exit-minibuffer'.
959 (isearch-edit-string): Remove mention of
960 `isearch-nonincremental-exit-minibuffer' from docstring.
961 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
962 (isearch-forward-exit-minibuffer)
963 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
964
965 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
966
967 * loadup.el: Just use unversioned DOC.
968
969 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
970 literals as extending to EOB.
971 (nxml-last-fontify-end): Remove unused variable.
972 (nxml-after-change1): Use with-silent-modifications.
973 (nxml-extend-after-change-region): Simplify.
974 (nxml-extend-after-change-region1): Remove function.
975 (nxml-after-change1): Don't adjust for dependent regions.
976 (nxml-fontify-matcher): Simplify.
977 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
978 (xmltok-add-dependent): Remove function.
979 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
980 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
981 (xmltok-scan-prolog-after-processing-instruction-open): Treat
982 unclosed <[[, <?, comment, and other literals as extending to EOB.
983 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
984 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
985 Remove functions.
986 (rng-do-some-validation-1): Don't mark dependent regions.
987 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
988 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
989 (nxml-clear-dependent-regions): Remove functions.
990 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
991 (nxml-ensure-scan-up-to-date):
992 Don't clear&mark dependent regions.
993
994 2013-05-15 Leo Liu <sdl.web@gmail.com>
995
996 * progmodes/octave.el (octave-goto-function-definition):
997 Improve and fix callers.
998
999 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1000
1001 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
1002 the setter (bug#14387).
1003
1004 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
1005 surrounding group (bug#14402).
1006
1007 2013-05-14 Juri Linkov <juri@jurta.org>
1008
1009 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
1010 (Bug#14390)
1011
1012 2013-05-14 Glenn Morris <rgm@gnu.org>
1013
1014 * progmodes/f90.el (f90-imenu-generic-expression):
1015 Fix typo in 2013-05-08 change. (Bug#14402)
1016
1017 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
1018
1019 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
1020 Remove signals for which replies are never received.
1021
1022 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
1023
1024 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
1025 (gdb-handler-alist, gdb-handler-number): Remove variables.
1026 (gdb-handler-list): New variable.
1027 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
1028 (gdb-pending-handler-p, gdb-handle-reply)
1029 (gdb-remove-all-pending-triggers): New functions.
1030 (gdb-discard-unordered-replies): New defcustom.
1031 (gdb-handler): New defstruct.
1032 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
1033 instead of gdb-pending-triggers. Update docstring.
1034 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
1035 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
1036 (gdb-var-update-handler, def-gdb-auto-update-trigger)
1037 (def-gdb-auto-update-handler, gdb-get-changed-registers)
1038 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
1039 (gdb-frame-handler): Pending triggers are now automatically managed.
1040 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
1041 Remove argument.
1042 (gdb-input): Automatically handles pending triggers. Update docstring.
1043 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
1044 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
1045 Update comments.
1046 (gdb-done-or-error): Now use gdb-handle-reply.
1047
1048 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
1049
1050 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
1051 gdb-debug-log.
1052
1053 2013-05-14 Glenn Morris <rgm@gnu.org>
1054
1055 * subr.el (user-emacs-directory-warning): New option.
1056 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
1057
1058 2013-05-14 Leo Liu <sdl.web@gmail.com>
1059
1060 * progmodes/octave.el (octave-font-lock-keywords): Fix error
1061 during redisplay.
1062 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
1063 (octave-font-lock-texinfo-comment): Fix invalid search bound
1064 error: wrong side of point.
1065
1066 2013-05-14 Glenn Morris <rgm@gnu.org>
1067
1068 * progmodes/flymake.el (flymake-xml-program): New option.
1069 (flymake-xml-init): Use it.
1070
1071 * term/xterm.el: Provide a feature.
1072
1073 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
1074
1075 2013-05-13 Glenn Morris <rgm@gnu.org>
1076
1077 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
1078 Add compat aliases as a hack workaround. (Bug#14384)
1079
1080 2013-05-13 Leo Liu <sdl.web@gmail.com>
1081
1082 * progmodes/octave.el (octave-indent-comment): Fix indentation for
1083 ###, and %!.
1084 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
1085 C-M-q.
1086 (octave-comment-start-skip): Include %!.
1087 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
1088
1089 2013-05-12 Leo Liu <sdl.web@gmail.com>
1090
1091 * progmodes/octave.el (inferior-octave-startup): Store the value
1092 of __octave_srcdir__ for octave-source-directories.
1093 (inferior-octave-check-process): New function refactored out of
1094 inferior-octave-send-list-and-digest.
1095 (octave-source-directories)
1096 (octave-find-definition-filename-function): New variables.
1097 (octave-source-directories)
1098 (octave-find-definition-default-filename): New functions.
1099 (octave-find-definition): Improve to find functions implemented in C++.
1100
1101 2013-05-12 Glenn Morris <rgm@gnu.org>
1102
1103 * calendar/diary-lib.el (diary-outlook-format-1):
1104 Don't include dayname in the output. (Bug#14349)
1105
1106 2013-05-11 Glenn Morris <rgm@gnu.org>
1107
1108 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
1109
1110 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
1111 Treat cc-provide like provide.
1112
1113 2013-05-11 Kevin Ryde <user42@zip.com.au>
1114
1115 * cus-dep.el (custom-make-dependencies):
1116 Use generated-autoload-load-name for the sake of files such
1117 such cedet/semantic/bovine/c.el, where the base file name
1118 is not in load-path. (Bug#5277)
1119
1120 2013-05-11 Glenn Morris <rgm@gnu.org>
1121
1122 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
1123 Provide features.
1124
1125 2013-05-11 Leo Liu <sdl.web@gmail.com>
1126
1127 * progmodes/octave.el (octave-indent-comment): Improve.
1128 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
1129 (octave-eldoc-function-signatures, octave-eldoc-function):
1130 New functions.
1131 (octave-mode, inferior-octave-mode): Add eldoc support.
1132
1133 2013-05-11 Richard Stallman <rms@gnu.org>
1134
1135 * epa.el (epa-decrypt-file): Take output file name as argument
1136 and read it using `interactive'.
1137
1138 2013-05-11 Leo Liu <sdl.web@gmail.com>
1139
1140 * progmodes/octave.el (octave-beginning-of-line)
1141 (octave-end-of-line): Check before using up-list because it jumps
1142 out of more syntactic contructs since moving to smie.
1143 (octave-indent-comment): New function.
1144 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
1145 (octave-begin-keywords, octave-end-keywords)
1146 (octave-reserved-words, octave-smie-bnf-table)
1147 (octave-smie-rules): Add new keywords from Octave 3.6.4.
1148
1149 2013-05-11 Glenn Morris <rgm@gnu.org>
1150
1151 * faces.el (internal-face-x-get-resource):
1152 * frame.el (ns-display-monitor-attributes-list):
1153 * calc/calc-aent.el (math-to-radians-2): Fix declarations.
1154
1155 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
1156
1157 * calc/calc-menu.el: Make it loadable in isolation.
1158
1159 * net/eudcb-bbdb.el: Make it loadable without bbdb.
1160 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
1161 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
1162 (eudc-bbdb-query-internal): Require 'bbdb.
1163
1164 * lpr.el (lpr-headers-switches):
1165 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
1166
1167 * progmodes/sql.el (sql-login-params): Fix and improve :type.
1168
1169 * emulation/edt-mapper.el: In batch mode, error rather than hang.
1170
1171 * term.el (term-set-escape-char): Make it idempotent.
1172
1173 2013-05-10 Leo Liu <sdl.web@gmail.com>
1174
1175 * progmodes/octave.el (inferior-octave-completion-table):
1176 No longer a function and all uses changed. Use cache to speed up
1177 completion due to bug#11906.
1178 (octave-beginning-of-defun): Re-write to be more general.
1179
1180 2013-05-10 Glenn Morris <rgm@gnu.org>
1181
1182 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
1183
1184 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1185
1186 * comint.el (comint-redirect-send-command-to-process): Use :around
1187 rather than :override for comint-redirect-filter.
1188 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
1189 Call it instead of comint-redirect-original-filter-function (which
1190 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
1191
1192 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
1193
1194 * frame.el (display-monitor-attributes-list): Add NS case.
1195 (ns-display-monitor-attributes-list): Declare.
1196
1197 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
1198
1199 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
1200
1201 2013-05-09 Glenn Morris <rgm@gnu.org>
1202
1203 * international/fontset.el (vertical-centering-font-regexp):
1204 Set standard-value.
1205
1206 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
1207
1208 * bookmark.el (bookmark-search-delay):
1209 * cus-start.el (vertical-centering-font-regexp):
1210 * ps-mule.el (ps-mule-font-info-database-default):
1211 * ps-print.el (ps-default-fg, ps-default-bg):
1212 * type-break.el (type-break-good-break-interval):
1213 * whitespace.el (whitespace-indentation-regexp)
1214 (whitespace-space-after-tab-regexp):
1215 * emacs-lisp/testcover.el (testcover-1value-functions)
1216 (testcover-noreturn-functions, testcover-progn-functions)
1217 (testcover-prog1-functions):
1218 * emulation/viper-init.el (viper-emacs-state-cursor-color):
1219 * eshell/em-glob.el (eshell-glob-translate-alist):
1220 * play/tetris.el (tetris-tty-colors):
1221 * progmodes/cpp.el (cpp-face-default-list):
1222 * progmodes/flymake.el (flymake-allowed-file-name-masks):
1223 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
1224 (idlwave-help-browser-generic-args):
1225 * progmodes/make-mode.el (makefile-special-targets-list):
1226 * progmodes/python.el (python-shell-virtualenv-path):
1227 * progmodes/verilog-mode.el (verilog-active-low-regexp)
1228 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
1229 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
1230 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
1231 * textmodes/reftex-vars.el (reftex-format-label-function):
1232 * textmodes/remember.el (remember-diary-file): Fix custom types.
1233
1234 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
1235 Add :version.
1236
1237 2013-05-09 Leo Liu <sdl.web@gmail.com>
1238
1239 * progmodes/octave.el (inferior-octave-completion-at-point):
1240 Restore file completion. (Bug#14300)
1241 (inferior-octave-startup): Fix incorrect highlighting for the
1242 first prompt.
1243
1244 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1245
1246 * progmodes/ruby-mode.el: First cut at SMIE support.
1247 (ruby-use-smie): New var.
1248 (ruby-smie-grammar): New constant.
1249 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
1250 (ruby-smie--forward-token, ruby-smie--backward-token)
1251 (ruby-smie-rules): New functions.
1252 (ruby-mode-variables): Setup SMIE if applicable.
1253
1254 2013-05-08 Eli Zaretskii <eliz@gnu.org>
1255
1256 * simple.el (line-move-visual): Signal beginning/end of buffer
1257 only if vertical-motion moved less than it was requested. Avoids
1258 silly incorrect error messages when there are display strings with
1259 multiple newlines at EOL.
1260
1261 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1262
1263 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
1264 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
1265 (prolog-char-quote-workaround):
1266 * progmodes/cperl-mode.el (cperl-under-as-char):
1267 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
1268 Mark as obsolete.
1269 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
1270 their declaration.
1271 (vhdl-mode-syntax-table-init): Remove.
1272
1273 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
1274 last change.
1275
1276 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
1277 syntax for "_".
1278 (ld-script-font-lock-keywords):
1279 Change regexps to use things like \_< and \_>.
1280
1281 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
1282 Change all regexps to use things like \_< and \_>.
1283
1284 * progmodes/autoconf.el (autoconf-definition-regexp)
1285 (autoconf-font-lock-keywords, autoconf-current-defun-function):
1286 Handle a _ with symbol syntax.
1287 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
1288
1289 * progmodes/ada-mode.el (ada-mode-abbrev-table):
1290 Consolidate declaration.
1291 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
1292 the declaration.
1293 (ada-create-syntax-table): Remove.
1294 (ada-capitalize-word): Don't mess with the syntax of "_" since it
1295 already has the right syntax nowadays.
1296 (ada-goto-next-word): Don't change the syntax of "_".
1297
1298 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
1299 with-wrapper-hook.
1300
1301 2013-05-08 Sam Steingold <sds@gnu.org>
1302
1303 * thingatpt.el (thing-at-point): Accept optional second argument
1304 NO-PROPERTIES to strip the text properties from the return value.
1305 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
1306 to `thing-at-point' instead of stripping the properties ourselves.
1307 Also, when `thing-at-point' fails to find a url, prepend "http://"
1308 to the filename at point on the assumption that the user is
1309 pointing at something like gnu.org/gnu.
1310
1311 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
1312
1313 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
1314 * faces.el (crm-separator):
1315 Silence byte-compiler.
1316
1317 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
1318 (tool-bar-map): Remove unneeded defvars.
1319
1320 2013-05-08 Leo Liu <sdl.web@gmail.com>
1321
1322 Re-work a fix for bug#10994 based on Le Wang's patch.
1323 * ido.el (ido-remove-consecutive-dups): New helper.
1324 (ido-completing-read): Use it.
1325 (ido-chop): Revert fix for bug#10994.
1326
1327 2013-05-08 Adam Spiers <emacs@adamspiers.org>
1328
1329 * cus-edit.el (custom-save-variables):
1330 Pretty-print long values. (Bug#14187)
1331
1332 2013-05-08 Glenn Morris <rgm@gnu.org>
1333
1334 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
1335 (m4-mode-syntax-table): Init in the defvar.
1336 (m4-mode-abbrev-table): Let define-derived-mode define it.
1337
1338 2013-05-08 Tom Tromey <tromey@redhat.com>
1339
1340 * progmodes/m4-mode.el (m4-mode-syntax-table):
1341 Do not treat "_" as word constituent. (Bug#14167)
1342
1343 2013-05-07 Glenn Morris <rgm@gnu.org>
1344
1345 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
1346 Remove explicit eshell-isearch-cancel-map.
1347
1348 * progmodes/f90.el (f90-smart-end-names): New option.
1349 (f90-smart-end): Doc fix.
1350 (f90-end-block-optional-name): New constant.
1351 (f90-block-match): Respect f90-smart-end-names.
1352
1353 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1354
1355 * progmodes/octave.el (octave-smie-forward-token): Be more careful
1356 about implicit semi-colons (bug#14218).
1357
1358 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1359
1360 * frame.el (display-monitor-attributes-list)
1361 (frame-monitor-attributes): New functions.
1362
1363 2013-05-06 Leo Liu <sdl.web@gmail.com>
1364
1365 * progmodes/octave.el (octave-syntax-propertize-function): Change
1366 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
1367 (octave-font-lock-keywords): Use octave-operator-regexp.
1368 (octave-completion-at-point): Rename from
1369 octave-completion-at-point-function.
1370 (inferior-octave-directory-tracker): Robustify.
1371 (octave-text-functions): Remove and fix its uses. No such things
1372 any more.
1373
1374 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1375
1376 * emacs-lisp/trace.el (trace--display-buffer): New function.
1377 (trace-make-advice): Use it.
1378
1379 2013-05-06 Juri Linkov <juri@jurta.org>
1380
1381 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
1382 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
1383 Doc fix.
1384 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
1385 in the help string. (Bug#12985)
1386
1387 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1388
1389 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
1390
1391 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1392
1393 * progmodes/perl-mode.el: Add support for here documents.
1394 (perl-syntax-propertize-function): Match here-doc markers.
1395 (perl-syntax-propertize-special-constructs): Find their end.
1396 (perl-imenu-generic-expression): Use [:alnum:].
1397
1398 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
1399 (advice--add-function): Refresh the advice if already present
1400 (bug#14317).
1401
1402 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
1403
1404 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
1405
1406 2013-05-06 Glenn Morris <rgm@gnu.org>
1407
1408 * w32-fns.el (w32-charset-info-alist): Declare.
1409
1410 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
1411 of its defcustom properties.
1412 (eshell-cmpl-initialize): No need to load pcomplete.
1413
1414 * generic-x.el: No need to require comint when compiling.
1415
1416 * net/eudc-export.el: Make it loadable without bbdb.
1417 (top-level): Use require rather than load-library.
1418 (eudc-create-bbdb-record, eudc-bbdbify-phone)
1419 (eudc-batch-export-records-to-bbdb)
1420 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
1421 Require bbdb.
1422
1423 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1424
1425 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
1426 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
1427 some tweaks, instead.
1428
1429 2013-05-05 Leo Liu <sdl.web@gmail.com>
1430
1431 * progmodes/octave.el (octave-font-lock-keywords)
1432 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
1433 (inferior-octave-send-list-and-digest): Improve error message.
1434 (octave-mode, inferior-octave-mode): Use setq-local.
1435 (octave-help): Set info-lookup-mode.
1436
1437 2013-05-05 Richard Stallman <rms@gnu.org>
1438
1439 * vc/compare-w.el (compare-windows-whitespace):
1440 Treat no-break space as whitespace.
1441
1442 * mail/rmailsum.el (rmail-summary-rmail-update):
1443 Detect empty summary and don't change selected message.
1444 (rmail-summary-goto-msg): Likewise.
1445
1446 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
1447 Doc fixes, rename args.
1448
1449 2013-05-05 Alan Mackenzie <acm@muc.de>
1450
1451 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
1452
1453 2013-05-05 Juri Linkov <juri@jurta.org>
1454
1455 * info.el (Info-read-subfile): Use (point-min) instead of (point)
1456 to not add the length of the summary segment to the return value.
1457 (Bug#14125)
1458
1459 2013-05-05 Leo Liu <sdl.web@gmail.com>
1460
1461 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
1462 (inferior-octave-output-filter): Remove.
1463 (octave-send-region, inferior-octave-startup): Fix callers.
1464 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
1465 (octave-binary-file-extensions): New user variable.
1466 (octave-find-definition): Confirm if opening binary files.
1467 (octave-help-file): Use octave-find-definition to get the binary
1468 confirmation.
1469 (octave-help): Adjust for octave-help-file change.
1470
1471 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1472
1473 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
1474 Merge the two entries that handle function definitions.
1475 (pascal--syntax-propertize): New const.
1476 (pascal-mode): Use it. Use setq-local.
1477
1478 2013-05-04 Glenn Morris <rgm@gnu.org>
1479
1480 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
1481 (diary-from-outlook): Respect diary-from-outlook-function.
1482
1483 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1484
1485 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
1486 Move the declaration from C.
1487 (read-minibuffer, eval-minibuffer): Move from C.
1488 (completion-setup-function): Avoid minibuffer-completion-contents.
1489
1490 2013-05-03 Leo Liu <sdl.web@gmail.com>
1491
1492 * progmodes/octave.el (octave-font-lock-keywords): Do not
1493 dehighlight 'end' in comments or strings.
1494 (octave-completing-read, octave-goto-function-definition):
1495 New helpers.
1496 (octave-help-buffer): New user variable.
1497 (octave-help-file, octave-help-function): New button types.
1498 (octave-help): New command and bind it to C-h ;.
1499 (octave-find-definition): New command and bind it to M-.
1500 (user-error): Alias to error if not defined.
1501
1502 2013-05-02 Leo Liu <sdl.web@gmail.com>
1503
1504 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
1505 for \. (bug#14332)
1506 (octave-font-lock-keywords): Include [ and {.
1507
1508 2013-05-02 Leo Liu <sdl.web@gmail.com>
1509
1510 * progmodes/octave.el (inferior-octave-startup-file): Change default.
1511 (inferior-octave): Remove calling comint-mode and return the buffer.
1512 (inferior-octave-startup): Cosmetic changes.
1513
1514 2013-05-02 Leo Liu <sdl.web@gmail.com>
1515
1516 * progmodes/octave.el (octave-syntax-propertize-function):
1517 Include the case when ' is at line beginning. (Bug#14336)
1518
1519 2013-05-02 Glenn Morris <rgm@gnu.org>
1520
1521 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
1522 * desktop.el (vc-dir-mode): Just autoload it here.
1523
1524 2013-05-02 Alan Mackenzie <acm@muc.de>
1525
1526 Eliminate variable c-standard-font-lock-fontify-region-function.
1527 * progmodes/cc-mode.el
1528 (c-standard-font-lock-fontify-region-function): Remove.
1529 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
1530
1531 2013-05-01 Leo Liu <sdl.web@gmail.com>
1532
1533 * progmodes/octave.el: Compatible with older emacs-24 releases.
1534 (inferior-octave-has-built-in-variables): Remove. Built-in
1535 variables were removed from Octave in 2007.
1536 (inferior-octave-startup): Fix uses.
1537 (comint-line-beginning-position): Remove compatibility code for
1538 emacs 21.
1539
1540 2013-05-01 Juri Linkov <juri@jurta.org>
1541
1542 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
1543
1544 2013-05-01 Juri Linkov <juri@jurta.org>
1545
1546 * comint.el (comint-previous-matching-input): Don't print message
1547 "History item: %d" when `isearch-mode' is active.
1548 (comint-history-isearch-message): Print message "History item: %d"
1549 when `comint-input-ring-index' is not empty and this function is
1550 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
1551
1552 2013-05-01 Leo Liu <sdl.web@gmail.com>
1553
1554 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
1555 definitions. Use completion-at-point to insert keywords.
1556 (octave-abbrev-start): Remove.
1557 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
1558
1559 2013-04-30 Leo Liu <sdl.web@gmail.com>
1560
1561 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
1562 change.
1563
1564 2013-04-30 Alan Mackenzie <acm@muc.de>
1565
1566 Handle arbitrarily long C++ member initialisation lists.
1567 * progmodes/cc-engine.el (c-back-over-member-initializers):
1568 new function.
1569 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
1570 (most) member init lists.
1571
1572 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1573
1574 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
1575 variable.
1576
1577 2013-04-30 Leo Liu <sdl.web@gmail.com>
1578
1579 * progmodes/octave.el (octave-variables): Remove. No builtin
1580 variables any more. All converted to functions.
1581 (octave-font-lock-keywords, octave-completion-at-point-function):
1582 Fix uses.
1583 (octave-font-lock-texinfo-comment): New user variable.
1584 (octave-texinfo-font-lock-keywords): New variable for texinfo
1585 comment block.
1586 (octave-function-comment-block): New face.
1587 (octave-font-lock-texinfo-comment): New function.
1588 (octave-mode): Font lock texinfo comment block.
1589
1590 2013-04-29 Leo Liu <sdl.web@gmail.com>
1591
1592 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
1593 indexing expression.
1594 (octave-continuation-string): Do not use \.
1595 (inferior-octave-complete-impossible): Remove.
1596 (inferior-octave-completion-table)
1597 (inferior-octave-completion-at-point): Remove its uses.
1598 (inferior-octave-startup): completion_matches was introduced to
1599 Octave in 1996 so safe to assume it.
1600 (octave-function-file-comment): Improve to follow how Octave does it.
1601 (octave-update-function-file-comment): Tweak.
1602
1603 2013-04-29 Leo Liu <sdl.web@gmail.com>
1604
1605 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
1606 (inferior-octave-startup): Remove inferior-octave-startup-hook.
1607 (octave-function-file-comment): Fix typo.
1608 (octave-sync-function-file-names): Use read-char-choice.
1609
1610 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
1611
1612 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
1613 to t for the less important warnings.
1614
1615 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
1616
1617 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
1618
1619 2013-04-27 Glenn Morris <rgm@gnu.org>
1620
1621 * vc/log-view.el (log-view-current-entry):
1622 Treat "---" separator lines as part of the following rev. (Bug#14169)
1623
1624 2013-04-27 Juri Linkov <juri@jurta.org>
1625
1626 * subr.el (read-number): Doc fix about using it by interactive
1627 code letter `n'. (Bug#14254)
1628
1629 2013-04-27 Juri Linkov <juri@jurta.org>
1630
1631 * desktop.el (desktop-auto-save-timeout): New option.
1632 (desktop-file-checksum): New variable.
1633 (desktop-save): Add optional arg `auto-save' and don't auto-save
1634 if nothing changed.
1635 (desktop-auto-save-timer): New variable.
1636 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
1637 (after-init-hook): Call `desktop-auto-save-set-timer'.
1638 Suggested by Reuben Thomas <rrt@sc3d.org> in
1639 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
1640
1641 2013-04-27 Leo Liu <sdl.web@gmail.com>
1642
1643 * progmodes/octave.el (octave-function-file-p)
1644 (octave-skip-comment-forward, octave-function-file-comment)
1645 (octave-update-function-file-comment): New functions.
1646 (octave-mode-map): Bind C-c ; to
1647 octave-update-function-file-comment.
1648 (octave-mode-menu): Add octave-update-function-file-comment.
1649 (octave-mode, inferior-octave-mode): Fix doc-string.
1650 (octave-insert-defun): Conform to Octave's coding convention.
1651 (Bug#14285)
1652
1653 * files.el (basic-save-buffer): Don't let errors in
1654 before-save-hook prevent saving buffer.
1655
1656 2013-04-20 Roland Winkler <winkler@gnu.org>
1657
1658 * faces.el (read-face-name): Use completing-read if arg multiple
1659 is nil.
1660
1661 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
1662
1663 * ls-lisp.el (ls-lisp-insert-directory): If no files are
1664 displayed, move point to after the totals line.
1665 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
1666 for the details.
1667
1668 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1669
1670 * emacs-lisp/package.el (package-autoload-ensure-default-file):
1671 Add current dir to the load-path.
1672 (package-generate-autoloads): Don't rely on
1673 autoload-ensure-default-file.
1674
1675 2013-04-26 Reuben Thomas <rrt@sc3d.org>
1676
1677 * textmodes/remember.el (remember-store-in-files): Document that
1678 the file name format is passed to `format-time-string'.
1679
1680 2013-04-26 Leo Liu <sdl.web@gmail.com>
1681
1682 * progmodes/octave.el (octave-sync-function-file-names): New function.
1683 (octave-mode): Use it in before-save-hook.
1684
1685 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1686
1687 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
1688 (bug#14274).
1689
1690 * progmodes/octave.el (octave-smie-forward-token): Properly skip
1691 \n and comment, even if it's not an implicit ; (bug#14218).
1692
1693 2013-04-26 Glenn Morris <rgm@gnu.org>
1694
1695 * subr.el (read-number): Once more use `read' rather than
1696 `string-to-number', to trap non-numeric input. (Bug#14254)
1697
1698 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
1699
1700 * emacs-lisp/syntax.el (syntax-propertize-multiline):
1701 Use `syntax-multiline' text property consistently instead of
1702 `font-lock-multiline'. (bug#14237).
1703
1704 2013-04-26 Glenn Morris <rgm@gnu.org>
1705
1706 * emacs-lisp/shadow.el (list-load-path-shadows):
1707 No longer necessary to check for duplicate simple.el, since
1708 2012-07-07 change to init_lread to not include installation lisp
1709 directories in load-path when running uninstalled. (Bug#14270)
1710
1711 2013-04-26 Leo Liu <sdl.web@gmail.com>
1712
1713 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
1714 (octave-mode, inferior-octave-mode): Use setq-local.
1715 (octave-not-in-string-or-comment-p): Rename to
1716 octave-in-string-or-comment-p.
1717 (octave-in-comment-p, octave-in-string-p)
1718 (octave-in-string-or-comment-p): Replace defsubst with defun.
1719
1720 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
1721
1722 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
1723
1724 2013-04-25 Bastien Guerry <bzg@gnu.org>
1725
1726 * textmodes/remember.el (remember-data-directory)
1727 (remember-directory-file-name-format): Fix custom types.
1728
1729 2013-04-25 Leo Liu <sdl.web@gmail.com>
1730
1731 * progmodes/octave.el (octave-completion-at-point-function):
1732 Make use of inferior octave process.
1733 (octave-initialize-completions): Remove.
1734 (inferior-octave-completion-table): New function.
1735 (inferior-octave-completion-at-point): Use it.
1736 (octave-completion-alist): Remove.
1737
1738 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1739
1740 * progmodes/opascal.el: Use font-lock and syntax-propertize.
1741 (opascal-mode-syntax-table): New var.
1742 (opascal-literal-kind, opascal-is-literal-end)
1743 (opascal-literal-token-at): Rewrite.
1744 (opascal--literal-start-re, opascal-font-lock-keywords)
1745 (opascal--syntax-propertize): New constants.
1746 (opascal-font-lock-defaults): Adjust.
1747 (opascal-mode): Use them. Set comment-<foo> variables as well.
1748 (delphi-comment-face, opascal-comment-face, delphi-string-face)
1749 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
1750 (delphi-other-face, opascal-other-face): Remove face variables.
1751 (opascal-save-state): Remove macro.
1752 (opascal-fontifying-progress-step): Remove constant.
1753 (opascal--ignore-changes): Remove var.
1754 (opascal-set-token-property, opascal-parse-next-literal)
1755 (opascal-is-stable-literal, opascal-complete-literal)
1756 (opascal-is-literal-start, opascal-face-of)
1757 (opascal-parse-region, opascal-parse-region-until-stable)
1758 (opascal-fontify-region, opascal-after-change)
1759 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
1760 (opascal-debug-parse-region, opascal-debug-parse-window)
1761 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
1762 (opascal-debug-fontify-buffer): Remove.
1763 (opascal-debug-mode-map): Adjust accordingly.
1764
1765 2013-04-25 Leo Liu <sdl.web@gmail.com>
1766
1767 Merge octave-mod.el and octave-inf.el into octave.el with some
1768 cleanups.
1769 * progmodes/octave.el: New file renamed from octave-mod.el.
1770 * progmodes/octave-inf.el: Merged into octave.el.
1771 * progmodes/octave-mod.el: Renamed to octave.el.
1772
1773 2013-04-25 Tassilo Horn <tsdh@gnu.org>
1774
1775 * textmodes/reftex-vars.el
1776 (reftex-label-ignored-macros-and-environments): New defcustom.
1777
1778 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
1779
1780 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1781
1782 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
1783 (smie-indent-keyword): Improve the check to ensure that the next
1784 comment is really on the same line.
1785 (smie-indent-comment): Don't align with a subsequent closer (or eob).
1786
1787 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
1788 semi-colons if the line is not otherwise empty (bug#14218).
1789
1790 2013-04-25 Glenn Morris <rgm@gnu.org>
1791
1792 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
1793
1794 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1795
1796 * progmodes/opascal.el (opascal-set-token-property): Rename from
1797 opascal-set-text-properties and only set `token' (bug#14134).
1798 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
1799 (opascal-literal-text-properties): Remove.
1800 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
1801 Adjust callers.
1802
1803 2013-04-24 Reuben Thomas <rrt@sc3d.org>
1804
1805 * textmodes/remember.el (remember-handler-functions): Add an
1806 option for a new handler `remember-store-in-files'.
1807 (remember-data-directory, remember-directory-file-name-format):
1808 New options.
1809 (remember-store-in-files): New function to store remember notes
1810 as separate files within a directory.
1811
1812 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
1813
1814 * progmodes/compile.el (compilation-next-error-function):
1815 Pass "formats" to compilation-find-file (bug#11777).
1816
1817 2013-04-24 Glenn Morris <rgm@gnu.org>
1818
1819 * vc/vc-bzr.el (vc-bzr-print-log):
1820 * vc/vc-hg.el (vc-hg-print-log):
1821 * vc/vc-svn.el (vc-svn-print-log):
1822 Fix START-REVISION with LIMIT != 1. (Bug#14168)
1823
1824 * vc/vc-bzr.el (vc-bzr-print-log):
1825 * vc/vc-cvs.el (vc-cvs-print-log):
1826 * vc/vc-git.el (vc-git-print-log):
1827 * vc/vc-hg.el (vc-hg-print-log):
1828 * vc/vc-mtn.el (vc-mtn-print-log):
1829 * vc/vc-rcs.el (vc-rcs-print-log):
1830 * vc/vc-sccs.el (vc-sccs-print-log):
1831 * vc/vc-svn.el (vc-svn-print-log):
1832 * vc/vc.el (vc-print-log-internal): Doc fixes.
1833
1834 2013-04-23 Glenn Morris <rgm@gnu.org>
1835
1836 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
1837 Remove venerable code attempting to avoid substitute-command-keys.
1838
1839 2013-04-23 Tassilo Horn <tsdh@gnu.org>
1840
1841 * textmodes/reftex-vars.el (reftex-label-regexps):
1842 Call `reftex-compile-variables' after changes to this variable.
1843
1844 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1845
1846 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
1847 Use lexical-binding.
1848 (jit-lock-force-redisplay): Use markers, check buffer's continued
1849 existence and beware narrowed buffers.
1850 (jit-lock-fontify-now): Adjust call accordingly.
1851
1852 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1853
1854 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
1855 to avoid misleading the user.
1856
1857 2013-04-22 Leo Liu <sdl.web@gmail.com>
1858
1859 * info-look.el: Prefer latex2e.info. (Bug#14240)
1860
1861 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
1862
1863 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
1864
1865 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
1866 * net/tramp.el (tramp-call-process): ... here
1867 (tramp-set-completion-function, tramp-parse-putty):
1868 * net/tramp-adb.el (tramp-adb-execute-adb-command):
1869 * net/tramp-gvfs.el (tramp-gvfs-send-command):
1870 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
1871 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
1872 (tramp-call-local-coding-command): Use `tramp-call-process'
1873 instead of `tramp-compat-call-process'.
1874
1875 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
1876 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
1877 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
1878 (tramp-find-inline-compress): Improve traces.
1879 (tramp-maybe-send-script): Check for Perl binary.
1880 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
1881
1882 2013-04-22 Daiki Ueno <ueno@gnu.org>
1883
1884 * epg.el (epg-context-pinentry-mode): New function.
1885 (epg-context-set-pinentry-mode): New function.
1886 (epg--start): Pass --pinentry-mode option to gpg command.
1887
1888 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
1889
1890 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
1891 `comint-dynamic-complete' is obsolete since 24.1, replaced by
1892 `completion-at-point'. (Bug#13774)
1893
1894 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
1895 default key binding for `describe-distribution' has been moved to
1896 `C-h C-o'. (Bug#13970)
1897
1898 2013-04-21 Glenn Morris <rgm@gnu.org>
1899
1900 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
1901 Add doc strings.
1902 (vc-print-log): Clarify interactive prompt.
1903
1904 2013-04-20 Glenn Morris <rgm@gnu.org>
1905
1906 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
1907 No longer include timestamp etc information.
1908
1909 2013-04-20 Roland Winkler <winkler@gnu.org>
1910
1911 * faces.el (read-face-name): Bug fix, return just one face if arg
1912 multiple is nil. (Bug#14209)
1913
1914 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1915
1916 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
1917 (remove-function): Autoload.
1918
1919 * comint.el (comint-redirect-original-filter-function): Remove.
1920 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
1921 * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
1922 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
1923 * progmodes/prolog.el (prolog-consult-compile):
1924 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
1925 Use add/remove-function instead.
1926 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
1927 (gud-tooltip-process-output, gud-tooltip-tips):
1928 Use add/remove-function instead.
1929 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
1930 (scheme-interaction-mode, exit-scheme-interaction-mode):
1931 Use add/remove-function instead.
1932
1933 * vc/vc-dispatcher.el: Use lexical-binding.
1934 (vc--process-sentinel): Rename from vc-process-sentinel.
1935 Change last arg to be the code to run. Don't use vc-previous-sentinel
1936 and vc-sentinel-commands any more.
1937 (vc-exec-after): Allow code to be a function. Use add/remove-function.
1938 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
1939
1940 2013-04-19 Masatake YAMATO <yamato@redhat.com>
1941
1942 * progmodes/sh-script.el (sh-imenu-generic-expression):
1943 Handle function names with a single character. (Bug#14111)
1944
1945 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
1946
1947 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
1948 for subroutines defined in an eval (bug#14182).
1949
1950 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1951
1952 * bookmark.el (bookmark-completing-read): Improve handling of empty
1953 string (bug#14176).
1954
1955 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1956
1957 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
1958
1959 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
1960
1961 New faster Imenu implementation (bug#14058).
1962 * progmodes/python.el:
1963 (python-imenu-prev-index-position):
1964 (python-imenu-format-item-label-function)
1965 (python-imenu-format-parent-item-label-function)
1966 (python-imenu-format-parent-item-jump-label-function):
1967 New vars.
1968 (python-imenu-format-item-label)
1969 (python-imenu-format-parent-item-label)
1970 (python-imenu-format-parent-item-jump-label)
1971 (python-imenu--put-parent, python-imenu--build-tree)
1972 (python-imenu-create-index, python-imenu-create-flat-index)
1973 (python-util-popn): New functions.
1974 (python-mode): Set imenu-create-index-function to
1975 python-imenu-create-index.
1976
1977 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1978
1979 * winner.el (winner-active-region): Use region-active-p, activate-mark
1980 and deactivate-mark (bug#14225).
1981
1982 * simple.el (deactivate-mark): Don't inline it.
1983
1984 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
1985
1986 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
1987
1988 2013-04-18 Tassilo Horn <tsdh@gnu.org>
1989
1990 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
1991 file extensions from the archive-mode entry in order to prefer
1992 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
1993
1994 2013-04-18 Leo Liu <sdl.web@gmail.com>
1995
1996 * bindings.el (help-event-list): Add ?\?.
1997
1998 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1999
2000 * subr.el (with-wrapper-hook): Declare obsolete.
2001 * simple.el (filter-buffer-substring-function): New hook.
2002 (filter-buffer-substring): Use it.
2003 (filter-buffer-substring-functions): Mark obsolete.
2004 * minibuffer.el (completion-in-region-function): New hook.
2005 (completion-in-region): Use it.
2006 (completion-in-region-functions): Mark obsolete.
2007 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
2008 * abbrev.el (abbrev-expand-function): New hook.
2009 (expand-abbrev): Use it.
2010 (abbrev-expand-functions): Mark obsolete.
2011 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
2012 and :filter-return.
2013
2014 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2015
2016 * progmodes/python.el (python-nav--syntactically): Fix cornercases
2017 and do not care about match data.
2018
2019 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
2020
2021 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
2022 completion tables when completing error conditions and
2023 `declare' arguments.
2024 (lisp-complete-symbol, field-complete): Mark as obsolete.
2025 (check-parens): Unmatched parens are user errors.
2026 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
2027
2028 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
2029
2030 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
2031 command changed buffer (ie. `flyspell-pre-buffer' is not current
2032 buffer), which prevents making decisions based on invalid value of
2033 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
2034 cause an error when `flyspell-pre-point' was nil after switching
2035 buffers.
2036 (flyspell-post-command-hook): No longer needs to change buffers when
2037 checking pre-word. While at it remove unnecessary progn.
2038
2039 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
2040
2041 * textmodes/ispell.el (ispell-add-per-file-word-list):
2042 Fix `flyspell-correct-word-before-point' error when accepting
2043 words and `coment-padding' is an integer by using
2044 `comment-normalize-vars' (Bug #14214).
2045
2046 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2047
2048 New defun movement commands.
2049 * progmodes/python.el (python-nav--syntactically)
2050 (python-nav--forward-defun, python-nav-backward-defun)
2051 (python-nav-forward-defun): New functions.
2052
2053 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2054
2055 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
2056 (python-syntax-context): Use named compiler-macro for backwards
2057 compatibility with Emacs 24.x.
2058
2059 2013-04-17 Leo Liu <sdl.web@gmail.com>
2060
2061 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
2062 octave-hide-process-buffer.
2063
2064 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
2065
2066 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
2067 (bug#14216).
2068
2069 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
2070
2071 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
2072 Fix adjustment of offset when receiving incomplete responses from GDB
2073 (bug#14129).
2074
2075 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2076
2077 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
2078 python-mode-abbrev-table.
2079 (python-skeleton-define): Adjust accordingly.
2080 (python-mode-abbrev-table): New table that inherits from it so that
2081 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
2082
2083 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
2084 (abbrev-symbol): Use it.
2085 (abbrev--before-point): Use it since we already handle inheritance.
2086
2087 2013-04-16 Leo Liu <sdl.web@gmail.com>
2088
2089 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
2090 binding to info-lookup-symbol.
2091
2092 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
2093
2094 * minibuffer.el (completion--twq-all):
2095 * term/ns-win.el (ns-initialize-window-system):
2096 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
2097
2098 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2099
2100 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
2101 global bindings.
2102
2103 * doc-view.el (doc-view-start-process): Handle url-handler directories.
2104
2105 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
2106
2107 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
2108 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
2109 to nil.
2110 (ruby-end-of-defun): Remove the unused arg, change the docstring
2111 to reflect that this function is only used as the value of
2112 `end-of-defun-function'.
2113 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
2114 to reflect an earlier change that beginning/end-of-defun functions
2115 jump between methods in a class definition, as well as top-level
2116 functions.
2117
2118 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2119
2120 * minibuffer.el (minibuffer-complete): Don't just scroll
2121 a *Completions* that's been iconified.
2122 (minibuffer-force-complete): Make sure repetitions do cycle when going
2123 through completion-in-region -> minibuffer-complete.
2124
2125 2013-04-15 Alan Mackenzie <acm@muc.de>
2126
2127 Correct the placement of c-cpp-delimiters when there're #s not at
2128 col 0.
2129
2130 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
2131 place a submatch around the #.
2132 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
2133 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
2134 on the #, not BOL.
2135
2136 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2137
2138 * emacs-lisp/nadvice.el: Properly test names when adding advice.
2139 (advice--member-p): New arg `name'.
2140 (advice--add-function, advice-member-p): Use it (bug#14202).
2141
2142 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
2143
2144 Reformulate java imenu-generic-expression.
2145 The old expression contained ill formed regexps.
2146
2147 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
2148 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
2149 (cc-imenu-java-method-arg-regexp): New defconsts.
2150 (cc-imenu-java-build-type-args-regex): New defun.
2151 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
2152 handling of spaces in the regexp.
2153
2154 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2155
2156 * textmodes/ispell.el (ispell-command-loop): Remove
2157 flyspell highlight of a word when ispell accepts it (bug #14178).
2158
2159 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
2160
2161 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
2162 uses code from the previous `ange-ftp-run-real-handler'.
2163 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
2164 only in case that function exist. This is needed for proper
2165 unloading of Tramp.
2166
2167 2013-04-15 Tassilo Horn <tsdh@gnu.org>
2168
2169 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
2170
2171 * textmodes/reftex.el (reftex-compile-variables): Use it.
2172
2173 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2174
2175 * files.el (normal-mode): Only use default major-mode if no other mode
2176 was specified.
2177
2178 * emacs-lisp/trace.el (trace-values): New function.
2179
2180 * files.el: Allow : in local variables (bug#14089).
2181 (hack-local-variable-regexp): New var.
2182 (hack-local-variables-prop-line, hack-local-variables): Use it.
2183
2184 2013-04-13 Roland Winkler <winkler@gnu.org>
2185
2186 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
2187 data before it gets modified by bibtex-beginning-of-entry.
2188
2189 2013-04-13 Roland Winkler <winkler@gnu.org>
2190
2191 * textmodes/bibtex.el (bibtex-url): Doc fix.
2192
2193 2013-04-13 Roland Winkler <winkler@gnu.org>
2194
2195 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
2196 does not visit a BibTeX file, exclude it from the list of buffers
2197 returned by bibtex-initialize.
2198
2199 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
2200
2201 * window.el (split-window): Remove interactive form, since as a
2202 command this function is a special case of split-window-below.
2203 Correct doc string.
2204
2205 2013-04-12 Roland Winkler <winkler@gnu.org>
2206
2207 * faces.el (read-face-name): Do not override value of arg default.
2208 Allow single faces and strings as default values. Remove those
2209 elements from return value that are not faces.
2210 (describe-face): Simplify.
2211 (face-at-point): New optional args thing and multiple so that this
2212 function can provide the same functionality previously provided by
2213 read-face-name.
2214 (make-face-bold, make-face-unbold, make-face-italic)
2215 (make-face-unitalic, make-face-bold-italic, invert-face)
2216 (modify-face, read-face-and-attribute): Use face-at-point.
2217
2218 * cus-edit.el (customize-face, customize-face-other-window)
2219 * cus-theme.el (custom-theme-add-face)
2220 * face-remap.el (buffer-face-set)
2221 * facemenu.el (facemenu-set-face): Use face-at-point.
2222
2223 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
2224
2225 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
2226
2227 2013-04-10 Tassilo Horn <tsdh@gnu.org>
2228
2229 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
2230 off leading { and trailing } from field values.
2231
2232 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2233
2234 * emacs-lisp/timer.el (timer--check): New function.
2235 (timer--time, timer-set-function, timer-event-handler): Use it.
2236 (timer-set-idle-time): Simplify.
2237 (timer--activate): CSE.
2238 (timer-event-handler): Give more info in error message.
2239 (internal-timer-start-idle): New function, moved from C.
2240
2241 * mpc.el (mpc-proc): Add `restart' argument.
2242 (mpc-proc-cmd): Use it.
2243 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
2244 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
2245 less often.
2246
2247 2013-04-10 Masatake YAMATO <yamato@redhat.com>
2248
2249 * progmodes/sh-script.el: Implement `sh-mode' own
2250 `add-log-current-defun-function' (bug#14112).
2251 (sh-current-defun-name): New function.
2252 (sh-mode): Use the function.
2253
2254 2013-04-09 Bastien Guerry <bzg@gnu.org>
2255
2256 * simple.el (choose-completion-string): Fix docstring (bug#14163).
2257
2258 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2259
2260 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
2261
2262 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
2263 timer (bug#14156).
2264
2265 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
2266
2267 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
2268 declaration.
2269
2270 2013-04-07 Leo Liu <sdl.web@gmail.com>
2271
2272 * pcmpl-x.el: New file.
2273
2274 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
2275
2276 Do not set x-display-name until X connection is established.
2277 This is needed to prevent from weird situation described at
2278 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
2279 * frame.el (make-frame): Set x-display-name after call to
2280 window system initialization function, not before.
2281 * term/x-win.el (x-initialize-window-system): Add optional
2282 display argument and use it.
2283 * term/w32-win.el (w32-initialize-window-system):
2284 * term/ns-win.el (ns-initialize-window-system):
2285 * term/pc-win.el (msdos-initialize-window-system):
2286 Add compatible optional display argument.
2287
2288 2013-04-06 Eli Zaretskii <eliz@gnu.org>
2289
2290 * files.el (normal-backup-enable-predicate): On MS-Windows and
2291 MS-DOS compare truenames of temporary-file-directory and of the
2292 file, so that 8+3 aliases (usually found in $TEMP on Windows)
2293 don't fail comparison by compare-strings. Also, compare file
2294 names case-insensitively on MS-Windows and MS-DOS.
2295
2296 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2297
2298 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
2299 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
2300
2301 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
2302
2303 * whitespace.el (whitespace-color-on, whitespace-color-off):
2304 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
2305
2306 2013-04-05 Jacek ChrzÄ…szcz <chrzaszcz@mimuw.edu.pl> (tiny change)
2307
2308 * ispell.el (ispell-set-spellchecker-params):
2309 Really set `ispell-args' for all equivs.
2310
2311 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2312
2313 * ido.el (ido-completions): Use extra elements of ido-decorations
2314 (bug#14143).
2315 (ido-decorations): Update docstring.
2316
2317 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
2318
2319 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
2320 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
2321 nil during initialization, in order not to miss changes since the
2322 file was opened. (Bug#14140)
2323
2324 2013-04-05 Leo Liu <sdl.web@gmail.com>
2325
2326 * kmacro.el (kmacro-call-macro): Fix bug#14135.
2327
2328 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
2329
2330 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
2331
2332 2013-04-04 Glenn Morris <rgm@gnu.org>
2333
2334 * electric.el (electric-pair-inhibit-predicate): Add :version.
2335
2336 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2337
2338 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
2339 when a package is required several times (bug#14082).
2340
2341 2013-04-04 Roland Winkler <winkler@gnu.org>
2342
2343 * faces.el (read-face-name): Behave as promised by the docstring.
2344 Assume that arg default is a list of faces.
2345 (describe-face): Call read-face-name with list of default faces.
2346
2347 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2348
2349 * bookmark.el: Fix deletion of bookmarks (bug#13972).
2350 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
2351 (bookmark-bmenu-execute-deletions): Only skip first line if it's
2352 the header.
2353 (bookmark-exit-hook-internal): Save even if list is empty.
2354
2355 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
2356
2357 * emacs-lisp/package.el (package-pinned-packages): New var.
2358 (package--add-to-archive-contents): Obey it (bug#14118).
2359
2360 2013-04-03 Alan Mackenzie <acm@muc.de>
2361
2362 Handle `parse-partial-sexp' landing inside a comment opener
2363 (Bug#13244). Also adapt to the new values of element 7 of a parse
2364 state.
2365
2366 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
2367 parameter `not-in-delimiter'. Handle being inside comment opener.
2368 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
2369 character in case we're typing a '*' after a '/'.
2370 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
2371 instead by passing the parameter to c-state-pp-to-literal.
2372
2373 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
2374 for elt. 7 of a parse state.
2375
2376 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
2377
2378 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
2379 * international/latin1-disp.el, international/mule-util.el:
2380 * language/cyril-util.el, language/european.el, language/ind-util.el:
2381 * language/lao-util.el, language/thai.el, language/tibet-util.el:
2382 * language/tibetan.el, language/viet-util.el:
2383 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
2384
2385 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2386
2387 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
2388 (electric-pair-post-self-insert-function): Use it.
2389 (electric-pair-default-inhibit): New function, extracted from
2390 electric-pair-post-self-insert-function.
2391
2392 2013-03-31 Roland Winkler <winkler@gnu.org>
2393
2394 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
2395
2396 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2397
2398 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
2399
2400 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
2401
2402 Un-indent after "pass" and "return" statements (Bug#13888)
2403 * progmodes/python.el (python-indent-block-enders): New var.
2404 (python-indent-calculate-indentation): Use it.
2405
2406 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
2407
2408 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
2409 defun. Defining it as defalias could introduce too eager
2410 byte-compiler optimization. (Bug#14030)
2411
2412 2013-03-30 Chong Yidong <cyd@gnu.org>
2413
2414 * iswitchb.el (iswitchb-read-buffer): Fix typo.
2415
2416 2013-03-30 Leo Liu <sdl.web@gmail.com>
2417
2418 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
2419 (kmacro-execute-from-register): Pass the keyboard macro to
2420 kmacro-call-macro or repeating won't work correctly.
2421
2422 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
2423
2424 * progmodes/subword.el: Back to using `forward-symbol'.
2425
2426 * subr.el (forward-whitespace, forward-symbol)
2427 (forward-same-syntax): Move from thingatpt.el.
2428
2429 2013-03-29 Leo Liu <sdl.web@gmail.com>
2430
2431 * kmacro.el (kmacro-to-register): New command.
2432 (kmacro-execute-from-register): New function.
2433 (kmacro-keymap): Bind to 'x'. (Bug#14071)
2434
2435 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2436
2437 * mpc.el: Use defvar-local and setq-local.
2438 (mpc--proc-connect): Connection failures are not bugs.
2439 (mpc-mode-map): `follow-link' only applies to the buffer's content.
2440 (mpc-volume-map): Bind to the up-events.
2441
2442 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
2443
2444 * progmodes/subword.el (superword-mode): Use `forward-sexp'
2445 instead of `forward-symbol'.
2446
2447 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2448
2449 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
2450 (edebug--recursive-edit): Use it.
2451 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
2452 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
2453
2454 2013-03-28 Leo Liu <sdl.web@gmail.com>
2455
2456 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
2457
2458 2013-03-27 Eli Zaretskii <eliz@gnu.org>
2459
2460 * facemenu.el (list-colors-callback): New defvar.
2461 (list-colors-redisplay): New function.
2462 (list-colors-display): Install list-colors-redisplay as the
2463 revert-buffer-function. (Bug#14063)
2464
2465 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2466
2467 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
2468 and suffixes don't overlap (bug#14061).
2469
2470 * case-table.el: Use lexical-binding.
2471 (case-table-get-table): New function.
2472 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
2473
2474 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
2475
2476 * progmodes/subword.el: Add `superword-mode' to do word motion
2477 over symbol_words (parallels and leverages `subword-mode' which
2478 does word motion inside MixedCaseWords).
2479
2480 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
2481
2482 * eshell/em-unix.el: Move su and sudo to...
2483 * eshell/em-tramp.el: ...Eshell tramp module.
2484
2485 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2486
2487 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
2488 Change return value to be a sexp. Delay `get-buffer' to after
2489 restoring the desktop (bug#13951).
2490
2491 2013-03-26 Leo Liu <sdl.web@gmail.com>
2492
2493 * register.el: Move semantic tag handling back to
2494 cedet/semantic/senator.el. (Bug#14052)
2495
2496 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2497
2498 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
2499 into the prompt either (bug#13963).
2500
2501 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2502
2503 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
2504 part of "(error-foo)".
2505
2506 2013-03-24 Juri Linkov <juri@jurta.org>
2507
2508 * replace.el (list-matching-lines-prefix-face): New defcustom.
2509 (occur-1): Pass `list-matching-lines-prefix-face' to the function
2510 `occur-engine' if `face-differs-from-default-p' returns t.
2511 (occur-engine): Add `,' inside backquote construct to evaluate
2512 `prefix-face'. Propertize the prefix with the `prefix-face' face.
2513 Pass `prefix-face' to the functions `occur-context-lines' and
2514 `occur-engine-add-prefix'.
2515 (occur-engine-add-prefix, occur-context-lines): Add optional arg
2516 `prefix-face' and propertize the prefix with `prefix-face'.
2517 (Bug#14017)
2518
2519 2013-03-24 Leo Liu <sdl.web@gmail.com>
2520
2521 * nxml/rng-valid.el (rng-validate-while-idle)
2522 (rng-validate-quick-while-idle): Guard against deleted buffer.
2523 (Bug#13999)
2524
2525 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
2526 is the last entry in kill-buffer-hook.
2527
2528 * files.el (kill-buffer-hook): Doc fix.
2529
2530 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
2531
2532 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
2533 Make it safe-local.
2534
2535 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
2536
2537 2013-03-23 Leo Liu <sdl.web@gmail.com>
2538
2539 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
2540 Remove.
2541
2542 * nxml/rng-valid.el (rng-validate-mode)
2543 (rng-after-change-function, rng-do-some-validation):
2544 * nxml/rng-maint.el (rng-validate-buffer):
2545 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
2546 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
2547 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
2548 (nxml-extend-after-change-region): Use with-silent-modifications.
2549
2550 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
2551 timer-idle-list.
2552
2553 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
2554 (rng-next-error-1, rng-previous-error-1): Do not let-bind
2555 timer-idle-list. (Bug#13999)
2556
2557 2013-03-23 Juri Linkov <juri@jurta.org>
2558
2559 * info.el (info-index-match): New face.
2560 (Info-index, Info-apropos-matches): Add a nested subgroup to the
2561 main pattern and add text properties with the new face to matches
2562 in index entries relative to the beginning of the index entry.
2563 (Bug#14015)
2564
2565 2013-03-21 Eric Ludlam <zappo@gnu.org>
2566
2567 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
2568 Inhibit read only while inserting objects.
2569
2570 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
2571
2572 * progmodes/cfengine.el: Update docs to mention
2573 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
2574 symbol motion. Remove "_" from the word syntax.
2575
2576 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
2577
2578 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
2579 syntax for both `cfengine2-mode' and `cfengine3-mode'.
2580
2581 2013-03-20 Juri Linkov <juri@jurta.org>
2582
2583 * info.el (Info-next-reference-or-link)
2584 (Info-prev-reference-or-link): New functions.
2585 (Info-next-reference, Info-prev-reference): Use them.
2586 (Info-try-follow-nearest-node): Handle footnote navigation.
2587 (Info-fontify-node): Fontify footnotes. (Bug#13989)
2588
2589 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2590
2591 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
2592 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
2593
2594 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
2595
2596 Suppress unnecessary non-ASCII chatter during build process.
2597 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
2598 (batch-skkdic-convert): Suppress most of the chatter.
2599 It's not needed so much now that machines are faster,
2600 and its non-ASCII component was confusing; see Dmitry Gutov in
2601 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
2602
2603 2013-03-20 Leo Liu <sdl.web@gmail.com>
2604
2605 * ido.el (ido-chop): Fix bug#10994.
2606
2607 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
2608
2609 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
2610 Remove vars.
2611 (whitespace-color-on, whitespace-color-off):
2612 Use `font-lock-fontify-buffer' (Bug#13817).
2613
2614 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2615
2616 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
2617 remapping in mode-line.
2618 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
2619
2620 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
2621
2622 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
2623 value for `whitespace-line' face (Bug#13875).
2624 (whitespace-font-lock-keywords): Change description.
2625 (whitespace-color-on): Don't save `font-lock-keywords' value, save
2626 the constructed keywords instead.
2627 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
2628
2629 2013-03-19 Leo Liu <sdl.web@gmail.com>
2630
2631 * progmodes/compile.el (compilation-display-error): New command.
2632 (compilation-mode-map, compilation-minor-mode-map): Bind it to
2633 C-o. (Bug#13992)
2634
2635 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
2636
2637 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
2638
2639 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
2640
2641 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
2642
2643 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
2644
2645 * net/tramp-compat.el (tramp-compat-user-error): New defun.
2646
2647 * net/tramp-adb.el (tramp-adb-handle-shell-command):
2648 * net/tramp-gvfs.el (top):
2649 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
2650 (tramp-handle-shell-command): Use it.
2651 (tramp-dissect-file-name): Raise an error when hostname is a
2652 method name, and neither method nor user is specified.
2653
2654 * net/trampver.el: Update release number.
2655
2656 2013-03-18 Leo Liu <sdl.web@gmail.com>
2657
2658 Make sure eldoc can be turned off properly.
2659 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
2660 eldoc-mode.
2661 (eldoc-display-message-p): Revert last change.
2662 (eldoc-display-message-no-interference-p)
2663 (eldoc-print-current-symbol-info): Tweak.
2664
2665 2013-03-18 Tassilo Horn <tsdh@gnu.org>
2666
2667 * doc-view.el (doc-view-new-window-function): Check the new window
2668 overlay's display property instead the char property of the
2669 buffer's first char. Use `with-selected-window' instead of
2670 `save-window-excursion' with `select-window'.
2671 (doc-view-document->bitmap): Check the current doc-view overlay's
2672 display property instead the char property of the buffer's first char.
2673
2674 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
2675
2676 Automate the build of ja-dic.el (Bug#13984).
2677 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
2678 from the input, rather than assume that it's been done for us by the
2679 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
2680 the current date into a ja-dic.el comment, as that complicates
2681 regression testing.
2682
2683 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
2684
2685 * whitespace.el: Fix double evaluation.
2686 (whitespace-space, whitespace-hspace, whitespace-tab)
2687 (whitespace-newline, whitespace-trailing, whitespace-line)
2688 (whitespace-space-before-tab, whitespace-indentation)
2689 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
2690 obsolete defvars.
2691 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
2692 (whitespace-color-on): Use a single font-lock-add-keywords call.
2693 Fix double-evaluation of face variables.
2694
2695 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
2696
2697 * net/tramp-adb.el (tramp-adb-parse-device-names):
2698 Use `start-process' instead of `call-process'. Otherwise, the
2699 function might be blocked under MS Windows. (Bug#13299)
2700
2701 2013-03-17 Leo Liu <sdl.web@gmail.com>
2702
2703 Extend eldoc to display info in the mode-line. (Bug#13978)
2704 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
2705 (eldoc-mode-line-string): New variable.
2706 (eldoc-minibuffer-message): New function.
2707 (eldoc-message-function): New variable.
2708 (eldoc-message): Use it.
2709 (eldoc-display-message-p)
2710 (eldoc-display-message-no-interference-p):
2711 Support eldoc-post-insert-mode.
2712
2713 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
2714 (eval-expression): Run it.
2715
2716 2013-03-17 Roland Winkler <winkler@gnu.org>
2717
2718 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
2719 strings in the list of return values.
2720
2721 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
2722
2723 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
2724 radix before checking for HMS forms.
2725
2726 2013-03-16 Leo Liu <sdl.web@gmail.com>
2727
2728 * progmodes/scheme.el: Add indentation and font-locking for λ.
2729 (Bug#13975)
2730
2731 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
2732
2733 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
2734 token before point (bug#13942).
2735
2736 2013-03-16 Leo Liu <sdl.web@gmail.com>
2737
2738 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
2739
2740 2013-03-16 Eli Zaretskii <eliz@gnu.org>
2741
2742 * startup.el (command-line-normalize-file-name): Fix handling of
2743 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
2744 <xfq.free@gmail.com> in
2745 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
2746
2747 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
2748
2749 Sync with Tramp 2.2.7.
2750
2751 * net/trampver.el: Update release number.
2752
2753 2013-03-14 Tassilo Horn <tsdh@gnu.org>
2754
2755 * doc-view.el Fix bug#13887.
2756 (doc-view-insert-image): Don't modify overlay associated to
2757 non-live windows, and implement horizontal centering of image in
2758 case it's smaller than the window.
2759 (doc-view-new-window-function): Force redisplay of new windows on
2760 doc-view buffers.
2761
2762 2013-03-13 Karl Fogel <kfogel@red-bean.com>
2763
2764 * saveplace.el (save-place-alist-to-file): Don't sort
2765 `save-place-alist', just pretty-print it (bug#13882).
2766
2767 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
2768
2769 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
2770 whether `default-file-name-coding-system' is bound. It isn't in
2771 XEmacs.
2772
2773 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
2774
2775 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
2776 backquotes for `obsolete' (bug#13929).
2777
2778 * international/mule.el (find-auto-coding): Include file name in
2779 obsolescence warning (bug#13922).
2780
2781 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
2782
2783 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
2784 for CFEngine 3-specific indentation.
2785 (cfengine3-indent-line): Use it. Fix up category regex.
2786 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
2787
2788 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2789
2790 * type-break.el (type-break-file-name):
2791 * textmodes/remember.el (remember-data-file):
2792 * strokes.el (strokes-file):
2793 * shadowfile.el (shadow-initialize):
2794 * saveplace.el (save-place-file):
2795 * ps-bdf.el (bdf-cache-file):
2796 * progmodes/idlwave.el (idlwave-config-directory):
2797 * net/quickurl.el (quickurl-url-file):
2798 * international/kkc.el (kkc-init-file-name):
2799 * ido.el (ido-save-directory-list-file):
2800 * emulation/viper.el (viper-custom-file-name):
2801 * emulation/vip.el (vip-startup-file):
2802 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
2803 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
2804
2805 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
2806
2807 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
2808 * language/thai-word.el: Switch to UTF-8.
2809
2810 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2811
2812 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
2813
2814 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2815
2816 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
2817 Use with-current-buffer and don't move point.
2818 (net-utils-run-simple): Remove useless code.
2819 (net-utils-remove-ctl-m): Remove unused custom.
2820
2821 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
2822
2823 * international/characters.el (glyphless-set-char-table-range): New fun.
2824 (update-glyphless-char-display): Use it (bug#13744).
2825
2826 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
2827
2828 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
2829 namespaces in the syntax, indent closer for hanging brace
2830 correctly, allow single-quote delimited 'strings', and make
2831 `cfengine3-mode' the default.
2832
2833 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
2834
2835 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
2836 Use lexical-binding. Fix up docstring according to conventions.
2837 (gdbmi-debug-mode): New var.
2838 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
2839 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
2840 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
2841 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
2842 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
2843 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
2844 (gdbmi-bnf-incomplete-record-result): New functions.
2845 (gdb-car<): Remove function.
2846 (gdbmi-record-list): Remove variable.
2847 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
2848 (gdbmi-bnf-result-state-configs): New const.
2849 (gud-gdbmi-marker-filter): Rewrite.
2850 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
2851 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
2852 Add `token' argument.
2853 (gdb-done, gdb-error): New functions.
2854 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
2855
2856 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2857
2858 * term/xterm.el (xterm--report-background-handler): Don't burp
2859 upon timeout.
2860 (xterm--version-handler): Extract from terminal-init-xterm.
2861 (xterm--query): Don't mishandle timeout. Remove debugging messages.
2862 Allow multiple handlers.
2863 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
2864
2865 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
2866 (xterm--report-background-handler, xterm--query): New functions.
2867 (terminal-init-xterm): Use them.
2868
2869 2013-03-11 Michael R. Mauger <michael@mauger.com>
2870
2871 * progmodes/sql.el Version 3.2
2872 Please note that my address changed to <michael@mauger.com>;
2873 the <mmaug@yahoo.com> address remains active.
2874 (sql-connection-alist): Updates documentation to fix bug#13715.
2875 (sql-connect): Handle missing `sql-connection-alist' correctly.
2876 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
2877 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
2878 property.
2879 (sql-default-value): New function.
2880 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
2881 values were not used.
2882 (sql-rename-buffer): Make sure alternate buffer name has no text
2883 properties.
2884 (sql-input-sender, sql-execute-feature): Fetch variable with
2885 `buffer-local-value' rather than `with-current-buffer'.
2886 (sql-*): Use #' function syntax consistently.
2887 (sql-*): Use message/error/user-error consistently.
2888
2889 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2890
2891 * xt-mouse.el (xterm-mouse-event-read): Remove.
2892 (xterm-mouse--read-event-sequence-1000)
2893 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
2894
2895 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2896
2897 * term/xterm.el (xterm-function-map): Support format used with
2898 formatOtherKeys=1 (bug#13839).
2899
2900 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
2901 (with-no-warnings): Use `declare'.
2902
2903 * whitespace.el (whitespace-enable-predicate): New variable.
2904 (whitespace-enable-predicate): Use it.
2905
2906 * comint.el (comint-send-input, comint-snapshot-last-prompt)
2907 (comint-output-filter, comint-update-fence):
2908 Use with-silent-modifications.
2909
2910 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
2911
2912 * replace.el (occur-read-regexp-defaults-function): New var.
2913 (occur-read-regexp-defaults): New defun.
2914 (occur-read-primary-args): Propagate above change (bug#13892).
2915
2916 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
2917
2918 * mouse.el (mouse-drag-track): Remove left-over debugging code.
2919
2920 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
2921
2922 Major rewrite due to changed D-Bus interface of GVFS 1.14.
2923
2924 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
2925 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
2926 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
2927 New defconst.
2928 (tramp-gvfs-file-name-handler-alist) [directory-files]
2929 [directory-files-and-attributes, file-exists-p, file-modes]:
2930 Use Tramp default handler.
2931 [file-acl, file-selinux-context, process-file, set-file-acl]:
2932 [set-file-modes, set-file-selinux-context, shell-command]:
2933 [start-file-process]: Remove handler.
2934 [verify-visited-file-modtime]: New handler.
2935 (tramp-gvfs-dbus-string-to-byte-array)
2936 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
2937 calls of `dbus-string-to-byte-array' and
2938 `tramp-gvfs-dbus-byte-array-to-string'.
2939 (tramp-gvfs-handle-copy-file)
2940 (tramp-gvfs-handle-delete-directory)
2941 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
2942 (tramp-gvfs-handle-file-directory-p)
2943 (tramp-gvfs-handle-file-executable-p)
2944 (tramp-gvfs-handle-file-name-all-completions)
2945 (tramp-gvfs-handle-file-readable-p)
2946 (tramp-gvfs-handle-file-writable-p)
2947 (tramp-gvfs-handle-insert-directory)
2948 (tramp-gvfs-handle-insert-file-contents)
2949 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
2950 (tramp-gvfs-handle-set-visited-file-modtime)
2951 (tramp-gvfs-handle-write-region): Rewrite.
2952 (tramp-gvfs-handle-file-acl)
2953 (tramp-gvfs-handle-file-selinux-context)
2954 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
2955 (tramp-gvfs-handle-set-file-modes)
2956 (tramp-gvfs-handle-set-file-selinux-context)
2957 (tramp-gvfs-handle-shell-command)
2958 (tramp-gvfs-handle-start-file-process)
2959 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
2960 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
2961 over the symlinks. Fix user handling.
2962 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
2963 of the D-Bus signals.
2964 (tramp-gvfs-connection-mounted-p): Handle different names of the
2965 D-Bus methods.
2966 (tramp-gvfs-mount-spec-entry): New defun.
2967 (tramp-gvfs-mount-spec): Use it.
2968 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
2969 there is a share name. Handle different names of the D-Bus
2970 signals and methods. Set connection properties needed for
2971 `tramp-check-cached-permissions'.
2972 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
2973 Return t or nil.
2974
2975 * net/tramp.el (tramp-backtrace): Move up.
2976 (tramp-error): Dump a backtrace into the debug buffer when
2977 `tramp-verbose > 9.
2978 (tramp-file-mode-type-map, tramp-file-mode-from-int)
2979 (tramp-file-mode-permissions, tramp-get-local-uid)
2980 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
2981 tramp-sh.el.
2982
2983 * net/tramp-sh.el (tramp-file-mode-type-map)
2984 (tramp-check-cached-permissions, tramp-file-mode-from-int)
2985 (tramp-file-mode-permissions, tramp-get-local-uid)
2986 (tramp-get-local-gid): Move to tramp.el.
2987
2988 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
2989
2990 Separate mouse-1-click-follows-link from mouse-drag-region.
2991 * mouse.el (mouse--down-1-maybe-follows-link): New function.
2992 (key-translation-map): Use it to implement mouse-1-click-follows-link.
2993 (mouse-drag-line, mouse-drag-track):
2994 Remove mouse-1-click-follows-link code.
2995 (mouse--remap-link-click-p): Remove.
2996
2997 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
2998
2999 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
3000 (hi-lock-read-regexp-defaults): New defun.
3001 (hi-lock-line-face-buffer, hi-lock-face-buffer)
3002 (hi-lock-face-phrase-buffer): Propagate above change.
3003 Update docstring (bug#13892).
3004
3005 * subr.el (find-tag-default-as-regexp): New defun.
3006 * replace.el (read-regexp): Propagate above change.
3007
3008 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
3009
3010 * calc/calc-units.el (calc-convert-units): Fix the way that default
3011 new units are stored.
3012
3013 2013-03-07 Matthias Meulien <orontee@gmail.com>
3014
3015 * bookmark.el: Define a face to highlight bookmark names in
3016 bookmark menu buffers, where the default is a bold face similarly
3017 to buffer names in buffer menu buffers.
3018 (bookmark-menu-bookmark): New face to highlight bookmark names.
3019 (bookmark-insert-location): Remove duplicated text property to
3020 conform to buffer list (see `list-buffers').
3021 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
3022 `bookmark-menu-bookmark' to bookmark names.
3023
3024 2013-03-07 Matthias Meulien <orontee@gmail.com>
3025 Karl Fogel <kfogel@red-bean.com>
3026
3027 * bookmark.el: Display the bookmark list header similarly to the
3028 buffer list header (see `list-buffers'), where the default is now
3029 an immovable/immutable header line.
3030 (bookmark-bmenu-use-header-line): New variable.
3031 (bookmark-bmenu-inline-header-height): New name for
3032 `bookmark-bmenu-header-height', to avoid confusion with the code
3033 for the new immovable header. All references changed.
3034 (bookmark-bmenu-set-header): New function.
3035 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
3036 Conditionalize header construction accordingly.
3037 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
3038 the inline header height.
3039 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
3040 Conditionalize the skipping of the inline header height.
3041
3042 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
3043
3044 * progmodes/js.el (js--multi-line-declaration-indentation):
3045 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
3046
3047 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
3048
3049 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3050 Only propertize regexp when not inside a string (Bug#13885).
3051
3052 2013-03-06 Alan Mackenzie <acm@muc.de>
3053
3054 Correct the position of point in some line-up functions.
3055 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
3056 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
3057 point at column 0 rather than at a random place in the line.
3058
3059 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
3060
3061 * net/tramp-compat.el (tramp-compat-delete-directory):
3062 Implement TRASH argument.
3063
3064 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
3065
3066 Keep pre-existing highlighting in completion candidates (Bug#13250).
3067 * minibuffer.el (completions-first-difference): State that the
3068 face is "added" in the docstring.
3069 (completions-common-part): Same. And don't inherit from default.
3070 (completion-hilit-commonality): Prepend 'completions-common-part
3071 and 'completion-first-difference faces to the 'face property,
3072 instead of replacing the value(s).
3073 (completion--insert-strings): Same with 'completions-annotations face.
3074 (completion-hilit-commonality): Use 'face instead of
3075 'font-lock-face, because it gets priority if the completion
3076 strings already have 'face set.
3077
3078 2013-03-04 Alan Mackenzie <acm@muc.de>
3079
3080 Replace `last-command-event' by `last-command-char' in XEmacs.
3081 * progmodes/cc-defs.el (c-last-command-char): New macro.
3082 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
3083 (c-semi&comma-no-newlines-before-nonblanks)
3084 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
3085 in place of `last-command-event'.
3086 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
3087 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
3088 (c-electric-paren, c-electric-continued-statement): Use the new
3089 macro in place of `last-command-event'.
3090
3091 2013-03-04 Glenn Morris <rgm@gnu.org>
3092
3093 * files.el (inhibit-local-variables-regexps):
3094 Add .diff and .patch. (Bug#13862)
3095
3096 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
3097
3098 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
3099 whether the "su" command is available on the device.
3100
3101 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
3102
3103 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
3104 (tramp-adb-handle-process-file): Remove superfluous setting.
3105 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
3106 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
3107 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
3108
3109 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
3110
3111 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
3112 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
3113 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
3114 Use dict-key rather than dict-name for the error message.
3115
3116 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3117
3118 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
3119 when reverting (bug#13831).
3120
3121 2013-03-01 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3122
3123 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
3124 Always expand affix-file before storing to protect against changed
3125 `default-directory'.
3126 (ispell-print-if-debug): Make sure message is printed at the end
3127 of the debug buffer.
3128
3129 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
3130
3131 * net/tramp.el (tramp-obsolete-methods): New defconst.
3132 (tramp-warned-obsolete-methods): New defvar.
3133 (tramp-find-method): Check for obsolete methods. Map them to a
3134 replacement method if appropriate.
3135
3136 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
3137 Remove methods.
3138 (top): Remove completion functions for "scp1", "scp2", "ssh1",
3139 "ssh2" and "plink1".
3140
3141 2013-02-28 Dale Sedivec <dale@codefu.org>
3142
3143 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
3144 Return valid syntax-table property value when converting
3145 quotes within text from string syntax to punctuation syntax (bug#13844).
3146
3147 2013-02-28 Juri Linkov <juri@jurta.org>
3148
3149 * dired-aux.el (dired-diff): If file at point is a backup file,
3150 use its original as the default value, and reverse the order
3151 of arguments to the `diff' call. Doc fix. (Bug#13772)
3152
3153 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
3154
3155 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
3156 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
3157
3158 2013-02-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3159
3160 Initial support for hunspell dictionaries auto-detection (Bug#13639)
3161
3162 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
3163 Ask hunspell about available and default dictionaries.
3164 (ispell-parse-hunspell-affix-file): Extract relevant info from
3165 hunspell affix file.
3166 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
3167 `ispell-dictionary-alist' entry for given dictionary after info
3168 provided by `ispell-parse-hunspell-affix-file'.
3169 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
3170 of parsed hunspell dicts and associated affix files.
3171 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
3172 of parsed hunspell dicts and associated parameters.
3173 (ispell-set-spellchecker-params):
3174 Call `ispell-find-hunspell-dictionaries' if hunspell and not
3175 previously done.
3176 (ispell-start-process):
3177 Call `ispell-hunspell-fill-dictionary-entry' for current
3178 dictionary if it is not initialized.
3179
3180 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3181
3182 * imenu.el: Comment nitpicks.
3183
3184 2013-02-28 Sam Steingold <sds@gnu.org>
3185
3186 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
3187 See <http://stackoverflow.com/questions/14720205>.
3188
3189 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3190
3191 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
3192 (net-utils-mode): Use it.
3193 (net-utils--revert-cmd): New var.
3194 (net-utils-run-simple): Set it, and remove bogus interactive spec.
3195 (traceroute): Use net-utils-run-simple.
3196
3197 2013-02-28 Glenn Morris <rgm@gnu.org>
3198
3199 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
3200
3201 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3202
3203 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
3204 (doc-view-fallback-mode): Remove overlays here.
3205 (doc-view-toggle-display): Instead of here. Don't throw away
3206 image-mode-winprops-alist.
3207 (doc-view-goto-page): Don't mess with hscroll.
3208
3209 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3210
3211 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
3212 &optional (bug#13819).
3213
3214 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
3215
3216 * net/tramp-adb.el (tramp-adb-parse-device-names)
3217 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
3218
3219 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
3220
3221 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3222 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
3223 defined. POSIX environments fall back to the "C" locale then and
3224 emit a warning, which shall be suppressed.
3225
3226 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
3227
3228 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
3229 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
3230
3231 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
3232
3233 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
3234
3235 2013-02-25 Juri Linkov <juri@jurta.org>
3236
3237 * replace.el (read-regexp): Let-bind `default' to the first
3238 element of `defaults' if it's a list, otherwise it should be
3239 a string or nil. Let-bind `suggestions' to `defaults' if it's
3240 a list, otherwise make a list with the string value. Doc fix.
3241 (Bug#13805)
3242
3243 2013-02-25 Eli Zaretskii <eliz@gnu.org>
3244
3245 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
3246 that match "\`\.#", to avoid compiling lock files, even if they
3247 are readable (as they are on MS-Windows).
3248
3249 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
3250
3251 * files.el (basic-save-buffer): Remove redundant directory-creation.
3252
3253 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
3254
3255 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
3256 Add option to force `pi' to remain symbolic.
3257 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
3258 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
3259 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
3260 derivatives, when necessary.
3261
3262 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
3263
3264 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
3265 (ps-mode-octal-region): Use string-make-unibyte.
3266
3267 2013-02-23 Glenn Morris <rgm@gnu.org>
3268
3269 * emulation/viper-cmd.el (viper-submit-report):
3270 * progmodes/ps-mode.el (ps-mode-maintainer-address):
3271 * progmodes/vera-mode.el (vera-mode-help-address):
3272 * textmodes/artist.el (artist-maintainer-address):
3273 * textmodes/reftex.el (reftex-report-bug):
3274 * vc/ediff-util.el (ediff-submit-report):
3275 Add bug-gnu-emacs to bug report address.
3276
3277 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
3278 Remove bug report entries.
3279 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
3280
3281 * emacs-lisp/bytecomp.el (byte-compile-level): New.
3282 (byte-compile-file, byte-compile-from-buffer):
3283 Use separate input/output buffers for each level of recursive
3284 byte-compile-file calls. (Bug#13787)
3285
3286 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
3287
3288 * net/tramp.el (tramp-methods): Fix docstring.
3289 (tramp-ssh-controlmaster-options): Rename it from
3290 `tramp-ssh-controlmaster-template'. Return a string.
3291 (tramp-default-method): Adapt check for
3292 `tramp-ssh-controlmaster-options'.
3293
3294 * net/tramp-sh.el (tramp-methods):
3295 Replace `tramp-ssh-controlmaster-template' by "%c".
3296 (tramp-do-copy-or-rename-file-out-of-band)
3297 (tramp-maybe-open-connection): Use it in format spec. Ensure,
3298 that it is applied for the first hop only.
3299
3300 2013-02-22 Juri Linkov <juri@jurta.org>
3301
3302 * isearch.el (isearch-lazy-highlight-new-loop):
3303 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
3304 to `isearch-other-end' if it is not nil. (Bug#13402)
3305
3306 * replace.el (replace-highlight): Let-bind `isearch-other-end'
3307 to `match-beg'.
3308
3309 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
3310 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
3311 and `isearch-error' to nil.
3312
3313 2013-03-16 Fabián Ezequiel Gallina <fgallina@cuca>
3314
3315 * progmodes/python.el (python-info-current-defun):
3316 Enhance match-data cluttering prevention.
3317
3318 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
3319
3320 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
3321
3322 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3323 Handle multibyte file names.
3324
3325 2013-02-22 Glenn Morris <rgm@gnu.org>
3326
3327 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
3328 (sgml-transformation-function): Give it a :set function.
3329 (sgml-tag): Doc fix.
3330
3331 * cmuscheme.el (scheme-buffer):
3332 * progmodes/inf-lisp.el (inferior-lisp-buffer):
3333 * progmodes/tcl.el (inferior-tcl-buffer):
3334 * textmodes/tex-mode.el (tex-command): Doc fixes.
3335
3336 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
3337
3338 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
3339
3340 2013-02-21 Bastien Guerry <bzg@gnu.org>
3341
3342 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
3343
3344 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
3345
3346 * progmodes/python.el (python-info-current-defun):
3347 Enhance match-data cluttering prevention.
3348
3349 2013-02-21 Glenn Morris <rgm@gnu.org>
3350
3351 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
3352 loaded while outline-regexp is let bound. (Bug#9584)
3353
3354 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
3355
3356 * progmodes/python.el (python-info-current-defun): Fix failed
3357 defun name retrieval because of unwanted match-data cluttering.
3358
3359 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
3360
3361 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
3362 defconst. Apply independent check for ControlPersist.
3363
3364 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
3365 temporarily, via "env".
3366
3367 2013-02-21 Glenn Morris <rgm@gnu.org>
3368
3369 * info.el (Info-enable-edit): Remove.
3370 (Info-edit): Disable it rather than using Info-enable.
3371 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
3372 (Info-cease-edit): Make editing of Info files obsolete.
3373
3374 * informat.el (Info-tagify):
3375 Handle buffers not visiting files. (Bug#13763)
3376
3377 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
3378
3379 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
3380
3381 2013-02-21 Glenn Morris <rgm@gnu.org>
3382
3383 * files.el (basic-save-buffer): Move check for existing parent
3384 directory after hooks. (Bug#13773)
3385
3386 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
3387
3388 * simple.el (command-execute): Move from C. Add obsolete check.
3389 (extended-command-history): Move from C.
3390
3391 2013-02-20 Ulrich Müller <ulm@gentoo.org>
3392
3393 * jka-cmpr-hook.el (jka-compr-compression-info-list)
3394 (jka-compr-mode-alist-additions): Handle .txz suffix for
3395 XZ-compressed tar archives (bug#13770).
3396
3397 2013-02-20 Bastien Guerry <bzg@gnu.org>
3398
3399 * outline.el (outline-regexp, outline-heading-end-regexp):
3400 Make variables, not options (bug#13731).
3401
3402 2013-02-20 Glenn Morris <rgm@gnu.org>
3403
3404 * image.el (image-current-frame): Change from variable to function.
3405 (image-show-frame): Rename from image-nth-frame. Update callers.
3406 * image-mode.el (image-multi-frame): New variable.
3407 (image-mode-map, image-mode, image-goto-frame):
3408 Use image-multi-frame rather than image-current-frame.
3409 (image-mode, image-goto-frame): Use image-current-frame as
3410 function rather than as variable.
3411
3412 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
3413 * emacs-lisp/cl-macs.el (cl--make-type-test)
3414 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
3415
3416 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
3417
3418 * net/tramp-cache.el (tramp-get-hash-table): New defun.
3419 (tramp-get-file-property, tramp-set-file-property)
3420 (tramp-get-connection-property, tramp-set-connection-property): Use it.
3421 (tramp-flush-file-property, tramp-flush-directory-property):
3422 Rename argument to KEY.
3423 (tramp-flush-connection-property): Simplify a little bit.
3424 (tramp-connection-property-p): New defun.
3425 (top): Reapply saved values only if there isn't a corresponding
3426 entry in `tramp-connection-properties'.
3427
3428 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
3429
3430 * progmodes/python.el (python-indent-context):
3431 Fix python-info-line-ends-backslash-p call.
3432 (python-info-line-ends-backslash-p)
3433 (python-info-beginning-of-backslash): Respect line-number argument.
3434 (python-info-current-line-comment-p):
3435 Fix behavior when not at beginning-of-line.
3436 (python-util-position): Remove function.
3437 (python-util-goto-line): New function.
3438
3439 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
3440
3441 * eshell/em-unix.el (eshell/su): Require tramp.
3442 (eshell/sudo): Require tramp. Remove now unnecessary check.
3443
3444 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
3445 `tramp-current-connection' in order to avoid an error when several
3446 commands are invoked in a short time in eshell and friends.
3447
3448 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
3449
3450 Cleanup some of EIEIO's namespace.
3451 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
3452 Use it to define all the class-* and object-* field accessors (renamed
3453 to eieio--class-* and eieio--object-*). Update all uses.
3454 (eieio--class-num-slots, eieio--object-num-slots): Rename from
3455 class-num-slots and object-num-slots.
3456 (eieio--check-type): New macro.
3457 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
3458 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
3459 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
3460 (object-assoc-list-safe): Use it.
3461 (eieio-defclass): Tighten regexp.
3462 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
3463 Remove unreachable code.
3464 (object-class-fast): Declare obsolete.
3465 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
3466 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
3467 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
3468 Rename from class-name, object-name, object-set-name-string,
3469 object-class, object-class-name, class-parents, class-children,
3470 class-precedence-list, class-parent; with obsolete alias.
3471 (class-of, class-direct-superclasses, class-direct-subclasses):
3472 Declare obsolete.
3473 (eieio-defmethod): Use `memq'; remove unreachable code.
3474 * emacs-lisp/eieio-base.el (eieio-persistent-read):
3475 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
3476 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
3477
3478 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
3479
3480 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
3481 commentary.
3482
3483 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
3484
3485 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
3486 Use font-lock-keyword-face for macros and special forms (bug#8345).
3487
3488 2013-02-17 Didier Verna <didier@didierverna.net>
3489
3490 * net/network-stream.el (network-stream-open-starttls):
3491 Check that response to the starttls-command is non-nil. (Bug#13706)
3492
3493 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
3494
3495 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
3496 Don't assume all identifier chars have syntax word.
3497 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3498 Remove bar-not-symbol. Adjust callers.
3499 (lisp-mode-variables): Don't set a font-lock-syntax-table.
3500
3501 2013-02-17 Leo Liu <sdl.web@gmail.com>
3502
3503 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
3504
3505 2013-02-17 Glenn Morris <rgm@gnu.org>
3506
3507 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
3508
3509 * image-mode.el (image-mode-map): Add image-dired menu entry.
3510
3511 * image-dired.el (tumme): Make this alias obsolete.
3512
3513 2013-02-16 Glenn Morris <rgm@gnu.org>
3514
3515 * image.el (image-animated-types): Remove.
3516 (image-multi-frame-p): Rename from image-animated-p, and generalize.
3517 (image-animated-p): Make obsolete alias.
3518 (image-animate, image-nth-frame, image-animate-timeout):
3519 Use image-multi-frame-p.
3520 (image-animate-timeout): If no delay, use image-default-frame-delay.
3521 * image-mode.el (image-mode, image-toggle-animation):
3522 Use image-multi-frame-p. (Bug#763, bug#10739)
3523 (image-mode): Adjust startup message for a multi-frame image.
3524
3525 * image-mode.el (image-mode-map): Give it a menu.
3526
3527 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
3528
3529 * net/tramp-cache.el (tramp-connection-properties): New customer
3530 option.
3531 (tramp-get-connection-property): Use it.
3532
3533 * net/tramp-compat.el (top): Require 'trampver.
3534
3535 * net/tramp-sh.el (tramp-remote-process-environment):
3536 Set tramp-autoload cookie.
3537
3538 2013-02-16 Kevin Ryde <user42@zip.com.au>
3539
3540 * info-look.el (info-lookup-select-mode): If major-mode has no
3541 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
3542
3543 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
3544
3545 * replace.el (read-regexp): Tighten the regexp that matches tag.
3546 When tag is retrieved with `find-tag-default', use regexp that
3547 matches tag at point. Also update docstring (Bug#13687).
3548
3549 2013-02-16 Eli Zaretskii <eliz@gnu.org>
3550
3551 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
3552 add watch for the file, not its parent directory, since w32notify
3553 sets up the watch for the directory internally. (Bug#13725)
3554
3555 2013-02-16 Glenn Morris <rgm@gnu.org>
3556
3557 * image.el (image-default-frame-delay): New variable.
3558 (image-animated-p): Use image-default-frame-delay.
3559 (image-minimum-frame-delay): New constant.
3560 (image-animate-timeout): Use image-minimum-frame-delay.
3561
3562 * image.el (image-nth-frame): New, split from image-animate-timeout.
3563 (image-animate-timeout): Use image-nth-frame.
3564 * image-mode.el (image-goto-frame, image-next-frame)
3565 (image-previous-frame): New commands.
3566 (image-mode-map): Add new frame commands.
3567
3568 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
3569
3570 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
3571 If col-desc already has help-echo, use it. (Bug#13563)
3572
3573 2013-02-16 Glenn Morris <rgm@gnu.org>
3574
3575 * image.el (image-current-frame): New variable.
3576 (image-animate-timeout): Set image-current-frame.
3577 * image-mode.el (image-mode): For animated images,
3578 display a frame counter via mode-line-process.
3579
3580 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
3581
3582 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3583
3584 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
3585
3586 2013-02-15 Alan Mackenzie <acm@muc.de>
3587
3588 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
3589 global minor mode has been enabled, call the minor mode function
3590 for a new buffer once only, after the major mode hook, whilst
3591 allowing that hook explicitly to disable the minor mode.
3592 (MODE-disable-in-buffer): New (generated) function.
3593 (disable-MODE): New (generated) buffer local variable.
3594
3595 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
3596
3597 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
3598 `iswitchb-next-match' and `iswitchb-prev-match' resply.
3599 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
3600 `ido-next-match' and `ido-prev-match' resply.
3601 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
3602 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
3603 `icomplete-backward-completions' (Bug#13708).
3604
3605 2013-02-15 Glenn Morris <rgm@gnu.org>
3606
3607 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3608
3609 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3610
3611 * net/goto-addr.el (goto-address-fontify): Add start and end args.
3612 (goto-address-fontify-region): Use them instead of narrowing, so
3613 syntax-ppss has access to the whole buffer.
3614
3615 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
3616
3617 * progmodes/python.el: Explain how to restore "cc-mode"-like
3618 forward-sexp movement in header documentation (Bug#13642).
3619 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
3620 comments and strings (GH bug 114).
3621
3622 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
3623
3624 * progmodes/python.el (python-info-current-defun): Fix current
3625 defun detection (Bug#13618).
3626
3627 2013-02-15 Chong Yidong <cyd@gnu.org>
3628
3629 * xml.el (xml-parse-string): Fix typo in handling of bad character
3630 references.
3631
3632 2013-02-15 Glenn Morris <rgm@gnu.org>
3633
3634 * play/fortune.el (fortune-compile): Simplify and fix previous change.
3635
3636 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
3637
3638 * net/tramp.el (tramp-debug-message):
3639 Add `tramp-condition-case-unless-debug'.
3640 (tramp-debug-on-error): New defvar.
3641 (tramp-condition-case-unless-debug): New defun.
3642 (tramp-file-name-handler): Use it.
3643
3644 2013-02-14 Juri Linkov <juri@jurta.org>
3645
3646 * info.el (Info-isearch-filter): Treat non-nil values of
3647 `search-invisible' including its default value `open'
3648 like the value `t' to match hidden text. (Bug#13402)
3649
3650 2013-02-14 Glenn Morris <rgm@gnu.org>
3651
3652 * help-fns.el (find-lisp-object-file-name): Give special treatment
3653 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
3654
3655 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
3656
3657 * net/quickurl.el (quickurl-save-urls):
3658 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
3659
3660 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
3661
3662 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
3663 depth for unfinished percent literal. Not using it in the caller.
3664 (ruby-move-to-block): Jump over multiline literals of all types,
3665 ignoring code-looking contents inside them.
3666 (ruby-add-log-current-method): Improve performance at the expense
3667 of accuracy. `ruby-block-contains-point' is relatively slow, so
3668 only use it for method and singleton class blocks.
3669
3670 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
3671
3672 Use ControlMaster where applicable. (Bug#13677)
3673
3674 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
3675 replacing `tramp-detect-ssh-controlmaster'.
3676 (tramp-default-method): Use it.
3677
3678 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
3679 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
3680 arguments.
3681 [scpc, rsyncc]: Remove methods.
3682 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
3683 and "ssh2_old".
3684 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
3685 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
3686
3687 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
3688
3689 * emacs-lisp/package.el (package--initialized): Move before first use.
3690
3691 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
3692
3693 * icomplete.el (icomplete-hide-common-prefix): New user option.
3694 (icomplete-first-match): New face.
3695 (icomplete-completions): Correct handling of "complete but not
3696 unique" (Bug#12638).
3697
3698 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
3699
3700 * descr-text.el (describe-char): Display the script (bug#13698).
3701
3702 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
3703
3704 * tmm.el: Use lexical-binding and current-active-maps.
3705 (tmm-menubar): Use map-keymap and pcase.
3706 (tmm--completion-table): New function.
3707 (tmm-prompt): Use it to fix the menu order.
3708 (tmm-get-keybind): Use current-active-maps.
3709
3710 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
3711
3712 Add dired-hide-details-mode. (Bug#6799)
3713
3714 * locate.el (locate-mode): Set parent mode property to dired-mode.
3715
3716 * find-dired.el (find-dired): Call dired-insert-set-properties on
3717 initial information line. Set process mark on end of buffer.
3718 (find-dired-sentinel):
3719 Call dired-insert-set-properties on summary.
3720
3721 * dired.el (dired-hide-details-hide-symlink-targets)
3722 (dired-hide-details-hide-information-lines): New options.
3723 (dired-insert-directory):
3724 Set properties after final treatment of output.
3725 (dired-insert-set-properties):
3726 Set dired-hide-details-* properties.
3727 (dired-mode-map): Bind dired-hide-details-mode.
3728 (dired-mode): Set buffer-invisibility-spec to a list.
3729 (dired-next-line): Skip hidden lines.
3730 (dired-previous-line): Use dired-next-line.
3731 (dired-hide-details-mode): New minor mode.
3732 (dired-hide-details-update-invisibility-spec): New function.
3733
3734 2013-02-13 Glenn Morris <rgm@gnu.org>
3735
3736 * play/yow.el: Move to obsolete/. (Bug#9384)
3737
3738 2013-02-13 Juri Linkov <juri@jurta.org>
3739
3740 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
3741 to select `ediff-control-frame' and set input focus correctly on Xfce.
3742 (Bug#12218)
3743
3744 2013-02-13 Juri Linkov <juri@jurta.org>
3745
3746 * image-mode.el (image-mode-map):
3747 * doc-view.el (doc-view-mode-map):
3748 * vc/ediff-util.el (ediff-setup-keymap):
3749 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
3750
3751 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
3752
3753 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
3754 performance. Instead of recalculating indentation fully for each
3755 line, sum up indentation depth based only on visited lines.
3756 (ruby-parse-partial): Increase the depth after "do" even when END
3757 is right after it.
3758 (ruby-parse-partial): When END is in the middle of a percent
3759 literal, increase the depth if the delimiter chars belong to the
3760 paren syntax class.
3761
3762 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
3763
3764 * play/fortune.el (fortune-compile): Also make the compiled file
3765 if it does not exist at all, not just if it is old. (Bug#5338)
3766
3767 2013-02-13 Glenn Morris <rgm@gnu.org>
3768
3769 * emacs-lisp/package.el (package-menu-execute): Doc fix.
3770
3771 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
3772
3773 * lisp/emacs-lisp/package.el (package-menu-execute):
3774 Add optional noquery argument. (Bug#13625)
3775
3776 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
3777
3778 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
3779 if DIR exists and PARENTS is non-nil.
3780
3781 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
3782
3783 * progmodes/js.el (js--multi-line-declaration-indentation):
3784 Silence byte-compiler warning.
3785
3786 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
3787
3788 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
3789
3790 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
3791 only if it doesn't exist.
3792
3793 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3794 Set process marker.
3795
3796 2013-02-12 Tassilo Horn <tsdh@gnu.org>
3797
3798 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
3799 UserInstallation when calling soffice to work around LibreOffice
3800 bug 37531.
3801
3802 2013-02-12 Glenn Morris <rgm@gnu.org>
3803
3804 * files.el (basic-save-buffer):
3805 Offer to create a non-existing directory. (Bug#3016)
3806
3807 * calc/calc-graph.el (calc-graph-show-dumb):
3808 * calendar/calendar.el (calendar-mode-map):
3809 * cus-edit.el (custom-mode-map):
3810 * ehelp.el (electric-help-map):
3811 * emulation/vip.el (vip-mode-map):
3812 * epa.el (epa-key-list-mode-map):
3813 * info.el (Info-mode-map):
3814 * mail/rmail.el (rmail-mode-map):
3815 * mail/rmailsum.el (rmail-summary-mode-map):
3816 * man.el (Man-mode-map):
3817 * net/newst-plainview.el (newsticker-mode-map):
3818 * progmodes/cpp.el (cpp-edit-mode-map):
3819 * progmodes/grep.el (grep-mode-map):
3820 * progmodes/idlw-help.el (idlwave-help-mode-map):
3821 * simple.el (special-mode-map):
3822 * startup.el (splash-screen-keymap):
3823 * view.el (view-mode-map):
3824 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
3825
3826 2013-02-11 Elias Pipping <pipping@lavabit.com>
3827
3828 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
3829 (bug#13679).
3830
3831 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3832
3833 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
3834
3835 2013-02-11 Glenn Morris <rgm@gnu.org>
3836
3837 * vc/diff.el (diff-use-labels): New variable.
3838 (diff-no-select): Use --label rather than -L, and first
3839 check that it is supported. (Bug#11067)
3840
3841 * files.el (enable-dir-local-variables): New variable.
3842 (hack-dir-local-variables): Respect enable-dir-local-variables.
3843 * tutorial.el (help-with-tutorial):
3844 Ignore directory-local variables. (Bug#11127)
3845
3846 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
3847 (vc-svn-global-switches): ... to here. (Bug#13513)
3848
3849 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
3850
3851 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
3852 Handle "foo (bar, default: xxx): " prompts.
3853
3854 2013-02-10 Chong Yidong <cyd@gnu.org>
3855
3856 * files.el (basic-save-buffer-1): Do not set
3857 buffer-file-coding-system-explicit (Bug#4533).
3858
3859 * mail/emacsbug.el (report-emacs-bug): Change binding of
3860 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
3861
3862 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
3863
3864 * calc/calc.el (calc-allow-units-as-numbers): New variable.
3865 * calc/calc-units.el (calc-convert-units): Use new variable.
3866
3867 2013-02-09 Eli Zaretskii <eliz@gnu.org>
3868
3869 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
3870
3871 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
3872 buffer-file-type.
3873
3874 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
3875 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
3876 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
3877 coding-system-for-write instead.
3878
3879 * jka-compr.el (jka-compr-write-region): Don't bind
3880 buffer-file-type.
3881
3882 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
3883 buffer-file-type.
3884
3885 * files.el (file-name-buffer-file-type-alist): Remove defvar.
3886 (insert-file-contents-literally): Remove reference to
3887 file-name-buffer-file-type-alist.
3888
3889 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
3890 make-obsolete.
3891 (find-buffer-file-type-match, find-buffer-file-type): Remove.
3892 (find-buffer-file-type-coding-system): Remove references to
3893 find-buffer-file-type-match, find-buffer-file-type, and
3894 buffer-file-type.
3895 Don't put find-buffer-file-type-coding-system into
3896 file-coding-system-alist.
3897 (find-file-binary, find-file-text): Bind coding-system-for-read
3898 instead of file-name-buffer-file-type-alist.
3899
3900 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
3901
3902 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
3903 converter (Bug#13622).
3904 (doc-view-unoconv-program): Make obsolete alias.
3905 (doc-view-odf->pdf-converter-program): New variable.
3906 (doc-view-odf->pdf-converter-function): New variable.
3907 (doc-view-mode-p): Use it.
3908 (doc-view-odf->pdf-converter-unoconv):
3909 Rename from `doc-view-odf->pdf-converter-unoconv'.
3910 (doc-view-odf->pdf-converter-soffice): New function.
3911 (doc-view-convert-current-doc):
3912 Use `doc-view-odf->pdf-converter-function'.
3913
3914 2013-02-09 Chong Yidong <cyd@gnu.org>
3915
3916 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
3917 view-echo-area-messages (Bug#13340).
3918
3919 * help.el (view-echo-area-messages): Use display-buffer.
3920
3921 * dired-x.el (dired-do-run-mail): Prompt for confirmation
3922 (Bug#13561).
3923
3924 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
3925
3926 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
3927 Eval body right away, now that we do eager macroexpansion (bug#13605).
3928
3929 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
3930 (fundamental-mode): Use run-mode-hooks.
3931
3932 * eshell/esh-proc.el (eshell/kill): Fix last change.
3933 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
3934
3935 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
3936
3937 * eshell/esh-proc.el (eshell/kill): Rewrite.
3938
3939 * eshell/em-ls.el (show-almost-all): Declare.
3940 (eshell-do-ls): Add support for -A argument.
3941
3942 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
3943
3944 * icomplete.el (icomplete-forward-completions)
3945 (icomplete-backward-completions): Handle corner case (bug#13602).
3946
3947 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
3948
3949 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
3950 be nil. Handle this. (Bug#13636)
3951
3952 2013-02-07 Richard Stallman <rms@gnu.org>
3953
3954 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
3955 `save-buffer-coding-system'.
3956
3957 2013-02-07 Alan Mackenzie <acm@muc.de>
3958
3959 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
3960 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
3961 (c-parse-state-get-strategy): Don't return 'BOD any more.
3962 (c-append-lower-brace-pair-to-state-cache):
3963 Extra parameter HERE instead of narrowing.
3964 Widen to top of buffer before searching backwards for a brace pair.
3965 (c-state-push-any-brace-pair): Add HERE parameter to function call.
3966 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
3967 Narrow to parameter HERE, in place of being called narrowed.
3968 (c-remove-stale-state-cache): Extra parameter HERE in place of
3969 narrowing. Check there's an open brace in the cache before
3970 searching for its match.
3971 (c-invalidate-state-cache-1): Add HERE parameter to function call.
3972 (c-parse-state-1): Don't narrow here for 'forward strategy,
3973 instead passing extra parameter HERE to several functions.
3974 Remove 'BOD strategy.
3975
3976 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
3977
3978 * emacs-lisp/package.el (describe-package-1): Tell what archive is
3979 used to install the package.
3980
3981 2013-02-06 Glenn Morris <rgm@gnu.org>
3982
3983 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
3984 if we can't get user input. (Bug#6567)
3985
3986 * startup.el (command-line): If simple.el is missing,
3987 test and warn about for some possible causes.
3988
3989 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
3990
3991 * cus-start.el (all): Add ns-use-native-fullscreen.
3992
3993 2013-02-05 Glenn Morris <rgm@gnu.org>
3994
3995 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
3996
3997 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
3998 Fix directory creation in fallback case.
3999
4000 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4001
4002 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
4003 (vc-update-change-log): Use dolist.
4004
4005 2013-02-04 Chong Yidong <cyd@gnu.org>
4006
4007 * thingatpt.el: Rewrite the URL detection routines, absorbing some
4008 code from ffap.el.
4009 (thing-at-point-beginning-of-url-regexp): New var.
4010 (thing-at-point-uri-schemes): Update list of URI schemes.
4011 (thing-at-point-url-regexp): Variable deleted.
4012 (thing-at-point-markedup-url-regexp): Disallow newlines.
4013 (thing-at-point-newsgroup-regexp)
4014 (thing-at-point-newsgroup-heads)
4015 (thing-at-point-default-mail-uri-scheme): New variables.
4016 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
4017 method to find the possible bounds of the URI at point.
4018 New optional argument to find ill-formed URIs.
4019 (thing-at-point-url-at-point): Rewrite. New arguments for finding
4020 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
4021 the scheme-adding heuristics from ffap-url-at-point.
4022 (thing-at-point--bounds-of-well-formed-url): New function.
4023 Do parens matching to decide whether to include parens in the URI
4024 (Bug#9153).
4025
4026 * ffap.el: Require thingatpt.
4027 (ffap-url-at-point): Delegate URI detection to thing-at-point.
4028 All URI-valid characters are now recognized (Bug#5673).
4029 (ffap-string-at-point): Use use-region-p.
4030 (ffap-url-regexp): Extra character is handled by thing-at-point.
4031 (ffap-string-at-point-mode-alist): Allow parentheses.
4032 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
4033 Convert to aliases; code moved to thingatpt.el.
4034 (ffap-gnus-hook): Use setq-local.
4035
4036 2013-02-04 Glenn Morris <rgm@gnu.org>
4037
4038 * emacs-lisp/ert.el (ert--explain-format-atom):
4039 Don't try to print non-characters as characters. (Bug#13543)
4040
4041 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
4042
4043 * net/tramp.el (tramp-debug-message): Extend function exclude list.
4044 (tramp-backtrace): New defun.
4045 (tramp-handle-insert-file-contents): Use `visit' when inserting
4046 the local copy.
4047
4048 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
4049 Use `remote-file-name-inhibit-cache'.
4050
4051 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
4052
4053 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
4054 (bug#13614).
4055
4056 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
4057 current-load-list (bug#13366).
4058
4059 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
4060
4061 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4062 Identify g++ template instantiation trace. (Bug#12287)
4063 (compilation-mode-hook, compilation-start-hook)
4064 (compilation-window-height): Simplify docstrings. (Bug#13379)
4065
4066 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4067
4068 * mouse.el (mouse-drag-track): Always deactivate the mark before
4069 running the final event's command since that command is in charge of
4070 activating the mark if needed (bug#13523).
4071
4072 2013-02-02 Juri Linkov <juri@jurta.org>
4073
4074 * replace.el (perform-replace): Move let-bindings of isearch-*
4075 variables deeper to the loop that searches for the next match.
4076 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
4077 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
4078 (Bug#13579)
4079
4080 * isearch.el (isearch-search-fun-default): Check for null
4081 first element of isearch-cmds as a precaution when it's used
4082 with inactive isearch.
4083
4084 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
4085
4086 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
4087 error when buffer in question is narrowed so position 1 is out of
4088 visible part.
4089
4090 2013-02-02 Glenn Morris <rgm@gnu.org>
4091
4092 * textmodes/remember.el (remember-clipboard): Doc fix.
4093
4094 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4095
4096 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
4097 properties (bug#13179).
4098
4099 2013-02-02 Juri Linkov <juri@jurta.org>
4100
4101 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
4102 instead of hard-coded default face `match'. (Bug#9438)
4103
4104 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
4105
4106 * vc/vc-arch.el (vc-arch-registered):
4107 * vc/vc-bzr.el (vc-bzr-registered):
4108 * vc/vc-cvs.el (vc-cvs-registered):
4109 * vc/vc-git.el (vc-git-registered):
4110 * vc/vc-hg.el (vc-hg-registered):
4111 * vc/vc-mtn.el (vc-mtn-registered):
4112 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
4113 (Bug#13139)
4114
4115 * info.el (Info-next-reference, Info-prev-reference): Add numeric
4116 prefix argument. (Bug#11656)
4117
4118 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4119
4120 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
4121
4122 2013-02-01 Glenn Morris <rgm@gnu.org>
4123
4124 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
4125 if the backend is known not to support it.
4126
4127 * imenu.el (imenu-default-create-index-function):
4128 Tweak infinite loop test to check for forward motion as well as none.
4129
4130 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
4131
4132 * net/soap-client.el (soap-invoke): Encode the string for
4133 `url-request-data' as UTF-8.
4134 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
4135
4136 2013-02-01 Glenn Morris <rgm@gnu.org>
4137
4138 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
4139
4140 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
4141
4142 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
4143
4144 * net/tramp.el (tramp-tramp-file-p): Comment check for
4145 `string-as-unibyte'. The function does not exist on XEmacs, and
4146 likely we need another approach.
4147
4148 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
4149 `tramp-gw-*' variables are bound.
4150
4151 2013-01-31 Glenn Morris <rgm@gnu.org>
4152
4153 * files.el (basic-save-buffer-2): Choose coding system for
4154 writing the file before backing it up, to reduce delay between
4155 backing up and writing the new version. (Bug#13522)
4156
4157 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
4158
4159 * simple.el (cycle-spacing): New command.
4160 (just-one-space): Use it.
4161
4162 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
4163
4164 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
4165 (opascal-newline-always-indents): Remove custom.
4166 (opascal-tab, opascal-newline): Remove commands.
4167 (opascal-new-comment-line): Insert "\n" instead of calling newline.
4168 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
4169 (opascal-save-match-data): Remove, use save-match-data instead.
4170 (opascal-save-state): Use with-silent-modifications.
4171
4172 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
4173 (bug#13585).
4174
4175 2013-01-30 Juri Linkov <juri@jurta.org>
4176
4177 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
4178 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
4179 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
4180
4181 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
4182
4183 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
4184 column if we're just deleting the backslashes.
4185 (makefile-fill-paragraph): Use eolp.
4186
4187 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
4188
4189 * autorevert.el (auto-revert-use-notify): Fix docstring.
4190
4191 2013-01-30 Leo Liu <sdl.web@gmail.com>
4192
4193 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
4194
4195 2013-01-30 Glenn Morris <rgm@gnu.org>
4196
4197 * mouse.el (mouse-drag-line): Avoid pushing same event onto
4198 unread-command-events twice in some cases. This tries to implement
4199 the 2012-07-26 changes in a different way. (Bug#13560)
4200
4201 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
4202
4203 * progmodes/python.el
4204 (python-pdbtrack-comint-output-filter-function): Enhancements on
4205 stacktrace detection. (thanks @gnovak)
4206
4207 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
4208
4209 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
4210 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
4211 Use defvar-local.
4212 (jit-lock-register): Use setq-local.
4213
4214 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
4215
4216 * calc-units.el (math-default-units-table): Remove initial value.
4217 (calc-convert-units): Treat expressions where all the units cancel as
4218 if they didn't have units.
4219
4220 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
4221
4222 * net/tramp.el (tramp-process-connection-type): Fix docstring.
4223 (tramp-completion-reread-directory-timeout): Fix type.
4224 (tramp-connection-min-time-diff): New defcustom.
4225
4226 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
4227
4228 2013-01-30 Glenn Morris <rgm@gnu.org>
4229
4230 * imenu.el (imenu-default-create-index-function):
4231 Put back a version of the infinite loop test removed 2013-01-23.
4232
4233 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
4234
4235 * progmodes/python.el (python-shell-parse-command):
4236 Find python-shell-interpreter with modified environment.
4237
4238 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
4239
4240 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
4241
4242 2013-01-29 Alan Mackenzie <acm@muc.de>
4243
4244 Amend to fontify /regexp/s in actions correctly.
4245 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
4246 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
4247 are no longer included.
4248 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
4249 What used to be these variables without "-line" in the name.
4250 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
4251 (c-awk-non-arith-op-bra-re): Now also matches {.
4252 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
4253 "return", and "case".
4254 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
4255 by /.
4256 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
4257 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
4258
4259 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
4260
4261 * autorevert.el (auto-revert-use-notify):
4262 Use `custom-initialize-default' for initialization. (Bug#13583)
4263
4264 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
4265
4266 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4267 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
4268 in `tramp-file-name-handler'.
4269 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
4270 compatibility.
4271 (tramp-compute-multi-hops): Check, whether
4272 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
4273
4274 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
4275
4276 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
4277 (bug#13297).
4278
4279 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
4280
4281 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
4282 checks made superfluous by the \_< operator.
4283 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
4284 temporarily) broken indentation.
4285 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4286 Highlight nested constants, too. \_< broke that.
4287
4288 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
4289
4290 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
4291 instead of "\\b".
4292
4293 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
4294
4295 * autorevert.el (auto-revert-handler): Notifications which result
4296 from a saved file shall not be taken into account. (Bug#13557)
4297
4298 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
4299
4300 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
4301 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
4302 (lisp-mode): Pass t for it. (Bug#13556)
4303
4304 2013-01-25 Alan Mackenzie <acm@muc.de>
4305
4306 AWK Mode: Fix indentation bug at top level. Bug #12274.
4307
4308 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
4309 just before CASE 5D.
4310
4311 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
4312
4313 * net/socks.el (socks-nslookup-host): Use string-to-number.
4314
4315 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
4316
4317 * autorevert.el (auto-revert-remote-files)
4318 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
4319 (auto-revert-notify-enabled, auto-revert-use-notify)
4320 (auto-revert-notify-watch-descriptor-hash-list)
4321 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
4322 (auto-revert-notify-event-descriptor)
4323 (auto-revert-notify-event-action)
4324 (auto-revert-notify-event-file-name): Doc fix.
4325 (global-auto-revert-mode): Reorder checks.
4326 (auto-revert-notify-rm-watch): Respect changed values of
4327 `auto-revert-notify-watch-descriptor-hash-list'.
4328 (auto-revert-notify-add-watch): Check for
4329 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
4330 `inotify-add-watch'. Watch `default-directory' instead of
4331 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
4332 has a changed meaning now. (Bug#13540)
4333 (auto-revert-notify-handler): Change implementation wrt events
4334 returning from a directory.
4335 (auto-revert-handler): Reorder implementation for checks of remote
4336 files.
4337 (auto-revert-buffers): Fix parentheses error.
4338
4339 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
4340
4341 * progmodes/python.el: Enhancements to header documentation about
4342 skeletons. (Bug#5716)
4343
4344 * imenu.el (imenu-default-create-index-function): Remove useless
4345 infinite loop check. (Bug#13438)
4346
4347 2013-01-25 Alan Mackenzie <acm@muc.de>
4348
4349 Fix a bug in the state cache mechanism. Refactor this a bit.
4350
4351 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
4352 `cache-pos' element from the return value.
4353 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
4354 buffer to enable proper searching from beyond HERE. Amend the
4355 test for detecting the sought brace pair. Amend the value written
4356 to the "brace desert cache" when the brace isn't found.
4357 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
4358 and several other variables analogously.
4359 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
4360 parameter to a locally calculated variable.
4361 (c-parse-state-1): Change the calling conventions to the two
4362 defuns involving `cache-pos'.
4363
4364 2013-01-25 Chong Yidong <cyd@gnu.org>
4365
4366 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
4367
4368 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
4369
4370 * paren.el (show-paren-function): Make sure to set 'priority and
4371 'face only if the overlay does exist.
4372
4373 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
4374
4375 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
4376
4377 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
4378 basic attributes.
4379 (tramp-sh-handle-set-file-acl): Improve error checking.
4380
4381 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
4382
4383 * doc-view.el (doc-view-display): Force mode line update until all
4384 document is converted. Suggested by Stefan Monnier (Bug#13164).
4385
4386 2013-01-23 Bastien Guerry <bzg@gnu.org>
4387
4388 * paren.el (show-paren-function): Make sure an overlay exists
4389 before trying to delete it. Also use `pos' as a position only
4390 when it is an integer.
4391
4392 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
4393
4394 * play/gametree.el (gametree-break-line-here): Use point-marker.
4395
4396 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
4397
4398 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
4399 Mark descriptive parts with `display' property.
4400
4401 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4402
4403 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
4404 New variable to map standard dict names to hunspell ones.
4405 (ispell-set-spellchecker-params): Make sure specific dict names
4406 are used for standard dicts with hunspell.
4407
4408 2013-01-21 Tassilo Horn <tsdh@gnu.org>
4409
4410 * textmodes/reftex-cite.el (reftex-format-citation): Add format
4411 chars for note (%N) and url (%U).
4412 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
4413
4414 2013-01-21 Juri Linkov <juri@jurta.org>
4415
4416 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
4417 in addition to existing separate binding `meta f10' in `global-map'.
4418 (Bug#13484)
4419
4420 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
4421
4422 Improve XEmacs compatibility.
4423
4424 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
4425
4426 * net/tramp-adb.el (top): Require `time-date'.
4427 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
4428 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
4429 Use `tramp-file-name-handler'.
4430 (tramp-adb-maybe-open-connection):
4431 Use `tramp-compat-set-process-query-on-exit-flag'.
4432
4433 * net/tramp-sh.el (tramp-sh-handle-file-acl):
4434 Use `tramp-compat-funcall'.
4435
4436 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
4437 `tramp-compat-funcall'.
4438
4439 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
4440
4441 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
4442 reimplementation using "adb shell command ..." instead of running
4443 remote shell interactively.
4444
4445 2013-01-20 Glenn Morris <rgm@gnu.org>
4446
4447 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4448 Add native profiler menu entries.
4449
4450 * profiler.el (profiler-running-p): New function.
4451 (profiler-cpu-profile): Use profiler-running-p.
4452 (profiler-report-mode-map): Add some more menu entries.
4453
4454 2013-01-19 Glenn Morris <rgm@gnu.org>
4455
4456 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
4457 fixes 2012-12-07 change. (Bug#13499)
4458
4459 2013-01-19 Leo Liu <sdl.web@gmail.com>
4460
4461 * dired.el (dired-get-marked-files): Prune erroneous values due to
4462 last change. (Bug#13152)
4463
4464 2013-01-19 Glenn Morris <rgm@gnu.org>
4465
4466 * progmodes/etags.el (tags-table-check-computed-list):
4467 Preserve point in tags buffer. (Bug#13412)
4468
4469 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
4470
4471 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
4472 Chong Yidong <cyd@gnu.org>
4473
4474 * image-mode.el (image-next-file, image-previous-file):
4475 New commands (Bug#8453).
4476 (image-mode-map): Bind them to n and p.
4477 (image-mode--images-in-directory): New helper function.
4478
4479 2013-01-19 Chong Yidong <cyd@gnu.org>
4480
4481 * image-mode.el (image-mode-fit-frame): Add a frame argument.
4482 Suggested by Drew Adams (Bug#7730). Handle window decorations;
4483 save and restore the old window configuration.
4484
4485 2013-01-18 Leo Liu <sdl.web@gmail.com>
4486
4487 * progmodes/js.el: Tweak autoload cookie for alias.
4488
4489 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
4490
4491 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
4492 buffer local, again. This was lost with the fix on 2013-01-12.
4493
4494 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
4495
4496 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
4497 order to support several eshell buffers in parallel.
4498
4499 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
4500
4501 * autorevert.el (auto-revert-use-notify): In the :set function, do
4502 not modify `kill-buffer-hook'.
4503 (auto-revert-notify-rm-watch):
4504 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
4505 (auto-revert-notify-add-watch): Do not call
4506 `auto-revert-notify-rm-watch', but add it to a buffer local
4507 `kill-buffer-hook'.
4508
4509 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4510
4511 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
4512 call to `eval' rather than a backquoted lambda.
4513
4514 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
4515
4516 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
4517 to return an explicit nil.
4518 (advice--remove-function): Change accordingly.
4519
4520 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
4521 the use of nadvice.el.
4522
4523 * progmodes/which-func.el (which-function): Silence imenu errors
4524 (bug#13433).
4525
4526 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
4527
4528 * progmodes/sql.el (sql-imenu-generic-expression):
4529 (sql-mode-font-lock-object-name): Match schema qualified names.
4530 (sql-connect): Use string keys.
4531 (sql-product-interactive): Wait for interpreter prompt.
4532 (sql-comint-oracle): Set process coding based on NLS_LANG.
4533
4534 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
4535
4536 * progmodes/sql.el (sql-output-to-send): Remove, unused.
4537 (sql-interactive-remove-continuation-prompt):
4538 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
4539
4540 2013-01-14 Leo Liu <sdl.web@gmail.com>
4541
4542 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
4543 (Bug#13420)
4544
4545 2013-01-14 Glenn Morris <rgm@gnu.org>
4546
4547 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4548 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
4549
4550 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
4551
4552 * progmodes/python.el (python-nav-end-of-statement):
4553 Fix cornercase when handling multiline strings.
4554
4555 2013-01-13 Richard Stallman <rms@gnu.org>
4556
4557 * mail/sendmail.el (mail-position-on-field): Add doc string.
4558
4559 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
4560 Get current message boundaries and pass them to
4561 message-forward-make-body-mime. Minor style changes.
4562
4563 2013-01-13 Eli Zaretskii <eliz@gnu.org>
4564
4565 * cus-start.el (all): Avoid warnings about
4566 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
4567
4568 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
4569
4570 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
4571
4572 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4573
4574 * jit-lock.el (jit-lock-debug-mode): New minor mode.
4575 (jit-lock--debug-fontifying): New var.
4576 (jit-lock--debug-fontify): New function.
4577 * subr.el (condition-case-unless-debug): Don't prevent catching the
4578 error, just let the debbugger run.
4579 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
4580 timer code and don't drop errors silently.
4581
4582 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
4583
4584 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
4585 `permanent-local' property.
4586 (auto-revert-notify-handler): Use `file-equal-p'.
4587
4588 2013-01-12 Eli Zaretskii <eliz@gnu.org>
4589
4590 * autorevert.el (auto-revert-notify-handler): Fix filtering of
4591 file notification by ACTION. For filtering by file name, compare
4592 only the non-directory part of the file name.
4593
4594 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
4595
4596 * autorevert.el: Use cl-lib instead of cl.
4597
4598 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
4599 (vc-bzr-checkin): Use it.
4600 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
4601 will preserve match-data.
4602
4603 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
4604
4605 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
4606 (js--declaration-keyword-re): New var.
4607 (js--multi-line-declaration-indentation): New function.
4608 (js--proper-indentation): Use it.
4609
4610 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
4611
4612 * calc/calc.el (calc-highlight-selections-with-faces)
4613 (calc-dispatch):
4614 * comint.el (comint-history-isearch-message):
4615 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
4616 * ffap.el (ffap-string-at-point-region, ffap-next)
4617 (ffap-string-at-point, ffap-string-around)
4618 (ffap-copy-string-as-kill, ffap-highlight-overlay)
4619 (ffap-literally):
4620 * font-lock.el (font-lock-keywords-alist)
4621 (font-lock-removed-keywords-alist):
4622 * help-mode.el (help-xref-symbol-regexp):
4623 * info.el (Info-find-emacs-command-nodes):
4624 * international/mule.el (add-to-coding-system-list):
4625 * isearch.el (isearch-message-function, isearch-fail-pos):
4626 * misearch.el (multi-isearch-next-buffer-function):
4627 * newcomment.el (comment-box):
4628 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
4629 (pr-setting-database):
4630 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
4631 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
4632 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
4633 (pike-font-lock-keywords-3):
4634 * progmodes/compile.el (compile):
4635 * progmodes/etags.el (tags-table-files)
4636 (tags-table-files-function, tags-included-tables-function):
4637 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
4638 (gdb-restore-windows):
4639 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
4640 (ps-n-up-filling-database):
4641 * server.el (server-buffer, server-log):
4642 * simple.el (newline, delete-backward-char, delete-forward-char)
4643 (minibuffer-history-isearch-message, kill-line, track-eol)
4644 (temporary-goal-column):
4645 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
4646 (flyspell-default-deplacement-commands):
4647 * textmodes/ispell.el (ispell-accept-output):
4648 * textmodes/sgml-mode.el (html-tag-help):
4649 * vc/compare-w.el (compare-ignore-whitespace)
4650 (compare-ignore-case, compare-windows-dehighlight):
4651 * vc/diff.el (diff):
4652 * whitespace.el (whitespace-point)
4653 (whitespace-font-lock-refontify, whitespace-bob-marker)
4654 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
4655
4656 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
4657
4658 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
4659 (auto-revert-notify-rm-watch): Ignore errors.
4660 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
4661 inotify, and '(size last-write-time) for w32notify.
4662 Set buffer-local `auto-revert-use-notify' to nil when adding a file
4663 watch fails - this is a fallback to the file modification check.
4664 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
4665 (auto-revert-notify-event-action)
4666 (auto-revert-notify-event-file-name): New defuns.
4667 (auto-revert-notify-handler): Use them. Implement first
4668 plausibility checks.
4669 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
4670
4671 2013-01-11 Julien Danjou <julien@danjou.info>
4672
4673 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
4674 max are almost equal. Also return the correct value for V which is
4675 already between 0 and 1.
4676
4677 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
4678
4679 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
4680
4681 2013-01-11 Eli Zaretskii <eliz@gnu.org>
4682
4683 * autorevert.el (auto-revert-notify-rm-watch)
4684 (auto-revert-notify-add-watch): Fix typos in w32notify function
4685 names.
4686
4687 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
4688
4689 * autorevert.el (auto-revert-notify-enabled): Move up.
4690 (auto-revert-use-notify): New defcustom.
4691 (auto-revert-mode, global-auto-revert-mode)
4692 (auto-revert-notify-add-watch, auto-revert-handler)
4693 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
4694 `auto-revert-notify-enabled'.
4695
4696 2013-01-10 Elias Pipping <pipping@exherbo.org>
4697
4698 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
4699 * doc-view.el (doc-view-document->bitmap):
4700 Use doc-view-single-page-converter-function instead of
4701 single-page-converter arg; adjust callers.
4702
4703 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
4704
4705 * progmodes/which-func.el (which-function): Understand Semantic's use
4706 of overlays in imenu--index-alist.
4707
4708 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
4709
4710 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
4711 (Man-man-k-use-anchor): New var.
4712 (Man-parse-man-k): New function.
4713 (Man-completion-table): Use it.
4714 (man): Flush the completion cache between uses.
4715
4716 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
4717
4718 * autorevert.el: Add file watch support.
4719 (auto-revert-notify-enabled): New defconst.
4720 (auto-revert-notify-watch-descriptor-hash-list)
4721 (auto-revert-notify-watch-descriptor)
4722 (auto-revert-notify-modified-p): New defvars.
4723 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
4724 (auto-revert-notify-handler): New defuns.
4725 (auto-revert-mode, global-auto-revert-mode): Remove file watches
4726 when mode is disabled.
4727 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
4728 (auto-revert-buffers): Add file watches for active buffers.
4729
4730 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
4731
4732 * cus-start.el (toplevel): Only allow float values for
4733 scroll-up-aggressively and scroll-down-aggressively.
4734 Allow any number for line-spacing.
4735
4736 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4737
4738 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
4739 (doc-view-pdf->png-converter-function): Use mupdf if available.
4740 (doc-view-djvu->png-converter-function)
4741 (doc-view-ps->png-converter-function): Remove.
4742 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
4743 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
4744 (doc-view-already-converted-p): Adjust accordingly.
4745 (doc-view-mode-p): Simplify.
4746 (doc-view-enlarge): Use setq-local.
4747 (doc-view-pdf->png-converter-ghostscript)
4748 (doc-view-djvu->png-converter-ddjvu)
4749 (doc-view-pdf->png-converter-mupdf): Rework to call
4750 doc-view-start-process directly.
4751 (doc-view-pdf/ps->png): Simplify accordingly.
4752 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
4753 (doc-view-document->bitmap): Rename from doc-view-document->png.
4754 (doc-view-convert-current-doc): Merge pdf and djvu cases.
4755 (doc-view-set-slice-from-bounding-box): Fix completion table.
4756 (doc-view-mode): Use add-hook for after-revert-hook.
4757
4758 2013-01-10 Glenn Morris <rgm@gnu.org>
4759
4760 * emacs-lisp/authors.el (authors-ignored-files)
4761 (authors-valid-file-names, authors-renamed-files-alist):
4762 Add some more entries.
4763
4764 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4765
4766 * image-mode.el (image-mode-winprops): Don't throw away the fallback
4767 `t' pseudo-window entry.
4768
4769 2013-01-10 Alan Mackenzie <acm@muc.de>
4770
4771 Fix bugs in the c-parse-state mechanism. Reuse some markers
4772 instead of continually generating new ones.
4773
4774 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
4775 (c-state-old-cpp-end-marker): New variables.
4776 (c-append-lower-brace-pair-to-state-cache): Start a backward
4777 search for "}" definitively outside CPP constructs.
4778 (c-remove-stale-state-cache): Inform the caller of a need to
4779 search back for a brace pair in certain circumstances.
4780 (c-state-maybe-marker): New macro.
4781 (c-parse-state): Reuse markers when appropriate.
4782
4783 2013-01-10 Glenn Morris <rgm@gnu.org>
4784
4785 * simple.el (execute-extended-command): Doc fix.
4786 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
4787
4788 2013-01-10 Chong Yidong <cyd@gnu.org>
4789
4790 * faces.el (read-face-name): Doc fix.
4791
4792 2013-01-10 Roland Winkler <winkler@gnu.org>
4793
4794 * emacs-lisp/crm.el: Allow any regexp for separators.
4795 (crm-default-separator): All spaces around the default comma separator.
4796 (crm--completion-command): New macro.
4797 (crm-completion-help, crm-complete, crm-complete-word): Use it.
4798 (crm-complete-and-exit): Handle non-single-char separators.
4799
4800 2013-01-09 Elias Pipping <pipping@lavabit.com>
4801
4802 * doc-view.el: Add support for DjVu (bug#13164).
4803 (doc-view-djvu->png-converter-function): New config var.
4804 (doc-view-single-page-converter-function, doc-view--image-type)
4805 (doc-view--image-file-extension): New vars.
4806 (doc-view-mode): Initialize them.
4807 (doc-view-goto-page): Use them.
4808 (doc-view-mode-p): Add support for ddjvu.
4809 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
4810 (doc-view-set-up-single-converter): New funs.
4811 (doc-view-pdf/ps->png): Extend for djvu.
4812 (doc-view-document->png): Rename from doc-view-pdf->png.
4813 (doc-view-convert-current-doc): Handle djvu.
4814 (doc-view-insert-image, doc-view-display)
4815 (doc-view-already-converted-p): Don't hardcode png.
4816 (doc-view-set-doc-type): Recognize djvu docs.
4817
4818 2013-01-09 Elias Pipping <pipping@lavabit.com>
4819
4820 * doc-view.el: Add support for mupdf converter (bug#13164).
4821 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
4822 (doc-view-ps->png-converter-function): New config vars.
4823 (doc-view-pdf->png-converter-ghostscript)
4824 (doc-view-ps->png-converter-ghostscript)
4825 (doc-view-pdf->png-converter-mupdf): New functions.
4826 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
4827
4828 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
4829
4830 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
4831 first in session cache: When `tramp-own-remote-path' is in
4832 `tramp-remote-path', the remote path is only set in the session
4833 cache.
4834
4835 2013-01-09 Glenn Morris <rgm@gnu.org>
4836
4837 * emacs-lisp/trace.el (trace-function-foreground)
4838 (trace-function-background): Doc fix.
4839
4840 2013-01-09 Juri Linkov <juri@jurta.org>
4841
4842 * international/mule-cmds.el (read-char-by-name): Move let-binding
4843 of completion-ignore-case around completing-read to fix regression
4844 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
4845 `string-match-p' using the nil value of `case-fold-search' and
4846 `completion-ignore-case' in `completion-pcm--all-completions'.
4847 (Bug#12615).
4848
4849 2013-01-09 Glenn Morris <rgm@gnu.org>
4850
4851 * progmodes/compile.el (compilation-parse-errors):
4852 Fix typo. (Bug#13369)
4853
4854 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
4855
4856 * comint.el (comint-send-input): Check size of buffer before
4857 waiting for process output, in case already accepted. (Bug#13290)
4858
4859 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
4860
4861 Spelling fixes.
4862 * net/tramp-adb.el (tramp-adb-get-toolbox):
4863 Fix misspelling of 'unknown'.
4864
4865 2013-01-08 Juri Linkov <juri@jurta.org>
4866
4867 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4868 * progmodes/flymake.el (flymake-errline, flymake-warnline):
4869 Use underline style wave on terminals that support it. (Bug#13000)
4870
4871 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
4872
4873 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
4874 the predicate returns nil.
4875
4876 * simple.el: Use lexical-binding.
4877 (primitive-undo): Use pcase.
4878 (minibuffer-history-isearch-push-state): Use a closure.
4879
4880 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4881
4882 * simple.el (primitive-undo): Move from undo.c.
4883
4884 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
4885
4886 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
4887 (cvs-mode-remove-handled): Use it (bug#13380).
4888
4889 * emacs-lisp/nadvice.el (advice--tweak): New function.
4890 (advice--remove-function, advice--subst-main): Use it.
4891
4892 * emacs-lisp/advice.el: Update commentary.
4893
4894 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
4895
4896 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4897 Remove spurious entry.
4898
4899 2013-01-08 Glenn Morris <rgm@gnu.org>
4900
4901 * net/tramp.el (tramp-default-host-alist): Add :version.
4902
4903 2013-01-08 Juri Linkov <juri@jurta.org>
4904
4905 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
4906 single completion. (Bug#12456)
4907 (info--manual-names): Expand node completions into an explicit list
4908 before appending it to another list. Filter out internal buffers
4909 with the leading space in the buffer name. (Bug#10771)
4910
4911 2013-01-08 Juri Linkov <juri@jurta.org>
4912
4913 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
4914 that defaults to the Top node.
4915 (Info-goto-node, Info-read-node-name): Doc fix to mention that
4916 the short format (FILENAME) goes to the Top node.
4917 (Info-build-node-completions): Rename arg `file' to `filename'.
4918 (Bug#13365)
4919
4920 2013-01-07 Bastien Guerry <bzg@gnu.org>
4921
4922 * menu-bar.el (menu-bar-search-documentation-menu):
4923 Use `apropos-user-option' and fix the help message.
4924
4925 2013-01-07 Bastien Guerry <bzg@gnu.org>
4926
4927 * apropos.el (apropos-do-all): Update docstring.
4928 (apropos-user-option-button): New face.
4929 (apropos-user-option): Rename from `apropos-variable' and update
4930 docstring.
4931 (apropos-variable): Rewrite, now show all variables by default.
4932 (apropos-print): Mention "User option" instead of "Variable" when
4933 printing doc for user options. (Bug#13276)
4934
4935 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
4936
4937 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
4938 Handle filename correctly, when parsing "source -> target" symlink
4939 output.
4940 (tramp-adb-handle-set-file-times): New defun.
4941
4942 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
4943
4944 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
4945 advice list when the interactive-spec of ad-Advice-* changes.
4946
4947 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
4948
4949 * wid-edit.el (widget-default-get): Work for inlined elements.
4950 (Bug#12670)
4951
4952 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
4953
4954 * net/tramp.el (tramp-default-host-alist): New defcustom.
4955 (tramp-find-host): Use it.
4956 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
4957 `eshell-directory-change-hook'.
4958
4959 * net/tramp-adb.el (top): Add adb specific entry in
4960 `tramp-default-host-alist'.
4961 (tramp-adb-file-name-host): Remove function.
4962 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
4963 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
4964
4965 * net/tramp-sh.el: Move eshell integration code to tramp.el.
4966
4967 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
4968
4969 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
4970
4971 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
4972
4973 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
4974 consist of more than one digit.
4975 (tramp-adb-file-name-handler-alist):
4976 Use `tramp-handle-file-exists-p' consistently.
4977 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
4978 (tramp-adb-handle-file-exists-p): Remove function.
4979 (tramp-adb-file-name-host): New defun.
4980 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
4981 Use it.
4982 (tramp-adb-maybe-open-connection): Set "remote-path" property.
4983
4984 2013-01-06 Chong Yidong <cyd@gnu.org>
4985
4986 * vc/vc.el (vc-next-action): Detect buffer modifications
4987 conflicting with locking VCS operation (Bug#11490).
4988
4989 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
4990
4991 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
4992
4993 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
4994 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
4995
4996 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
4997
4998 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
4999 parsing of ls output using regular expression (handle filenames
5000 with spaces). Use virtual device number.
5001 (tramp-do-parse-file-attributes-with-ls): New defun (Code
5002 cleanup).
5003
5004 2013-01-04 Daiki Ueno <ueno@gnu.org>
5005
5006 * epg.el: Silence byte-compiler warnings.
5007 (epg--start): Use delete-char instead of delete-backward-char.
5008 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
5009
5010 2013-01-04 Daiki Ueno <ueno@gnu.org>
5011
5012 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
5013 Suggested by Eli Zaretskii <eliz@gnu.org>.
5014
5015 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
5016
5017 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
5018 non-negative integers. Otherwise, the default values are used.
5019 (tramp-convert-file-attributes): Convert uid and gid to integers.
5020
5021 2013-01-04 Glenn Morris <rgm@gnu.org>
5022
5023 * term.el (term-handle-colors-array): Ensure face attributes
5024 are fully specified, not nil. (Bug#13337)
5025
5026 * term.el (term-default-fg-color, term-default-bg-color):
5027 Fix custom type.
5028
5029 * progmodes/etags.el (tags-compression-info-list): Doc fix.
5030 (tag-find-file-of-tag-noselect): Check auto-compression-mode
5031 rather than 'jka-compr being loaded. (Bug#13338)
5032
5033 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
5034
5035 * icomplete.el (icomplete-completions):
5036 Honor icomplete-prospects-height once more following
5037 2012-11-29 changes. (Bug#13224)
5038
5039 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5040
5041 * subr.el (internal--called-interactively-p--get-frame): Find aliases
5042 of called-interactively-p as well (bug#13237).
5043
5044 * view.el (view--enable, view--disable): Rename from view-mode-enable
5045 and view-mode-disable and assume it's called from view-mode.
5046 (view-mode-enable, view-mode-disable): Redefine as obsolete
5047 compatibility layer above view-mode.
5048 (view-mode-enter): Call `view-mode'.
5049
5050 * files.el (after-find-file): Call `view-mode'.
5051
5052 * doc-view.el (doc-view-scale-internally): New var.
5053 (doc-view-enlarge, doc-view-insert-image): Obey it.
5054
5055 2013-01-03 Daiki Ueno <ueno@gnu.org>
5056
5057 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
5058 exist. (Bug#13344)
5059
5060 2013-01-03 Glenn Morris <rgm@gnu.org>
5061
5062 * mail/rmail.el (rmail-set-header-1): Ignore case.
5063 Handle multi-line headers. (Bug#13330)
5064
5065 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
5066 Handle paragraph starting at beginning of buffer.
5067
5068 * subr.el (eval-after-load): Don't purecopy the form, so that it
5069 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
5070
5071 * emacs-lisp/byte-run.el (defun): Place cl declarations
5072 after any interactive spec. (Bug#13265)
5073
5074 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
5075
5076 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
5077 defun. Don't check for DECL if DOCSTRING isn't a string.
5078 (defun): Likewise.
5079
5080 2013-01-02 Glenn Morris <rgm@gnu.org>
5081
5082 * eshell/em-cmpl.el (eshell-pcomplete):
5083 More thoroughly imitate pcomplete. (Bug#13293)
5084
5085 * files.el (parse-colon-path): Doc fix. (Bug#12351)
5086 Return nil for empty path elements. (Bug#13296)
5087
5088 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
5089
5090 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
5091 order to improve efficiency (Based on Daniel Colascione's
5092 <dancol@dancol.org> patch). (Bug#13182)
5093
5094 2013-01-02 Glenn Morris <rgm@gnu.org>
5095
5096 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
5097
5098 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
5099
5100 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
5101 neither DOCSTRING nor DECL was given. (Bug#13316)
5102
5103 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
5104
5105 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
5106 `error' call.
5107 (tramp-do-copy-or-rename-file): Ignore errors when calling
5108 `set-file-extended-attributes'.
5109
5110 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5111 Add handler for `file-acl'.
5112 (tramp-smb-handle-file-acl): New defun.
5113
5114 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
5115
5116 * calc/README: Mention ISO 8601 week-numbering dates.
5117
5118 2013-01-01 Martin Rudalics <rudalics@gmx.at>
5119
5120 * view.el (view-mode-enable): New argument run-view-mode-hook.
5121 Run view-mode-hook only when it's non-nil (Bug#13315).
5122 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
5123 argument t.
5124
5125 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
5126
5127 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
5128 (No device connected, invalid device name). (Bug #13299)
5129
5130 2012-12-31 Martin Rudalics <rudalics@gmx.at>
5131
5132 * window.el (window-resizable--p): Rename to window-resizable-p.
5133 (window-resize-no-error): New function.
5134
5135 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
5136 broken in fix from 2012-12-28.
5137
5138 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
5139
5140 * subr.el (special-form-p): Don't signal errors on undef aliases.
5141
5142 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
5143
5144 * calc/calc-forms.el (math-parse-date): Try using
5145 `math-parse-iso-date' when it looks like it might be needed.
5146 Allow times of 24:00.
5147 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
5148 of 24:00.
5149
5150 2012-12-30 Glenn Morris <rgm@gnu.org>
5151
5152 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
5153 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
5154 (rmail-summary-displayed, rmail-summary): Declare.
5155 (mairix-rmail-display): Just require rmail.
5156
5157 2012-12-30 Chong Yidong <cyd@gnu.org>
5158
5159 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
5160 check for the tarball contents.
5161
5162 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
5163
5164 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
5165 tarfile content listings (Bug#13136).
5166
5167 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
5168
5169 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
5170 Insert the undecoded text of the message being forwarded. (Bug#9521)
5171
5172 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
5173
5174 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
5175 integers, if they are real numbers. (Bug#13282)
5176
5177 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
5178 Return `t' on success.
5179
5180 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5181 Add handler for `set-file-selinux-context'.
5182
5183 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
5184
5185 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
5186 (tramp-sh-handle-set-file-acl): Return `t' on success.
5187
5188 2012-12-29 Eli Zaretskii <eliz@gnu.org>
5189
5190 * files.el (backup-buffer-copy, basic-save-buffer-2):
5191 If set-file-extended-attributes fails, fall back on set-file-modes
5192 instead of signaling an error. (Bug#13298)
5193 (basic-save-buffer): Likewise.
5194
5195 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
5196
5197 * progmodes/python.el: Support other commands triggering
5198 python-indent-line so indentation cycling continues to work.
5199 (python-indent-trigger-commands): New defcustom.
5200 (python-indent-line): Use it.
5201
5202 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
5203
5204 * progmodes/python.el (python-shell-send-region): Add blank lines
5205 for non sent code so backtraces remain correct.
5206
5207 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
5208
5209 * progmodes/python.el: Remove cl dependency.
5210 (python-syntax-count-quotes): Replace incf call.
5211 (python-fill-string): Replace setf call.
5212
5213 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
5214
5215 * info.el (info-other-window): New arg, for consistency with info.
5216
5217 2012-12-28 Martin Rudalics <rudalics@gmx.at>
5218
5219 * mail/rmail.el (rmail-maybe-display-summary):
5220 Rewrite (Bug#13066).
5221
5222 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
5223
5224 * epg.el (epg--start): Modify process-environment locally.
5225
5226 2012-12-28 Daiki Ueno <ueno@gnu.org>
5227
5228 * epg.el: Support pinentry-curses.
5229 Suggested by Werner Koch in
5230 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
5231 (epg-agent-file, epg-agent-mtime): New variable.
5232 (epg--start): Record the modified time of gpg-agent socket file,
5233 to restore Emacs frame after pinentry-curses termination.
5234 (epg-wait-for-completion): Restore Emacs frame here.
5235
5236 2012-12-27 Juri Linkov <juri@jurta.org>
5237
5238 * info.el (Info-file-completions): New variable.
5239 (Info-read-node-name-1): Complete node names in the Info file
5240 when a file name is given. Call `Info-build-node-completions'
5241 with a file name.
5242 (Info-build-node-completions): Add new arg `file'. When it is
5243 non-nil, visit it in a temporary buffer and cache its completions in
5244 `Info-current-file-completions'. Move most of the function body to
5245 `Info-build-node-completions-1'.
5246 (Info-build-node-completions-1): New function with the body from
5247 `Info-build-node-completions'. (Bug#12456)
5248
5249 2012-12-27 Juri Linkov <juri@jurta.org>
5250
5251 * frame.el (frame-maximization-style): Remove user option.
5252 (cycle-frame-maximized): Remove function.
5253 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
5254 (toggle-frame-fullscreen): New command bound to <f11> instead of
5255 `toggle-frame-maximized'.
5256 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
5257
5258 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
5259
5260 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
5261
5262 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5263 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5264 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
5265 for `file-accessible-directory-p'. (Bug#13275)
5266
5267 2012-12-27 Sam Steingold <sds@gnu.org>
5268
5269 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
5270 continuations, see <http://stackoverflow.com/questions/3582436>.
5271
5272 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
5273
5274 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
5275 "module" and "def" to have indentation before them.
5276 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
5277
5278 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
5279
5280 2012-12-27 Alan Mackenzie <acm@muc.de>
5281
5282 Speed up fontification where there's large brace blocks.
5283 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
5284 to a call of c-beginning-of-decl-1.
5285
5286 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
5287
5288 * comint.el (comint-adjust-window-point): New function.
5289 (comint-postoutput-scroll-to-bottom):
5290 Call comint-adjust-window-point (Bug#13248).
5291
5292 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
5293
5294 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
5295 Rakefile regexp.
5296 (auto-mode-alist): Associate .gemspec files with ruby-mode
5297 (https://bugs.ruby-lang.org/issues/5453).
5298
5299 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
5300
5301 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
5302 Suppress coloring, if possible (required for BusyBox based systems like
5303 CyanogenMod).
5304 (tramp-adb-handle-file-attributes)
5305 (tramp-adb-handle-insert-directory)
5306 (tramp-adb-handle-file-name-all-completions): Use it.
5307 (tramp-adb-get-toolbox): New defun. Check for remote shell
5308 implementation (BusyBox or Toolbox).
5309
5310 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
5311
5312 * startup.el (initial-buffer-choice): Allow function as value
5313 (Bug#13251).
5314 (command-line-1): Handle case where initial-buffer-choice
5315 specifies a function.
5316 * server.el (server-execute): Handle case where
5317 initial-buffer-choice specifies a function.
5318
5319 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
5320
5321 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
5322 its own function.
5323 (smtpmail-try-auth-methods): Forget the user name/password if the
5324 login is unsuccessful (bug#12424).
5325
5326 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
5327
5328 * notifications.el (notifications-notify): Protect body with
5329 `with-demoted-errors'.
5330
5331 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5332 Check properties of remote device. Restart connection, if there is a
5333 change.
5334
5335 2012-12-21 Chong Yidong <cyd@gnu.org>
5336
5337 * sort.el (sort-subr): Doc fix (Bug#13056).
5338
5339 2012-12-21 Bastien Guerry <bzg@gnu.org>
5340
5341 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
5342
5343 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
5344
5345 * simple.el (process-file): Overwrite stderr file, if exists.
5346
5347 2012-12-21 Daiki Ueno <ueno@gnu.org>
5348
5349 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
5350 (epg-error): Set `error-message' property.
5351
5352 2012-12-21 Chong Yidong <cyd@gnu.org>
5353
5354 * international/mule-cmds.el (read-char-by-name): Signal an error
5355 if the user does not supply a valid character (Bug#13177).
5356
5357 * simple.el (transpose-subr-1): Preserve marker positions by
5358 changing the insertion sequence (Bug#13122).
5359
5360 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
5361
5362 * simple.el (kill-region): Deactivate mark even for empty regions
5363 (Bug#13169).
5364
5365 2012-12-21 Chong Yidong <cyd@gnu.org>
5366
5367 * help-fns.el (describe-variable): Make sure we get the right
5368 buffer name (Bug#13105). Suggested by Kelly Dean.
5369
5370 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
5371
5372 * comint.el (comint-redirect-previous-input-string): New variable.
5373 (comint-redirect-setup, comint-redirect-cleanup)
5374 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
5375 (comint-redirect-preoutput-filter): Fix verbose message.
5376
5377 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
5378
5379 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
5380 is too long for Tramp. See discussion in
5381 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
5382
5383 * progmodes/compile.el (compilation-start): Remove line escape
5384 template.
5385
5386 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
5387
5388 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
5389 Adjust comment.
5390
5391 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
5392
5393 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
5394 following non-comment text (bug#13207).
5395 (lm-header-multiline): Continuation lines need to be indented more than
5396 the first line.
5397 (lm-homepage): New function.
5398 (lm-with-file): Don't be confused if narrowing is in effect.
5399
5400 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
5401
5402 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
5403 very beginning of a hunk (e.g. killing the first line).
5404
5405 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
5406
5407 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
5408 and text properties from returned ACL string.
5409 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
5410 for "setfacl" command.
5411
5412 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
5413
5414 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
5415 `tramp-cleanup-this-connection', when the process has died.
5416 (Bug#13151)
5417
5418 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
5419
5420 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
5421
5422 2012-12-17 Kevin Ryde <user42@zip.com.au>
5423
5424 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
5425
5426 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
5427
5428 Add support for preserving ACL entries of files.
5429
5430 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
5431 `set-file-acl' handlers.
5432
5433 * net/tramp-adb.el (tramp-adb-handle-copy-file):
5434 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5435
5436 * net/tramp-compat.el (tramp-compat-copy-file):
5437 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5438
5439 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5440 Add `file-acl' and `set-file-acl' handlers.
5441 (tramp-gvfs-handle-copy-file):
5442 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5443 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
5444 New defuns.
5445
5446 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5447 Add `file-acl' and `set-file-acl' handlers.
5448 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
5449 (tramp-sh-handle-set-file-acl): New defuns.
5450 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
5451 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5452
5453 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5454 Add `file-acl' and `set-file-acl' handlers.
5455 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
5456
5457 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
5458
5459 * help-macro.el (make-help-screen): Instead of switch-to-buffer
5460 use pop-to-buffer with NORECORD argument t. As buffer name, use
5461 *Metahelp* with a leading space (Bug#13190).
5462
5463 2012-12-16 Romain Francoise <romain@orebokech.com>
5464
5465 * files.el (file-extended-attributes)
5466 (set-file-extended-attributes): New functions.
5467 (backup-buffer): Use them to handle both SELinux context and ACL
5468 entries.
5469 (backup-buffer-copy): Work with an alist of extended attributes,
5470 rather than an SELinux context.
5471 (basic-save-buffer-2): Ditto.
5472
5473 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
5474
5475 * battery.el (battery-bsd-apm): New function.
5476
5477 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
5478
5479 * calc/calc.el (calc-standard-date-formats): Adjust one of the
5480 standard date formats.
5481
5482 2012-12-15 Juri Linkov <juri@jurta.org>
5483
5484 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
5485 `isearch-insert-char-by-name'.
5486 (with-isearch-suspended): New defmacro with body mostly from
5487 `isearch-edit-string' except the part that sets
5488 `isearch-new-string' and `isearch-new-message'.
5489 (isearch-edit-string): Use new macro `with-isearch-suspended' with
5490 body that sets `isearch-new-string' and `isearch-new-message'.
5491 (isearch-insert-char-by-name): New command.
5492 * international/mule-cmds.el (read-char-by-name): Let-bind
5493 `enable-recursive-minibuffers' to t.
5494 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
5495
5496 2012-12-15 Juri Linkov <juri@jurta.org>
5497
5498 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
5499 (Bug#13175)
5500
5501 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
5502
5503 * dired-x.el (dired-guess-shell-command): Put colon at the end of
5504 the prompt. (Bug#13045)
5505
5506 2012-12-14 Glenn Morris <rgm@gnu.org>
5507
5508 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
5509 Try to include filename in non-bytecomp warning. (Bug#13132)
5510
5511 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
5512
5513 Fix permissions bugs with setgid directories etc. (Bug#13125)
5514 * files.el (backup-buffer): Don't rely on 9th output of
5515 file-attributes, as it's now a placeholder. Instead, use the new
5516 optional arg of file-ownership-preserved-p.
5517 (file-ownership-preserved-p): New optional arg GROUP.
5518 Fix mishandling of setuid directories that would cause this
5519 function to return t when it should have returned nil.
5520 Document what happens if the file does not exist, and when
5521 it's not known whether the ownership will be preserved.
5522 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
5523 Likewise.
5524 (tramp-get-local-gid): Use group-gid for integer, as that's
5525 faster and more reliable.
5526
5527 2012-12-14 Julien Danjou <julien@danjou.info>
5528
5529 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
5530 Update keywords list, data type and PL/pgSQL.
5531
5532 2012-12-14 Dave Abrahams <dave@boostpro.com>
5533
5534 * vc/ediff-util.el (ediff-buffer-type): New function.
5535 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
5536 rather than taking it as as argument.
5537 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
5538
5539 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
5540
5541 * json.el: Add pretty-print option (bug#12634).
5542 (json-encoding-separator, json-encoding-default-indentation)
5543 (json--encoding-current-indentation, json-encoding-pretty-print)
5544 (json-encoding-lisp-style-closings): New vars.
5545 (json--with-indentation): New macro.
5546 (json-encode-hash-table, json-encode-alist, json-encode-plist)
5547 (json-encode-array): Use it to obey json-encoding-pretty-print.
5548 (json-pretty-print-buffer, json-pretty-print): New commands.
5549
5550 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
5551
5552 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5553 Extract `ruby-syntax-propertize-expansions'.
5554 (ruby-syntax-propertize-expansions): Only change syntax on
5555 certain string delimiters, to punctuation. This way the common
5556 functions like forward-word and thing-at-point still work.
5557 (ruby-match-expression-expansion): Improve readability.
5558 (ruby-block-contains-point): New function.
5559 (ruby-add-log-current-method): Handle several edge cases.
5560
5561 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
5562
5563 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
5564 unload-feature finishes even when aborting an ongoing edebug session.
5565 Also, do not worry about edebug-mode, unload-feature takes care of it.
5566
5567 2012-12-13 Andreas Schwab <schwab@suse.de>
5568
5569 * net/tls.el (tls-program): Update customize type.
5570
5571 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
5572
5573 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
5574 (edebug-setup-hook, cl-read-load-hooks): Use it.
5575 (edebug-unload-function): New function. (Bug#13163)
5576
5577 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
5578
5579 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
5580 Otherwise, there could be errors in autoloading. (Bug#13151)
5581
5582 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
5583
5584 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
5585 sequences.
5586
5587 2012-12-13 Alan Mackenzie <acm@muc.de>
5588
5589 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
5590 * progmodes/cc-engine.el (c-backward-comments): Add code to work
5591 around `forward-comment' not recognizing ^M as whitespace.
5592
5593 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
5594
5595 * progmodes/python.el (python-skeleton-class)
5596 (python-skeleton-def): Do not add space after defun name.
5597
5598 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5599
5600 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
5601 (cl--symbol-function): Remove (now that funbound is like nil).
5602
5603 2012-12-12 Glenn Morris <rgm@gnu.org>
5604
5605 * button.el (button--area-button-p): Fix typo.
5606
5607 2012-12-12 Sam Steingold <sds@gnu.org>
5608
5609 * frame.el (frame-maximization-style): New user option.
5610 (toggle-frame-maximized): Toggle frame maximization according to
5611 `frame-maximization-style', bound to <f11>.
5612 (cycle-frame-maximized): Cycle between all maximization styles and
5613 non-maximized frame, bound to shift-<f11>.
5614
5615 2012-12-12 David Cadé <codename68@gmail.com>
5616
5617 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
5618
5619 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
5620
5621 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
5622 (eieio-override-prin1): Don't quote kewords and booleans.
5623 (object-write) <eieio-default-superclass>: Don't put closing parens
5624 on new line, avoid needless empty lines, align values that are objects
5625 with the slot keyword (instead of beginning on the same line).
5626 (eieio-list-prin1): Align value with slot keyword; increase
5627 eieio-print-depth before printing members of the list.
5628
5629 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
5630
5631 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
5632 a display text-property.
5633 (report-emacs-bug-hook): Don't bother deleting it any more.
5634
5635 * hilit-chg.el (highlight-save-buffer-state): Delete.
5636 Use with-silent-modifications instead.
5637 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
5638
5639 * button.el: Handle buttons in display text-properties.
5640 (button--area-button-p, button--area-button-string):
5641 Use (STRING . STRING-POS) representation instead of just STRING.
5642
5643 2012-12-11 Eli Zaretskii <eliz@gnu.org>
5644
5645 * makefile.w32-in (compile4-SH): Fix a typo that caused term
5646 subdirectory be skipped.
5647
5648 2012-12-11 Glenn Morris <rgm@gnu.org>
5649
5650 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
5651
5652 * progmodes/f90.el (f90-line-continued, f90-indent-region):
5653 Treat preprocessor lines embedded in continuations like comments.
5654 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
5655
5656 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
5657
5658 * calc/calc.el (calc-standard-date-formats): Add more date
5659 formats.
5660 * calc/calc-forms.el (math-parse-iso-date): New function.
5661 (math-parse-date): Use `math-parse-iso-date' when appropriate.
5662 (math-parse-iso-date-validate): Add extra error checking.
5663 (calc-date-notation): Add ability to access new date formats.
5664
5665 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5666
5667 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
5668 font-lock as well as when there's no text-property.
5669
5670 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
5671
5672 * hi-lock.el: Refine the choice of default face.
5673 (hi-lock-keyword->face): New function. Use it wherever we used
5674 cadadadr instead.
5675 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
5676 (hi-lock--last-face): Remove var.
5677 (hi-lock--unused-faces): New var to replace it.
5678 (hi-lock-read-face-name): Use/maintain it.
5679 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
5680 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
5681 if it has another face.
5682
5683 2012-12-10 Eli Zaretskii <eliz@gnu.org>
5684
5685 * subr.el (w32notify-handle-event): New function.
5686 (inotify-handle-event): Doc fix.
5687
5688 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5689
5690 * subr.el (inotify-event-p, inotify-handle-event): New functions.
5691
5692 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
5693
5694 * simple.el (just-one-space): Doc fix.
5695
5696 2012-12-10 Eli Zaretskii <eliz@gnu.org>
5697
5698 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
5699
5700 2012-12-10 Le Wang <l26wang@gmail.com>
5701
5702 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
5703 narrowed buffer (bug#12361).
5704
5705 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
5706
5707 * vc/vc-hooks.el (vc-state): Doc fix.
5708
5709 2012-12-10 Glenn Morris <rgm@gnu.org>
5710
5711 * mail/rmail.el (rmail-maybe-display-summary):
5712 Preserve buffer, in case select-window changes it. (Bug#13066)
5713
5714 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5715
5716 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
5717 cl-load-hook where they belong.
5718
5719 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5720
5721 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
5722
5723 2012-12-09 Eli Zaretskii <eliz@gnu.org>
5724
5725 Parallelize byte compilation on MS-Windows.
5726 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
5727 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
5728 (WINS_BASIC): Define as concatenation of the above.
5729 (compile): Subdivide into 4 separate and independent jobs that can
5730 be run in parallel.
5731 (compile0-CMD, compile0-SH): New targets for compiling
5732 COMPILE_FIRST files, which are prerequisites for the rest of the
5733 byte-compilation.
5734 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
5735 New targets for parallel compilation with cmd.exe.
5736 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
5737 compiling under a Unixy shell.
5738
5739 2012-12-09 Chong Yidong <cyd@gnu.org>
5740
5741 * simple.el (set-mark-default-inactive): Delete this
5742 accidentally-introduced option.
5743 (set-mark-command, exchange-point-and-mark): Remove calls.
5744
5745 2012-12-09 Glenn Morris <rgm@gnu.org>
5746
5747 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
5748 Respect a defcustom's :set function, if appropriate. (Bug#109)
5749 (eval-defun): Doc fix.
5750
5751 2012-12-08 Juri Linkov <juri@jurta.org>
5752
5753 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
5754 (Info-fontify-node, Info-bookmark-make-record): Remove the
5755 file extension from Info-current-file (Bug#13016).
5756
5757 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5758
5759 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
5760 point, still provide some default.
5761 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
5762 names, since we don't use it right now. Actually return the list.
5763 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
5764
5765 2012-12-07 Chong Yidong <cyd@gnu.org>
5766
5767 * novice.el (disabled-command-function): Remove a spurious help
5768 xref (Bug#13043). Suggested by Kelly Dean.
5769
5770 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
5771 syntax is specified (Bug#13025).
5772
5773 * info.el (Info-set-mode-line): Remove the file extension from
5774 Info-current-file if there is one (Bug#13016).
5775
5776 2012-12-07 Glenn Morris <rgm@gnu.org>
5777
5778 * mail/rmail.el (rmail-mime-decoded): New permanent local.
5779 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
5780 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
5781 and rmail-mime-decoded. (Bug#9841)
5782
5783 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
5784 (batch-unrmail, unrmail): Doc fixes.
5785 (unrmail): Respect unrmail-mbox-format.
5786 * mail/rmail.el (rmail-mbox-format): New option.
5787 (rmail-show-message-1): Respect rmail-mbox-format.
5788
5789 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5790
5791 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
5792
5793 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5794
5795 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
5796 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
5797 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
5798 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
5799 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
5800 (cl-progv): Don't rely on dynamic scoping to find the body.
5801 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
5802 (cl--proclaims-deferred): Rename from the "cl-" prefix.
5803 (cl-declaim): Use backquotes.
5804 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
5805 Use "cl--" prefix for the object's tag.
5806
5807 * ses.el: Use advice-add/remove.
5808 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
5809 (copy-region-as-kill, yank): Use advice-add.
5810 (ses-unload-function): Use advice-remove.
5811
5812 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
5813
5814 * button.el: Make them work in header-lines (bug#12817).
5815 (button-map): Add bindings for header-line and mode-line use.
5816 (button-get, button-put, button-label): `button' may now be a string.
5817 (button-activate): Don't make it a defsubst.
5818 (button--area-button-p, button--area-button-string): New functions.
5819 (make-text-button): Fix the return value when `beg' was a string.
5820 (push-button): Handle the mode-line case.
5821
5822 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5823
5824 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
5825 (sql-signum): Remove. Use `cl-signum' instead.
5826 (sql-read-passwd): Remove; use read-passwd instread.
5827 (sql-get-login-ext): Use read-string.
5828 (sql-get-login): Use dolist and pcase.
5829 (sql--completion-table): Rename from sql-try-completion.
5830 Use complete-with-action.
5831 (sql-mode): Don't change abbrev-all-caps globally.
5832 (sql-connect): Don't rely on dynamic scoping for `new-name'.
5833 (sql-postgres-completion-object): Initialize vars in their `let'.
5834 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
5835 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
5836 (sql-comint-interbase): Use a single append, without setq.
5837 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
5838
5839 * hi-lock.el: Rework the default face and the serialize regexp code.
5840 (hi-lock--auto-select-face-defaults): Remove.
5841 (hi-lock-string-serialize-serial): Remove.
5842 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
5843 make weak.
5844 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
5845 equal string.
5846 (hi-lock-set-pattern): Adjust accordingly.
5847 (hi-lock--regexps-at-point): Simplify accordingly.
5848 (hi-lock--auto-select-face-defaults): Remove.
5849 (hi-lock--last-face): New var to replace it.
5850 (hi-lock-read-face-name): Rewrite (bug#11095).
5851 (hi-lock-unface-buffer): Arrange for the face to be the next default.
5852
5853 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
5854
5855 * net/tramp.el (tramp-replace-environment-variables):
5856 Hide compiler warning.
5857 (tramp-file-name-for-operation): Remove `executable-find',
5858 `start-process', `call-process' and `call-process-region'.
5859
5860 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
5861
5862 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
5863 compatibility.
5864
5865 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
5866
5867 2012-12-06 Chong Yidong <cyd@gnu.org>
5868
5869 * ffap.el (ffap-replace-file-component): Fix typo.
5870
5871 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5872
5873 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
5874 fix open-paren-like token test (bug#12785).
5875
5876 2012-12-06 Glenn Morris <rgm@gnu.org>
5877
5878 * mail/rmailsum.el (rmail-new-summary): Tweak for
5879 rmail-maybe-display-summary changing buffer. (Bug#13066)
5880
5881 2012-12-06 Juri Linkov <juri@jurta.org>
5882
5883 * info.el (Info-fontify-node): Don't hide the last newline.
5884 (Bug#12272)
5885
5886 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
5887
5888 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
5889 so as to enable message-read-from-minibuffer to expand mail aliases.
5890
5891 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5892
5893 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
5894 the `intangible' property.
5895 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
5896
5897 2012-12-05 Deniz Dogan <deniz@dogan.se>
5898
5899 * net/rcirc.el (rcirc-urls): Update documentation.
5900 (rcirc-condition-filter): New function.
5901 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
5902 and exclude consecutive duplicate URLs (Bug#6082).
5903
5904 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
5905
5906 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
5907 Check return code of copy command.
5908
5909 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
5910 Use group `tramp'. Add version.
5911
5912 2012-12-05 Chong Yidong <cyd@gnu.org>
5913
5914 * ffap.el (ffap-url-regexp): Don't require matching at front of
5915 string (Bug#4952).
5916 (ffap-url-p): If only a substring matches, return that.
5917 (ffap-url-at-point): Use the return value of ffap-url-p.
5918 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
5919 (find-file-at-point, dired-at-point, dired-at-point-prompter)
5920 (ffap-guess-file-name-at-point): Likewise.
5921 (ffap-replace-file-component): Fix typo.
5922
5923 * info.el (info-display-manual): Add existing Info buffers, whose
5924 files may not be in Info-directory-list, to the completion.
5925 (info--manual-names): New helper function.
5926
5927 2012-12-05 Glenn Morris <rgm@gnu.org>
5928
5929 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
5930 New functions, for detecting and resolving conflicts. (Bug#10709)
5931
5932 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
5933
5934 * hi-lock.el (hi-lock-auto-select-face): New user variable.
5935 (hi-lock-auto-select-face-defaults): New buffer local variable.
5936 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
5937 (hi-lock-unface-buffer): Prompt user with useful defaults.
5938 With prefix arg, unhighlight all hi-lock patterns in buffer.
5939
5940 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5941
5942 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
5943
5944 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
5945
5946 * Makefile.in (TRAMP_SRC):
5947 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
5948
5949 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
5950
5951 * net/tramp-adb.el: New package.
5952
5953 2012-12-04 Chong Yidong <cyd@gnu.org>
5954
5955 * terminal.el: Move to obsolete/.
5956
5957 * longlines.el: Move to obsolete/.
5958
5959 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
5960 Remove code referring to longlines mode.
5961
5962 2012-12-03 Juri Linkov <juri@jurta.org>
5963
5964 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
5965
5966 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5967
5968 * textmodes/ispell.el (ispell-init-process)
5969 (ispell-start-process, ispell-internal-change-dictionary):
5970 Make sure personal dictionary name is expanded after initial
5971 `default-directory' value. Use expanded strings for
5972 keep/restart checks and for value (Bug#13019).
5973
5974 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
5975
5976 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
5977
5978 2012-12-03 Leo Liu <sdl.web@gmail.com>
5979
5980 * files.el (dir-locals-read-from-file): Check file non-empty
5981 before reading. (Bug#13038)
5982
5983 2012-12-03 Glenn Morris <rgm@gnu.org>
5984
5985 * jka-cmpr-hook.el (jka-compr-get-compression-info):
5986 Remove any version extension before checking filename. (Bug#13006)
5987 (jka-compr-compression-info-list): Belated :version bump.
5988
5989 2012-12-03 Chong Yidong <cyd@gnu.org>
5990
5991 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
5992
5993 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
5994 (buffer-menu): Doc fix (Bug#12294).
5995
5996 2012-12-03 Roland Winkler <winkler@gnu.org>
5997
5998 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
5999 of diary-show-all-entries in the diary buffer (Bug#12994).
6000
6001 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
6002
6003 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
6004 "<STDIN>". This is binary safe.
6005
6006 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
6007
6008 * calc/calc-forms.el (math-absolute-from-iso-dt)
6009 (math-date-to-iso-dt, math-parse-iso-date-validate)
6010 (math-iso-dt-to-date): New functions.
6011 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
6012 (math-fd-isoweekday): New variables.
6013 (calc-date-notation, math-parse-standard-date, math-format-date)
6014 (math-format-date-part): Add support for more formatting codes.
6015
6016 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
6017
6018 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
6019 current buffer's file name when called interactively (Bug#12488).
6020
6021 2012-12-02 Juri Linkov <juri@jurta.org>
6022
6023 * info.el (info-display-manual): Don't clobber an existing Info
6024 buffer (Bug#10770). Add completion (Bug#10771).
6025
6026 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
6027
6028 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
6029 before using it for comparison (Bug#5297).
6030
6031 2012-12-01 Jari Aalto <jari.aalto@cante.net>
6032
6033 * textmodes/css-mode.el (css-current-defun-name): New function.
6034 (css-mode): Use it.
6035
6036 * textmodes/sgml-mode.el (html-current-defun-name): New function.
6037 (html-mode): Use it.
6038
6039 2012-12-01 Chong Yidong <cyd@gnu.org>
6040
6041 Modularize add-log-current-defun (Bug#2224).
6042 Suggested by Jari Aalto.
6043
6044 * vc/add-log.el (add-log-current-defun-function): Doc fix.
6045 (add-log-current-defun): Move mode-specific code to other files.
6046 (add-log-lisp-like-modes, add-log-c-like-modes)
6047 (add-log-tex-like-modes): Variables deleted.
6048
6049 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
6050 (lisp-mode-variables): Use it.
6051
6052 * progmodes/cc-mode.el (c-common-init):
6053 * progmodes/cperl-mode.el (cperl-mode): Set a value for
6054 add-log-current-defun-function.
6055
6056 * progmodes/m4-mode.el (m4-current-defun-name): New function.
6057 (m4-mode): Use it.
6058
6059 * progmodes/perl-mode.el (perl-current-defun-name): New.
6060 (perl-mode): Use it.
6061
6062 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6063 Use lisp-current-defun-name.
6064
6065 * textmodes/tex-mode.el (tex-current-defun-name): New.
6066 (tex-common-initialization): Use it.
6067
6068 * textmodes/texinfo.el (texinfo-current-defun-name): New.
6069 (texinfo-mode): Use it.
6070
6071 2012-12-01 Chong Yidong <cyd@gnu.org>
6072
6073 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
6074 * progmodes/autoconf.el (autoconf-mode):
6075 * progmodes/js.el (js-mode):
6076 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
6077 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
6078 * progmodes/perl-mode.el (perl-mode):
6079 * progmodes/sh-script.el (sh-mode, sh-set-shell):
6080 * textmodes/css-mode.el (css-mode):
6081 * textmodes/sgml-mode.el (html-mode, sgml-mode)
6082 (sgml-tags-invisible, sgml-guess-indent):
6083 * textmodes/tex-mode.el (tex-common-initialization)
6084 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
6085 (doctex-mode, plain-tex-mode, latex-mode):
6086 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
6087
6088 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
6089
6090 * vc/vc-hg.el (vc-hg-next-revision):
6091 Ensure use of default "tip" output format. (Bug#6968)
6092
6093 2012-12-01 Kim F. Storm <storm@cua.dk>
6094
6095 * startup.el (fancy-startup-tail): Add a clickable link
6096 (Bug#2176).
6097
6098 2012-12-01 Chong Yidong <cyd@gnu.org>
6099
6100 * startup.el (fancy-startup-tail): Improve the message about
6101 auto-save files (Bug#2176).
6102
6103 * files.el (recover-session): Improve the descriptive message, and
6104 use substitute-command-keys.
6105
6106 2012-12-01 Glenn Morris <rgm@gnu.org>
6107
6108 * ido.el (ido-file-internal):
6109 Handle other-window, other-frame for dired. (Bug#13036)
6110
6111 2012-11-30 Glenn Morris <rgm@gnu.org>
6112
6113 * icomplete.el (icomplete-separator): Fix :version.
6114
6115 2012-11-30 Chong Yidong <cyd@gnu.org>
6116
6117 * shell.el (shell): For C-u M-x shell, use an inactive shell
6118 buffer as the default (Bug#1975).
6119 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
6120 (shell-mode): Use them to reapply ansi colorization if Shell mode
6121 is re-enabled.
6122
6123 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
6124
6125 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
6126
6127 2012-11-30 Samuel Bronson <naesten@gmail.com>
6128
6129 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
6130 flag to xargs, for compatibility with BSD xargs (Bug#11703).
6131
6132 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6133
6134 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
6135 by move-to-column (Bug#3234).
6136
6137 2012-11-30 Chong Yidong <cyd@gnu.org>
6138
6139 * longlines.el (longlines-wrap-line, longlines-encode-region):
6140 Preserve text properties (Bug#1425).
6141
6142 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
6143
6144 * vc/vc.el (vc-register): Allow registering a file which is
6145 already registered with a different backend (Bug#10589).
6146
6147 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
6148 Stefan Monnier <monnier@iro.umontreal.ca>
6149
6150 * icomplete.el: Change separator; add ido-style commands.
6151 (icomplete-show-key-bindings): Remove custom var.
6152 (icomplete-get-keys): Remove function.
6153 (icomplete-forward-completions, icomplete-backward-completions):
6154 New commands.
6155 (icomplete-minibuffer-map): New var.
6156 (icomplete-minibuffer-setup): Use it.
6157 (icomplete-exhibit): Don't delay if the list of completions is known.
6158 (icomplete-separator): New custom.
6159 (icomplete-completions): Use it.
6160 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
6161 (minibuffer-force-complete-and-exit): New command.
6162 (minibuffer--complete-and-exit): New function extracted from
6163 minibuffer-complete-and-exit.
6164 (minibuffer-complete-and-exit): Use it.
6165
6166 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
6167 error message when the file doesn't exist (bug#12974).
6168
6169 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
6170
6171 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
6172
6173 2012-11-29 Glenn Morris <rgm@gnu.org>
6174
6175 * files.el (hack-dir-local-variables): Warn if try to set
6176 coding via dir-locals, since it doesn't work. (Bug#7169)
6177
6178 Add desktop support for restoring vc-dir buffers. (Bug#10606)
6179 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
6180 Set buffer-local value of desktop-save-buffer.
6181 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
6182 New functions.
6183 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
6184 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
6185
6186 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
6187 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
6188 Doc fix.
6189 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
6190 Doc fixes.
6191
6192 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
6193
6194 * calc/calc-forms.el (calc-date-notation): Fix regexp
6195 used to find time codes. Fix symbol for seconds.
6196
6197 2012-11-27 Glenn Morris <rgm@gnu.org>
6198
6199 * emacs-lisp/derived.el (derived-mode-make-docstring):
6200 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
6201
6202 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6203
6204 * textmodes/table.el (table-insert): Don't use `symbol-name' on
6205 lexically scoped variables (bug#13005).
6206
6207 2012-11-27 Glenn Morris <rgm@gnu.org>
6208
6209 * vc/vc-hooks.el (vc-mistrust-permissions):
6210 Default to t, to avoid data-loss. (Bug#11490)
6211
6212 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
6213
6214 * progmodes/python.el (python-indent-guess-indent-offset):
6215 If indentation is guessed make python-indent-offset buffer-local.
6216
6217 Fix Imenu regression.
6218 * progmodes/python.el (python-nav-beginning-of-defun):
6219 Fix forward movement when statement(s) separates point from defun.
6220 (python-imenu-prev-index-position): New function.
6221
6222 2012-11-27 Eli Zaretskii <eliz@gnu.org>
6223
6224 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
6225
6226 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6227 Don't set buffer-file-type. Return nil. (Bug#12989)
6228
6229 2012-11-27 Glenn Morris <rgm@gnu.org>
6230
6231 * hippie-exp.el (hippie-expand-try-functions-list):
6232 Re-autoload it. (Bug#12982)
6233
6234 2012-11-27 Eli Zaretskii <eliz@gnu.org>
6235
6236 * descr-text.el (describe-char-padded-string):
6237 Call internal-char-font only on GUI frames. (Bug#11964)
6238
6239 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
6240
6241 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
6242 and obsoletion message.
6243
6244 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6245
6246 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
6247 the constructs to keep outside of the `cl-block' (bug#12977).
6248
6249 2012-11-27 Chong Yidong <cyd@gnu.org>
6250
6251 * mouse.el (mouse-drag-line): Even if the line is not draggable,
6252 keep reading until we get the up-event anyway, in order to process
6253 the up-event for mouse-1-click-follows-link (Bug#12971).
6254
6255 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6256
6257 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
6258 base function is not yet defined (bug#12965).
6259 (ad-activate-advised-definition): Use ad-compile-function.
6260 (ad-activate): Use cond.
6261
6262 2012-11-25 Leo Liu <sdl.web@gmail.com>
6263
6264 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
6265 (Bug#12979)
6266
6267 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
6268
6269 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
6270 reftex-section-info-function in order to be compatible with
6271 Texinfo integration.
6272
6273 * textmodes/reftex.el (reftex-section-pre-regexp)
6274 (reftex-section-post-regexp, reftex-section-info-function):
6275 New variable.
6276 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
6277 reftex-section-post-regexp, and reftex-section-info-function in order
6278 to be compatible with Texinfo integration.
6279
6280 * textmodes/reftex-toc.el (reftex-toc-promote-action):
6281 use reftex-section-pre-regexp variable in order to be compatible with
6282 Texinfo integration.
6283
6284 2012-11-25 Chong Yidong <cyd@gnu.org>
6285
6286 * faces.el: Make face-spec-set more analogous to setq.
6287 (face-spec-set): Change the third arg to specify whether this
6288 function is being called via defface, customize, or a third party.
6289 Set the appropriate symbol properties. Clear the override spec if
6290 setting via Custom. Initialize face if necessary. (Bug#4988)
6291 (face-spec-recalc): Allow theme faces to completely replace the
6292 defface spec, in the same way as custom faces (Bug#8454).
6293
6294 * cus-face.el (custom-declare-face): Move face initialization to
6295 face-spec-set.
6296 (custom-theme-set-faces): Don't initialize the face name here, as
6297 that is now done in face-spec-set.
6298
6299 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
6300 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
6301 Simplify by using the new arg to face-spec-set.
6302
6303 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
6304 reset face-override-spec too, and use custom-declare-face.
6305
6306 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
6307
6308 * term/ns-win.el (ns-initialize-window-system): Move creation of
6309 fontsets here (Bug#11964).
6310
6311 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
6312
6313 * ses.el (ses-rename-cell): Correct bug on mode-line update after
6314 cell renaming.
6315
6316 2012-11-24 Chong Yidong <cyd@gnu.org>
6317
6318 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
6319 obsolete.
6320
6321 * custom.el (custom-theme-set-variables): Use a topological sort
6322 for ordering by custom dependencies (Bug#12952).
6323 (custom--sort-vars, custom--sort-vars-1): New functions.
6324
6325 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6326
6327 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
6328 lexical-binding (bug#12938).
6329
6330 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
6331
6332 * image-mode.el (image-transform-check-size): Use assertions only
6333 for images of type imagemagick.
6334
6335 Otherwise no error, image-transform-fit-to-{width,height} is
6336 silently ignored, as before. Doc fix.
6337
6338 2012-11-24 Chong Yidong <cyd@gnu.org>
6339
6340 * faces.el (color-defined-p): Doc fix (Bug#12853).
6341
6342 2012-11-24 Juri Linkov <juri@jurta.org>
6343
6344 * dired.el (dired-mark): Add optional arg `interactive'.
6345 Check for `use-region-p' if `interactive' is non-nil.
6346 (dired-unmark, dired-flag-file-deletion): Add optional arg
6347 `interactive'. Call `dired-mark' with the arg `interactive'.
6348 (Bug#10624)
6349
6350 * wdired.el: Revert 2012-10-17 change partly and replace it with
6351 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
6352 (wdired-finish-edit): Add marks for new file names to
6353 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
6354 after `revert-buffer'.
6355 (wdired-do-renames): Remove calls to `dired-remove-file',
6356 `dired-add-file', `dired-add-entry'. (Bug#11795)
6357
6358 2012-11-24 Alan Mackenzie <acm@muc.de>
6359
6360 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
6361
6362 Fix bugs in the state cache. Enhance a debugging mechanism.
6363 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
6364 "brace at column zero" strategy for C++.
6365 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
6366 (c-parse-state-point): New variable.
6367 (c-record-parse-state-state): Record old parse state with
6368 `copy-tree'. Record previous value of point.
6369 (c-debug-parse-state-double-cons): New debugging function.
6370 (c-debug-parse-state): Call the above new function.
6371 (c-toggle-parse-state-debug): Output a confirmatory message.
6372
6373 * progmodes/cc-mode.el (c-before-change, c-after-change):
6374 Call c-invalidate-state-cache from `c-before-change' instead of
6375 `c-after-change'.
6376
6377 2012-11-23 Chong Yidong <cyd@gnu.org>
6378
6379 * find-cmd.el (find-constituents): Add executable, ipath,
6380 readable, samefile, writable, daystart, regextype (Bug#12856).
6381
6382 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6383
6384 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
6385
6386 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
6387
6388 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
6389 definition. This fixes a bootstrap failure.
6390 (calc-gregorian-switch): In menu, put dates before regions.
6391 This is easier to follow, lines up better in the menu, and lets us
6392 coalesce regions that switch at the same time. Give country
6393 names, not "Vatican", as that's better for non-expert users.
6394 Use names that are stable between the date of switch and now, e.g.,
6395 Bohemia and Moravia (which existed then and now) and not
6396 Czechoslovakia (which didn't exist then and doesn't exist now).
6397 What is now the U.S. mostly did not switch at the same time as
6398 Britain, so omit the U.S. Correct spelling of "Britain".
6399 Catholic Switzerland was too much of a mess, so omit it.
6400
6401 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
6402
6403 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
6404 after the variable is changed.
6405
6406 2012-11-21 Daniel Colascione <dancol@dancol.org>
6407
6408 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
6409 in SQL declarations for font-lock.
6410 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
6411
6412 2012-11-21 Glenn Morris <rgm@gnu.org>
6413
6414 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
6415 (face-italic-p): Add optional argument "inherit".
6416
6417 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
6418 Remove -p suffix from names, for consistency with other set-face-*.
6419 (set-face-inverse-video): Fix interactive spec.
6420 * play/gamegrid.el (gamegrid-make-mono-tty-face):
6421 * textmodes/table.el (table--update-cell-face):
6422 Use set-face-inverse-video rather than now obsolete alias.
6423
6424 2012-11-21 Eli Zaretskii <eliz@gnu.org>
6425
6426 * simple.el (line-move): Don't call line-move-partial if
6427 scroll-conservatively is in effect. (Bug#12927)
6428
6429 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6430
6431 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
6432 Fallback on completion-at-point rather than
6433 pcomplete-expand-and-complete, and only if pcomplete actually failed.
6434 (eshell-cmpl-initialize): Setup completion-at-point.
6435
6436 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
6437
6438 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
6439
6440 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
6441
6442 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
6443 are remote, check out-of-band property for both.
6444
6445 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6446
6447 * window.el (switch-to-buffer): Re-add the warning that was lost in the
6448 code rewrite.
6449
6450 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
6451
6452 More minor time fixes.
6453 * calendar/time-date.el: Commentary fix.
6454 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
6455 too much other code depends on (0 0) time stamps.
6456 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
6457 Add a couple of FIXME comments.
6458
6459 Minor cleanup for times as lists of four integers.
6460 * files.el (dir-locals-directory-cache):
6461 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
6462 Doc fixes.
6463 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
6464 * ps-bdf.el (bdf-file-newer-than-time):
6465 Process four-integers time stamps, not two. Doc fixes.
6466
6467 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6468
6469 * uniquify.el (uniquify-managed): Use defvar-local.
6470 (rename-buffer, create-file-buffer): Advise with advice-add.
6471 (uniquify-unload-function): Unadvise accordingly.
6472
6473 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
6474 (trace-buffer): Don't purecopy.
6475 (trace-entry-message, trace-exit-message): Add `context' arg.
6476 (trace--timer): New var.
6477 (trace-make-advice): Adjust for use in nadvice.
6478 Add `context' argument. Delay `display-buffer' via a timer.
6479 (trace-function-internal): Use advice-add.
6480 (trace--read-args): New function.
6481 (trace-function-foreground, trace-function-background): Use it.
6482 (trace-function): Rename to trace-function-foreground and redefine as
6483 an alias to that new name.
6484 (untrace-function, untrace-all): Adjust to the use of nadvice.
6485
6486 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
6487
6488 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
6489
6490 * subr.el (called-interactively-p-functions): New var.
6491 (internal--called-interactively-p--get-frame): New macro.
6492 (called-interactively-p, interactive-p): Rewrite in Lisp.
6493 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
6494 (called-interactively-p-functions): Use it.
6495 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
6496 (called-interactively-p-functions): Use it.
6497 * allout.el (allout-called-interactively-p): Don't assume
6498 called-interactively-p is a subr.
6499
6500 2012-11-20 Glenn Morris <rgm@gnu.org>
6501
6502 * profiler.el (profiler-report-mode-map): Add a menu.
6503 No need to bind `q' because we derive from special-mode.
6504 (profiler-report-find-entry): Handle calls from the menu-bar.
6505
6506 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6507
6508 * emacs-lisp/byte-run.el (defun-declarations-alist):
6509 Allow a compiler-macro to be a lambda expression.
6510
6511 * progmodes/python.el: Use cl-lib. Move var declarations outside of
6512 eval-when-compile.
6513 (python-syntax-context): Add compiler-macro.
6514 (python-font-lock-keywords): Simplify with De Morgan.
6515
6516 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
6517
6518 * files.el (load-file): Require match in minibuffer selection, as was
6519 the case in Emacs-20 before we changed the spec to allow .elc files
6520 (bug#12935).
6521
6522 * json.el: Don't require cl since we don't use it.
6523 * color.el: Don't require cl.
6524 (color-complement): `caddr' -> `nth 2'.
6525
6526 * calendar/time-date.el (time-to-seconds): De-obsolete.
6527
6528 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
6529
6530 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
6531 year numbers.
6532 (math-date-to-julian-dt): Adjust the initial approximation for the
6533 year to deal with the new definition of the DATE.
6534
6535 2012-11-19 Daniel Colascione <dancol@dancol.org>
6536
6537 * term/w32-win.el (cygwin-convert-path-from-windows):
6538 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
6539
6540 2012-11-18 Chong Yidong <cyd@gnu.org>
6541
6542 * filecache.el (file-cache--read-list): New function.
6543 (file-cache-add-directory-list, file-cache-add-file-list)
6544 (file-cache-delete-file-list, file-cache-delete-directory-list):
6545 Use it to read a list of files or directories (Bug#12846).
6546 (file-cache-add-file, file-cache-add-directory)
6547 (file-cache-delete-file-list, file-cache-delete-file-regexp)
6548 (file-cache-delete-directory): Print an message.
6549
6550 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
6551
6552 * calc/calc-forms.el (math-date-to-dt): Use integer date when
6553 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
6554
6555 2012-11-18 Glenn Morris <rgm@gnu.org>
6556
6557 * image.el (insert-image, insert-sliced-image): Doc fix.
6558
6559 2012-11-18 Chong Yidong <cyd@gnu.org>
6560
6561 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
6562 (Bug#12810).
6563
6564 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
6565
6566 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
6567 response when the target file is in a subdirectory (Bug#12757).
6568
6569 2012-11-18 Chong Yidong <cyd@gnu.org>
6570
6571 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
6572
6573 2012-11-18 Glenn Morris <rgm@gnu.org>
6574
6575 * emacs-lisp/cl-lib.el (face-underline-p):
6576 Use set-face-underline rather than the alias set-face-underline-p.
6577
6578 * window.el (with-temp-buffer-window): Doc fix.
6579 * subr.el (with-output-to-temp-buffer):
6580 Add doc xref to with-temp-buffer-window.
6581
6582 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
6583
6584 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
6585 * calc/calc.el (math-format-date-cache): Declare.
6586
6587 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
6588
6589 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
6590 It also uses January 1, 1 AD as its day number 1.
6591 * calc/calc-forms.el (math-julian-date-beginning)
6592 (math-julian-date-beginning-int): Implement this.
6593
6594 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
6595
6596 * descr-text.el (quail-find-key):
6597 * dired.el (desktop-file-name):
6598 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
6599 * generic-x.el (comint-mode, comint-exec):
6600 * image-dired.el (widget-forward):
6601 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
6602 (speedbar-change-expand-button-char)
6603 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
6604 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
6605 * printing.el (easy-menu-add-item, easy-menu-remove-item)
6606 (widget-field-action, widget-value-set):
6607 * speedbar.el (imenu--make-index-alist):
6608 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
6609 (ring-length, ring-insert):
6610 * vcursor.el (compare-windows-skip-whitespace):
6611 * woman.el (dired-get-filename):
6612 Declare functions.
6613
6614 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
6615
6616 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
6617
6618 * calc/calc.el (calc-gregorian-switch): New variable.
6619
6620 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
6621 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
6622 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
6623 (math-leap-year-p): Add option to distinguish between Julian
6624 and Gregorian calendars.
6625 (math-day-number): Use `math-day-in-year' to do the computations.
6626 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
6627 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
6628 to do the computations.
6629 (math-date-to-dt): Use `math-date-to-julian-dt' and
6630 `math-date-to-gregorian-dt' to do the computations.
6631 (calcFunc-weekday, math-format-date-part): Use the new version of
6632 the DATE to determine the weekday.
6633 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
6634 when necessary.
6635
6636 2012-11-17 Eli Zaretskii <eliz@gnu.org>
6637
6638 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
6639 Cygwin; otherwise use 'file:'. (Bug#12914)
6640 (cygwin-convert-path-from-windows): Declare, to avoid
6641 byte-compiler warnings.
6642
6643 2012-11-17 Andreas Politz <politza@fh-trier.de>
6644
6645 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
6646 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
6647 prefix and negative numeric prefix args (Bug#12795).
6648
6649 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
6650
6651 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
6652 Don't signal an error with a score that is too low to add to the
6653 list of top scores. (Bug#12779)
6654
6655 2012-11-17 Chong Yidong <cyd@gnu.org>
6656
6657 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
6658
6659 * filecache.el (file-cache-add-file): Handle relative file name in
6660 the argument (Bug#12694).
6661
6662 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
6663
6664 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
6665
6666 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6667
6668 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
6669
6670 * emacs-lisp/cl-lib.el: Set more meaningful version number.
6671
6672 2012-11-16 Martin Rudalics <rudalics@gmx.at>
6673
6674 * window.el (enlarge-window, shrink-window): Don't mention return
6675 value in doc-string (Bug#12896).
6676 (window--display-buffer): Don't resize frames - it won't work
6677 with all window managers and defeat pop-up-frame-alist.
6678 (display-buffer-alist): In doc-string explain that CONDITION can
6679 be a function and which arguments are passed to it (Bug#12854).
6680 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
6681 expressions (Bug#12854).
6682 (display-buffer): Pass ACTION argument to
6683 display-buffer-assq-regexp.
6684
6685 2012-11-16 Glenn Morris <rgm@gnu.org>
6686
6687 * window.el (fit-frame-to-buffer-bottom-margin)
6688 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
6689
6690 * faces.el (face-underline-p): Use face-attribute-specified-or.
6691
6692 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
6693
6694 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
6695
6696 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6697
6698 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
6699
6700 2012-11-16 Glenn Morris <rgm@gnu.org>
6701
6702 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
6703 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
6704
6705 * faces.el (face-underline-p): Doc fix. Handle :underline being
6706 things other than `t' (a string, a list).
6707 (face-inverse-video-p): Doc fix.
6708 (set-face-underline): Rename it back from set-face-underline-p.
6709 Doc fix. Allow interactive input of values other than t.
6710 (read-face-attribute): Apply formatting to :underline,
6711 since like :box and :stipple it can take list values.
6712
6713 * term.el (ansi-term): Don't let C-x escape-char binding
6714 clobber the more standard C-c binding. (Bug#12842)
6715
6716 * subr.el (set-temporary-overlay-map): Doc fix.
6717
6718 2012-11-16 Martin Rudalics <rudalics@gmx.at>
6719
6720 * window.el (record-window-buffer)
6721 (display-buffer-record-window): When copying the markers to
6722 window-point preserve window-point-insertion-type. (Bug#12588)
6723
6724 2012-11-16 Glenn Morris <rgm@gnu.org>
6725
6726 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
6727 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
6728 Use new names for hooks rather than obsolete aliases.
6729
6730 2012-11-15 Daniel Colascione <dancol@dancol.org>
6731
6732 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
6733 prefix instead of "file:" so that when FILE-NAME begins with "//",
6734 as it does when the target file is on a network share, url-handler
6735 isn't confused.
6736
6737 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6738
6739 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
6740 a preactivated advice from an old advice.el; they're not compatible!
6741
6742 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
6743
6744 * emacs-lisp/nadvice.el (advice--make-interactive-form):
6745 Fix string-spec case.
6746
6747 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
6748
6749 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6750
6751 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
6752 (advice--buffer-local-function-sample): New var.
6753 (advice--set-buffer-local, advice--buffer-local): New functions.
6754 (add-function, remove-function): Use them.
6755
6756 2012-11-15 Drew Adams <drew.adams@oracle.com>
6757
6758 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
6759
6760 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6761
6762 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
6763 potential binding of print-gensym to t, and prettify (back)quotes in
6764 case they appear in args's default values (bug#12884).
6765
6766 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6767
6768 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
6769 (advice-eval-interactive-spec): New function.
6770 (advice--make-interactive-form): Support around advice (bug#12844).
6771
6772 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
6773
6774 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
6775 more strict. Add docstring.
6776 (ruby-expression-expansion-re): Extract from
6777 `ruby-match-expression-expansion'.
6778 (ruby-syntax-propertize-function): After everything else, search
6779 for expansions in string literals, mark their insides as
6780 whitespace syntax and save match data for font-lock.
6781 (ruby-font-lock-keywords): Use the 2nd group from expression
6782 expansion matches.
6783 (ruby-match-expression-expansion): Use the match data saved to the
6784 text property in ruby-syntax-propertize-function.
6785
6786 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6787
6788 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
6789 (bug#12879).
6790
6791 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6792
6793 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
6794 start/end keyword a bit harder. Works with different values of N.
6795 Add more comments.
6796 (ruby-end-of-block): Update accordingly.
6797
6798 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6799
6800 * woman.el (woman-file-name): Don't mess with unread-command-events
6801 (bug#12861).
6802
6803 * emacs-lisp/advice.el: Layer on top of nadvice.el.
6804 Remove out of date self-require hack.
6805 (ad-do-advised-functions): Use simple `dolist'.
6806 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
6807 (ad-advice-definition): Redefine as functions.
6808 (ad-advice-classes): Move before first use.
6809 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
6810 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
6811 (ad--defalias-fset): Remove functions.
6812 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
6813 (ad-get-orig-definition): Rewrite.
6814 (ad-make-advised-definition-docstring): Change base docstring.
6815 (ad-real-orig-definition): Rewrite.
6816 (ad-map-arglists): Change name of called function.
6817 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
6818 (ad-make-advised-definition): Simplify.
6819 (ad-assemble-advised-definition): Tweak for new calling context.
6820 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
6821 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
6822 function and call ad-activate if needed.
6823 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
6824 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
6825 (ad-compile-function): Compile ad-Advice-*.
6826 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
6827 (ad-start-advice, ad-stop-advice): Remove.
6828
6829 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6830
6831 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
6832 period before class method names, not after. Remove handling of
6833 one impossible case. Add comments.
6834
6835 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6836
6837 * emacs-lisp/advice.el: Remove support for freezing.
6838 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
6839 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
6840 Remove support for `freeze'.
6841
6842 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
6843 override the default.
6844 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
6845 cl--dotimes/dolist.
6846 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
6847 `cl' is loaded.
6848
6849 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
6850 from add-advice.
6851 (advice--strip-macro): New function.
6852 (advice--defalias-fset): Use them to handle macros.
6853 (advice-add): Use them.
6854 (advice-member-p): Correctly handle macros.
6855
6856 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6857
6858 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6859 Never font-lock the beginning of singleton class as heredoc.
6860
6861 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6862
6863 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
6864
6865 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
6866
6867 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
6868 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
6869 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
6870
6871 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
6872
6873 Fix end-of-defun misbehavior.
6874 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
6875 python-beginning-of-defun-function. Handle nested defuns
6876 correctly.
6877 (python-nav-end-of-defun): Rename from
6878 python-end-of-defun-function. Ensure forward movement.
6879 (python-info-current-defun): Reimplement to work as intended
6880 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
6881 parent defuns as soon as possible.
6882
6883 2012-11-13 Glenn Morris <rgm@gnu.org>
6884
6885 * progmodes/flymake.el (flymake-error-bitmap)
6886 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
6887 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
6888
6889 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6890
6891 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
6892 backward, always stop at indentation. Reverts the change from
6893 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
6894
6895 2012-11-13 Glenn Morris <rgm@gnu.org>
6896
6897 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
6898 Add ibuffer-filter-by-derived-mode.
6899
6900 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
6901 the same name shadowing each other.
6902
6903 * window.el (with-temp-buffer-window): Doc tweak.
6904
6905 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
6906
6907 * help.el (temp-buffer-max-height):
6908 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
6909 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
6910
6911 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6912
6913 * emacs-lisp/nadvice.el: New package.
6914 * subr.el (special-form-p): New function.
6915 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
6916 (elp-all-instrumented-list): Remove var.
6917 (elp-not-profilable): Remove elp-wrapper.
6918 (elp-profilable-p): Use autoloadp and special-form-p.
6919 (elp--advice-name): New const.
6920 (elp-instrument-function): Use advice-add.
6921 (elp--instrumented-p): New predicate.
6922 (elp-restore-function): Use advice-remove.
6923 (elp-restore-all, elp-reset-all): Use mapatoms.
6924 (elp-set-master): Use elp--instrumented-p.
6925 (elp--make-wrapper): Rename from elp-wrapper, return a function
6926 suitable for advice-add. Use cl-inf.
6927 (elp-results): Use mapatoms+elp--instrumented-p.
6928 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
6929 (debug-function-list): Remove var.
6930 (debug): Rename arg, and then let-bind it explicitly inside.
6931 (debugger-setup-buffer): Rename arg.
6932 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
6933 (debugger-frame-number): Adjust to new debug-on-entry setup.
6934 (debug--implement-debug-on-entry): Rename from
6935 implement-debug-on-entry, add argument.
6936 (debugger-special-form-p): Remove, use special-form-p instead.
6937 (debug-on-entry): Use advice-add.
6938 (debug--function-list): New function.
6939 (cancel-debug-on-entry): Use it, along with advice-remove.
6940 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
6941 (debugger-list-functions): Use debug--function-list instead of
6942 debug-function-list.
6943 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
6944 (ad-special-form-p): Remove, use special-form-p instead.
6945 (ad-set-advice-info): Use add-function and remove-function.
6946 (ad--defalias-fset): Adjust accordingly.
6947
6948 2012-11-10 Glenn Morris <rgm@gnu.org>
6949
6950 * mail/emacsbug.el (report-emacs-bug-tracker-url)
6951 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
6952 (report-emacs-bug-create-existing-bugs-buffer)
6953 (report-emacs-bug-parse-query-results)
6954 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
6955
6956 * term.el (term-default-fg-color, term-default-bg-color):
6957 Make obsolete, rather than just saying "deprecated" in the doc.
6958
6959 * term.el (term): Rename from `term-face'.
6960 (term-current-face, ansi-term-color-vector)
6961 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
6962 Update all users.
6963
6964 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
6965
6966 * server.el (server-create-window-system-frame): Handle Nextstep
6967 specially (Bug#12780).
6968
6969 2012-11-10 Glenn Morris <rgm@gnu.org>
6970
6971 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
6972 Unautoload, and make obsolete. (Bug#7449)
6973
6974 2012-11-10 Chong Yidong <cyd@gnu.org>
6975
6976 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
6977 rename from diff-remove-trailing-whitespace (Bug#12831).
6978
6979 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6980
6981 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
6982 miscompilation of trace.el.
6983
6984 2012-11-10 Glenn Morris <rgm@gnu.org>
6985
6986 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
6987
6988 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6989
6990 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
6991 (bug#12812).
6992
6993 2012-11-10 Chong Yidong <cyd@gnu.org>
6994
6995 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
6996 a defcustom with an appropriate :set function.
6997 (minibuffer-default--in-prompt-regexps): New function.
6998
6999 2012-11-10 Glenn Morris <rgm@gnu.org>
7000
7001 * emacs-lisp/cl.el (define-setf-expander, defsetf)
7002 (define-modify-macro): Doc fixes.
7003
7004 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
7005 (gv-define-simple-setter): Update doc of `fix-return'.
7006
7007 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7008
7009 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
7010 twice when `fix-return' is set (bug#12813).
7011
7012 * emacs-lisp/cl.el (defsetf): Pass the third arg to
7013 gv-define-simple-setter (bug#12812).
7014
7015 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
7016 (bug#12756).
7017
7018 2012-11-10 Glenn Morris <rgm@gnu.org>
7019
7020 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
7021
7022 * emacs-lisp/cl-extra.el (cl-prettyexpand):
7023 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
7024 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
7025 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
7026
7027 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
7028
7029 2012-11-10 Leo Liu <sdl.web@gmail.com>
7030
7031 * ido.el (ido-set-matches-1): Improve flex matching performance by
7032 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
7033
7034 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7035
7036 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
7037 (ad--defalias-fset): New function.
7038 (ad-safe-fset): Remove.
7039 (ad-make-freeze-definition): Use cl-letf*.
7040
7041 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7042
7043 * subr.el (dolist): Don't bind VAR in RESULT.
7044
7045 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
7046 (fset, documentation): Don't save real def since we don't advise.
7047 (ad-do-advised-functions): Remove problematic `result-form'.
7048 (ad-safe-fset): `ad-real-fset' => `fset'.
7049 (ad-read-advised-function): Don't assume that ad-do-advised-functions
7050 uses CL's dolist internally.
7051 (ad-arglist): Remove unused arg `name'.
7052 (ad-docstring, ad-make-advised-docstring):
7053 `ad-real-documentation' => `documentation'.
7054 (warning-suppress-types): Declare.
7055 (ad-set-arguments): Simple CSE.
7056 (ad-recover-normality): Sanity check.
7057
7058 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
7059 (funcall '(lambda ..) ..) into ((lambda ..) ..).
7060
7061 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
7062
7063 * ses.el: symbol to coordinate mapping is made by symbol property
7064 `ses-cell'. This means that the same mapping is done for all SES
7065 sheets. That is good enough for cells with standard A1 names, but
7066 not for named cell. So a hash map is added for the latter.
7067 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
7068 (ses-sym-rowcol): Use hashmap for named cell.
7069 (ses-is-cell-sym-p): New defun.
7070 (ses-decode-cell-symbol): New defun.
7071 (ses-create-cell-variable): Add cell to hashmap when name is not
7072 A1-like.
7073 (ses-rename-cell): Check that cell new name is not already in
7074 spreadsheet with the use of ses-is-cell-sym-p
7075 (ses-rename-cell): Use hash map for named cells, but accept also
7076 renaming back to A1-like.
7077
7078 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7079
7080 * emacs-lisp/advice.el: Use new dynamic docstrings.
7081 (ad-make-advised-definition-docstring, ad-advised-definition-p):
7082 Use dynamic-docstring-function instead of ad-advice-info.
7083 (ad--make-advised-docstring): New function extracted from
7084 ad-make-advised-docstring.
7085 (ad-make-advised-docstring): Use it.
7086 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
7087 from sql-help.
7088 (sql-help): Use it with dynamic-docstring-function.
7089
7090 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
7091
7092 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7093
7094 * files.el (hack-one-local-variable--obsolete): New function.
7095 (hack-one-local-variable): Use it for obsolete settings.
7096
7097 * subr.el (locate-user-emacs-file): If both old and new name exist, use
7098 the new name.
7099
7100 * progmodes/js.el (js--filling-paragraph): New var.
7101 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
7102 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
7103 less sneaky.
7104
7105 2012-11-08 Julien Danjou <julien@danjou.info>
7106
7107 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
7108 `auto-mode-alist' (Bug#12835).
7109
7110 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7111
7112 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
7113 (perl--prettify-symbols-alist): New const.
7114 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
7115 New functions.
7116 (perl-font-lock-keywords-2): Use them.
7117 (perl-electric-noindent-p): New function.
7118 (perl-mode): Use it to set up electric-indent-mode.
7119 (perl-electric-terminator, perl-indent-command): Mark obsolete.
7120 (perl-mode-map): Remove bindings for them.
7121 (perl-imenu-generic-expression, perl-outline-level):
7122 Match functions&packages in column>0.
7123
7124 * env.el (env--substitute-vars-regexp): New const.
7125 (substitute-env-vars): Use it. Add `only-defined' arg.
7126 * net/tramp.el (tramp-replace-environment-variables): Use it.
7127
7128 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
7129 Byte-compile *before* eval in eval-and-compile.
7130 (byte-compile-log-warning): Remove redundant inhibit-read-only.
7131 (byte-compile-file-form-autoload): Don't hide actual definition.
7132 (byte-compile-maybe-guarded): Accept `functionp' as well.
7133
7134 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
7135
7136 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
7137
7138 * notifications.el (notifications-get-server-information-method):
7139 New defconst.
7140 (notifications-get-capabilities): Fix docstring.
7141 (notifications-get-server-information): New defun.
7142
7143 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7144
7145 * textmodes/ispell.el (ispell-region): Standard re-indent for better
7146 readability.
7147
7148 * textmodes/ispell.el: Experimental support for support debugging.
7149 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
7150 buffer for ispell.
7151 (ispell-print-if-debug): New function to print stuff to
7152 `ispell-debug-buffer' if debugging is enabled.
7153 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
7154 show some debugging info.
7155 (ispell-buffer-with-debug): New function that creates a debugging
7156 buffer and calls `ispell-buffer' with debugging enabled.
7157
7158 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
7159 comment in autoconf mode. (Bug#12768)
7160
7161 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
7162
7163 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
7164 frame-first-window, frame-root-window, frame-selected-window,
7165 minibuffer-selected-window, minibuffer-window,
7166 window-absolute-pixel-edges, window-at, window-body-height,
7167 window-body-width, window-display-table, window-combination-limit,
7168 window-frame, window-fringes, window-inside-absolute-pixel-edges,
7169 window-inside-edges, window-inside-pixel-edges, window-left-child,
7170 window-left-column, window-margins, window-next-buffers,
7171 window-next-sibling, window-new-normal, window-new-total,
7172 window-normal-size, window-parameter, window-parameters, window-parent,
7173 window-pixel-edges, window-point, window-prev-buffers,
7174 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
7175 window-start, window-text-height, window-top-child, window-top-line,
7176 window-total-height, window-total-width and window-use-time to the list
7177 of functions without side-effects.
7178 (toplevel): Add window-valid-p to the list of error-free functions
7179 without side-effects.
7180
7181 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7182
7183 * textmodes/ispell.el (ispell-program-name):
7184 Update spellchecker parameters when customized.
7185
7186 2012-11-04 Glenn Morris <rgm@gnu.org>
7187
7188 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
7189
7190 2012-11-04 Chong Yidong <cyd@gnu.org>
7191
7192 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
7193 same-window-* variables.
7194
7195 2012-11-04 Juri Linkov <juri@jurta.org>
7196
7197 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
7198 (isearch-describe-key, isearch-describe-mode): Use a display
7199 action instead of binding same-window-* variables (Bug#10040).
7200
7201 2012-11-03 Glenn Morris <rgm@gnu.org>
7202
7203 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
7204 Rename handler properties back from cl-- to cl-. (Bug#12788)
7205
7206 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
7207
7208 2012-11-03 Eli Zaretskii <eliz@gnu.org>
7209
7210 * term/pc-win.el: Don't load term/internal from here.
7211
7212 * loadup.el: Load term/internal from here.
7213
7214 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
7215
7216 * progmodes/python.el (inferior-python-mode): Fix hang in
7217 jit-lock (Bug#12645).
7218
7219 2012-11-03 Martin Rudalics <rudalics@gmx.at>
7220
7221 * window.el (switch-to-visible-buffer)
7222 (switch-to-buffer-preserve-window-point): Fix doc-strings.
7223
7224 2012-11-03 Glenn Morris <rgm@gnu.org>
7225
7226 * emacs-lisp/cl-lib.el (cl--random-time):
7227 Rename from cl-random-time. (Bug#12773)
7228 (cl--gensym-counter, cl--random-state): Update callers.
7229 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
7230
7231 2012-11-03 Chong Yidong <cyd@gnu.org>
7232
7233 * cus-start.el: Make cursor-type customizable (Bug#11633).
7234
7235 2012-11-02 Glenn Morris <rgm@gnu.org>
7236
7237 * filecache.el: No need to load find-lisp when compiling.
7238 (find-lisp-find-files): Autoload it.
7239 (file-cache-add-directory-recursively): Don't require find-lisp.
7240
7241 * image.el (image-type-from-file-name): Trivial simplification.
7242
7243 * emacs-lisp/bytecomp.el (byte-compile-eval):
7244 Decouple "noruntime" and "cl-functions" warnings.
7245
7246 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
7247
7248 * play/gomoku.el (gomoku-display-statistics): Update mode line
7249 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
7250
7251 2012-10-31 Martin Rudalics <rudalics@gmx.at>
7252
7253 * window.el (quit-restore-window): If the window has been
7254 created on an existing frame and ended up as the sole window on
7255 that frame, do not delete it (Bug#12764).
7256
7257 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
7258
7259 * progmodes/sh-script.el (sh--inside-noncommand-expression):
7260 Rename from sh--inside-arithmetic-expression, handle more cases
7261 (bug#11263).
7262
7263 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
7264 (sh-font-lock-open-heredoc): Use it (bug#12770).
7265
7266 2012-10-30 Glenn Morris <rgm@gnu.org>
7267
7268 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
7269
7270 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
7271
7272 2012-10-29 Chong Yidong <cyd@gnu.org>
7273
7274 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
7275 function key is stored in a keyboard macro (Bug#4894).
7276
7277 * thingatpt.el (number-at-point): Apply a thing-at-point property.
7278
7279 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7280
7281 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
7282 header comments".
7283 (diff-unified->context, diff-context->unified)
7284 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
7285
7286 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
7287
7288 * files.el (find-alternate-file): Only ask one question (bug#12487).
7289
7290 2012-10-29 Chong Yidong <cyd@gnu.org>
7291
7292 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
7293 Suggested by Dan Nicolaescu (Bug#6326).
7294
7295 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
7296
7297 * startup.el (fancy-about-screen): Don't message (Bug#12680).
7298
7299 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
7300
7301 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
7302
7303 * face-remap.el (face-remap-add-relative): Handle the case where a
7304 face-remapping-alist entry is a cons cell (Bug#12762).
7305
7306 2012-10-29 Kevin Ryde <user42@zip.com.au>
7307
7308 * woman.el (woman-parse-numeric-value): Handle picas correctly
7309 (Bug#12639).
7310
7311 2012-10-29 Glenn Morris <rgm@gnu.org>
7312
7313 * emacs-lisp/cl.el (defsetf): Doc fix.
7314
7315 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7316
7317 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
7318 syntax to the matching opener, if any (bug#12547).
7319 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
7320 matching open as a "case-(".
7321 (sh-smie-rc-grammar): Add a corresponding rule for it.
7322
7323 2012-10-28 Daniel Hackney <dan@haxney.org>
7324
7325 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
7326 "PKGNAME-autoloads.el" in case we created it.
7327
7328 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7329
7330 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
7331 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
7332 (completion--twq-all): Disable too-strict assertions.
7333
7334 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
7335
7336 2012-10-27 Eli Zaretskii <eliz@gnu.org>
7337
7338 * profiler.el (profiler-report-make-entry-part): Fix help-echo
7339 text to match the real keybindings.
7340
7341 2012-10-27 Juri Linkov <juri@jurta.org>
7342
7343 * wdired.el (wdired-keep-marker-rename): New defcustom.
7344 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
7345 (Bug#11795)
7346
7347 * dired.el (dired-keep-marker-rename): Add reference to
7348 `wdired-keep-marker-rename' in the docstring.
7349 Add default character value ?R to display initially in
7350 Customization UI instead of ?@.
7351
7352 2012-10-27 Martin Rudalics <rudalics@gmx.at>
7353
7354 * window.el (display-buffer): In doc-string describe
7355 window-height and window-width alist entries.
7356
7357 * time.el (display-time-world): Restore fit-window-to-buffer
7358 behavior.
7359
7360 2012-10-27 Chong Yidong <cyd@gnu.org>
7361
7362 * subr.el (insert-buffer-substring-as-yank): Doc fix.
7363
7364 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
7365
7366 * minibuffer.el (completion-category-overrides): New completion
7367 category `bookmark' (bug#11131).
7368
7369 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7370
7371 * emacs-lisp/advice.el (ad-assemble-advised-definition):
7372 Silence bogus compiler warnings for ad-do-it.
7373
7374 * bookmark.el (bookmark-completing-read): Set the completion category
7375 to `bookmark' (bug#11131).
7376
7377 2012-10-26 Bastien <bzg@altern.org>
7378 Stefan Monnier <monnier@iro.umontreal.ca>
7379
7380 * face-remap.el: Use lexical-binding.
7381 (text-scale-adjust): Improve docstring. Use itself for the temporary
7382 overlay-map bindings, so as to repeat the "Use..." message each time.
7383
7384 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7385
7386 * emacs-lisp/macroexp.el (macroexp--expand-all):
7387 Obey byte-compile-warning-enabled-p (bug#12486).
7388
7389 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
7390 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
7391
7392 2012-10-26 Martin Rudalics <rudalics@gmx.at>
7393
7394 * mouse.el (mouse-drag-line): Move last form into preceding when
7395 clause (Bug#12731).
7396
7397 * help.el (resize-temp-buffer-window): Fix doc-string.
7398
7399 2012-10-25 David Engster <deng@randomsample.de>
7400
7401 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
7402 Remove. This feature is already integrated in imenu.
7403
7404 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
7405 always loaded. Require `speedbar' unconditionally.
7406
7407 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7408
7409 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
7410
7411 * minibuffer.el (minibuffer-force-complete): Fix thinko.
7412
7413 * net/ldap.el (ldap-search-internal): The official ldif format starts
7414 with a "version: 1" header (bug#12724).
7415
7416 * emacs-lisp/package.el (package-installed-p): Warn if not ready
7417 (bug#12721).
7418
7419 2012-10-25 Glenn Morris <rgm@gnu.org>
7420
7421 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
7422
7423 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7424
7425 * minibuffer.el (minibuffer-force-complete): Use one more marker
7426 for the temporary-overlay-map command (bug#12619).
7427
7428 2012-10-24 Chong Yidong <cyd@gnu.org>
7429
7430 * time.el (display-time-world-mode): Derive from special-mode.
7431 (display-time-world): Use display-buffer (Bug#12708).
7432 (display-time-world-mode-map): Variable deleted.
7433 (display-time-world-display): Wrap the final delete-char inside
7434 inhibit-read-only.
7435
7436 2012-10-24 Chong Yidong <cyd@gnu.org>
7437
7438 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
7439 Doc fix.
7440
7441 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
7442
7443 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7444
7445 * minibuffer.el (completion--all-sorted-completions-location): New var.
7446 (completion--cache-all-sorted-completions)
7447 (completion--flush-all-sorted-completions): Use it.
7448 (completion-in-region, completion-in-region--postch)
7449 (completion-at-point, completion-help-at-point): Use markers in
7450 completion-in-region--data (bug#12619).
7451
7452 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7453
7454 * progmodes/compile.el (compilation-start): Try to handle common
7455 quoting of `cd' argument (bug#12640).
7456
7457 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
7458 (bug#12671).
7459
7460 2012-10-23 Glenn Morris <rgm@gnu.org>
7461
7462 * progmodes/gud.el (gud-menu-map):
7463 Check gdb-active-process is bound. (Bug#12358)
7464
7465 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7466
7467 * repeat.el (repeat): Set real-this-command (bug#12232).
7468
7469 * htmlfontify.el (hfy-post-html-hook):
7470 * filesets.el (filesets-cache-fill-content-hook):
7471 * arc-mode.el (archive-extract-hook):
7472 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
7473 * net/rcirc.el (rcirc-sentinel-functions)
7474 (rcirc-receive-message-functions, rcirc-activity-functions)
7475 (rcirc-print-functions):
7476 * net/dbus.el (dbus-event-error-functions):
7477 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
7478 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
7479 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
7480 * term/sun.el (sun-raw-prefix-hooks):
7481 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
7482
7483 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
7484
7485 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7486 Set `tramp-chunksize' to 1. This improves the performance.
7487 (tramp-smb-wait-for-output): Add timeout to
7488 `tramp-accept-process-output' calls.
7489
7490 2012-10-23 Chong Yidong <cyd@gnu.org>
7491
7492 * faces.el (font-list-limit): Define as an obsolete variable.
7493
7494 * startup.el (command-line):
7495 * cus-start.el: Don't refer to font-list-limit.
7496
7497 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
7498
7499 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7500
7501 * subr.el (internal-temp-output-buffer-show): Rename from
7502 temp-output-buffer-show, since previously compiled files expect this name.
7503
7504 2012-10-23 Glenn Morris <rgm@gnu.org>
7505
7506 * image.el (image-type-from-file-name): If multiple types match,
7507 return the first one that is supported. (Bug#9045)
7508
7509 2012-10-22 Glenn Morris <rgm@gnu.org>
7510
7511 * image.el (imagemagick-enabled-types): Doc fix.
7512
7513 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
7514
7515 * progmodes/which-func.el (which-func-current): The hash-table may have
7516 an explicit nil (bug#12338).
7517
7518 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7519
7520 * electric.el (electric-pair-delete-selection-self-insert-function):
7521 Rename to electric-pair-will-use-region, return a boolean.
7522 (electric-pair-mode): Adjust accordingly. Don't require delsel.
7523
7524 * delsel.el (delete-selection-helper): Use a function instead of a hook.
7525 (delete-selection-pre-hook): Use use-region-p.
7526 (delete-selection-self-insert-function): Remove.
7527 (self-insert-command): Obey self-insert-uses-region-functions.
7528 (self-insert-iso): Revert to previous setting, since we don't actually
7529 know what that command does.
7530 (delete-selection-self-insert-hooks): Remove.
7531
7532 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
7533
7534 * delsel.el (delete-selection-helper): New function, extracted from
7535 delete-selection-pre-hook.
7536 (delete-selection-pre-hook): Use it.
7537 (delete-selection-self-insert-function): New function.
7538 (delete-selection-self-insert-hooks): New hook.
7539 (self-insert-command, self-insert-iso): Use it.
7540 * electric.el (electric-pair-syntax): New function, extracted from
7541 electric-pair-post-self-insert-function.
7542 (electric-pair-post-self-insert-function): Use it.
7543 (electric-pair-delete-selection-self-insert-function): New function.
7544 (electric-pair-mode): Require delsel and setup
7545 delete-selection-self-insert-hooks (bug#11520).
7546
7547 2012-10-20 Chong Yidong <cyd@gnu.org>
7548
7549 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
7550 no changes to show (Bug#12586).
7551
7552 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
7553 list explicitly (Bug#12571).
7554
7555 2012-10-20 Arne Jørgensen <arne@arnested.dk>
7556
7557 * progmodes/flymake.el (flymake-create-temp-inplace):
7558 Use file-truename.
7559
7560 2012-10-20 Eli Zaretskii <eliz@gnu.org>
7561
7562 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
7563
7564 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
7565
7566 * calc/calc-units.el (math-extract-units): Properly extract powers
7567 of units.
7568
7569 2012-10-20 Daniel Colascione <dancol@dancol.org>
7570
7571 * frame.el (make-frame): Set x-display-name as we used to in order
7572 to unbreak creating an X11 frame from an Emacs daemon started
7573 without a display.
7574
7575 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7576
7577 * minibuffer.el (minibuffer-force-complete): Make the next completion use
7578 the same completion-field (bug#12221).
7579
7580 2012-10-19 Martin Rudalics <rudalics@gmx.at>
7581
7582 * emacs-lisp/debug.el (debug): Record height of debugger window
7583 also when debugger will be back (Bug#8789).
7584
7585 2012-10-18 Chong Yidong <cyd@gnu.org>
7586
7587 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
7588 Convert to defcustom.
7589 (gdb-get-source-file): Don't bind pop-up-windows.
7590
7591 * progmodes/gud.el (gud-display-line): Don't specially re-use
7592 other frames for the gdb-mi case (Bug#12648).
7593
7594 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7595
7596 * emacs-lisp/advice.el: Clean up commentary a bit.
7597 (ad-do-advised-functions, ad-with-originals): Use `declare'.
7598 (byte-code-function-p): Never redefine.
7599
7600 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
7601
7602 2012-10-18 Glenn Morris <rgm@gnu.org>
7603
7604 * dired.el (dired-sort-toggle): Some ls implementations only allow
7605 a single option string. (Bug#12666)
7606
7607 * minibuffer.el (completion-cycle-threshold): Doc fix.
7608
7609 2012-10-17 Kenichi Handa <handa@gnu.org>
7610
7611 * international/mule.el (set-keyboard-coding-system):
7612 Recover input meta mode when the new coding system doesn not use 8-bit.
7613 Supply TERMINAL arg to set-input-meta-mode.
7614
7615 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
7616
7617 * wdired.el (wdired-old-marks): New variable.
7618 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
7619 (wdired-do-renames): Move point with renamed file and don't lose
7620 mark status (Bug#11795).
7621
7622 2012-10-16 Juri Linkov <juri@jurta.org>
7623
7624 * replace.el (query-replace-help): Mention multi-buffer replacement
7625 keys in the Help message. (Bug#12655)
7626
7627 2012-10-15 Chong Yidong <cyd@gnu.org>
7628
7629 * emacs-lisp/byte-run.el (defsubst): Doc fix.
7630
7631 2012-10-14 Eli Zaretskii <eliz@gnu.org>
7632
7633 * window.el (display-buffer): Doc fix.
7634
7635 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7636 Adjust the msft regexp to the output of Studio 2010, and move msft
7637 before edg-1. See the discussion on emacs-devel,
7638 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
7639 for the details.
7640
7641 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7642
7643 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
7644 (oset): Move uses of object-class-fast macro after its definition.
7645
7646 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
7647
7648 2012-10-13 Chong Yidong <cyd@gnu.org>
7649
7650 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
7651 enabled, re-enable it (Bug#11963).
7652
7653 2012-10-13 Martin Rudalics <rudalics@gmx.at>
7654
7655 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
7656 non-nil, restore window configuration (Bug#12623).
7657
7658 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7659
7660 * help-fns.el (describe-variable, describe-function-1):
7661 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
7662
7663 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
7664
7665 2012-10-12 Glenn Morris <rgm@gnu.org>
7666
7667 * mail/rmailsum.el (rmail-header-summary):
7668 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
7669
7670 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
7671
7672 * progmodes/python.el (python-mode-map):
7673 Replace subtitute-key-definition with proper command remapping.
7674 (python-nav--up-list): Fix behavior for blocks on the same level.
7675
7676 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7677
7678 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
7679
7680 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
7681 changes to the format of load-history.
7682
7683 * international/mule-cmds.el (read-char-by-name): Move let-binding of
7684 completion-ignore-case in case that var is buffer-local (bug#12615).
7685
7686 2012-10-11 Kenichi Handa <handa@gnu.org>
7687
7688 * international/eucjp-ms.el: Re-generated.
7689
7690 2012-10-10 Kenichi Handa <handa@gnu.org>
7691
7692 * select.el (xselect--encode-string): If a coding is specified for
7693 selection, and that is compatible with COMPOUND_TEXT, use it.
7694
7695 2012-10-10 Martin Rudalics <rudalics@gmx.at>
7696
7697 * window.el (switch-to-buffer-preserve-window-point): New option.
7698 (switch-to-buffer):
7699 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
7700
7701 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7702
7703 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
7704 Don't document nil as a useful value (bug#12583).
7705
7706 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
7707
7708 * net/tramp.el (tramp-debug-message):
7709 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
7710 (with-tramp-progress-reporter): Rename from
7711 `tramp-with-progress-reporter'.
7712 (with-tramp-file-property, with-tramp-connection-property):
7713 Move from tramp-cache.el, rename from `with-file-property' and
7714 `with-connection-property', respectively.
7715
7716 * net/tramp-cache.el: Remove `with-file-property' and
7717 `with-connection-property'.
7718
7719 * net/tramp.el:
7720 * net/tramp-gvfs.el:
7721 * net/tramp-sh.el:
7722 * net/tramp-smb.el: Adapt callees.
7723
7724 * net/trampver.el: Update release number.
7725
7726 2012-10-09 Glenn Morris <rgm@gnu.org>
7727
7728 * w32-fns.el (set-message-beep):
7729 * term/w32-win.el (set-message-beep): Update declarations.
7730
7731 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7732
7733 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
7734 (mode-line-widen, mode-line-input-method-map)
7735 (mode-line-coding-system-map, mode-line-remote)
7736 (mode-line-unbury-buffer, mode-line-bury-buffer)
7737 (mode-line-next-buffer, mode-line-previous-buffer):
7738 Replace save-selected-window+select-window => with-selected-window.
7739
7740 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
7741 * progmodes/cc-vars.el (bq-process): Remove, unused.
7742
7743 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
7744
7745 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
7746
7747 Implemented `backward-up-list'-like navigation.
7748 * progmodes/python.el (python-nav-up-list)
7749 (python-nav-backward-up-list): New functions.
7750 (python-mode-map): Define substitute key for backward-up-list to
7751 python-nav-backward-up-list.
7752
7753 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
7754
7755 * progmodes/python.el (python-fill-paragraph): Rename from
7756 python-fill-paragraph-function. Fixed fill-paragraph for
7757 decorators (Bug#12605).
7758
7759 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
7760
7761 * progmodes/python.el (python-shell-output-filter): Handle extra
7762 carriage return in OSX (Bug#12409).
7763
7764 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
7765
7766 Fix shell handling of unbalanced quotes and parens in output.
7767 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
7768 (python-syntax-propertize-function): Use it.
7769 (python-shell-output-syntax-table): New var.
7770 (inferior-python-mode): Prevent unbalanced parens/quotes from
7771 previous output mess with current input context.
7772
7773 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
7774
7775 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
7776 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
7777
7778 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
7779
7780 * ffap.el (ffap-replace-file-component): Support Tramp file name
7781 syntax, not only ange-ftp's one.
7782
7783 2012-10-08 Glenn Morris <rgm@gnu.org>
7784
7785 * cus-start.el (message-log-max): Set :version.
7786
7787 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
7788
7789 2012-10-08 Martin Rudalics <rudalics@gmx.at>
7790
7791 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
7792 the minibuffer window (Bug#10851).
7793
7794 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
7795
7796 Enhancements on forward-sexp movement.
7797 * progmodes/python.el (python-nav-beginning-of-statement)
7798 (python-nav-end-of-statement): Return point-marker.
7799 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
7800 (python-info-current-symbol)
7801 (python-info-statement-starts-block-p): Rename from
7802 python-info-beginning-of-block-p.
7803 (python-info-statement-ends-block-p): Rename from
7804 python-info-end-of-block-p.
7805 (python-info-beginning-of-statement-p)
7806 (python-info-end-of-statement-p)
7807 (python-info-beginning-of-block-p, python-info-end-of-block-p):
7808 New functions.
7809
7810 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7811
7812 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
7813 frame-selected-windows.
7814
7815 2012-10-08 Daniel Colascione <dancol@dancol.org>
7816
7817 * battery.el (battery-status-function): Check for
7818 w32-battery-status itself, not system-time windows-nt.
7819
7820 * frame.el: Require cl-lib.
7821 (display-format-alist): New variable mapping frame types to
7822 functions that initialize them.
7823 (window-system-for-display): New function: interprets
7824 display-format-alist.
7825 (make-frame-on-display): Remove existing display-selection logic
7826 and just forward to make-frame, which will now DTRT.
7827 (make-frame): Restructure to use window-system-for-display to
7828 figure out how to create a frame on a given display.
7829 (display-mouse-p): Look for frame-type w32, not a particular
7830 system-type.
7831
7832 * loadup.el: Load w32 lisp code when we have the w32 feature.
7833
7834 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
7835 system-type windows-nt.
7836
7837 * server.el (server-create-window-system-frame): Look for window
7838 type.
7839 (server-proces-filter): Only force a window system when windows-nt
7840 _and_ w32. Explain why.
7841
7842 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
7843 of window systems we configure for the mode.
7844
7845 * startup.el (command-line): Mark window system is initialized
7846 after we've done it.
7847
7848 * common-win.el (x-select-text): Look for w32, not windows-nt.
7849
7850 * ns-win.el: Require cl-lib. Add ourselves to
7851 display-format-alist.
7852 (ns-initialize-window-system): Assert we're not initialized twice.
7853
7854 * w32-win.el: Enable lexical binding; require cl-lib; add
7855 ourselves to display-format-alist.
7856 (w32-handle-dropped-file): Convert incoming dropped files from
7857 Windows paths to Cygwin ones before passing them on to the rest of
7858 Emacs.
7859 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
7860 (w32-initialize-window-system): Assert we're not initialized twice.
7861
7862 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
7863 (x-initialize-window-system): Assert we're not initialized twice.
7864
7865 * w32-common-fns.el: New File.
7866 (w32-version, w32-using-nt, w32-get-clipboard-data)
7867 (w32-set-clipboard-data, x-set-selection, x-get-selection)
7868 (w32-charset-info-alist, x-last-selected, text)
7869 (x-get-selection-value, x-selection-value): Move here.
7870
7871 * w32-fns.el: Require w32-common-fns.
7872 (w32-version, w32-using-nt, w32-get-clipboard-data)
7873 (w32-set-clipboard-data, x-set-selection, x-get-selection)
7874 (w32-charset-info-alist, x-last-selected, text)
7875 (x-get-selection-value, x-selection-value): Move to
7876 w32-common-fns.
7877
7878 * w32-vars.el:
7879 (w32-allow-system-shell, w32-system-shells): Define only in
7880 non-cygwin case.
7881
7882 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7883
7884 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
7885 (read-passwd): Remove a few more potential sources of leaks.
7886
7887 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
7888
7889 * progmodes/python.el (inferior-python-mode)
7890 (python-shell-make-comint): Fix initialization of local
7891 variables copied from parent buffer.
7892
7893 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
7894
7895 * term/ns-win.el (ns-read-file-name): Update declaration to match
7896 nsfns.m.
7897 (ns-respond-to-change-font): Change fontsize separately so we are sure
7898 it is set when font is acted upon.
7899
7900 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
7901
7902 Enhancements to indentation.
7903 * progmodes/python.el (python-indent-context): Give priority to
7904 inside-string context. Make comments indentation markers.
7905 (python-indent-region): Do not mess with strings, unless it's the
7906 enclosing set of quotes.
7907
7908 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7909
7910 * window.el (internal--before-save-selected-window)
7911 (internal--after-save-selected-window): New functions extracted from
7912 save-selected-window. Make sure we return the `alist' we construct.
7913 (save-selected-window): Use them.
7914
7915 * textmodes/tex-mode.el (tex-recenter-output-buffer):
7916 Use with-selected-window.
7917
7918 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
7919 forms that define macros (bug#12593).
7920
7921 2012-10-07 Kenichi Handa <handa@gnu.org>
7922
7923 * international/mule-conf.el (compound-text-with-extensions):
7924 Add :mime-charset property as x-ctext.
7925
7926 2012-10-07 Stefan Merten <smerten@oekonux.de>
7927
7928 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
7929 (rst-indent-literal-normal, rst-indent-literal-minimized)
7930 (rst-indent-comment): Correct :version tag.
7931 (rst-official-cvs-rev): Correct version string.
7932
7933 2012-10-07 Glenn Morris <rgm@gnu.org>
7934
7935 * mail/rmailmm.el (rmail-mime-process-multipart):
7936 Do not confuse a multipart message with an epilogue
7937 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
7938
7939 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
7940
7941 Fix shell output retrieval and comint-prompt-regexp init.
7942 * progmodes/python.el (inferior-python-mode):
7943 (python-shell-make-comint): Fix initialization of
7944 comint-prompt-regexp from copied file local variables.
7945 (python-shell-fetched-lines): Remove var.
7946 (python-shell-output-filter-in-progress): Rename from
7947 python-shell-fetch-lines-in-progress.
7948 (python-shell-output-filter-buffer): Rename from
7949 python-shell-fetch-lines-string.
7950 (python-shell-fetch-lines-filter): Delete function.
7951 (python-shell-output-filter): New function.
7952 (python-shell-send-string-no-output): Use them.
7953
7954 2012-10-07 Glenn Morris <rgm@gnu.org>
7955
7956 * hi-lock.el (hi-lock-process-phrase):
7957 Try to make it less fragile. (Bug#7161)
7958
7959 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
7960
7961 2012-10-06 Glenn Morris <rgm@gnu.org>
7962
7963 * ehelp.el (electric-help-mode): Use help-mode rather than
7964 non-existent mode `help'.
7965 (electric-help-map): Use button-buffer-map. (Bug#10917)
7966
7967 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
7968 (reftex-create-bibtex-footer): Fix custom types.
7969
7970 * progmodes/sh-script.el (sh-indent-after-continuation):
7971 Add explicit :group.
7972
7973 * textmodes/rst.el (rst-preferred-decorations)
7974 (rst-shift-basic-offset): Clarify obsolescence versions.
7975
7976 * profiler.el (profiler): Add missing group :version tag.
7977 * avoid.el (mouse-avoidance-banish-position):
7978 * proced.el (proced-renice-command):
7979 * calc/calc.el (calc-ensure-consistent-units):
7980 * calendar/icalendar.el (icalendar-import-format-uid):
7981 * net/tramp.el (tramp-save-ad-hoc-proxies):
7982 * progmodes/bug-reference.el (bug-reference-bug-regexp):
7983 * progmodes/flymake.el (flymake-error-bitmap)
7984 (flymake-warning-bitmap, flymake-fringe-indicator-position):
7985 * progmodes/sh-script.el (sh-indent-after-continuation):
7986 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
7987 (verilog-before-save-font-hook, verilog-after-save-font-hook):
7988 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
7989 (vhdl-array-index-record-field-in-sensitivity-list)
7990 (vhdl-indent-comment-like-next-code-line):
7991 * textmodes/reftex-vars.el (reftex-ref-style-alist)
7992 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
7993 (reftex-cite-key-separator, reftex-create-bibtex-header)
7994 (reftex-create-bibtex-footer):
7995 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
7996 (rst-indent-literal-normal, rst-indent-literal-minimized)
7997 (rst-indent-comment): Add missing custom :version tags.
7998
7999 * calendar/timeclock.el (timeclock-modeline-display):
8000 Add missing obsolete alias for renamed user option.
8001
8002 * strokes.el (strokes-modeline-string):
8003 * emulation/crisp.el (crisp-mode-modeline-string):
8004 * eshell/esh-mode.el (eshell-status-in-modeline):
8005 Aliases to defcustoms must come before the defcustom.
8006
8007 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
8008 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8009 (cal-tex-cursor-week-monday): Doc fixes.
8010 (cal-tex-cursor-week2-summary): Doc fix.
8011 Rename from cal-tex-cursor-week-at-a-glance.
8012
8013 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
8014 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
8015
8016 * calendar/calendar.el (calendar-mode-map):
8017 Add cal-tex-cursor-week2-summary.
8018
8019 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
8020
8021 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
8022
8023 * subr.el (read-passwd-map): New var.
8024 (read-passwd): Use `read-string' again.
8025 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
8026
8027 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
8028
8029 * register.el (append-to-register, prepend-to-register):
8030 Deactivate mark, as does `copy-to-register' (bug#12389).
8031
8032 2012-10-06 Chong Yidong <cyd@gnu.org>
8033
8034 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
8035
8036 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
8037
8038 * international/characters.el: Fix simple mistake ((car chars) ->
8039 elt), delete duplicated code.
8040
8041 2012-10-06 Glenn Morris <rgm@gnu.org>
8042
8043 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
8044
8045 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
8046
8047 * color.el (color-hsl-to-rgb): Fix incorrect results for
8048 small and large hue values. (Bug#12559)
8049
8050 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
8051
8052 Enhancements to docstring formatting when filling paragraphs.
8053 * progmodes/python.el (python-fill-docstring-style): Rename from
8054 python-fill-string-style. Added new style.
8055 (python-fill-string): Use new style. Better checks for
8056 docstrings.
8057
8058 2012-10-05 Glenn Morris <rgm@gnu.org>
8059
8060 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
8061
8062 * color.el (color-name-to-rgb, color-rgb-to-hex)
8063 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
8064 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
8065 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
8066 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
8067
8068 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
8069
8070 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
8071
8072 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
8073 to get the correct size across symlinks.
8074
8075 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
8076
8077 2012-10-04 Juri Linkov <juri@jurta.org>
8078
8079 * replace.el (query-replace-interactive): Declare obsolete.
8080 (query-replace-read-from): Add the last incremental search string
8081 to the list of default values accessible via M-n.
8082 (map-query-replace-regexp): Use `read-regexp'.
8083 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8084 (map-query-replace-regexp, replace-string, replace-regexp):
8085 Fix docstrings to replace mentions of `query-replace-interactive'
8086 with alternatives. (Bug#12526)
8087
8088 2012-10-04 Juri Linkov <juri@jurta.org>
8089
8090 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
8091 (dired-pop-to-buffer): Declare obsolete.
8092 (dired-mark-pop-up): Doc fix.
8093
8094 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
8095
8096 Allow user to set docstring style for fill-paragraph.
8097 * progmodes/python.el
8098 (python-fill-comment-function, python-fill-string-function)
8099 (python-fill-decorator-function, python-fill-paren-function):
8100 Remove :safe for defcustoms.
8101 (python-fill-string-style): New defcustom
8102 (python-fill-paragraph-function): Enhance context detection.
8103 (python-fill-string): Honor python-fill-string-style settings.
8104
8105 2012-10-04 Martin Rudalics <rudalics@gmx.at>
8106
8107 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
8108 after setting its buffer (Bug#10805).
8109
8110 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
8111
8112 Fix cornercase for string syntax.
8113 * progmodes/python.el (python-syntax-propertize-function):
8114 Simplify and enhance the regexp for unescaped quotes. Now it also
8115 matches quotes in weird situations like the single quote in
8116 "something\"'".
8117 (python-syntax-stringify): Simplify num-quotes detecting code.
8118
8119 2012-10-03 Glenn Morris <rgm@gnu.org>
8120
8121 * help-macro.el (three-step-help):
8122 Revert 2012-09-29 change. (Bug#12567)
8123
8124 2012-10-03 Martin Rudalics <rudalics@gmx.at>
8125
8126 * menu-bar.el (kill-this-buffer): Don't do anything when
8127 `menu-frame' is not alive or visible (Bug#8184).
8128
8129 * emacs-lisp/debug.el (debug): When quitting the debugger window
8130 restore current buffer (Bug#12502).
8131
8132 2012-10-02 Chong Yidong <cyd@gnu.org>
8133
8134 * progmodes/hideif.el (hif-lookup, hif-defined):
8135 Handle semantic-c-takeover-hideif.
8136
8137 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
8138
8139 Change sampling interval units from ms to ns.
8140 * profiler.el (profiler-sampling-interval): Change units
8141 from ms to ns, multiplying the default by 1000000 so that
8142 it remains 1 ms.
8143 (profiler-report-cpu-line-format): Give enough room for
8144 the maximum counters on 64-bit hosts.
8145 (profiler-report-render-calltree-1): Call them "CPU samples",
8146 not "Time (ms)", since they are not milliseconds now (and
8147 never really were).
8148
8149 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
8150
8151 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
8152 Fix querying BBDB for entries without a last name (Bug#11580).
8153
8154 2012-10-02 Chong Yidong <cyd@gnu.org>
8155
8156 * emacs-lisp/eieio.el: Restore Version header.
8157
8158 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8159
8160 * vc/diff-mode.el (diff--auto-refine-data): New var.
8161 (diff-hunk): Use it to delay refinement.
8162 (diff-mode): Remove overlays when we turn off font-lock.
8163
8164 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
8165 (table-initialize-table-fixed-width-mode)
8166 (table-set-table-fixed-width-mode): Remove functions.
8167 (table-command-list): Move initialization into declaration.
8168 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
8169 (table-with-cache-buffer): Use `declare'.
8170 (table-span-cell): Simplify via CSE.
8171 (table-fixed-width-mode): Use define-minor-mode.
8172 (table-call-interactively, table-funcall, table-apply): Remove.
8173 (table-function): New function, to replace them.
8174
8175 * bookmark.el (bookmark-search-pattern): Remove var.
8176 (bookmark-read-search-input): Remove function.
8177 (bookmark-bmenu-search): Reimplement using a minibuffer.
8178
8179 * faces.el (modeline): Remove obsolete face name.
8180
8181 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
8182 and give a non-nil default value.
8183 (add-change-log-entry): Simplify accordingly.
8184
8185 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
8186
8187 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
8188 (vc-git-log-edit-toggle-amend): New function.
8189 (vc-git-log-edit-toggle-signoff): New function.
8190 (vc-git-log-edit-mode): New major mode.
8191 (vc-git-log-edit-mode-map): Keymap for it.
8192 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
8193
8194 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
8195 header names.
8196 (log-edit-toggle-header): New function.
8197 (log-edit-extract-headers): Accept function values in HEADERS alist.
8198
8199 2012-10-01 David Engster <deng@randomsample.de>
8200
8201 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
8202 from symbol property and change message to be more consistent with
8203 Emacs proper.
8204 (eieio-describe-generic): Add filename for each implementation.
8205 Fix indices for generic and normal methods.
8206 (eieio-method-def, eieio-class-def): New buttons.
8207 (eieio-help-find-method-definition)
8208 (eieio-help-find-class-definition): New functions.
8209 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
8210 class, constructor and method definitions.
8211
8212 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
8213 information in symbol property.
8214 (scoped-class): Remove.
8215 (eieio-slot-name-index, call-next-method): Check if it is bound.
8216
8217 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
8218
8219 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
8220 (eieio-custom-mode): New major mode.
8221 (eieio-customize-object): Use it.
8222
8223 2012-10-01 Eric Ludlam <zappo@gnu.org>
8224
8225 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
8226 specifying the expected class, and whether subclassing is allowed.
8227 (eieio-persistent-convert-list-to-object):
8228 (eieio-persistent-validate/fix-slot-value)
8229 (eieio-persistent-slot-type-is-class-p): New functions.
8230 (eieio-named::slot-missing): Doc fix.
8231
8232 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
8233 Stop using unused publd variable.
8234
8235 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
8236 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
8237 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
8238 (eieio-speedbar-handle-click): Do not specify a class for the
8239 method. Fixes method invocation order problems with EDE.
8240
8241 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8242
8243 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
8244 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
8245
8246 2012-10-01 Karl Fogel <kfogel@red-bean.com>
8247
8248 * bookmark.el (bookmark-version-control): Give tags in the
8249 :type choices (Bug#12309), and improve doc string.
8250 (bookmark-write-file): Bind `print-circle' to `t' to allow
8251 circular custom bookmark types. (Bug#12503)
8252
8253 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
8254
8255 Revert the FOLLOW-SYMLINKS change for file-attributes.
8256 * files.el (remote-file-name-inhibit-cache, after-find-file):
8257 * time.el (display-time-file-nonempty-p): Undo last change.
8258
8259 * profiler.el (profiler-sampling-interval): Change default back to 1.
8260 See Stefan Monnier in
8261 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
8262
8263 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
8264
8265 Shell output catching a la gud-gdb.
8266 * progmodes/python.el (python-shell-fetch-lines-in-progress)
8267 (python-shell-fetch-lines-string, python-shell-fetched-lines):
8268 New Vars.
8269 (python-shell-fetch-lines-filter): New function.
8270 (python-shell-send-string-no-output): Use them.
8271
8272 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
8273
8274 * profiler.el (profiler-sampling-interval): Rename from
8275 profiler-sample-interval.
8276 (profiler-sampling-interval): Default to 10.
8277 (profiler-find-profile): New command (was profiler-find-log).
8278 (profiler-find-profile-other-window): New command.
8279 (profiler-find-profile-other-frame): New command.
8280 (profiler-profile): Introduce API-level data structure.
8281
8282 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
8283
8284 file-attributes has a new optional arg FOLLOW-SYMLINKS.
8285 * files.el (remote-file-name-inhibit-cache):
8286 * time.el (display-time-file-nonempty-p): Use it.
8287 * files.el (after-find-file): Don't chase links before calling
8288 file-exists-p, as file-exists-p already does the right thing.
8289
8290 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
8291
8292 Merge from standalone RefTeX repository.
8293
8294 The following ChangeLog entries are shortened versions of the
8295 original ones with file paths adapted. A not so strongly edited
8296 version of the original ChangeLog can be found in the commit log.
8297
8298 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
8299 (reftex-arg-cite): Use `reftex-cite-key-separator'.
8300 Correctly handle new value type returned by `reftex-citation'.
8301
8302 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
8303 that entries with whitespace at various places are found.
8304 Doc fix. Include entries that are cross-referenced from cited entries.
8305 Include @String definitions in the resulting bib file. Add header
8306 and footer defined in `reftex-create-bibtex-header' and
8307 `reftex-create-bibtex-footer'.
8308 (reftex-do-citation): Make it possible again to insert
8309 non-existent entries. Save match data when asking for optional
8310 arguments. Return all keys, not just the first one.
8311 (reftex-all-used-citation-keys): Fix regexp to correctly extract
8312 all citations in the same line.
8313 (reftex-parse-bibtex-entry): Accept additional optional argument
8314 `raw' and keep quotes or braces if it is non-nil. Match fields
8315 containing hyphens besides word constituents.
8316 (reftex-get-string-refs): New function.
8317 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
8318 and ask if it should be reread in case it did.
8319 (reftex-pop-to-bibtex-entry)
8320 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
8321 entries with spaces or tabs in front of arguments.
8322 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
8323 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
8324 Match entries containing numbers and symbol constituents.
8325 (reftex-do-citation, reftex-figure-out-cite-format):
8326 Use `reftex-cite-key-separator'.
8327
8328 * textmodes/reftex-dcr.el: Move provide statement to end of file.
8329 (reftex-mouse-view-crossref): Explain why point is set.
8330
8331 * textmodes/reftex-global.el: Whitespace changes.
8332
8333 * textmodes/reftex-index.el: Move provide statement to end of
8334 file.
8335 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
8336 (reftex-index-visit-phrases-buffer): Set marker when visiting
8337 buffer. This allows for returning from the phrases file to the
8338 file one was just editing instead of the file where the last
8339 phrases was added from.
8340 (reftex-index-phrases-syntax-table): New variable. Give ?\"
8341 punctuation syntax as it usually is not used as string quote in
8342 TeX-related modes and may occur unmatched. The change also
8343 prevents fontification of quoted content.
8344 (reftex-index-phrases-mode): Use it.
8345
8346 * textmodes/reftex-parse.el (reftex-parse-from-file):
8347 Move backward one char if a `\' was matched after a section macro.
8348 (reftex-parse-from-file): Use beginning of match instead of end as
8349 bound.
8350
8351 * textmodes/reftex-ref.el: Adapt creation of
8352 `reftex-<package>-<macro>' functions to new structure of
8353 `reftex-ref-style-alist'.
8354 (reftex-reference): Use `reftex-ref-style-list' function.
8355 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
8356 reference macro if `reftex-ref-macro-prompt' is non-nil.
8357 (reftex-reference): Pass refstyle to `reftex-format-special'.
8358 Determine reference macro by looking at
8359 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
8360 Use only one special format function.
8361 (reftex-varioref-vref, reftex-fancyref-fref)
8362 (reftex-fancyref-Fref): Remove definitions. The functions are now
8363 generated from `reftex-ref-style-alist'.
8364 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
8365 Remove.
8366 (reftex-format-special): New function.
8367
8368 * textmodes/reftex-sel.el
8369 (reftex-select-cycle-ref-style-internal): Adapt to new structure
8370 of `reftex-ref-style-alist'. Remove code for testing macro type.
8371 (reftex-select-toggle-varioref)
8372 (reftex-select-toggle-fancyref): Remove.
8373 (reftex-select-cycle-ref-style-internal)
8374 (reftex-select-cycle-ref-style-forward)
8375 (reftex-select-cycle-ref-style-backward): New functions.
8376 (reftex-select-label-map): Use `v' and `V' for general cycling
8377 through reference styles. Add `p' for switching between number
8378 and page reference types.
8379
8380 * textmodes/reftex-toc.el (reftex-re-enlarge):
8381 Call `enlarge-window' only if there is something to do because in Emacs
8382 the horizontal version throws an error even if the parameter is 0.
8383
8384 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
8385 (reftex-plug-into-AUCTeX): Doc fix.
8386 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
8387 string. Adapt to new name.
8388 (reftex-ref-style-alist): Change structure so that it is not
8389 possible to use multiple different package names within a style.
8390 Remove the symbols for symbols for macro type distinction.
8391 Add characters for macro selection.
8392 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
8393 (reftex-create-bibtex-footer): New variables.
8394 (reftex-format-ref-function): Mention third argument of special
8395 format function.
8396 (reftex-ref-style-alist, reftex-ref-style-default-list):
8397 New variables.
8398 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
8399 to new implementation. Mark as obsolete. Add compatibility code
8400 for honoring the variable values in case they are set.
8401 (reftex-cite-format-builtin, reftex-bibliography-commands):
8402 Add support for ConTeXt.
8403 (reftex-format-ref-function, reftex-format-cite-function):
8404 Fix custom type.
8405 (reftex-cite-key-separator): New variable.
8406
8407 * textmodes/reftex.el (reftex-syntax-table-for-bib)
8408 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
8409 `reftex-syntax-table' because parens have to retain their paren
8410 syntax in order for parsing of BibTeX entries like @book(...) to
8411 work.
8412 (reftex-in-comment): Do not error out if `comment-start-skip' is
8413 not set. Deal correctly with escaped comment characters.
8414 (reftex-tie-multifile-symbols): Add doc string.
8415 Initialize `reftex-ref-style-list'.
8416 (reftex-untie-multifile-symbols): Add doc string.
8417 (reftex-add-index-macros): Doc fix.
8418 (reftex-ref-style-activate, reftex-ref-style-toggle)
8419 (reftex-ref-style-list): New functions.
8420 (reftex-mode-menu): Use them. Adapt to new structure of
8421 `reftex-ref-style-alist'.
8422 (reftex-select-with-char): Kill the RefTeX Select buffer when
8423 done.
8424 (reftex-remove-if): New function.
8425 (reftex-erase-all-selection-and-index-buffers)
8426 (reftex-mode-menu): Reference styles are now computed from
8427 `reftex-ref-style-alist'. Fix typo.
8428 (reftex-report-bug): New function.
8429 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
8430 algorithms with O(n log n). Introduce optional argument SORT (not
8431 yet used).
8432
8433 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
8434
8435 Enhancements for triple-quote string syntax.
8436 * progmodes/python.el (python-syntax-propertize-function):
8437 Match both quote cases in one regexp.
8438 (python-syntax-stringify): Handle matches properly.
8439
8440 2012-09-30 Juri Linkov <juri@jurta.org>
8441
8442 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
8443 to nil around the call to `insert' to prevent
8444 directory time modification by lock_file. (Bug#2295)
8445 * tar-mode.el (tar-summarize-buffer): Idem.
8446
8447 2012-09-30 Juri Linkov <juri@jurta.org>
8448
8449 * facemenu.el (list-colors-sort): Add option "Luminance".
8450 (list-colors-sort-key): Implement it.
8451
8452 * vc/diff-mode.el (diff-refine-removed):
8453 * vc/ediff-init.el (ediff-fine-diff-A):
8454 * vc/smerge-mode.el (smerge-refined-removed):
8455 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
8456
8457 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
8458
8459 * term/ns-win.el (x-file-dialog): New function.
8460
8461 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
8462
8463 * ido.el (ido-max-directory-size): Default to nil; the current
8464 default is small for POSIX systems, and impractical on Windows 7
8465 now that lstat returns directory sizes for NTFS.
8466
8467 2012-09-30 Martin Rudalics <rudalics@gmx.at>
8468
8469 In buffer display functions handle window-height/window-width
8470 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
8471 * window.el (window--display-buffer): New argument ALIST.
8472 Obey window-height and window-width alist entries.
8473 (window--try-to-split-window): New argument ALIST.
8474 Bind window-combination-limit to t when the window's size shall be
8475 changed and window-combination-limit equals `window-size'.
8476 (display-buffer-in-atom-window)
8477 (display-buffer-in-major-side-window)
8478 (display-buffer-in-side-window, display-buffer-same-window)
8479 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8480 (display-buffer-pop-up-window, display-buffer-below-selected)
8481 (display-buffer-at-bottom, display-buffer-in-previous-window)
8482 (display-buffer-use-some-window): Adjust all callers of
8483 window--display-buffer and window--try-to-split-window.
8484 (fit-frame-to-buffer): New option.
8485 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
8486 is non-nil.
8487 (display-buffer-in-major-side-window): Evaluate window-height /
8488 window-width alist entries.
8489
8490 * help.el (temp-buffer-resize-frames)
8491 (temp-buffer-resize-regexps): Remove options.
8492 (temp-buffer-resize-mode): Adjust doc-string.
8493 (resize-temp-buffer-window): Don't consult
8494 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
8495 temp-buffer-resize-frames.
8496
8497 * dired.el (dired-mark-pop-up):
8498 Call display-buffer-below-selected with a fit-window-to-buffer alist
8499 entry.
8500
8501 2012-09-30 Chong Yidong <cyd@gnu.org>
8502
8503 * server.el (server-host): Document the security implications.
8504 (server-auth-key): Doc fix.
8505
8506 * startup.el (initial-buffer-choice): Doc fix.
8507
8508 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
8509
8510 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
8511 restriction change.
8512
8513 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
8514
8515 * help-fns.el (help-fns--obsolete): Fix last change.
8516
8517 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
8518
8519 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
8520 (minor-mode-map-alist): Remove redundant code.
8521
8522 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
8523 visited in a buffer.
8524 (cvs-insert-visited-file): New function.
8525 (find-file-hook): Use it.
8526
8527 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
8528
8529 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
8530 chose face.
8531 (log-edit-empty-buffer-p): Don't require a space after a header.
8532
8533 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
8534
8535 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
8536
8537 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
8538 a proper minor-mode.
8539
8540 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
8541
8542 2012-09-29 Glenn Morris <rgm@gnu.org>
8543
8544 * winner.el (winner-mode): Remove variable (let define-minor-mode
8545 handle it).
8546 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
8547 Doc fixes.
8548 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
8549 (winner-mode): Use define-minor-mode.
8550
8551 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
8552 the full definition in loaddefs, rather than duplicating it.
8553
8554 * help-macro.el (three-step-help): No need to autoload defcustom.
8555
8556 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
8557 (inferior-lisp-program, inferior-lisp-load-command)
8558 (inferior-lisp-prompt, inferior-lisp-mode-hook):
8559 No need to autoload defcustoms.
8560
8561 * hippie-exp.el (hippie-expand-try-functions-list)
8562 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
8563 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
8564 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
8565 (hippie-expand-only-buffers): No need to autoload defcustoms.
8566 * progmodes/vhdl-mode.el (vhdl-line-expand):
8567 Explicitly load hippie-exp, so it does not get autoloaded
8568 while hippie-expand-try-functions-list is let-bound.
8569
8570 2012-09-28 Glenn Morris <rgm@gnu.org>
8571
8572 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
8573
8574 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
8575 Only "cl.el" counts as cl these days.
8576
8577 2012-09-28 Juri Linkov <juri@jurta.org>
8578
8579 Display archive errors in the echo area instead of inserting
8580 to the file buffer.
8581
8582 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
8583 to STDERR-TEST that can be a regexp matching a successful output.
8584 Create a temporary file and redirect stderr to it. Search for
8585 STDERR-TEST in the stderr output and display it in the echo area
8586 if no match is found.
8587 (archive-extract-by-file): New function like
8588 `archive-extract-by-stdout' but extracting archives to files
8589 and looking for successful matches in stdout. Function body is
8590 mostly copied from `archive-rar-extract'.
8591 (archive-rar-extract): Use `archive-extract-by-file'.
8592 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
8593
8594 2012-09-28 Leo Liu <sdl.web@gmail.com>
8595
8596 * pcomplete.el (pcomplete-show-completions):
8597 Use minibuffer-message to make pcomplete usable in minibuffer.
8598
8599 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
8600
8601 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8602
8603 * type-break.el: Use lexical-binding.
8604 (type-break-mode): Use define-minor-mode.
8605
8606 * emacs-lisp/pcase.el (pcase--mark-used): New.
8607 (pcase--u1): Use it (bug#12512).
8608
8609 * custom.el (load-theme): Set buffer-file-name so the load is recorded
8610 in load-history with the right file name.
8611
8612 2012-09-28 Tassilo Horn <tsdh@gnu.org>
8613
8614 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
8615 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
8616 (doc-view-get-bounding-box): Make bounding box slicing work for
8617 ODF and DVI documents.
8618
8619 2012-09-28 Glenn Morris <rgm@gnu.org>
8620
8621 * type-break.el (type-break-mode, type-break-interval)
8622 (type-break-good-rest-interval, type-break-keystroke-threshold):
8623 No need to autoload.
8624 (type-break-good-rest-interval, type-break-keystroke-threshold):
8625 Add :set-after.
8626
8627 2012-09-28 Chong Yidong <cyd@gnu.org>
8628
8629 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
8630 Add :version tag.
8631
8632 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8633
8634 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
8635
8636 2012-09-27 Glenn Morris <rgm@gnu.org>
8637
8638 * faces.el (x-display-name): Declare (for without-x builds).
8639
8640 * linum.el (linum-format): Don't autoload it. Improve :type.
8641
8642 * progmodes/tcl.el: Don't require outline when compiling.
8643 (outline-regexp, outline-level): Declare.
8644 * textmodes/sgml-mode.el: Don't require outline when compiling.
8645 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
8646
8647 * term.el (term-ansi-reset):
8648 Try setting term-ansi-face-already-done to nil. (Bug#11785)
8649
8650 * vc/vc.el (vc-next-action): Only gripe about committing read-only
8651 files for RCS and SCCS. (Bug#9781)
8652
8653 2012-09-27 Chong Yidong <cyd@gnu.org>
8654
8655 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
8656 change; value should be t.
8657
8658 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8659
8660 * image-mode.el: Use lexical-binding.
8661 (image-mode-winprops): Use t to stand for the window of
8662 a buffer that's not displayed.
8663 * doc-view.el (doc-view-new-window-function): Handle the new
8664 t in winprops.
8665 (doc-view-enlarge): Make it a real nop if the size is not changed.
8666 (doc-view-display): Handle the case where the buffer is not (yet?)
8667 displayed in any window.
8668 (doc-view-saved-settings): New var.
8669 (doc-view-mode): Use it.
8670 (doc-view-fallback-mode): Set it.
8671
8672 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
8673 Set lexical-binding.
8674 (minibuffer-eldef-shorten-default): New var.
8675 (minibuffer-default-in-prompt-regexps): Use it for new default.
8676 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
8677
8678 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
8679
8680 * international/uni-bidi.el:
8681 * international/uni-category.el:
8682 * international/uni-name.el:
8683 * international/uni-numeric.el: Regenerate.
8684
8685 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
8686 Stefan Monnier <monnier@iro.umontreal.ca>
8687
8688 * profiler.el: New file.
8689
8690 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
8691
8692 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
8693 (testcover-reinstrument): Simplify with CSE.
8694
8695 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
8696
8697 * window.el (temp-buffer-window-setup): Fix typo in docstring.
8698
8699 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
8700
8701 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
8702 (verilog-auto-input, verilog-auto-insert-lisp)
8703 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
8704 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
8705 (verilog-auto-unused, verilog-auto-wire)
8706 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
8707 newline. Reported by Andrew Jones.
8708 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
8709 Reported by Brad Dobbie.
8710 (verilog-batch-delete-trailing-whitespace):
8711 Create verilog-batch-delete-trailing-whitespace.
8712 Reported by Brad Dobbie.
8713 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
8714 parameters from another module. Reported by Dan Katz.
8715 (verilog-auto, verilog-auto-assign-modport)
8716 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
8717 AUTOINOUTMODPORT for UVM interface module shell generation.
8718 Reported by Brad Dobbie.
8719 (verilog-auto-inst-interfaced-ports): Make default nil, as more
8720 standard behavior.
8721 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
8722 Reported by Matt Martin.
8723
8724 2012-09-25 Martin Rudalics <rudalics@gmx.at>
8725
8726 * window.el (window--resize-child-windows): When resizing child
8727 windows proportionally, process them in reverse order to
8728 preserve the "when splitting a window the new one gets the odd
8729 line" behavior.
8730 (window--resize-root-window-vertically): When resizing the
8731 minibuffer window try to affect only windows at the bottom of the
8732 frame. (Bug#12419)
8733
8734 2012-09-25 Chong Yidong <cyd@gnu.org>
8735
8736 * subr.el (declare): Doc fix.
8737
8738 * help-fns.el (help-fns--obsolete): Handle macros properly.
8739
8740 2012-09-25 Chong Yidong <cyd@gnu.org>
8741
8742 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
8743 this function obsolete.
8744
8745 * calendar/cal-x.el (calendar-two-frame-setup)
8746 (calendar-only-one-frame-setup, calendar-one-frame-setup):
8747 * calendar/calendar.el (american-calendar, european-calendar)
8748 (calendar-for-loop):
8749 * comint.el (comint-dynamic-simple-complete)
8750 (comint-dynamic-complete-as-filename, comint-unquote-filename):
8751 * desktop.el (desktop-load-default):
8752 * dired-x.el (dired-omit-here-always)
8753 (dired-hack-local-variables, dired-default-directory):
8754 * emacs-lisp/derived.el (derived-mode-class):
8755 * emacs-lisp/timer.el (timer-set-time-with-usecs):
8756 * emacs-lock.el (toggle-emacs-lock):
8757 * epa.el (epa-display-verify-result):
8758 * epg.el (epg-sign-keys, epg-start-sign-keys)
8759 (epg-passphrase-callback-function):
8760 * eshell/esh-util.el (eshell-for):
8761 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
8762 (eshell-add-to-window-buffer-names):
8763 * files.el (locate-file-completion):
8764 * imenu.el (imenu-example--create-c-index)
8765 (imenu-example--create-lisp-index)
8766 (imenu-example--lisp-extract-index-name)
8767 (imenu-example--name-and-position):
8768 * international/mule-cmds.el (princ-list):
8769 * international/mule-diag.el (decode-codepage-char):
8770 * international/mule-util.el (detect-coding-with-priority):
8771 * iswitchb.el (iswitchb-read-buffer):
8772 * mail/mailalias.el (mail-complete):
8773 * mail/sendmail.el (mail-sent-via):
8774 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
8775 (mouse-major-mode-menu):
8776 * password-cache.el (password-read-and-add):
8777 * pcomplete.el (pcomplete-parse-comint-arguments):
8778 * progmodes/sh-script.el (sh-maybe-here-document):
8779 * replace.el (query-replace-regexp-eval):
8780 * savehist.el (savehist-load):
8781 * simple.el (choose-completion-delete-max-match):
8782 * term.el (term-dynamic-simple-complete):
8783 * vc/ediff-init.el (ediff-check-version):
8784 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
8785 * vc/vc.el (vc-diff-switches-list):
8786 * view.el (view-return-to-alist-update): Likewise.
8787
8788 * subr.el (eval-next-after-load, makehash, insert-string)
8789 (assoc-ignore-representation, assoc-ignore-case): Use declare to
8790 mark obsolete.
8791 (mode-line-inverse-video): Variable deleted.
8792
8793 * international/mule-util.el (string-to-sequence): Remove.
8794
8795 * calendar/calendar.el (calendar-version):
8796 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
8797 (icalendar-convert-diary-to-ical):
8798 * cus-edit.el (custom-mode):
8799 * ansi-color.el (ansi-color-unfontify-region):
8800 * international/latin1-disp.el (latin1-char-displayable-p):
8801 * progmodes/cwarn.el (turn-on-cwarn-mode):
8802 * progmodes/which-func.el (which-func-update-1):
8803 Use define-obsolete-function-alias.
8804
8805 * net/newst-backend.el (newsticker-cache-filename):
8806 * net/newst-treeview.el (newsticker-groups-filename):
8807 Fix incorrect obsolescence declaration.
8808
8809 * allout.el (allout-passphrase-hint-string): Likewise.
8810 (allout-init): Use a declare form to mark obsolete.
8811
8812 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
8813 this applies to functions.
8814
8815 * iswitchb.el (iswitchb-read-buffer): Move code of
8816 iswitchb-define-mode-map here, and delete that obsolete function.
8817
8818 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
8819 font-lock-reference-face.
8820
8821 2012-09-25 Glenn Morris <rgm@gnu.org>
8822
8823 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
8824 Doc fixes.
8825
8826 * eshell/em-term.el (eshell-term-name):
8827 Default to term-term-name. (Bug#12485)
8828
8829 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
8830
8831 * progmodes/python.el (python-shell-send-buffer): Better handling
8832 of "if __name__ == '__main__':" conditionals when sending the buffer.
8833
8834 2012-09-24 Glenn Morris <rgm@gnu.org>
8835
8836 * eshell/esh-cmd.el (eshell-find-alias-function):
8837 Tighten up file-name regexp. (Bug#12499)
8838
8839 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
8840
8841 Enhancements for triple-quote string syntax.
8842 * progmodes/python.el (python-quote-syntax): Remove.
8843 (python-syntax-propertize-function): New value.
8844 (python-syntax-count-quotes, python-syntax-stringify):
8845 New functions.
8846
8847 2012-09-24 Chong Yidong <cyd@gnu.org>
8848
8849 * mail/supercite.el (sc-version): Remove obsolete function.
8850 (sc-describe): Don't mark as obsolete, since it is bound.
8851 (sc-submit-bug-report): Remove.
8852
8853 * vc/log-edit.el (cvs-changelog-full-paragraphs)
8854 (cvs-commit-buffer-require-final-newline): Remove.
8855 (log-edit-require-final-newline)
8856 (log-edit-changelog-full-paragraphs): Default to t.
8857
8858 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
8859 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
8860 * vc/vc.el (vc-checkout-carefully): Likewise.
8861
8862 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
8863 (emerge-version): Remove.
8864
8865 * progmodes/compile.el (compile-internal): Remove.
8866 (compilation-parse-errors-function): Fix typo.
8867
8868 * international/mule.el (set-char-table-default): Remove.
8869 (set-coding-priority, make-coding-system, generic-char-p)
8870 (charset-list, charset-bytes, charset-id): Use declare to mark
8871 functions as obsolete.
8872
8873 * vc/pcvs-defs.el (cvs-buffer-name-alist)
8874 (cvs-invert-ignore-marks): Remove references to obsolete vars.
8875 * vc/vc-hooks.el (vc-default-registered): Don't use
8876 vc-master-templates.
8877
8878 * font-lock.el (font-lock-reference-face):
8879 Use define-obsolete-variable-alias.
8880
8881 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
8882 * calendar/calendar.el (calendar-font-lock-keywords):
8883 * calendar/diary-lib.el (diary-font-lock-keywords)
8884 (diary-fancy-font-lock-keywords):
8885 * textmodes/reftex-sel.el (reftex-insert-docstruct):
8886 * textmodes/reftex-index.el (reftex-insert-index):
8887 * textmodes/reftex-cite.el (reftex-format-bib-entry):
8888 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8889 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
8890 * progmodes/prolog.el (prolog-font-lock-keywords):
8891 * progmodes/idlwave.el (idlwave-idl-keywords):
8892 * progmodes/ada-mode.el (ada-font-lock-keywords):
8893 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
8894
8895 2012-09-24 Glenn Morris <rgm@gnu.org>
8896
8897 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
8898
8899 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
8900
8901 * progmodes/python.el (python-indent-line): More consistent cursor
8902 movement behavior.
8903
8904 2012-09-23 Stefan Merten <smerten@oekonux.de>
8905
8906 * textmodes/rst.el: Fix compiler warning.
8907
8908 2012-09-23 Roland Winkler <winkler@gnu.org>
8909
8910 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
8911 Transcribe also LaTeX hyphenation.
8912 (bibtex-reformat): Bug fix. Do not quote twice the elements of
8913 bibtex-reformat-previous-options.
8914
8915 2012-09-23 Roland Winkler <winkler@gnu.org>
8916
8917 * proced.el (proced-renice-command): New variable.
8918 (proced-marked-processes): New function.
8919 (proced-with-processes-buffer): New macro.
8920 (proced-send-signal): Use them.
8921 (proced-renice): New command bound to r.
8922
8923 2012-09-23 Roland Winkler <winkler@gnu.org>
8924
8925 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
8926 ibuffer-saved-filter-groups has one element, shortcut the call of
8927 completing-read. (Bug#12331)
8928
8929 2012-09-23 Chong Yidong <cyd@gnu.org>
8930
8931 * bindings.el (mode-line-toggle-read-only):
8932 * bs.el (bs-toggle-readonly):
8933 * buff-menu.el (Buffer-menu-toggle-read-only):
8934 * dired.el (dired-toggle-read-only):
8935 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
8936
8937 2012-09-23 Chong Yidong <cyd@gnu.org>
8938
8939 * image.el (image-type-available-p): Adapt to init-image-library
8940 argument changes.
8941
8942 2012-09-22 Juri Linkov <juri@jurta.org>
8943
8944 * dired.el (dired-mode-map): Add [remap read-only-mode] for
8945 `dired-toggle-read-only'. (Bug#12462)
8946
8947 2012-09-22 Martin Rudalics <rudalics@gmx.at>
8948
8949 * subr.el (temp-output-buffer-show): New function.
8950 (with-output-to-temp-buffer): Call temp-output-buffer-show
8951 instead of internal-temp-output-buffer-show.
8952
8953 2012-09-22 Chong Yidong <cyd@gnu.org>
8954
8955 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
8956 (Bug#12462).
8957
8958 * repeat.el (repeat): Doc fix (Bug#12348).
8959
8960 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
8961 (Bug#10909).
8962
8963 * simple.el (shell-command-on-region): Doc fix.
8964 (read-only-mode): Doc fix.
8965
8966 2012-09-22 Eli Zaretskii <eliz@gnu.org>
8967
8968 * emacs-lisp/timer.el (run-with-idle-timer)
8969 (timer-activate-when-idle): Warn against reinvoking an idle timer
8970 from within its own timer action. (Bug#12447)
8971
8972 2012-09-22 Martin Rudalics <rudalics@gmx.at>
8973
8974 * cus-start.el (window-combination-limit): Add new optional
8975 values.
8976 * window.el (temp-buffer-window-show)
8977 (window--try-to-split-window): Handle new values of
8978 window-combination-limit (Bug#1806).
8979 (split-window): Test window-combination-limit for t instead of
8980 non-nil.
8981 (display-buffer-at-bottom): New buffer display action function.
8982 * help.el (temp-buffer-resize-regexps): New option.
8983 (temp-buffer-resize-mode): Rewrite doc-string.
8984 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
8985 Don't resize reused window. Suggested by Glenn Morris.
8986
8987 2012-09-22 Stefan Merten <smerten@oekonux.de>
8988
8989 * textmodes/rst.el: Revamp section title faces.
8990 (rst-official-version)
8991 (rst-package-emacs-version-alist): Sync with official version
8992 V1.4.0.
8993 (rst-faces-defaults, rst-set-level-default)
8994 (rst-level-face-max, rst-level-face-base-color)
8995 (rst-level-face-base-light, rst-level-face-format-light)
8996 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
8997 (rst-adornment-faces-alist): Match new setup.
8998 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
8999 (rst-level-5, rst-level-6): New faces.
9000
9001 2012-09-22 Chong Yidong <cyd@gnu.org>
9002
9003 * simple.el (undo): Handle indirect buffers (Bug#8207).
9004
9005 2012-09-21 Leo Liu <sdl.web@gmail.com>
9006
9007 IDO: Disable match re-ordering for buffer switching.
9008 * ido.el (ido-buffer-disable-smart-matches): New variable.
9009 (ido-set-matches-1): Use it. (Bug#2042)
9010
9011 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
9012
9013 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
9014 Fix 2011-05-17 change. (Bug#12418)
9015
9016 2012-09-21 Leo Liu <sdl.web@gmail.com>
9017
9018 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
9019
9020 2012-09-21 Glenn Morris <rgm@gnu.org>
9021
9022 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
9023 Be more robust about locating simple.el.
9024
9025 2012-09-21 Glenn Morris <rgm@gnu.org>
9026
9027 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
9028
9029 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
9030
9031 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
9032
9033 2012-09-20 Juri Linkov <juri@jurta.org>
9034
9035 * replace.el (query-replace-read-from): Use `read-regexp' instead
9036 of `read-from-minibuffer' when `regexp-flag' is non-nil.
9037 (occur-read-primary-args): Use `read-regexp' instead of
9038 `read-string'.
9039 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
9040 `read-from-minibuffer'.
9041 * isearch.el (isearch-occur): Use `read-regexp' instead of
9042 `read-string'.
9043 * dired.el (dired-read-regexp): Use `read-regexp' instead of
9044 `read-from-minibuffer'.
9045 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
9046 of `read-string'. (Bug#7567)
9047
9048 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
9049 and allow accepting a list of strings prepended to a list of
9050 standard default values. Doc fix. (Bug#12321)
9051
9052 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
9053
9054 * replace.el (read-regexp): Don't add ": " when PROMPT already
9055 ends with a colon and space. (Bug#12321)
9056
9057 2012-09-20 Tassilo Horn <tsdh@gnu.org>
9058
9059 * doc-view.el (doc-view-display): Better fix for the cl-assertion
9060 error.
9061
9062 2012-09-20 Stefan Merten <smerten@oekonux.de>
9063
9064 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
9065 Fixes feature request bug#11711.
9066 (rst-mode): Create `imenu-create-index-function'.
9067 (rst-get-stripped-line): Delete after refactoring.
9068 (rst-section-tree, rst-section-tree-rec)
9069 (rst-section-tree-point): Refactor and document properly.
9070 (rst-imenu-find-adornments-for-position)
9071 (rst-imenu-convert-cell, rst-imenu-create-index):
9072 New function.
9073
9074 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9075
9076 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
9077 (macroexp--expand-all): Use it.
9078 (macroexp--funcall-and-return): Remove by folding it into its sole
9079 caller (macroexp--warn-and-return).
9080 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
9081 Use macroexp--obsolete-warning.
9082
9083 * calc/calc.el: Fix last change by removing the whole chunk, since it
9084 was only needed back when Calc was not bundled.
9085
9086 2012-09-20 Martin Rudalics <rudalics@gmx.at>
9087
9088 * emacs-lisp/debug.el (debug): Restore assignment to
9089 debugger-old-buffer removed on 2012-09-08.
9090
9091 2012-09-20 Juri Linkov <juri@jurta.org>
9092
9093 * dired-aux.el (dired-diff): Remove (require 'diff) since
9094 `diff-latest-backup-file' is now autoloaded.
9095
9096 2012-09-20 Chong Yidong <cyd@gnu.org>
9097
9098 * vc/diff.el (diff-latest-backup-file): Autoload.
9099
9100 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9101
9102 * calc/calc.el: Remove redundant autoload shape check.
9103 (sel-mode): Don't defvar.
9104 (calc-get-stack-element): Add `sel-mode' arg instead.
9105 (calc-top, calc-top-list): Pass it this additional argument.
9106 * calc/calc-store.el (calc-store-map):
9107 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
9108 (calc-map-equation, calc-outer-product, calc-inner-product):
9109 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
9110
9111 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
9112
9113 2012-09-19 Juri Linkov <juri@jurta.org>
9114
9115 * dired-aux.el (dired-diff): Add (require 'diff) because
9116 `diff-latest-backup-file' is not autoloaded.
9117 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
9118 of `dired-get-filename' to t to not report error when there is
9119 no default file on the current line.
9120
9121 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9122
9123 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
9124 macroexp--eval-if-compile.
9125 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
9126 (macroexp--expand-all): Use them (bug#12371).
9127
9128 * doc-view.el (doc-view-guess-paper-size)
9129 (doc-view-scale-bounding-box): Fix unbound `caddr'.
9130
9131 2012-09-19 Tassilo Horn <tsdh@gnu.org>
9132
9133 New feature: set optimal slice from BoundingBox information.
9134 * doc-view.el (doc-view-mode-map): Add keybinding.
9135 (doc-view-menu): Add menu entry.
9136 (doc-view-set-slice): Adapt docstring.
9137 (doc-view-get-bounding-box, doc-view-guess-paper-size)
9138 (doc-view-scale-bounding-box)
9139 (doc-view-set-slice-from-bounding-box): New functions.
9140 (doc-view-paper-sizes): New defvar.
9141
9142 2012-09-19 Glenn Morris <rgm@gnu.org>
9143
9144 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
9145 (byte-compile-log-warning): Autoload. (Bug#12371)
9146
9147 * calendar/calendar.el (calendar-american-month-header)
9148 (calendar-european-month-header, calendar-iso-month-header)
9149 (calendar-month-header): New options.
9150 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
9151 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
9152
9153 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
9154
9155 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
9156
9157 2012-09-18 Juri Linkov <juri@jurta.org>
9158
9159 * dired-aux.el (dired-diff): Restore original functionality of
9160 getting the default value, but keep new feature of using the
9161 latest existing backup file (`diff-latest-backup-file').
9162
9163 2012-09-18 Juri Linkov <juri@jurta.org>
9164
9165 * dired.el (dired-mark): If the region is active in Transient Mark
9166 mode, mark all files in the active region. Doc fix.
9167 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
9168 Doc fix. (Bug#10624)
9169
9170 2012-09-18 Juri Linkov <juri@jurta.org>
9171
9172 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
9173 attributes for M-n are pulled from the file at point.
9174 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
9175 Suggested by Drew Adams. (Bug#10624)
9176
9177 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
9178
9179 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
9180 whitespace after "end".
9181 (ruby-do-end-to-brace): Collapse block to one line if it fits
9182 within fill-column.
9183
9184 2012-09-18 Martin Rudalics <rudalics@gmx.at>
9185
9186 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
9187 value.
9188 (debug): Don't remove debugger window when debugger is expected
9189 to be back.
9190
9191 2012-09-18 Chong Yidong <cyd@gnu.org>
9192
9193 * custom.el (defface): Doc fix.
9194
9195 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
9196
9197 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
9198
9199 * progmodes/compile.el (compilation-start): Use compilation-always-kill
9200 to initialize query-on-exit; then test that instead (bug#12288).
9201
9202 2012-09-17 Stefan Merten <smerten@oekonux.de>
9203
9204 * textmodes/rst.el: Add support for `testcover'.
9205 (rst-defcustom-testcover, rst-testcover-add-compose)
9206 (rst-testcover-add-1value): New functions.
9207 (rst-portable-mark-active-p): Replace by `use-region-p'.
9208 (rst-update-section, rst-classify-adornment)
9209 (rst-find-title-line): Mark `1value' forms.
9210 (rst-classify-adornment): Remove superfluous form.
9211 (rst-update-section, rst-get-adornments-around)
9212 (rst-adornment-complete-p, rst-get-next-adornment)
9213 (rst-adjust, rst-promote-region)
9214 (rst-display-adornments-hierarchy, rst-straighten-adornments)
9215 (rst-find-pfx-in-region, rst-section-tree-rec)
9216 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
9217 (rst-toc-node, rst-toc, rst-forward-section)
9218 (rst-iterate-leftmost-paragraphs)
9219 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
9220 (rst-bullet-list-region)
9221 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
9222 (rst-compile-find-conf, rst-compile)
9223 (rst-repeat-last-character): Fix style.
9224
9225 2012-09-17 Chong Yidong <cyd@gnu.org>
9226
9227 * comint.el (comint--complete-file-name-data): Don't add a space
9228 if the status is `sole'; that adds a gratuitous space in the
9229 completion-cycling case (Bug#12092).
9230
9231 * pcomplete.el (pcomplete-completions-at-point): Likewise.
9232
9233 2012-09-17 Richard Stallman <rms@gnu.org>
9234
9235 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
9236 only in the mime-shown mode, not in raw mode.
9237 (rmail-mime): Toggle off mime by displaying the message without
9238 mime processing. (Bug#12305)
9239
9240 * mail/rmail.el (rmail-retry-failure):
9241 Turn off mime processing first. (Bug#12037)
9242
9243 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
9244
9245 2012-09-17 Chong Yidong <cyd@gnu.org>
9246
9247 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
9248 (shell-dynamic-complete-functions): Convert to defcustom.
9249 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
9250
9251 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
9252 * comint.el (comint-prompt-read-only):
9253 * custom.el (defcustom):
9254 * hi-lock.el (hi-lock-mode):
9255 * ibuffer.el (ibuffer-formats):
9256 * ielm.el (ielm-prompt-read-only):
9257 * novice.el (disable-command):
9258 * saveplace.el (toggle-save-place):
9259 * speedbar.el (speedbar-supported-extension-expressions):
9260 * startup.el (auto-save-list-file-prefix, init-file-user)
9261 (after-init-hook, inhibit-startup-echo-area-message):
9262 * strokes.el (strokes-help):
9263 * time-stamp.el (time-stamp):
9264 * calendar/calendar.el (calendar, diary-file):
9265 * calendar/diary-lib.el (diary-mail-entries, diary)
9266 (diary-list-entries-hook):
9267 * calendar/holidays.el (holidays, calendar-holidays):
9268 * calendar/lunar.el (lunar-phases):
9269 * calendar/solar.el (sunrise-sunset):
9270 * emulation/edt.el (edt-load-keys):
9271 * emulation/viper.el (viper-mode):
9272 * eshell/em-alias.el (eshell-command-aliases-list):
9273 * eshell/esh-util.el (eshell-convert-numeric-arguments):
9274 * international/ogonek.el (ogonek-information):
9275 * net/tramp-cmds.el (tramp-bug):
9276 * net/quickurl.el (quickurl-reread-hook-postfix):
9277 * play/decipher.el (decipher-font-lock-keywords):
9278 * progmodes/cc-styles.el (c-set-style):
9279 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
9280 * progmodes/inf-lisp.el (inferior-lisp-prompt):
9281 * progmodes/octave-mod.el (octave-mode):
9282 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
9283 * progmodes/verilog-mode.el (verilog-read-defines):
9284 * textmodes/two-column.el (2C-mode): Likewise.
9285
9286 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
9287
9288 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
9289 that holds many addresses.
9290
9291 2012-09-16 Chong Yidong <cyd@gnu.org>
9292
9293 * align.el (align-areas): Call the indication function with
9294 positions instead of markers for arguments (Bug#12343).
9295
9296 * files.el (parse-colon-path): Use split-string (Bug#12351).
9297
9298 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
9299 (display-buffer-function): Mark as obsolete.
9300
9301 * progmodes/compile.el (compilation-parse-errors): Accept list
9302 values similar to font-lock-keywords (Bug#12136).
9303 Suggested by Oleksandr Manzyuk.
9304 (compilation-error-regexp-alist): Doc fix.
9305
9306 2012-09-15 Glenn Morris <rgm@gnu.org>
9307
9308 * version.el (emacs-bzr-version-bzr): New function.
9309 (emacs-bzr-get-version): Add optional EXTERNAL argument.
9310
9311 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
9312 checkouts, check the parent dirstate matches the branch.
9313 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
9314 empty string.
9315
9316 * version.el (emacs-bzr-version): Doc fix.
9317 (emacs-bzr-version-dirstate): New function.
9318 (emacs-bzr-get-version): For lightweight checkouts, if the parent
9319 is local try and check that it matches the branch. If not, just
9320 use dirstate information. (Bug#12441)
9321
9322 2012-09-14 Juri Linkov <juri@jurta.org>
9323
9324 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
9325 (Bug#12399)
9326
9327 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9328
9329 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
9330
9331 * emacs-lisp/edebug.el: Miscellaneous cleanup.
9332 Remove obsolete byte-compiler hack that tried to silence some warnings.
9333 (edebug-submit-bug-report): Remove.
9334 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
9335 Remove aliases, use the un-prefixed name instead.
9336 (edebug-pop-to-buffer): Consider other frames.
9337 (edebug-original-read):: Make it more obvious that it's always defined.
9338 (edebug--make-form-data-entry, edebug--form-data-name)
9339 (edebug--form-data-begin, edebug--form-data-end): Rename from the
9340 single-dashed name, and implement with cl-defstruct.
9341 (edebug-set-form-data-entry): Use the standard accessors.
9342 (edebug-make-top-form-data-entry): Use push.
9343 (edebug-no-match): Drop useless `funcall'.
9344 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
9345 to functions.
9346 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
9347 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
9348 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
9349 (easy-menu-define, with-custom-print): Remove redundant specs.
9350 (edebug-outside-overriding-local-map)
9351 (edebug-outside-overriding-terminal-local-map): Remove, unused.
9352 (edebug--display): Bind unread-command-events directly to nil rather
9353 than binding it to unread-command-events and later setting it to nil.
9354 (edebug--display): Kill edebug-eval-buffer here...
9355 (edebug--recursive-edit): ...rather than here.
9356 Bind standard-output and standard-input.
9357 (edebug-eval): Check cl-macroexpand-all is fboundp.
9358 (edebug-temp-display-freq-count): Fix last change.
9359
9360 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
9361 * subr.el (noreturn, 1value): Add `debug' spec.
9362 * emacs-lisp/advice.el: Require cl-lib.
9363 (ad-copy-tree): Remove, use copy-tree instead.
9364 (ad-dolist): Remove use dolist or cl-dolist instead.
9365 (ad-do-return): Remove, use cl-return instead.
9366 (defadvice): Add `debug' spec.
9367
9368 2012-09-13 Juri Linkov <juri@jurta.org>
9369
9370 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
9371 (Bug#12399)
9372
9373 2012-09-13 Glenn Morris <rgm@gnu.org>
9374
9375 * calc/calc.el (math-compose-expr):
9376 * calc/calc-ext.el (math-compose-expr):
9377 * progmodes/cc-defs.el (cl-macroexpand-all):
9378 * progmodes/cc-langs.el (delete-duplicates, mapcan)
9379 (cl-macroexpand-all): Update declarations.
9380
9381 * vc/vc.el: No need to require ediff.
9382 (ediff-load-version-control): Declare.
9383 (ediff-vc-internal): Fix declaration.
9384 (vc-version-ediff): Require ediff.
9385
9386 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
9387
9388 Use a more backwards-compatible timer format (Bug#12430).
9389 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
9390 being right after USECS, as that better supports old code that
9391 inadvisedly looked directly at the timer vector.
9392
9393 2012-09-13 Kenichi Handa <handa@gnu.org>
9394
9395 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
9396 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
9397 `coding-priority' property of these language environment.
9398
9399 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
9400
9401 Fix glitches caused by addition of psec to timers (Bug#12430).
9402 * image.el (image-animate-timer):
9403 * time.el (display-time-world-timer):
9404 Use timer--function and timer--args rather than raw access to
9405 timer vector.
9406
9407 2012-09-13 Glenn Morris <rgm@gnu.org>
9408
9409 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
9410 If not compiling a file, try using load-file-name.
9411
9412 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9413
9414 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
9415 Fix last change.
9416 (edebug-update-eval-list): Use `push'.
9417
9418 * emacs-lisp/edebug.el: Use lexical-binding.
9419 Remove the "edebug-" prefix from non-dynamically-scoped variables.
9420 Mark unused args with underscore.
9421 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
9422 (edebug-form-data): Use defvar-local.
9423 (edebug-make-before-and-after-form, edebug-make-after-form):
9424 Use backquote.
9425 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
9426 Not dynamically scoped any more.
9427 (edebug--enter-trace): Add arguments `function' and `args'.
9428 Rename from edebug-enter-trace.
9429 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
9430 (edebug--update-coverage): Add `after-index' and `value' args.
9431 Rename from edebug-update-coverage.
9432 (edebug-slow-after): Call it accordingly.
9433 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
9434 edebug-recursive-edit.
9435 (edebug--display): Call it accordingly. Add args `value',
9436 `offset-index', and `arg-mode'. Rename from edebug-display.
9437 (edebug-debugger, edebug): Call it accordingly.
9438 (edebug-eval-display-list): Use dolist.
9439
9440 2012-09-12 Juri Linkov <juri@jurta.org>
9441
9442 * info.el (Info-search): Don't check for isearch-mode and
9443 isearch-regexp before let-binding search-spaces-regexp to
9444 Info-search-whitespace-regexp.
9445 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
9446 search-whitespace-regexp if isearch-lax-whitespace or
9447 isearch-regexp-lax-whitespace is non-nil.
9448 (Info-mode): Don't set local variable search-whitespace-regexp.
9449 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
9450
9451 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9452
9453 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
9454 (debugger-env-macro): Remove support for unread-command-char.
9455
9456 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
9457 the temporary map re-appearing on emulation-mode-map-alists.
9458
9459 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
9460 since 22.1.
9461
9462 * ehelp.el (with-electric-help): Accept functions in
9463 electric-help-form-to-execute.
9464 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
9465 And replace unread-command-char -> unread-command-events.
9466
9467 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
9468
9469 Sync with Tramp 2.2.6.
9470
9471 * net/tramp.el (tramp-accept-process-output): Don't use
9472 JUST-THIS-ONE in the XEmacs case.
9473
9474 * net/trampver.el: Update release number.
9475
9476 2012-09-12 Martin Rudalics <rudalics@gmx.at>
9477
9478 * emacs-lisp/debug.el (debugger-previous-window-height):
9479 New variable.
9480 (debug): When debugger-jumping-flag is non-nil try to restore
9481 height of debugger window. (Bug#8789)
9482
9483 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9484
9485 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
9486 overriding-local-map and pre/post-command-hook here.
9487 (edebug-recursive-edit): Do it here instead (bug#12345).
9488 (edebug-outside-unread-command-char): Remove all uses of
9489 unread-command-char.
9490
9491 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
9492 inhibit-debugger is bound instead.
9493
9494 2012-09-11 Bastien Guerry <bzg@gnu.org>
9495
9496 * subr.el (set-temporary-overlay-map): Add a docstring.
9497 (Bug#12346)
9498
9499 2012-09-11 Bastien Guerry <bzg@gnu.org>
9500
9501 * minibuffer.el (completion-table-subvert): Fix docstring.
9502 (Bug#12347)
9503
9504 2012-09-11 Bastien Guerry <bzg@gnu.org>
9505
9506 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
9507
9508 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
9509
9510 * progmodes/sql.el: Version 3.1
9511 (sql-db2-escape-newlines): New variable.
9512 (sql-escape-newlines-filter): Use it.
9513
9514 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
9515
9516 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
9517
9518 2012-09-10 Dan Nicolaescu <dann@gnu.org>
9519
9520 * vc/diff-mode.el (diff-mode-menu):
9521 Bind diff-remove-trailing-whitespace.
9522
9523 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9524
9525 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
9526 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
9527 (emacs-lisp-byte-code-mode): New functions.
9528 (eval-sexp-add-defvars): Don't skip defvars in column >0.
9529 (eval-defun-2): Remove bogus interactive spec.
9530 (lisp-indent-line): Remove redundant whole-exp code, now done in
9531 indent-according-to-mode.
9532 (save-match-data): Remove redundant indent data.
9533
9534 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
9535 Use `declare'.
9536
9537 2012-09-09 Juri Linkov <juri@jurta.org>
9538
9539 * replace.el (replace-regexp-lax-whitespace): New defcustom.
9540 (replace-lax-whitespace, query-replace-regexp)
9541 (query-replace-regexp-eval, replace-regexp): Doc fix.
9542 (perform-replace, replace-highlight): Let-bind
9543 isearch-lax-whitespace to replace-lax-whitespace and
9544 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
9545
9546 * isearch.el (isearch-query-replace): Let-bind
9547 replace-lax-whitespace to isearch-lax-whitespace and
9548 replace-regexp-lax-whitespace to
9549 isearch-regexp-lax-whitespace. (Bug#10885)
9550
9551 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9552
9553 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
9554
9555 2012-09-09 Alan Mackenzie <acm@muc.de>
9556
9557 * progmodes/cc-engine.el (c-state-cache-init):
9558 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
9559 (c-record-parse-state-state):
9560 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
9561
9562 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
9563
9564 * register.el (register-separator): Rename from
9565 separator-register. All uses changed. Doc fix.
9566 (register): Fix version.
9567
9568 2012-09-09 Chong Yidong <cyd@gnu.org>
9569
9570 * replace.el (query-replace-map): Bind four new symbols for
9571 requesting window scrolling.
9572
9573 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
9574 query-replace-map (Bug#8948).
9575
9576 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
9577
9578 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
9579 since they are now in query-replace-map.
9580
9581 * window.el (scroll-other-window-down): Make the arg optional.
9582
9583 2012-09-09 Chong Yidong <cyd@gnu.org>
9584
9585 * files.el (hack-local-variables-confirm): Use quit-window to kill
9586 the *Local Variables* buffer.
9587
9588 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
9589
9590 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
9591 not just expect to be at its beginning. Adjust callees.
9592 Succeed when do-end block has no space before the pipe character.
9593 (ruby-brace-to-do-end): When the original block is one-liner,
9594 convert to multiline. Reindent the result.
9595
9596 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
9597
9598 * register.el (register): New group.
9599 (separator-register): New user option.
9600 (increment-register): Route it to `append-to-register', if
9601 register contains text. Implication is that `C-x r +' can now be
9602 used for appending to a text register (bug#12217).
9603 (append-to-register, prepend-to-register): Add separator based on
9604 `separator-register'.
9605
9606 2012-09-08 Alan Mackenzie <acm@muc.de>
9607
9608 AWK Mode: make auto-newline work when there's "==" in the pattern.
9609 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
9610 correctly.
9611 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
9612 Test more rigorously for "=" token.
9613
9614 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
9615
9616 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
9617 Only fail when reached LIMIT.
9618
9619 2012-09-08 Chong Yidong <cyd@gnu.org>
9620
9621 * dired.el (dired-mode-map): Don't bind M-=.
9622
9623 * dired-aux.el (dired-diff): Use backup file as default.
9624
9625 2012-09-08 Drew Adams <drew.adams@oracle.com>
9626
9627 * subr.el (add-to-history): Fix delete usage (Bug#12314).
9628
9629 2012-09-08 Chong Yidong <cyd@gnu.org>
9630
9631 * subr.el (syntax-after, syntax-class): Doc fix.
9632
9633 2012-09-08 Martin Rudalics <rudalics@gmx.at>
9634
9635 * window.el (display-buffer-in-previous-window): New buffer
9636 display action function.
9637
9638 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
9639 (debugger-previous-window): New variable.
9640 (debug): Rewrite using display-buffer-in-previous-window,
9641 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
9642
9643 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9644
9645 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
9646
9647 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
9648
9649 * progmodes/python.el (python-shell-send-string):
9650 When default-directory is remote, create temp file on remote
9651 filesystem.
9652 (python-shell-send-file): When file is remote, pass local view of
9653 file paths to remote Python interpreter. (Bug#12340)
9654
9655 2012-09-07 Chong Yidong <cyd@gnu.org>
9656
9657 * window.el (switch-to-buffer): Doc fix (Bug#12181).
9658
9659 * files.el (after-find-file): Don't fail on a read-only buffer if
9660 require-final-newline is `visit' or `visit-save' (Bug#11156).
9661
9662 * subr.el (read-char-choice): Allow quitting via ESC ESC.
9663
9664 * userlock.el (ask-user-about-supersession-threat):
9665 Use read-char-choice (Bug#12093).
9666
9667 2012-09-07 Chong Yidong <cyd@gnu.org>
9668
9669 * subr.el (buffer-narrowed-p): New function.
9670
9671 * ses.el (ses-widen):
9672 * simple.el (count-words--buffer-message):
9673 * net/browse-url.el (browse-url-of-buffer): Use it.
9674
9675 * simple.el (count-words-region): Don't signal an error if there
9676 is a non-nil prefix arg and the mark is not set.
9677
9678 * help.el (describe-key-briefly): Allow the message to be seen
9679 when invoked from the minibuffer (Bug#7014).
9680
9681 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
9682
9683 * progmodes/ruby-mode.el (ruby-end-of-defun)
9684 (ruby-beginning-of-defun): Simplify, allow indentation before
9685 block beginning and end keywords.
9686 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
9687 (ruby-end-of-defun): Expect that the point is at the beginning of
9688 the defun.
9689
9690 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9691
9692 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
9693 (bug#12367).
9694 (cl--make-usage-args): Strip _ from argument names.
9695
9696 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9697
9698 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
9699 obsolete alias speedbar-key-map.
9700 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
9701 (vhdl-index-menu-init): Don't use obsolete variable
9702 font-lock-maximum-size.
9703
9704 2012-09-06 Chong Yidong <cyd@gnu.org>
9705
9706 * frame.el (window-system-version): Mark as obsolete.
9707
9708 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
9709 of obsolete variable speedbar-key-map.
9710
9711 2012-09-06 Juri Linkov <juri@jurta.org>
9712
9713 * replace.el (replace-lax-whitespace): New defcustom.
9714 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9715 (replace-string, replace-regexp): Mention it in docstrings.
9716 (perform-replace, replace-highlight): Let-bind
9717 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
9718 to the values of replace-lax-whitespace and regexp-flag.
9719 Don't let-bind search-whitespace-regexp. (Bug#10885)
9720
9721 * isearch.el (isearch-query-replace): Let-bind
9722 replace-lax-whitespace instead of let-binding
9723 replace-search-function and replace-re-search-function.
9724 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
9725 and isearch-regexp-lax-whitespace to lazy-highlight variables.
9726 (isearch-toggle-symbol): Set isearch-regexp to nil
9727 in isearch-word mode (like in isearch-toggle-word).
9728
9729 2012-09-06 Juri Linkov <juri@jurta.org>
9730
9731 * replace.el (replace-search-function)
9732 (replace-re-search-function): Set default values to nil.
9733 (perform-replace): Let-bind isearch-related variables based on
9734 replace-related values, call `isearch-search-fun' and let-bind
9735 the result to `search-function'. Remove code that sets
9736 `search-function' and `search-string' separately for
9737 `delimited-flag'.
9738 (replace-highlight): Add new argument `delimited-flag' and
9739 rename other arguments to the names used in `perform-replace'.
9740 Let-bind `isearch-word' to the argument `delimited-flag'.
9741 (Bug#10885, bug#10887)
9742
9743 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
9744
9745 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
9746 ruby-beginning-of-indent, simplify, allow all keywords to have
9747 indentation before them.
9748 (ruby-beginning-of-indent): Adjust for above. Search until the
9749 found point is not inside a string or comment.
9750 (ruby-font-lock-keywords): Allow symbols to start with "@"
9751 character, give them higher priority than variables.
9752 (ruby-syntax-propertize-function)
9753 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
9754 matchers. Expression expansions are not comments when inside a
9755 string, and there comment syntax status is irrelevant.
9756 (ruby-match-expression-expansion): New function. Check that
9757 expression expansion is inside a string, and it's not escaped.
9758 (ruby-font-lock-keywords): Use it.
9759
9760 2012-09-05 Martin Rudalics <rudalics@gmx.at>
9761
9762 * help.el (temp-buffer-max-height): New default value.
9763 (temp-buffer-resize-frames): New option.
9764 (resize-temp-buffer-window): Optionally resize frame.
9765
9766 * window.el (fit-frame-to-buffer-bottom-margin): New option.
9767 (fit-frame-to-buffer): New function.
9768
9769 2012-09-05 Glenn Morris <rgm@gnu.org>
9770
9771 * emulation/cua-rect.el (cua--init-rectangles):
9772 * textmodes/picture.el (picture-mode-map):
9773 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
9774 like forward-char and backward-char. (Bug#12317)
9775
9776 2012-09-05 Leo Liu <sdl.web@gmail.com>
9777
9778 * progmodes/flymake.el (flymake-warning-re): New variable.
9779 (flymake-parse-line): Use it.
9780
9781 2012-09-05 Glenn Morris <rgm@gnu.org>
9782
9783 * calendar/holidays.el (holiday-christian-holidays):
9784 Rename an entry. (Bug#12289)
9785
9786 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9787
9788 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
9789 (bug#12222).
9790
9791 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9792
9793 * loadup.el: Load macroexp. Remove hack.
9794 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
9795 (macroexp--expand-all): Use it to get better warnings.
9796 (macroexp--backtrace, macroexp--trim-backtrace-frame)
9797 (internal-macroexpand-for-load): New functions.
9798 (macroexp--pending-eager-loads): New var.
9799 (emacs-startup-hook): New hack to replace one in loadup.el.
9800 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
9801 (cl--compiler-macro-cXXr): Move to top, before they can be used.
9802 (cl-psetf): Simplify.
9803 (cl-defstruct): Add indent rule.
9804
9805 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
9806
9807 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
9808 over `user-mail-address' for the SMTP MAIL FROM envelope.
9809 (smtpmail-via-smtp): Ditto.
9810
9811 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
9812
9813 * progmodes/ruby-mode.el: Clean up keybindings.
9814 (ruby-mode-map): Don't bind ruby-electric-brace,
9815 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
9816 backward-kill-word, reindent-then-newline-and-indent.
9817 (ruby-mark-defun): Remove.
9818 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
9819 (ruby-mode): Set local beginning-of-defun-function and
9820 end-of-defun-function values.
9821
9822 2012-09-03 Martin Rudalics <rudalics@gmx.at>
9823
9824 * window.el (temp-buffer-window-setup-hook)
9825 (temp-buffer-window-show-hook): New hooks.
9826 (temp-buffer-window-setup, temp-buffer-window-show)
9827 (with-temp-buffer-window): New functions.
9828 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
9829 (special-display-popup-frame): Make sure the window used shows BUFFER.
9830
9831 * help.el (temp-buffer-resize-mode): Fix doc-string.
9832 (resize-temp-buffer-window): New optional argument WINDOW.
9833
9834 * files.el (recover-file, save-buffers-kill-emacs):
9835 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
9836
9837 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
9838
9839 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
9840 remote definition of `default-directory', ensure we can connect.
9841
9842 2012-09-02 Juri Linkov <juri@jurta.org>
9843
9844 Toggle whitespace matching mode with M-s SPC.
9845 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
9846
9847 * isearch.el (search-whitespace-regexp): Doc fix.
9848 Remove cons cell customization.
9849 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
9850 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
9851 New variables.
9852 (isearch-forward, isearch-forward-regexp): Doc fix.
9853 (isearch-toggle-lax-whitespace): New command.
9854 (search-forward-lax-whitespace, search-backward-lax-whitespace)
9855 (re-search-forward-lax-whitespace)
9856 (re-search-backward-lax-whitespace): New functions.
9857 (isearch-whitespace-regexp): Remove function.
9858 (isearch-query-replace): Let-bind replace-search-function and
9859 replace-re-search-function.
9860 (isearch-occur): Let-bind search-spaces-regexp according to the
9861 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
9862 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
9863 condition for C-q SPC.
9864 (isearch-search-fun-default): Use new functions mentioned above.
9865 (isearch-search-forward, isearch-search-backward): Remove functions.
9866 (isearch-search): Don't let-bind search-spaces-regexp.
9867 (isearch-lazy-highlight-space-regexp): Remove variable.
9868 (isearch-lazy-highlight-lax-whitespace)
9869 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
9870 (isearch-lazy-highlight-new-loop): Use them.
9871 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
9872
9873 2012-09-02 Chong Yidong <cyd@gnu.org>
9874
9875 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
9876
9877 2012-09-02 Glenn Morris <rgm@gnu.org>
9878
9879 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
9880
9881 2012-09-01 Glenn Morris <rgm@gnu.org>
9882
9883 * term.el: Tidy up menu definitions.
9884 (term-mode-map): Use easymenu for In/Out, Complete menus.
9885 (term-pager-break-map): Initialize in the defvar.
9886 (term-terminal-menu, term-signals-menu): Define with easymenu.
9887 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
9888 (term-pager-menu): New, extracted from term-process-pager.
9889 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
9890 (term-update-mode-line): Propertize line/char and page items.
9891 (term-process-pager): Move keymap initialization elsewhere.
9892
9893 2012-09-01 Martin Rudalics <rudalics@gmx.at>
9894
9895 * window.el (switch-to-prev-buffer): Handle additional values of
9896 BURY-OR-KILL argument. Don't switch in minibuffer window.
9897 (switch-to-next-buffer): Don't switch in minibuffer window.
9898 (quit-restore-window): New function based on quit-window.
9899 Handle additional values of former KILL argument.
9900 (quit-window): Call quit-restore-window with appropriate
9901 interpretation of KILL argument.
9902 (display-buffer-below-selected): New buffer display action
9903 function.
9904
9905 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9906
9907 * minibuffer.el (completion-at-point-functions): Complete docstring
9908 (bug#12254).
9909
9910 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
9911
9912 Better seed support for (random).
9913 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
9914 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
9915 * play/mpuz.el, play/tetris.el, play/zone.el:
9916 * calc/calc-comb.el (math-init-random-base):
9917 * play/blackbox.el (bb-init-board):
9918 * play/life.el (life):
9919 * server.el (server-use-tcp):
9920 * type-break.el (type-break):
9921 Remove unnecessary call to (random t).
9922 * net/sasl.el (sasl-unique-id-function):
9923 Change (random t) to (random), now that the latter is more random.
9924 * play/life.el (life-initialized): Remove no-longer-needed var.
9925
9926 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
9927
9928 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9929 Consider frame's buffer predicate when choosing the buffer.
9930 (Bug#12081)
9931
9932 2012-08-30 Richard Stallman <rms@gnu.org>
9933
9934 * simple.el (special-mode-map): Delete binding for `z'.
9935
9936 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
9937
9938 * progmodes/compile.el (compilation-always-kill): Doc fix.
9939
9940 2012-08-30 Chong Yidong <cyd@gnu.org>
9941
9942 * window.el (display-buffer-reuse-frames): Make the obsolescence
9943 message more informative.
9944
9945 2012-08-30 Glenn Morris <rgm@gnu.org>
9946
9947 * paren.el (show-paren-delay):
9948 Add a :set function. Doc fix. (Bug#12297)
9949
9950 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
9951
9952 * progmodes/compile.el (compilation-always-kill): New var.
9953 (compilation-start): Use it.
9954
9955 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9956
9957 * simple.el (read-only-mode): Move from files.el for bootstrapping.
9958 * files.el (read-only-mode): Move to simple.el.
9959
9960 * files.el (read-only-mode): New minor mode.
9961 (toggle-read-only): Use it and mark obsolete.
9962 (find-file--read-only):
9963 * vc/vc.el (vc-next-action, vc-checkout):
9964 * vc/vc-cvs.el (vc-cvs-checkout):
9965 * obsolete/vc-mcvs.el (vc-mcvs-update):
9966 * ffap.el (ffap--toggle-read-only): Update callers.
9967
9968 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
9969
9970 * eshell/esh-ext.el (eshell-external-command): Do not examine
9971 remote shell scripts.
9972 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
9973
9974 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
9975 "/usr/local/sbin".
9976
9977 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9978
9979 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
9980
9981 2012-08-28 Leo Liu <sdl.web@gmail.com>
9982
9983 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
9984 completion-at-point. (Bug#12220)
9985
9986 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
9987
9988 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
9989
9990 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9991
9992 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
9993 be buffer-local; add delete-trailing-whitespace (bug#12259).
9994
9995 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
9996
9997 * progmodes/hideif.el (hif-compress-define-list):
9998 Fix typo. (Bug#11951)
9999
10000 2012-08-28 Dan Nicolaescu <dann@gnu.org>
10001
10002 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
10003 buffer local setting.
10004
10005 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
10006 rcirc-encode-coding-system.
10007
10008 2012-08-28 Leo Liu <sdl.web@gmail.com>
10009
10010 * net/rcirc.el (rcirc-split-message): New function.
10011 (rcirc-send-message): Use it. (Bug#12051)
10012
10013 2012-08-28 Juri Linkov <juri@jurta.org>
10014
10015 * info.el (Info-fontify-node): Hide empty lines at the end of
10016 the node. (Bug#12272)
10017
10018 2012-08-27 Drew Adams <drew.adams@oracle.com>
10019
10020 * dired.el (dired-pop-to-buffer): Make window start at beginning
10021 of buffer (Bug#12281).
10022
10023 2012-08-26 Chong Yidong <cyd@gnu.org>
10024
10025 * window.el (special-display-regexps, special-display-frame-alist)
10026 (special-display-buffer-names, special-display-function)
10027 (display-buffer-reuse-frames): Mark as obsolete.
10028
10029 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
10030
10031 * help.el (help-print-return-message): Don't treat
10032 display-buffer-reuse-frames specially.
10033
10034 2012-08-26 Chong Yidong <cyd@gnu.org>
10035
10036 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
10037 New variable, replacing gdb-frame-parameters.
10038 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
10039 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
10040 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
10041 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
10042 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
10043 the functions directly with gdb-display-buffer-other-frame-action.
10044 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
10045 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
10046 (gdb-display-stack-buffer, gdb-display-locals-buffer)
10047 (gdb-display-registers-buffer): Define directly.
10048 (def-gdb-display-buffer): Macro deleted.
10049 (gdb-display-buffer): Remove second and third args, callers don't
10050 use them. Defer to the default display-buffer behavior, apart
10051 from making windows dedicated.
10052 (gdb-setup-windows): Don't call display-buffer unnecessarily.
10053
10054 * progmodes/gud.el (gud-display-line): Just use display-buffer.
10055
10056 * window.el (display-buffer-pop-up-frame): Handle a
10057 pop-up-frame-parameters alist entry.
10058 (display-buffer): Document it.
10059
10060 2012-08-26 Chong Yidong <cyd@gnu.org>
10061
10062 * isearch.el (search-whitespace-regexp): Make string and nil
10063 values apply to both ordinary and regexp search. Allow a cons
10064 cell value to distinguish between the two.
10065 (isearch-whitespace-regexp, isearch-search-forward)
10066 (isearch-search-backward): New functions.
10067 (isearch-occur, isearch-search-fun-default, isearch-search)
10068 (isearch-lazy-highlight-new-loop): Use them.
10069 (isearch-forward, isearch-forward-regexp): Doc fix.
10070
10071 2012-08-26 Chong Yidong <cyd@gnu.org>
10072
10073 * faces.el (help-argument-name): Always inherit from italic
10074 (Bug#12213).
10075
10076 2012-08-25 Martin Rudalics <rudalics@gmx.at>
10077
10078 * window.el (window--even-window-heights): Even heights when
10079 WINDOW and the selected window form a vertical combination.
10080 (display-buffer-use-some-window): Provide that window used gets
10081 sized back by quit-window. (Bug#11880) and (Bug#12091)
10082
10083 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
10084
10085 Fix file time stamp problem with bzr and CVS (Bug#12001).
10086 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
10087 in the file's time stamp, since the version control system loses
10088 that information.
10089
10090 2012-08-22 Juri Linkov <juri@jurta.org>
10091
10092 * info.el (Info-fontify-node): Hide the suffix of the
10093 Info file name in the header line. (Bug#12187)
10094
10095 2012-08-22 Glenn Morris <rgm@gnu.org>
10096
10097 * calendar/cal-tex.el (cal-tex-weekly-common):
10098 Restore leading blank page.
10099
10100 2012-08-22 Le Wang <l26wang@gmail.com>
10101
10102 * misc.el (forward-to-word, backward-to-word): Activate or extend
10103 the region under `shift-select-mode'. (Bug#12231)
10104
10105 2012-08-22 Bastien Guerry <bzg@gnu.org>
10106
10107 * progmodes/executable.el (executable-prefix): Set to "#!" instead
10108 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
10109 gives details on why the space is never needed.
10110
10111 2012-08-22 Martin Rudalics <rudalics@gmx.at>
10112
10113 * window.el (walk-window-tree, window-with-parameter):
10114 New optional argument MINIBUF to control whether these functions
10115 should run on the minibuffer window.
10116 (window-at-side-list): Don't operate on minibuffer window.
10117 (window-in-direction): Simplify and rewrite doc-string.
10118 (window--size-ignore): Rename to window--size-ignore-p.
10119 Update callers.
10120 (display-buffer-in-atom-window, window--major-non-side-window)
10121 (window--major-side-window, display-buffer-in-major-side-window)
10122 (delete-side-window, display-buffer-in-side-window):
10123 New functions.
10124 (window--side-check, window-deletable-p, delete-window)
10125 (delete-other-windows, split-window): Handle side windows and
10126 atomic windows appropriately.
10127 (window--display-buffer): Call display-buffer-record-window also
10128 when the window buffer did not change.
10129
10130 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
10131
10132 * help-fns.el (help-fns--key-bindings):
10133 Abbreviate non-symbol remap targets. (Bug#12174)
10134
10135 2012-08-22 Martin Rudalics <rudalics@gmx.at>
10136
10137 * dired.el (dired-mark-remembered): Don't clobber point.
10138 (Bug#11795)
10139
10140 2012-08-22 Glenn Morris <rgm@gnu.org>
10141
10142 * progmodes/bug-reference.el (bug-reference): New custom group.
10143 (bug-reference-bug-regexp): Make it a defcustom.
10144
10145 2012-08-22 Daiki Ueno <ueno@unixuser.org>
10146
10147 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
10148 (js-paren-indent-offset, js-square-indent-offset)
10149 (js-curly-indent-offset): Add :safe (Bug#12257).
10150
10151 2012-08-22 Edward O'Connor <hober0@gmail.com>
10152
10153 * json.el (json-key-format): Add error properties.
10154 (json-encode-key): New function.
10155 (json-encode-hash-table, json-encode-alist, json-encode-plist):
10156 Use json-encode-key.
10157
10158 2012-08-22 Glenn Morris <rgm@gnu.org>
10159
10160 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
10161 (cal-tex-leftday, cal-tex-rightday): Remove functions.
10162 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
10163 Update for above change.
10164
10165 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
10166
10167 * cus-face.el (custom-face-attributes): Fix customize type for the
10168 :underline attribute. (Bug#11805)
10169
10170 2012-08-21 Martin Rudalics <rudalics@gmx.at>
10171
10172 * window.el (window-point-1, set-window-point-1): Remove.
10173 (window-in-direction, record-window-buffer)
10174 (set-window-buffer-start-and-point, split-window-below)
10175 (window--state-get-1, display-buffer-record-window):
10176 Replace calls to window-point-1 and set-window-point-1 by calls to
10177 window-point and set-window-point respectively.
10178
10179 2012-08-21 Glenn Morris <rgm@gnu.org>
10180
10181 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
10182 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
10183 Use it.
10184
10185 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
10186 (cal-tex-shortday): New function.
10187 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
10188 (cal-tex-cursor-filofax-daily): Use the above.
10189
10190 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
10191 New functions.
10192 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
10193 (cal-tex-cursor-filofax-week): Use them.
10194
10195 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
10196 New constants.
10197 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
10198 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
10199
10200 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
10201 (cal-tex-end-document): Don't rely on buffer name.
10202
10203 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
10204 Use cal-tex-vspace.
10205 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
10206 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
10207 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
10208 Use cal-tex-arg.
10209
10210 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
10211 (cal-tex-cursor-week, cal-tex-cursor-week2)
10212 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
10213 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10214 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
10215 (cal-tex-insert-preamble, cal-tex-b-document)
10216 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
10217 Improve cal-tex-cmd usage.
10218
10219 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
10220 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
10221 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
10222 (cal-tex-weekly-paper): New function.
10223 (cal-tex-cursor-week, cal-tex-cursor-week2)
10224 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
10225 (cal-tex-cursor-day): Use it.
10226
10227 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
10228 (cal-tex-cursor-filofax-week): Remove leading blank page.
10229
10230 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
10231 Add autoload cookie. For now at least, don't use color, since
10232 no other cal-tex function does.
10233
10234 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
10235 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10236 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
10237
10238 2012-08-21 Juri Linkov <juri@jurta.org>
10239
10240 * info.el (Info-file-attributes): New variable.
10241 (info-insert-file-contents): Add file attributes to
10242 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
10243 `Info-toc-nodes' when previous modtime of the Info file is less
10244 than new modtime.
10245 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
10246 of info.el. (Bug#12230)
10247
10248 2012-08-20 Glenn Morris <rgm@gnu.org>
10249
10250 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
10251 * calendar/holidays.el (calendar-holiday-list):
10252 Report errors with display-warning rather than beep'n'sleep.
10253
10254 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
10255
10256 * net/tramp.el (tramp-accept-process-output): Accept only output
10257 from PROC. Otherwise, process filters and sentinels might be
10258 confused. (Bug#12145)
10259
10260 2012-08-20 Chong Yidong <cyd@gnu.org>
10261
10262 * descr-text.el (describe-text-properties-1): Use overlays-in to
10263 report on empty overlays (Bug#3322).
10264
10265 2012-08-20 Glenn Morris <rgm@gnu.org>
10266
10267 * mail/rmailout.el (rmail-output-read-file-name):
10268 Trap and report errors in rmail-output-file-alist elements.
10269
10270 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
10271 since most non-font-lock faces are not also variables).
10272
10273 2012-08-20 Edward Reingold <reingold@iit.edu>
10274
10275 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
10276 New function. (Bug12160)
10277
10278 2012-08-19 Glenn Morris <rgm@gnu.org>
10279
10280 * mail/rmailout.el (rmail-output-read-file-name):
10281 Fix previous change (when the alist is nil or does not match).
10282
10283 2012-08-19 Chong Yidong <cyd@gnu.org>
10284
10285 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
10286 (Bug#12228).
10287
10288 2012-08-18 Chong Yidong <cyd@gnu.org>
10289
10290 * simple.el (yank-handled-properties): New defcustom.
10291 (yank-excluded-properties): Add font-lock-face and category.
10292 (yank): Doc fix.
10293
10294 * subr.el (remove-yank-excluded-properties):
10295 Obey yank-handled-properties. The special handling of font-lock-face
10296 and category is now done this way, instead of being hard-coded.
10297 (insert-for-yank-1): Remove font-lock-face handling.
10298 (yank-handle-font-lock-face-property)
10299 (yank-handle-category-property): New function.
10300
10301 2012-08-17 Glenn Morris <rgm@gnu.org>
10302
10303 * mail/rmailout.el (rmail-output-read-file-name):
10304 Check rmail-output-file-alist against the full message body
10305 in the correct rmail buffer. (Bug#12214)
10306
10307 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
10308
10309 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
10310 Eliminate superfluous prompt. (Bug#12203)
10311
10312 2012-08-17 Chong Yidong <cyd@gnu.org>
10313
10314 * mouse.el (mouse-appearance-menu): If x-select-font returns a
10315 font spec, set the font directly (Bug#3228).
10316
10317 2012-08-17 Martin Rudalics <rudalics@gmx.at>
10318
10319 * window.el (delete-window): Fix last fix.
10320
10321 2012-08-16 Martin Rudalics <rudalics@gmx.at>
10322
10323 * window.el (window-valid-p): Move to window.c.
10324 (window-child, window-child-count, window-last-child)
10325 (window-normalize-window, window-combined-p)
10326 (window-combinations, window-atom-root, window-min-size)
10327 (window-sizable, window-sizable-p, window-size-fixed-p)
10328 (window-min-delta, window-max-delta, window--resizable)
10329 (window--resizable-p, window-resizable, window-total-size)
10330 (window-full-height-p, window-full-width-p, window-body-size)
10331 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
10332 (minimize-window, window-deletable-p, delete-window)
10333 (delete-other-windows, set-window-buffer-start-and-point)
10334 (next-buffer, previous-buffer, split-window, balance-windows-2)
10335 (set-window-text-height, window-buffer-height)
10336 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
10337 (truncated-partial-width-window-p): Minor code adjustments.
10338 In doc-strings state whether the argument window has to denote a
10339 live, valid or any window.
10340
10341 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
10342
10343 * progmodes/subword.el (subword-forward-function)
10344 (subword-backward-function, subword-forward-regexp)
10345 (subword-backward-regexp): New variables.
10346 (subword-forward, subword-forward-internal, subword-backward-internal):
10347 Use new variables, eg so that different "word" definitions
10348 can be easily used. (Bug#11411)
10349
10350 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10351
10352 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
10353 for composite selectors.
10354 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
10355 operation just because we can't find a previous revision.
10356
10357 2012-08-15 Chong Yidong <cyd@gnu.org>
10358
10359 * frame.el (set-frame-font): Accept font objects.
10360
10361 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10362
10363 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
10364
10365 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
10366
10367 * man.el (Man-overstrike-face, Man-underline-face)
10368 (Man-reverse-face): Remove variables.
10369 (Man-overstrike, Man-underline, Man-reverse): New faces.
10370 (Man-fontify-manpage): Use them instead of the variables.
10371 (Man-cleanup-manpage): Comment change.
10372 (Man-ansi-color-map): New variable.
10373 (Man-fontify-manpage): Use it.
10374 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
10375
10376 Implement ANSI SGR parameters 22-27 (bug#12146).
10377 * ansi-color.el (ansi-colors): Doc fix.
10378 (ansi-color-context, ansi-color-context-region): Doc fix.
10379 (ansi-color--find-face): New function.
10380 (ansi-color-apply, ansi-color-apply-on-region): Use it.
10381 Rename the local variable `face' to `codes' since it is now a list of
10382 ansi codes. Doc fix.
10383 (ansi-color-get-face): Remove.
10384 (ansi-color-parse-sequence): New function, derived from
10385 ansi-color-get-face.
10386 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
10387 codes 22-27.
10388
10389 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
10390
10391 * subr.el (read-passwd): Allow use from a minibuffer.
10392
10393 2012-08-14 Eli Zaretskii <eliz@gnu.org>
10394
10395 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
10396 inside comments and strings as identifiers.
10397
10398 * progmodes/gud.el (gud-tooltip-print-command): Quote the
10399 expression to evaluate. This allows to evaluate expressions with
10400 embedded whitespace.
10401 (gud-tooltip-tips): Add a blank before the newline in the
10402 message-box text, for the benefit of message-box emulation on
10403 MS-Windows.
10404
10405 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
10406 messages from GDB, pop them up in a tooltip to give feedback to
10407 user.
10408 (gdb-tooltip-print-1): Quote the expression to evaluate.
10409 This allows to evaluate expressions with embedded whitespace.
10410 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
10411 if the TTY name is nil or empty (which happens when communicating
10412 with the inferior via pipes, e.g. on MS-Windows).
10413 (gdb-internals): If GDB sends a "&\n" empty debugging message,
10414 don't send that to the GUD buffer.
10415
10416 2012-08-14 Glenn Morris <rgm@gnu.org>
10417
10418 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
10419 Optimize away setq-default with no args, as for setq. (Bug#12195)
10420
10421 2012-08-14 Chong Yidong <cyd@gnu.org>
10422
10423 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
10424
10425 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
10426 (Bug#12085).
10427
10428 2012-08-14 Glenn Morris <rgm@gnu.org>
10429
10430 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
10431
10432 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
10433
10434 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
10435 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10436 Use cached shell name.
10437
10438 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
10439
10440 * progmodes/python.el (python-shell-send-string):
10441 (python-shell-send-setup-code): Do not use `format' with `message'.
10442
10443 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
10444
10445 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
10446 (ruby-percent-literal-beg-re): New constant.
10447 (ruby-syntax-general-delimiters-goto-beg): Rename to
10448 `ruby-syntax-enclosing-percent-literal', improve literal type check.
10449 (ruby-syntax-propertize-general-delimiters): Rename to
10450 `ruby-syntax-propertize-percent-literal', it's a shorter and more
10451 popular term. Adjust comments everywhere.
10452 (ruby-syntax-propertize-percent-literal): Only propertize when not
10453 inside a simple string or comment. When the literal is unclosed,
10454 leave the text after it unpropertized.
10455 (ruby-syntax-methods-before-regexp): New constant.
10456 (ruby-syntax-propertize-function): Use it to recognize regexps.
10457 Don't look at the text after regexp, just use the whitelist.
10458
10459 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
10460
10461 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
10462 non-nil always load the compiled file if it exists. (Bug#12197)
10463
10464 2012-08-14 Chong Yidong <cyd@gnu.org>
10465
10466 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
10467 (hi-lock-set-pattern): When deciding whether to use font lock or
10468 overlays, look at font-lock-mode instead of font-lock-fontified
10469 (Bug#12168).
10470 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
10471 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
10472
10473 2012-08-14 Daiki Ueno <ueno@unixuser.org>
10474
10475 * subr.el (internal--after-with-selected-window): Fix typo
10476 (Bug#12193).
10477
10478 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
10479
10480 Use `completion-table-dynamic' for completion functions.
10481 * progmodes/python.el
10482 (python-shell-completion--do-completion-at-point)
10483 (python-shell-completion--get-completions):
10484 Remove functions.
10485 (python-shell-completion-complete-at-point): New function.
10486 (python-completion-complete-at-point): Use it.
10487
10488 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
10489
10490 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
10491 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
10492
10493 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
10494
10495 * subr.el (function-get): Refine `autoload' arg so it can also
10496 autoload functions for gv.el (bug#12191).
10497 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
10498 autoloads macros.
10499
10500 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
10501 Prefer pcase-let over destructuring-bind.
10502 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
10503 Also, remove whitespace as we go, rather than after accumulating the
10504 various places.
10505
10506 * subr.el (internal--before-with-selected-window)
10507 (internal--after-with-selected-window): Fix typo seleted->selected.
10508 (with-selected-window): Adjust callers.
10509 Reported by Dmitry Gutov <dgutov@yandex.ru>.
10510
10511 2012-08-13 Bastien Guerry <bzg@gnu.org>
10512
10513 * window.el (special-display-popup-frame): Minor docstring
10514 enhancement. (Bug#12172)
10515
10516 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
10517
10518 * tar-mode.el (tar-header-data-end): Only ignore size for files of
10519 type 1-6.
10520 (tar-header-block-summarize, tar-get-descriptor): Handle pax
10521 extended headers.
10522
10523 * files.el (hack-local-variables-filter): Remove useless eval.
10524
10525 2012-08-13 Martin Rudalics <rudalics@gmx.at>
10526
10527 * subr.el (with-selected-window): Fix last change.
10528
10529 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10530
10531 * subr.el (internal--before-with-seleted-window)
10532 (internal--after-with-seleted-window): New functions.
10533 (with-selected-window): Use them, to replace dependency on
10534 tty-top-frame.
10535
10536 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
10537
10538 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
10539 binding for `newline'.
10540 (ruby-move-to-block): When moving backward, stop at block opening,
10541 not indentation.
10542 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
10543 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
10544 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
10545 `ruby-toggle-block'.
10546
10547 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10548
10549 * ibuffer.el (ibuffer-do-toggle-read-only):
10550 * dired.el (dired-toggle-read-only):
10551 * buff-menu.el (Buffer-menu-toggle-read-only):
10552 * bindings.el (mode-line-toggle-read-only):
10553 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
10554
10555 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
10556
10557 * descr-text.el (describe-char): Put the overlays over the
10558 "displayed as" character.
10559
10560 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
10561
10562 * calc/calc-units.el (math-default-units-table): Give an
10563 initial value.
10564 (math-put-default-units): Add options to put composite units and
10565 unit systems in the default units table.
10566 (calc-convert-units): Send composite units to
10567 `math-put-default-units' when appropriate.
10568
10569 2012-08-11 Glenn Morris <rgm@gnu.org>
10570
10571 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
10572
10573 * tutorial.el (help-with-tutorial):
10574 * emacs-lisp/copyright.el (copyright-update-directory):
10575 * emacs-lisp/autoload.el (autoload-find-generated-file)
10576 (autoload-find-file): Disable local eval: (for insurance).
10577
10578 * files.el (hack-local-variables-filter): If an eval: form is not
10579 known to be safe, and enable-local-variables is :safe, then ignore
10580 the form totally, as is done for non-eval forms. (Bug#12155)
10581 This is CVE-2012-3479.
10582
10583 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10584
10585 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
10586 (rx-form): Simplify.
10587
10588 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
10589
10590 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
10591 ?, _, and : are symbol constituents, ! is not (but kinda should be).
10592 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
10593 (ruby-syntax-propertize-function): Adjust for changes in
10594 `ruby-syntax-propertize-heredoc'.
10595
10596 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
10597
10598 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
10599 binding (use `M-;' instead).
10600 (ruby-singleton-class-p): New function.
10601 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
10602
10603 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10604
10605 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
10606
10607 2012-08-10 Chong Yidong <cyd@gnu.org>
10608
10609 * progmodes/python.el (python-shell-get-process-name): Don't mess
10610 with same-window-buffer-names.
10611
10612 * eshell/eshell.el (eshell-add-to-window-buffer-names)
10613 (eshell-remove-from-window-buffer-names): Make obsolete.
10614 (eshell-buffer-name, eshell-unload-hook): Don't use them.
10615 (eshell): Just use pop-to-buffer-same-window instead.
10616
10617 2012-08-10 Chong Yidong <cyd@gnu.org>
10618
10619 * bindings.el: Bind M-= back to count-words-region.
10620
10621 * simple.el (count-words-region): Accept a prefix arg for acting
10622 on the entire buffer.
10623 (count-words--buffer-message): New helper function.
10624
10625 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10626
10627 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
10628 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
10629 (event-start, event-end): Use posn-at-point to return a more
10630 informative posn.
10631 (posnp): New function.
10632 * mouse.el (popup-menu-normalize-position): Use it.
10633
10634 2012-08-10 Masatake YAMATO <yamato@redhat.com>
10635
10636 * mouse.el (popup-menu-normalize-position): New function.
10637 (popup-menu): Use `popup-menu-normalize-position' to normalize
10638 the form for POSITION argument.
10639
10640 * term/x-win.el (x-menu-bar-open):
10641 Use the value returend from (posn-at-point) as position
10642 passed to `popup-menu'.
10643
10644 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
10645
10646 * calc/calccomp.el (math-compose-expr): Add extra argument
10647 indicating that parentheses should be put around products in
10648 denominators. Give multiplication precedence over division during
10649 composition.
10650
10651 2012-08-09 Chong Yidong <cyd@gnu.org>
10652
10653 * man.el (Man-switches, Man-sed-command, Man-awk-command)
10654 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
10655 (Man-untabify-command, manual-program): Convert to defcustom
10656 (Bug#10429).
10657
10658 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
10659
10660 * descr-text.el (describe-char): Don't insert extra newlines
10661 (Bug#10127).
10662
10663 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
10664 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
10665
10666 * align.el (align-region): Delete temporary markers (Bug#10047).
10667 Plus some code cleanups.
10668
10669 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
10670
10671 * progmodes/python.el (python-pdbtrack-tracked-buffer)
10672 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
10673 (python-shell-internal-last-output): Use make-local-variable
10674 instead of make-variable-buffer-local.
10675
10676 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
10677
10678 * progmodes/python.el: Enhancements to forward-sexp.
10679 (python-nav-forward-sexp): Rename from
10680 python-nav-forward-sexp-function.
10681 (python-nav--forward-sexp, python-nav--backward-sexp):
10682 New functions.
10683
10684 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
10685
10686 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
10687 modes and simplification modes.
10688
10689 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
10690
10691 * delsel.el (delete-selection-pre-hook): Don't propagate the
10692 file-supersession signals (bug#12161).
10693
10694 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10695
10696 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
10697 (cl-map-extents): Add compatibility aliases (bug#12135).
10698
10699 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
10700
10701 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
10702 tests by `ignore-error'.
10703 (tramp-find-shell): Open also a new shell, when cache is already
10704 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
10705
10706 2012-08-08 Juri Linkov <juri@jurta.org>
10707
10708 * bookmark.el: Add `defaults' property to the bookmark record.
10709 (bookmark-current-buffer): Doc fix.
10710 (bookmark-make-record): Add `defaults' property with default values
10711 to the bookmark record.
10712 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
10713 with `bookmark-insert-current-bookmark'.
10714 (bookmark-set): Get `defaults' property from the bookmark record
10715 and use it in `read-from-minibuffer'.
10716 (bookmark-insert-current-bookmark): Remove function.
10717
10718 * info.el (Info-bookmark-make-record): Add `defaults' property
10719 with values of canonical Info node name, the current Info file
10720 name and the current Info node name. (Bug#12107)
10721
10722 2012-08-08 Juri Linkov <juri@jurta.org>
10723
10724 * files.el (basic-save-buffer): Use `buffer-name' as the default
10725 of `read-file-name' when buffer is not visiting a file (bug#12128).
10726
10727 2012-08-08 Juri Linkov <juri@jurta.org>
10728
10729 * info.el (Info-isearch-search): Doc fix.
10730 (Info-search): Change search-failed message from "initial node" to
10731 "end of node" (bug#12078).
10732 (Info-isearch-search): Change `isearch-string-state' to
10733 `isearch--state-string'.
10734
10735 2012-08-08 Glenn Morris <rgm@gnu.org>
10736
10737 * language/persian.el: Remove file.
10738 * language/misc-lang.el: Move unique part of persian.el here.
10739 * loadup.el: Remove language/persian.
10740
10741 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
10742
10743 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
10744
10745 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
10746
10747 * progmodes/python.el: Fix defsubst warning.
10748 (python-syntax-context) Rename from python-info-ppss-context.
10749 (python-syntax-context-type): Rename from
10750 python-info-ppss-context-type.
10751 (python-syntax-comment-or-string-p): Rename from
10752 python-info-ppss-comment-or-string-p.
10753
10754 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
10755
10756 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
10757
10758 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
10759
10760 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
10761 a defcustom that is quoted with backquote.
10762
10763 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
10764 Fix handling of interactive spec when the body uses return.
10765 (math-do-arg-check, math-define-function-body): Use backquote forms.
10766 * calc/calc-ext.el (math-defcache): Likewise.
10767 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
10768 * allout.el (allout-new-exposure): Likewise.
10769 * calc/calcalg2.el (math-tracing-integral): Likewise.
10770 * info.el (Info-last-menu-item): Likewise.
10771 * emulation/vip.el (vip-loop): Likewise.
10772 * textmodes/artist.el (artist-funcall): Likewise.
10773 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
10774 Construct menu-item directly.
10775
10776 * progmodes/autoconf.el (font-lock-syntactic-keywords):
10777 Don't declare.
10778
10779 2012-08-07 Chong Yidong <cyd@gnu.org>
10780
10781 * simple.el (deactivate-mark): Preserve text properties when
10782 saving the primary selection (Bug#8384).
10783
10784 2012-08-07 Kevin Ryde <user42@zip.com.au>
10785
10786 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
10787 (woman-parse-numeric-value): On a bad .IP line, issue a warning
10788 and continue processing (Bug#12110).
10789
10790 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
10791
10792 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
10793 syntax-propertize-function (bug#10095).
10794
10795 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
10796
10797 * help-fns.el (help-fns--key-bindings, help-fns--signature)
10798 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
10799 describe-function-1.
10800 (describe-function-1): Use them. Move compiler macro after sig.
10801 (help-fns--compiler-macro): Use function-get. Assume we're already in
10802 standard-output. Adjust layout to new call order.
10803
10804 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
10805 re-binding a symbol that has a symbol-macro (bug#12119).
10806
10807 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
10808
10809 * language/persian.el: New file. (Bug#11812)
10810 * loadup.el: Add language/persian.el.
10811
10812 2012-08-06 Chong Yidong <cyd@gnu.org>
10813
10814 * window.el (window--maybe-raise-frame): New function.
10815 (window--display-buffer): Split off from here.
10816 (display-buffer-reuse-window, display-buffer-pop-up-frame)
10817 (display-buffer-pop-up-window, display-buffer-use-some-window):
10818 Obey an inhibit-switch-frame action alist entry.
10819 (display-buffer): Update doc.
10820
10821 * replace.el (occur-after-change-function): Avoid losing focus by
10822 using the inhibit-switch-frame display parameter (Bug#12139).
10823
10824 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
10825
10826 Make internal shell process buffer names start with space.
10827 * progmodes/python.el (python-shell-make-comint): Add optional
10828 argument INTERNAL.
10829 (run-python-internal): Use it.
10830 (python-shell-internal-get-or-create-process): Check for new
10831 internal buffer names.
10832
10833 2012-08-06 Glenn Morris <rgm@gnu.org>
10834
10835 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
10836 Do less getting and setting of environment variables.
10837
10838 2012-08-05 Chong Yidong <cyd@gnu.org>
10839
10840 * proced.el (proced): Add substitution string to docstring to
10841 trigger autoloading of the proced library on C-h f (Bug#1768).
10842
10843 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10844 Don't show defvars which have no second argument (Bug#8638).
10845
10846 * imenu.el (imenu-generic-expression): Move documentation here
10847 from imenu--generic-function.
10848 (imenu--generic-function): Refer to imenu-generic-expression.
10849
10850 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
10851
10852 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
10853 indentation declaration.
10854 (viper-loop): Add indentation declaration (Bug#7025).
10855
10856 2012-08-05 Chong Yidong <cyd@gnu.org>
10857
10858 * help-fns.el (describe-variable): Add hyperlink for
10859 directory-local variables files. Improve buffer-local and
10860 permanent-local reporting; suggested by MON KEY (Bug#6644).
10861
10862 * help-mode.el (help-dir-local-var-def): New button type.
10863
10864 * files.el (kill-buffer-hook): Provide a defvar.
10865
10866 2012-08-05 Glenn Morris <rgm@gnu.org>
10867
10868 * eshell/esh-ext.el (eshell/addpath):
10869 Also update eshell-path-env. (Bug#12013)
10870
10871 2012-08-05 Chong Yidong <cyd@gnu.org>
10872
10873 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
10874
10875 * fringe.el (fringe-styles): Add docstring.
10876 (fringe--check-mode): New function.
10877 (set-fringe-mode, set-fringe-style): Use it.
10878 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
10879
10880 * files.el (set-auto-mode): Fix invalid setq call.
10881
10882 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10883
10884 * isearch.el: Misc simplification; use defstruct.
10885 (isearch-mode-map): Dense maps now work like sparse ones.
10886 (isearch--state): New defstruct.
10887 (isearch-string-state, isearch-message-state, isearch-point-state)
10888 (isearch-success-state, isearch-forward-state)
10889 (isearch-other-end-state, isearch-word-state, isearch-error-state)
10890 (isearch-wrapped-state, isearch-barrier-state)
10891 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
10892 replaced by defstruct's accessors.
10893 (isearch--set-state): Rename from isearch-top-state and change
10894 calling convention.
10895 (isearch-push-state): Use new isearch--get-state.
10896 (isearch-toggle-word): Disable regexp when enabling word.
10897 (isearch-message-prefix): Remove unused arg _c-q-hack.
10898 (isearch-message-suffix): Remove unused arg _ellipsis.
10899
10900 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
10901
10902 * simple.el (list-processes--refresh): For a server use :host or
10903 :local as the address.
10904 (list-processes): Doc fix.
10905
10906 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
10907
10908 * lisp/mpc.el: Support password in host argument.
10909 (mpc--proc-connect): Parse and use new password element.
10910 Set mpc-proc variable instead of returning process.
10911 (mpc-proc): Adjust accordingly.
10912
10913 2012-08-03 Eli Zaretskii <eliz@gnu.org>
10914
10915 * whitespace.el (whitespace-display-mappings): Use Unicode
10916 codepoints, instead of emacs-mule codepoints. See
10917 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
10918 for the details.
10919
10920 * files.el (file-truename): Don't skip symlink-chasing part on
10921 windows-nt. Incorporate the resolution of 8+3 short aliases on
10922 Windows into the loop that recursively chases symlinks.
10923 Compare directory and its parent case-insensitively on MS-Windows and
10924 MS-DOS.
10925
10926 2012-08-03 Chong Yidong <cyd@gnu.org>
10927
10928 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
10929
10930 * sort.el (sort-regexp-fields): Doc fix.
10931
10932 2012-08-03 Tassilo Horn <tsdh@gnu.org>
10933
10934 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
10935 labels regex position point at the expected place.
10936
10937 2012-08-03 MON KEY <monkey@sandpframing.com>
10938
10939 * net/imap.el (imap-interactive-login, imap-authenticate)
10940 (imap-mailbox-lsub, imap-mailbox-list)
10941 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
10942 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
10943 (imap-parse-response): Doc fix.
10944
10945 2012-08-03 João Távora <joaotavora@gmail.com>
10946
10947 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
10948 if sexp scanning does not move point (Bug#5734).
10949
10950 2012-08-02 Tassilo Horn <tsdh@gnu.org>
10951
10952 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
10953 Add listings, minted, and ctable packages.
10954 (reftex-label-alist-builtin): Move listings, minted, and ctable
10955 entries before LaTeX.
10956 (reftex-label-alist): Docfix.
10957
10958 2012-08-02 Bastien Guerry <bzg@gnu.org>
10959
10960 * replace.el (occur): Fix docstring (bug#12122).
10961
10962 2012-08-02 Glenn Morris <rgm@gnu.org>
10963
10964 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
10965
10966 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
10967
10968 Obsolete alias inactivate-current-input-method-function (Bug#10150).
10969 * international/mule-cmds.el: Create
10970 inactivate-current-input-method-function as an obsolete alias for
10971 deactivate-current-input-method-function. See Katsumi Yamaoka in
10972 <http://bugs.gnu.org/10150#46>.
10973
10974 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
10975
10976 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
10977 of nested `if's.
10978
10979 2012-08-01 Glenn Morris <rgm@gnu.org>
10980
10981 * progmodes/autoconf.el (autoconf-definition-regexp):
10982 Add AH_TEMPLATE, adjust submatch numbering.
10983 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
10984 (autoconf-current-defun-function): Update for above change.
10985 (autoconf-current-defun-function): First skip to end of current word.
10986
10987 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
10988
10989 * calendar/cal-html.el (cal-html-insert-agenda-days):
10990 Fix typo. (Bug#12018)
10991
10992 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
10993
10994 Shell processes: enhancements to startup and CEDET compatibility.
10995 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
10996 (python-shell-make-comint): accept-process-output at startup.
10997 (run-python-internal): Set inferior-python-mode-hook to nil.
10998 (python-shell-internal-get-or-create-process): call sit-for.
10999 (python-preoutput-result): Add obsolete alias.
11000 (python-shell-internal-send-string): Use it.
11001 (python-shell-send-setup-code): Remove call to
11002 accept-process-output.
11003
11004 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
11005
11006 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
11007 (Bug#12108)
11008
11009 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
11010
11011 * calc-mode.el (calc-basic-simplification-mode): Rename from
11012 `calc-limited-simplification-mode'.
11013 (calc-alg-simplification-mode): New function.
11014 (calc-set-simplify-mode): Adjust message.
11015
11016 * calc.el (calc-set-mode-line): Adjust mode line display for
11017 basic simplification mode.
11018
11019 * calc-help.el (calc-m-prefix-help): Update help message.
11020
11021 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
11022 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
11023
11024 2012-07-31 Bastien Guerry <bzg@gnu.org>
11025
11026 * man.el (man): Fix comment. (bug#12101)
11027
11028 2012-07-31 Martin Rudalics <rudalics@gmx.at>
11029
11030 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
11031 Don't return a non-nil value when no suitable buffer was found.
11032
11033 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
11034
11035 * progmodes/python.el (run-python-internal): Disable font lock for
11036 internal shells.
11037
11038 2012-07-30 Stefan Merten <smerten@oekonux.de>
11039
11040 * textmodes/rst.el: Silence `checkdoc-ispell'.
11041 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
11042 (rst-official-version, rst-official-cvs-rev)
11043 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
11044 (rst-mode-map): New key binding.
11045
11046 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
11047
11048 Update .PHONY listings in makefiles.
11049 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
11050 autoloads, update-subdirs, updates, bzr-update, update-authors,
11051 compile-onefile, compile-calc, backup-compiled-files,
11052 compile-after-backup, compile-one-process, mh-autoloads,
11053 bootstrap-clean, distclean, maintainer-clean.
11054
11055 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
11056
11057 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
11058 (calc-set-mode-line): Don't display "AlgSimp ".
11059
11060 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
11061 (calc-lim-simplify-mode): New function.
11062 (calc-set-simplify-mode): Default to 'alg.
11063 (calc-default-simplify-mode): Make algebraic simplifications
11064 the default.
11065
11066 * calc/calc-ext.el (calc-init-extensions): Remove binding for
11067 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
11068
11069 * calc/calc-help.el (calc-m-prefix-help): Change messages to
11070 indicate new simplification modes.
11071
11072 * calc/README: Mention new default simplification mode.
11073
11074 * calc/calc.el (math-normalize-error): New variable.
11075 (math-normalize): Set `math-normalize-error' to t
11076 when there's an error.
11077
11078 * calc/calc-alg.el (math-simplify): Don't simplify when
11079 `math-normalize' returns an error.
11080
11081 2012-07-29 Eli Zaretskii <eliz@gnu.org>
11082
11083 * international/mule-cmds.el (set-locale-environment): Revert last
11084 change, since display-graphic-p returns nil when this function is
11085 called during startup. Instead...
11086
11087 * term/w32console.el (terminal-init-w32console): ...setup the
11088 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
11089
11090 2012-07-29 Juri Linkov <juri@jurta.org>
11091
11092 * simple.el (goto-line): Don't display default line number in the
11093 prompt because it should be displayed by `read-number' (bug#9952).
11094 Add the current line number to the defaults of `goto-line' to
11095 allow its easier modification by users with `M-n' (bug#9201).
11096
11097 * subr.el (read-number): Support multiple default values like in
11098 other minibuffer reading functions. Replace `read' with
11099 `string-to-number' for consistency with `number-to-string'.
11100
11101 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
11102
11103 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
11104 * emulation/viper-init.el (viper-deactivate-input-method-action):
11105 Rename from viper-inactivate-input-method-action.
11106 (viper-deactivate-input-method):
11107 Rename from viper-inactivate-input-method.
11108 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
11109 * international/mule-cmds.el (deactivate-input-method):
11110 Rename from inactivate-input-method.
11111 Also run input-method-deactivate-hook.
11112 (deactivate-current-input-method-function):
11113 Rename from inactivate-current-input-method-function.
11114 (input-method-deactivate-hook): New hook.
11115 (input-method-inactivate-hook): Mark obsolete.
11116 (inactivate-input-method): Mark obsolete.
11117
11118 * international/quail.el (quail-activate):
11119 Also run quail-deactivate-hook.
11120 (quail-deactivate): Rename from quail-inactivate.
11121 * international/robin.el (robin-activate):
11122 Also run robin-deactivate-hook.
11123 (robin-deactivate): Rename from robin-inactivate.
11124
11125 2012-07-29 Chong Yidong <cyd@gnu.org>
11126
11127 * simple.el (indicate-copied-region): New function.
11128 (kill-ring-save): Split off from here.
11129
11130 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
11131 (kill-rectangle): Set deactivate-mark to t on read-only error.
11132
11133 * register.el (copy-to-register, copy-rectangle-to-register):
11134 Deactivate the mark, and use indicate-copied-region (Bug#10056).
11135 (append-to-register, prepend-to-register): Call indicate-copied-region.
11136
11137 2012-07-29 Juri Linkov <juri@jurta.org>
11138
11139 * simple.el (async-shell-command-buffer): New defcustom.
11140 (shell-command): Use it. (Bug#4719)
11141
11142 2012-07-28 Eli Zaretskii <eliz@gnu.org>
11143
11144 * international/mule-cmds.el (set-locale-environment): In a
11145 console session on MS-Windows, set up keyboard and terminal
11146 encoding from the OEM codepage, not the ANSI codepage.
11147 (Bug#12055)
11148
11149 2012-07-28 Chong Yidong <cyd@gnu.org>
11150
11151 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
11152 gdb-get-location.
11153
11154 2012-07-28 Leo Liu <sdl.web@gmail.com>
11155
11156 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
11157 the alist (bug#12029).
11158
11159 2012-07-28 Eli Zaretskii <eliz@gnu.org>
11160
11161 * makefile.w32-in (custom-deps, finder-data, updates, compile)
11162 (compile-always, compile-first)
11163 ($(lisp)/calendar/cal-loaddefs.el)
11164 ($(lisp)/calendar/diary-loaddefs.el)
11165 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
11166 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
11167 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
11168 instead of on update-subdirs.
11169 (bootstrap-clean): Delete $(lisp)/subdirs.el.
11170
11171 2012-07-28 Chong Yidong <cyd@gnu.org>
11172
11173 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
11174 directory if vc-deduce-backend returns nil (Bug#7350).
11175
11176 * simple.el (delete-trailing-lines): New option.
11177 (delete-trailing-whitespace): Obey it (Bug#11879).
11178
11179 2012-07-28 David Engster <deng@randomsample.de>
11180
11181 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
11182 Explanation of new 'symbol-qnames feature in doc-strings.
11183 (xml-maybe-do-ns): Return expanded names as plain symbols if
11184 'symbol-qnames was provided in XML-NS argument (Bug#11916).
11185 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
11186
11187 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
11188
11189 Consistent completion in inferior python with emacs -nw.
11190 * progmodes/python.el (inferior-python-mode): replace "<tab>"
11191 binding in inferior-python-mode-map with "\t".
11192 (python-shell-completion-complete-at-point)
11193 (python-completion-complete-at-point): Remove interactive spec.
11194
11195 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
11196
11197 * calc/calccomp.el (math-compose-expr): Undo previous change.
11198
11199 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
11200
11201 * progmodes/python.el (python-mode-map): Add keybinding for
11202 run-python.
11203 (python-shell-make-comint): Fix pop-to-buffer call.
11204 (run-python): Autoload. New arg SHOW.
11205 (python-shell-get-or-create-process): Do not pop python process
11206 buffer.
11207
11208 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
11209
11210 * notifications.el (notifications-on-action-signal)
11211 (notifications-on-closed-signal): Use also the bus address for the map.
11212 (notifications-notify, notifications-close-notification)
11213 (notifications-get-capabilities): Add optional argument BUS.
11214
11215 2012-07-27 Tassilo Horn <tsdh@gnu.org>
11216
11217 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
11218 Add support for the lstlisting and minted environments, and for the
11219 ctable macro.
11220 * textmodes/reftex.el (reftex-compile-variables): Also recognize
11221 labels written in keyvals syntax.
11222
11223 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
11224
11225 * calc/calccomp.el (math-compose-expr): Use parentheses when
11226 there is a product in the denominator of a fraction.
11227
11228 2012-07-26 Eli Zaretskii <eliz@gnu.org>
11229
11230 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
11231 ($(lisp)/calendar/diary-loaddefs.el)
11232 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
11233 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
11234 Fixes failures in parallel bootstrap because subdirs.el is being
11235 rewritten while the autoload files are built at the same time,
11236 which needs to load subdirs.el.
11237
11238 2012-07-26 Martin Rudalics <rudalics@gmx.at>
11239
11240 * mouse.el (popup-menu): Fix doc-string and re-indent code.
11241 (mouse-drag-line): Don't exit tracking when a switch-frame or
11242 switch-window event occurs (Bug#12006).
11243
11244 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11245
11246 * mouse.el (popup-menu): Fix last change.
11247
11248 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11249
11250 Autoload from Lisp with more care. Follow aliases when looking for
11251 function properties.
11252 * subr.el (autoloadp): New function.
11253 (symbol-file): Use it.
11254 (function-get): New function.
11255 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
11256 autoload-do-load.
11257 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
11258 (lisp-indent-function):
11259 * emacs-lisp/gv.el (gv-get):
11260 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
11261 * emacs-lisp/byte-opt.el (byte-optimize-form):
11262 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
11263 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
11264 Use function-get.
11265 * emacs-lisp/cl.el: Don't propagate function properties any more.
11266
11267 * speedbar.el (speedbar-add-localized-speedbar-support):
11268 * emacs-lisp/disass.el (disassemble-internal):
11269 * desktop.el (desktop-load-file):
11270 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
11271 (describe-function-1):
11272 * emacs-lisp/find-func.el (find-function-noselect):
11273 * emacs-lisp/elp.el (elp-instrument-function):
11274 * emacs-lisp/advice.el (ad-has-proper-definition):
11275 * apropos.el (apropos-safe-documentation, apropos-macrop):
11276 * emacs-lisp/debug.el (debug-on-entry):
11277 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
11278 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
11279 * calc/calc.el (name): Use autoloadp & autoload-do-load.
11280
11281 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
11282
11283 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
11284 function, not an obsolete variable (Bug#12046).
11285
11286 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
11287
11288 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
11289
11290 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
11291
11292 * emacs-lisp/pp.el (pp-display-expression): Select old selected
11293 window only if it is still live (Bug#12034).
11294
11295 2012-07-25 Martin Rudalics <rudalics@gmx.at>
11296
11297 * subr.el (redirect-frame-focus): Add advertised calling
11298 convention (Bug#12030).
11299
11300 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
11301
11302 Prefer typical American spelling for "acknowledgment".
11303 * vc/add-log.el (change-log-acknowledgment): Rename from
11304 change-log-acknowledgement, with an alias for the old name.
11305
11306 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
11307
11308 * calc-alg.el (math-simplify-divide): Don't cross multiply
11309 in an equation when the lhs is a variable.
11310
11311 2012-07-24 Julien Danjou <julien@danjou.info>
11312
11313 * net/netrc.el (netrc-find-service-number, netrc-store-data):
11314 Remove, unused.
11315
11316 2012-07-23 Eli Zaretskii <eliz@gnu.org>
11317
11318 * startup.el (command-line): Don't display an empty user name in
11319 the error message about non-existent home directory, when
11320 init-file-user was set to an empty string. See
11321 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
11322 for the details and context.
11323
11324 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
11325
11326 * ses.el (ses-cell-formula-aset): New macro.
11327 (ses-cell-references-aset): New macro.
11328 (ses-cell-p): New function.
11329 (ses-rename-cell): Do no longer rely on complex operations like
11330 ses-cell-set-formula or ses-set-cell to change the cell and handle
11331 the undo at the same time, but rather use lower level new macros
11332 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
11333 the undo directly. Refresh the mode line.
11334
11335 2012-07-21 Leo Liu <sdl.web@gmail.com>
11336
11337 * progmodes/cc-cmds.el (c-defun-name):
11338 Use match-string-no-properties instead for consistency.
11339
11340 2012-07-20 Leo Liu <sdl.web@gmail.com>
11341
11342 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
11343 (Bug#7879)
11344
11345 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
11346
11347 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
11348
11349 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
11350 * progmodes/bug-reference.el, misearch.el: Provide themselves
11351 (bug#11915).
11352
11353 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
11354 of narrowed buffer (bug#11966).
11355
11356 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
11357
11358 * ses.el (ses-rename-cell): Set new name also in reference list of
11359 cells of which the renamed cell depends.
11360
11361 2012-07-20 Masatake YAMATO <yamato@redhat.com>
11362
11363 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
11364 to check whether menu-bar is shown or not. If not shown,
11365 show the menu-bar as a popup menu instead of using tmm.
11366 * mouse.el (popup-menu): Accept `point' as `position' argument.
11367
11368 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
11369
11370 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
11371 up inside string symbol literal (bug#11923).
11372
11373 2012-07-20 Eli Zaretskii <eliz@gnu.org>
11374
11375 * startup.el (fancy-startup-text): Read the whole tutorial, not
11376 just its first 256 bytes. Prevents gibberish in display of the
11377 tutorial title.
11378
11379 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
11380
11381 Drop idle buffer compaction due to an absence of the
11382 proved efficiency.
11383 * compact.el: Remove.
11384
11385 2012-07-19 Sam Steingold <sds@gnu.org>
11386
11387 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
11388 vc-bzr-pull & vc-bzr-merge-branch.
11389 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
11390 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
11391 for consistency with compilation-error-regexp-alist.
11392 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
11393 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
11394 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
11395 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
11396
11397 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11398
11399 * emacs-lisp/chart.el: Use lexical-binding.
11400 (chart-emacs-storage): Don't hardcode the list of entries.
11401
11402 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
11403
11404 Next round of tweaks caused by Fgarbage_collect changes.
11405 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
11406
11407 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
11408
11409 Compact buffers when idle.
11410 * compact.el: New file.
11411
11412 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11413
11414 * subr.el (eventp): Presume that if it looks vaguely like an event,
11415 it's an event (bug#10190).
11416
11417 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
11418
11419 Enhancements to ppss related code (thanks Stefan).
11420 * progmodes/python.el (python-indent-context)
11421 (python-indent-calculate-indentation, python-indent-dedent-line)
11422 (python-indent-electric-colon, python-nav-forward-block)
11423 (python-mode-abbrev-table)
11424 (python-info-assignment-continuation-line-p): Simplify checks
11425 for ppss context.
11426 (python-info-continuation-line-p): Cleanup.
11427 (python-info-ppss-context): Do not catch 'quote.
11428 (python-info-ppss-context-type)
11429 (python-info-ppss-comment-or-string-p): Simplify.
11430
11431 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
11432
11433 * progmodes/python.el: Enhancements to eldoc support.
11434 (python-info-current-symbol): New function.
11435 (python-eldoc-at-point): Use python-info-current-symbol.
11436 (python-info-current-defun): Fix cornercase on first defun scan.
11437 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
11438 and signal error when no inferior python process is available.
11439
11440 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
11441
11442 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
11443 assume it's always t.
11444 (vc-git-registered): Remove caching, the function is only called
11445 once.
11446 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
11447
11448 2012-07-18 Chong Yidong <cyd@gnu.org>
11449
11450 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
11451
11452 * simple.el (count-words): Report on narrowing (Bug#9959).
11453
11454 * bindings.el: Bind M-= to count-words.
11455
11456 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
11457
11458 2012-07-18 Masatake YAMATO <yamato@redhat.com>
11459
11460 * progmodes/sh-script.el (sh-imenu-generic-expression):
11461 Capture a function with `function' keyword and without parentheses
11462 like "function FOO" (bug#11856).
11463
11464 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
11465
11466 * window.el (split-window-sensibly): Make WINDOW argument
11467 optional.
11468
11469 2012-07-18 Chong Yidong <cyd@gnu.org>
11470
11471 * subr.el (keyboard-translate): Doc fix (Bug#7261).
11472
11473 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
11474 and make C-x 8 RET exit isearch (Bug#11439).
11475
11476 * international/iso-transl.el: Move isearch-mode-map key
11477 definitions to isearch.el.
11478
11479 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11480
11481 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
11482 (eieio-defclass): Use gv-define-setter when possible.
11483
11484 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
11485
11486 Reflect recent changes in Fgarbage_collect.
11487 * emacs-lisp/chart.el (chart-emacs-storage): Change to
11488 reflect new format of data returned by Fgarbage_collect.
11489
11490 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
11491
11492 New utility functions + python-info-ppss-context fix (Bug#11910).
11493 * progmodes/python.el (python-info-beginning-of-block-statement-p)
11494 (python-info-ppss-comment-or-string-p): New functions.
11495 (python-info-ppss-context): Small fix for string check.
11496
11497 2012-07-17 Juri Linkov <juri@jurta.org>
11498
11499 * dired-aux.el (dired-do-async-shell-command): Doc fix.
11500 (dired-do-async-shell-command): Don't add `*' at the end of the
11501 command (Bug#11815).
11502 (dired-do-shell-command): Doc fix.
11503 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
11504 Join the individual commands using either "&" or ";" as the
11505 separator depending on the values of these trailing characters.
11506 At the end re-add the trailing "&". (Bug#10598)
11507
11508 * simple.el (async-shell-command): Sync the interactive spec with
11509 `shell-command'. Doc fix.
11510 (shell-command): Doc fix.
11511
11512 2012-07-17 Juri Linkov <juri@jurta.org>
11513
11514 * descr-text.el (describe-char): Fix format args. (Bug#10129)
11515
11516 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
11517
11518 Final renames and doc fixes for movement commands (bug#11899).
11519 * progmodes/python.el (python-nav-beginning-of-statement):
11520 Rename from python-nav-statement-start.
11521 (python-nav-end-of-statement): Rename from
11522 python-nav-statement-end.
11523 (python-nav-beginning-of-block): Rename from
11524 python-nav-block-start.
11525 (python-nav-end-of-block): Rename from python-nav-block-end.
11526
11527 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
11528
11529 * progmodes/python.el (python-shell-send-string-no-output):
11530 Allow accept-process-output to quit, keeping shell process ready for
11531 future interactions (Bug#11868).
11532
11533 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11534
11535 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
11536
11537 * emacs-lisp/elint.el (elint-find-args-in-code):
11538 Use help-function-arglist, so as to handle lexical byte-code.
11539
11540 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
11541 change (bug#11826).
11542
11543 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11544
11545 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
11546 Avoid spuriously marking the buffer as modified because of c-is-sws.
11547
11548 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
11549 as not-a-comment (bug#11946).
11550
11551 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
11552 for uninterned vars.
11553
11554 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
11555 Use read-event since we don't really want to read chars but bytes.
11556
11557 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
11558 $$..$$ but also $..$ using regexps (bug#11953).
11559 Use tex-verbatim for \url and \path.
11560 (tex-font-lock-keywords): Define as defconst like the others.
11561 (tex-common-initialization): Don't use font-lock-syntax-table any more.
11562
11563 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
11564
11565 * international/mule-cmds.el (ucs-insert): Make it an obsolete
11566 alias for insert-char.
11567
11568 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
11569
11570 * progmodes/python.el: Simplified imenu implementation.
11571 (python-nav-jump-to-defun): Remove command.
11572 (python-mode-map): Use `imenu' instead.
11573 (python-nav-list-defun-positions-cache)
11574 (python-imenu-include-defun-type, python-imenu-make-tree)
11575 (python-imenu-subtree-root-label, python-imenu-index-alist):
11576 Remove vars.
11577 (python-nav-list-defun-positions, python-nav-read-defun)
11578 (python-imenu-tree-assoc, python-imenu-make-element-tree)
11579 (python-imenu-make-tree, python-imenu-create-index):
11580 Remove functions.
11581 (python-mode): Update to interact with imenu by setting
11582 `imenu-extract-index-name-function' only.
11583
11584 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
11585
11586 * progmodes/python.el: Enhancements to navigation commands.
11587 (python-nav-backward-sentence)
11588 (python-nav-forward-sentence): Remove.
11589 (python-nav-backward-statement, python-nav-forward-statement)
11590 (python-nav-statement-start, python-nav-statement-end)
11591 (python-nav-backward-block, python-nav-forward-block)
11592 (python-nav-block-start, python-nav-block-end)
11593 (python-nav-forward-sexp-function)
11594 (python-info-current-line-comment-p)
11595 (python-info-current-line-empty-p): New functions.
11596 (python-indent-context): Use `python-nav-statement-start'.
11597
11598 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
11599
11600 * eshell/em-ls.el (eshell/ls): Use `apply'.
11601
11602 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
11603 multi-hops, instead of Tramp internals.
11604
11605 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
11606
11607 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
11608 when F1 and F2 are located on different hosts.
11609
11610 2012-07-14 Chong Yidong <cyd@gnu.org>
11611
11612 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
11613 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
11614 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
11615 (xterm-mouse--read-event-sequence-1000)
11616 (xterm-mouse--read-event-sequence-1006): New functions. For old
11617 mouse protocol, handle M-mouse-X events correctly.
11618 (xterm-mouse-event): New arg specifying mouse protocol.
11619 (turn-on-xterm-mouse-tracking-on-terminal)
11620 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
11621 sequence to toggle extended coordinates on newer XTerms.
11622 This appears to be harmless on terminals which do not support this.
11623
11624 2012-07-14 Leo Liu <sdl.web@gmail.com>
11625
11626 Add fringe bitmap indicators for flymake. (Bug#11253)
11627 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
11628 (flymake-make-overlay): New arg BITMAP.
11629 (flymake-error-bitmap, flymake-warning-bitmap)
11630 (flymake-fringe-indicator-position): New user variables.
11631
11632 * fringe.el: New bitmap exclamation-mark.
11633
11634 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
11635
11636 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
11637 also (Bug#7879).
11638
11639 2012-07-14 Chong Yidong <cyd@gnu.org>
11640
11641 * electric.el (electric-pair-post-self-insert-function): Fix pair
11642 insertion in empty-region case (Bug#11520).
11643
11644 2012-07-14 Chong Yidong <cyd@gnu.org>
11645
11646 * bindings.el: Consolidate ctl-x-r-map bindings.
11647 Bind copy-rectangle-as-kill to C-x r w.
11648
11649 * rect.el, register.el: Move bindings to bindings.el.
11650
11651 2012-07-14 Reuben Thomas <rrt@sc3d.org>
11652
11653 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
11654
11655 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
11656
11657 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
11658
11659 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
11660
11661 * bindings.el (top): Use `mapc' instead of `mapcar'.
11662
11663 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
11664
11665 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
11666
11667 * progmodes/sql.el (sql-comint): Suppress the check for program on
11668 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
11669 (Bug#11908)
11670
11671 2012-07-13 Chong Yidong <cyd@gnu.org>
11672
11673 * bindings.el: Assign a non-nil permanent-local property to
11674 per-buffer variables which lack a default value (Bug#11930).
11675
11676 * help-fns.el (describe-variable): In the "automatically becomes
11677 local" notice, take note of permanent-local variables.
11678
11679 2012-07-13 Chong Yidong <cyd@gnu.org>
11680
11681 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
11682 to allow printing the message when called from Lisp.
11683
11684 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11685 Remove toggle-read-only.
11686
11687 * bs.el (bs-toggle-readonly):
11688 * buff-menu.el (Buffer-menu-toggle-read-only):
11689 Remove with-no-warnings around toggle-read-only.
11690
11691 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
11692 Remove with-no-warnings around toggle-read-only.
11693 (ffap-read-only, ffap-read-only-other-window)
11694 (ffap-read-only-other-frame): Callers changed.
11695
11696 * help-mode.el: Don't require view package.
11697 (help-mode-finish): Set buffer-read-only instead of calling
11698 toggle-read-only.
11699
11700 * bindings.el (mode-line-toggle-read-only):
11701 * dired.el (dired-toggle-read-only):
11702 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
11703 with non-nil second arg.
11704
11705 * emacs-lisp/eieio-custom.el (eieio-customize-object):
11706 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
11707 directly.
11708
11709 2012-07-12 Eli Zaretskii <eliz@gnu.org>
11710
11711 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
11712 not incf.
11713
11714 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11715
11716 More CL cleanups and reduction of use of cl.el.
11717 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
11718 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
11719 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
11720 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
11721 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
11722 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
11723 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
11724 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
11725 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
11726 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
11727 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
11728 * eshell/em-cmpl.el, eshell/em-banner.el:
11729 * calendar/parse-time.el: Use cl-lib.
11730 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
11731 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
11732 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
11733 * term/ns-win.el, term.el, shell.el, ps-samp.el:
11734 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
11735 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
11736 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
11737 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
11738 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
11739 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
11740 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
11741 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
11742 `lambda' rather than with `quote'.
11743 (eshell-do-opt): Adjust accordingly.
11744 (eshell-process-option): Simplify.
11745 * eshell/esh-var.el:
11746 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
11747 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
11748 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
11749 to `pcase--dontcare'.
11750 * emacs-lisp/cl.el (labels): Mark obsolete.
11751 (cl--letf, letf): Move to cl-lib.
11752 (cl--letf*, letf*): Remove.
11753 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
11754 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
11755 (cl-progv): Rewrite.
11756 (cl--letf, cl-letf): Move from cl.el.
11757 (cl-letf*): New macro.
11758 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
11759
11760 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
11761
11762 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
11763
11764 2012-07-11 Chong Yidong <cyd@gnu.org>
11765
11766 * vc/log-edit.el (log-edit-vc-backend): New variable.
11767 (log-edit): Doc fix.
11768
11769 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
11770 argument of log-edit to set up all local variables.
11771 (vc-start-logentry): New optional arg specifying VC backend.
11772
11773 * vc/vc.el (vc-checkin): Use it.
11774 (vc-deduce-fileset): Handle Log Edit buffers.
11775 (vc-diff): Make first argument optional too.
11776
11777 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
11778
11779 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
11780
11781 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
11782 command, just in case. The function is not needed anymore.
11783 (eshell-external-command): Do not call `eshell-remote-command'.
11784
11785 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
11786
11787 Reduce use of (require 'cl).
11788 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
11789 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
11790 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
11791 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
11792 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
11793 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
11794 * battery.el, avoid.el, abbrev.el: Use cl-lib.
11795 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
11796 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
11797 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
11798 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
11799 * calculator.el, autorevert.el, apropos.el: Don't require CL.
11800 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
11801 (byte-compile-unfold-bcf, byte-compile-check-variable):
11802 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
11803 (byte-compile-nilconstp):
11804 * emacs-lisp/autoload.el (make-autoload): Use pcase.
11805 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
11806
11807 * emacs-lisp/gv.el (cond): Make it a valid place.
11808 (if): Simplify slightly.
11809
11810 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
11811 (pcase--self-quoting-p): New function.
11812 (pcase--u1): Use it.
11813
11814 2012-07-10 Glenn Morris <rgm@gnu.org>
11815
11816 * emacs-lisp/authors.el (authors-fixed-entries):
11817 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
11818
11819 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
11820
11821 Rename configure.in to configure.ac (Bug#11603).
11822 * emacs-lisp/authors.el (authors-canonical-file-name):
11823 * progmodes/autoconf.el (autoconf-mode):
11824 Prefer configure.ac to configure.in.
11825
11826 2012-07-08 Chong Yidong <cyd@gnu.org>
11827
11828 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
11829 Implement the mouse-1-click-follows-link handling properly.
11830
11831 * info.el (Info-link-keymap): Use follow-link mechanism for
11832 header-line links (Bug#374).
11833
11834 * simple.el (deactivate-mark): Do not set the primary selection
11835 if another program has acquired it (Bug#11772).
11836
11837 2012-07-07 Kevin Ryde <user42@zip.com.au>
11838
11839 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
11840 (woman-decode-region): Replace escaped-escapes without destroying
11841 bold or underline (Bug#11552).
11842 (woman2-process-escapes): Handle nofill regions (Bug#11591).
11843
11844 2012-07-07 Chong Yidong <cyd@gnu.org>
11845
11846 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
11847 (interprogram-cut-function, interprogram-paste-function):
11848 Mention that we typically mean the clipboard.
11849
11850 2012-07-06 Glenn Morris <rgm@gnu.org>
11851
11852 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
11853
11854 * files.el (toggle-read-only): Restrict message to interactive use.
11855
11856 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
11857
11858 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
11859
11860 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
11861
11862 2012-07-06 Glenn Morris <rgm@gnu.org>
11863
11864 * Makefile.in (compile-one-process): Rename from "recompile".
11865
11866 * Makefile.in (bzr-update): "compile" is the same as "recompile
11867 autoloads", but parallelizable, so use that instead.
11868
11869 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
11870
11871 * window.el (quit-window): Always restore window height when
11872 it's saved in quit-restore parameter (Bug#11810).
11873
11874 2012-07-06 Glenn Morris <rgm@gnu.org>
11875
11876 * simple.el (kill-whole-line): Doc tweak.
11877
11878 2012-07-06 Eli Zaretskii <eliz@gnu.org>
11879
11880 * files.el (file-relative-name): Compare file names
11881 case-insensitively if on MS-Windows or MS-DOS, or if
11882 read-file-name-completion-ignore-case is non-nil. Don't use
11883 case-fold-search for this purpose. (Bug#11827)
11884
11885 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
11886
11887 * calendar/cal-dst.el (calendar-current-time-zone):
11888 Return calendar-current-time-zone-cache if non-nil.
11889
11890 2012-07-17 Masatake YAMATO <yamato@redhat.com>
11891 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
11892
11893 * calendar/cal-dst.el (calendar-current-time-zone):
11894 Return calendar-current-time-zone-cache if non-nil.
11895
11896 2012-07-06 Glenn Morris <rgm@gnu.org>
11897
11898 * Makefile.in (cvs-update): Remove old alias.
11899
11900 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
11901
11902 Sync with Tramp 2.2.6-pre.
11903
11904 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
11905 compatible declaration.
11906
11907 * net/tramp-cmds.el (tramp-append-tramp-buffers):
11908 Protect `list-load-path-shadows' call.
11909
11910 * net/tramp-compat.el (top): Require packages, which aren't
11911 autoloaded anymore for XEmacs. Protect call of
11912 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
11913 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
11914 it hurts at least for SXEmacs.
11915 (tramp-compat-temporary-file-directory): In XEmacs, there is no
11916 standard-value for `temporary-file-directory'.
11917
11918 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
11919 Redirect stderr to /dev/null.
11920 (tramp-sh-handle-write-region): uid and gid can be floats.
11921 Reported by Russell Sim <russell.sim@gmail.com>.
11922 (tramp-sh-handle-vc-registered): Hide errors.
11923 (tramp-vc-file-name-handler): Use dummy results for `process-file'
11924 and `start-file-process'.
11925 (tramp-maybe-open-connection): Check also whether `non-essential'
11926 is bound.
11927
11928 2012-07-04 Chong Yidong <cyd@gnu.org>
11929
11930 * xml.el (xml--parse-buffer): Use xml-syntax-table.
11931 (xml-parse-tag): Likewise, and avoid changing entity tables.
11932 (xml-syntax-table): Define from scratch, making sure not to give
11933 x2000 and other Unicode spaces whitespace syntax, since those are
11934 not spaces in XML.
11935 (xml-parse-fragment): Delete unused function.
11936 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
11937 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
11938 (xml-entity-ref, xml-pe-reference-re)
11939 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
11940 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
11941 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
11942 (xml-entity-value-re): Use syntax references in regexps where
11943 possible; no need to define inside a let-binding.
11944 (xml-parse-dtd): Use xml-pe-reference-re.
11945 (xml-entity-or-char-ref-re): New defconst.
11946 (xml-parse-string, xml-substitute-special): Use it.
11947
11948 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11949
11950 * files.el (locate-dominating-file): Allow `name' to be a predicate.
11951 (find-file--read-only): New function.
11952 (find-file-read-only, find-file-read-only-other-window)
11953 (find-file-read-only-other-frame): Use it.
11954 (insert-file-contents-literally): Don't `fset'.
11955 (get-free-disk-space): Use locate-dominating-file.
11956
11957 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
11958 function is already compiled.
11959
11960 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
11961
11962 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
11963
11964 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
11965 files on the same host.
11966
11967 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
11968
11969 * help-fns.el (describe-function-1): Only call
11970 help-fns--autoloaded-p when we have a file name. (Bug#11848)
11971
11972 2012-07-03 Chong Yidong <cyd@gnu.org>
11973
11974 * xml.el: Protect parser against XML bombs.
11975 (xml-entity-expansion-limit): New variable.
11976 (xml-parse-string, xml-substitute-special): Use it.
11977 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
11978
11979 2012-07-03 Glenn Morris <rgm@gnu.org>
11980
11981 * progmodes/bug-reference.el (bug-reference-bug-regexp):
11982 Allow linking to specific messages in debbugs reports (eg 123#5).
11983
11984 2012-07-02 Chong Yidong <cyd@gnu.org>
11985
11986 * xml.el: Fix entity and character reference expansion, allowing
11987 them to expand into markup as per XML spec.
11988 (xml-default-ns): New variable.
11989 (xml-entity-alist): Use XML spec definitions for lt and amp.
11990 (xml-parse-region): Make first two arguments optional.
11991 Discard text properties.
11992 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
11993 All callers changed.
11994 (xml-parse-tag): Call xml-parse-tag-1. For backward
11995 compatibility, this function should not modify buffer contents.
11996 (xml-parse-tag-1): Fix opening-tag regexp.
11997 (xml-parse-string): Rewrite, handling entity and character
11998 references properly.
11999 (xml--entity-replacement-text): Signal an error if a parameter
12000 entity is undefined.
12001
12002 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12003
12004 * comint.el (comint-output-filter): Filter out repeated prompts.
12005
12006 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
12007 and file-name-absolute-p.
12008 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
12009 internal calls.
12010
12011 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
12012
12013 Spelling fixes.
12014 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
12015 Rename from byte-compile--refiy-function. All uses changed.
12016
12017 2012-07-01 Chong Yidong <cyd@gnu.org>
12018
12019 * xml.el (xml--parse-buffer): New function. Move most of
12020 xml-parse-region here.
12021 (xml-parse-region): Copy region into a temporary buffer, since
12022 parameter entity substitution requires changing buffer contents.
12023 Use xml--parse-buffer.
12024 (xml-parse-file): Use xml--parse-buffer.
12025 (xml-parse-dtd): Make parameter entity substitution work right.
12026 Use proper regexps for ELEMENT declarations (Bug#7172).
12027
12028 2012-06-30 Glenn Morris <rgm@gnu.org>
12029
12030 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
12031
12032 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
12033 Remove outdated and unnecessary dbus declarations.
12034
12035 2012-06-30 Eli Zaretskii <eliz@gnu.org>
12036
12037 * emacs-lisp/timer.el (timer-until): Subtract results of
12038 float-time, instead of taking float-time of the result of
12039 time-subtract, since float-time signals an error for negative time
12040 arguments.
12041
12042 2012-06-30 Chong Yidong <cyd@gnu.org>
12043
12044 * xml.el (xml-*-re): Convert defvars into defconsts, and
12045 eval-and-compile them so eval-and-compile works on derivatives.
12046 (xml--entity-replacement-text): Use eval-and-comple.
12047
12048 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
12049
12050 * vc/vc-git.el (vc-git-registered): Use cache property
12051 `git-registered'.
12052 (vc-git-mode-line-string): Call `vc-working-revision' instead of
12053 `vc-git-working-revision' in order to benefit from the cache.
12054 (vc-git-root): Use cache property `git-root'. (Bug#11757)
12055
12056 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
12057
12058 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
12059 removed (likely outside Emacs). (Bug#11757)
12060
12061 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
12062
12063 * emacs-lisp/cl-lib.el: Require macroexp.
12064
12065 2012-06-30 Chong Yidong <cyd@gnu.org>
12066
12067 * xml.el: Implement XML parameter entities.
12068 (xml-parameter-entity-alist): New variable.
12069 (xml-parse-region, xml-parse-fragment): Preserve previous values
12070 of xml-entity-alist and xml-parameter-entity-alist, so that
12071 repeated calls on different documents do not change them.
12072 (xml-parse-tag): Fix doctype regexp.
12073 (xml--entity-replacement-text): New function.
12074 (xml-parse-dtd): Use it. Don't handle system entities; doing that
12075 properly requires url retrieval which is unimplemented.
12076 (xml-escape-string): Doc fix.
12077
12078 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
12079
12080 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
12081
12082 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
12083
12084 * fringe.el (fringe-mode): Doc fix.
12085
12086 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
12087
12088 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
12089 is non-nil.
12090 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
12091 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
12092
12093 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
12094
12095 * calendar/cal-dst.el (calendar-current-time-zone):
12096 Return calendar-current-time-zone-cache if non-nil.
12097
12098 2012-06-29 Masatake YAMATO <yamato@redhat.com>
12099
12100 * progmodes/which-func.el (which-func-format):
12101 Add mouse-face. (Bug#11698)
12102
12103 2012-06-29 Leo Liu <sdl.web@gmail.com>
12104
12105 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
12106
12107 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12108
12109 * minibuffer.el (minibuffer-confirm-exit-commands):
12110 Add completion-at-point (bug#11725).
12111
12112 2012-06-29 Glenn Morris <rgm@gnu.org>
12113
12114 * progmodes/f90.el (f90-font-lock-keywords-2):
12115 Add some preprocessor elements. (Bug#10499)
12116
12117 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12118
12119 * progmodes/cperl-mode.el (cperl-update-syntaxification):
12120 Use syntax-propertize (bug#11739).
12121
12122 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
12123
12124 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
12125
12126 2012-06-28 Julien Danjou <julien@danjou.info>
12127
12128 * term.el (term-handle-colors-array): Use a set of new faces to
12129 color the terminal. Also uses :inverse-video property.
12130 (term-default-fg-color): Set to nil by default, deprecate in favor
12131 of `term-face'.
12132 (term-default-bg-color): Set to nil by default, deprecate in favor
12133 of `term-face'.
12134 (term-current-face): Use `term-face' by default.
12135 (term-bold-attribute): Variable deleted.
12136
12137 2012-06-28 Glenn Morris <rgm@gnu.org>
12138
12139 * simple.el (completion-list-mode-finish):
12140 Don't use toggle-read-only. (Since completion-list-mode has
12141 a special mode-class, it wasn't doing anything extra anyway.)
12142
12143 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
12144
12145 Make inlining of other-mode interpreted functions work (bug#11799).
12146 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
12147 (byte-compile): Use it to fix compilation of lexical-binding closures.
12148 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
12149 function, if needed.
12150
12151 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12152
12153 * help-mode.el (help-make-xrefs): Don't just withstand
12154 cyclic-variable-indirection but any error in documentation-property.
12155
12156 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
12157 memory use.
12158 * bindings.el (bindings--define-key): New function.
12159 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
12160 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
12161 * bindings.el: Use it to purecopy define-key bindings.
12162
12163 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
12164
12165 * emacs-lisp/cl.el (flet): Mark obsolete.
12166 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
12167 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
12168 * progmodes/js.el (js-c-fill-paragraph):
12169 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
12170 (ebrowse-switch-member-buffer-to-derived-class):
12171 * play/5x5.el (5x5-solver): Use cl-flet.
12172
12173 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
12174 (cl--symbol-function): New macro.
12175 (cl--letf, cl--letf*): Use it.
12176
12177 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
12178 Strip "toggle-" if any.
12179
12180 2012-06-27 Glenn Morris <rgm@gnu.org>
12181
12182 * info.el (Info-default-directory-list): Move here from paths.el.
12183 * paths.el: Remove file, which is now empty.
12184 * loadup.el: No longer load "paths".
12185
12186 * custom.el (custom-initialize-delay): Doc fix.
12187
12188 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
12189 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
12190 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
12191 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
12192 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
12193 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
12194 * eshell/eshell.el (eshell-defgroup): Remove alias.
12195
12196 2012-06-27 Chong Yidong <cyd@gnu.org>
12197
12198 * help.el (help-enable-auto-load): New variable.
12199
12200 * help-fns.el (help-fns--autoloaded-p): New function.
12201 (describe-function-1): Refer to a function as "autoloaded" if it
12202 was autoloaded at any time in the past. Perform autoloading if
12203 help-enable-auto-load is non-nil.
12204
12205 2012-06-26 Eli Zaretskii <eliz@gnu.org>
12206
12207 * makefile.w32-in (compile, compile-always): Depend on
12208 update-subdirs, not on subdirs.el. Otherwise, several different
12209 sub-targets of 'bootstrap' running in parallel could
12210 simultaneously write to subdirs.el, producing a garbled file.
12211
12212 2012-06-26 Sam Steingold <sds@gnu.org>
12213
12214 * files.el (file-name-base): New convenience function.
12215 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
12216 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
12217 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
12218 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
12219 * textmodes/ispell.el, textmodes/reftex-ref.el:
12220 * textmodes/tex-mode.el: Use it.
12221 Did not touch cedet and org because they are maintained elsewhere.
12222
12223 2012-06-26 Martin Rudalics <rudalics@gmx.at>
12224
12225 * calendar/calendar.el (calendar-exit): Don't try to delete or
12226 iconify last frame. See:
12227 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
12228
12229 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
12230
12231 * server.el (server-process-filter): Remember dir in the
12232 process's `server-client-directory' properties.
12233
12234 2012-06-24 Chong Yidong <cyd@gnu.org>
12235
12236 * xml.el (xml-parse-tag): Correctly handle comment embedded in
12237 non-tag text.
12238
12239 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
12240
12241 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
12242
12243 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12244
12245 * help-fns.el (describe-variable): Don't croak when doc is not found.
12246 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
12247 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
12248 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
12249 * emacs-lisp/smie.el (smie-next-sexp): CSE.
12250 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
12251 ((lambda ..) ..).
12252 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
12253
12254 2012-06-23 Chong Yidong <cyd@gnu.org>
12255
12256 * info.el (Info-mouse-follow-link): Accept symbol values of
12257 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
12258 (Info-fontify-node): Use Info-link-keymap for all navigation
12259 buttons, with link-args property to perform the desired action.
12260 (Info-link-keymap): Doc fix.
12261 (Info-next-link-keymap, Info-prev-link-keymap)
12262 (Info-up-link-keymap): Delete now-unused keymaps.
12263
12264 2012-06-23 Chong Yidong <cyd@gnu.org>
12265
12266 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
12267
12268 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
12269 system abbrevs.
12270
12271 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
12272
12273 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12274
12275 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
12276 (bug#11719).
12277
12278 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
12279 the requote function doesn't work properly (bug#11714).
12280
12281 2012-06-23 Glenn Morris <rgm@gnu.org>
12282
12283 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
12284
12285 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12286
12287 Further GV/CL cleanups.
12288 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
12289 gv-expander.
12290 (gv--defun-declaration): New function.
12291 (defun-declarations-alist): Use it.
12292 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
12293 (gv-place): Autoload.
12294 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
12295 original definition of dotimes and dolist.
12296 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
12297 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
12298 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
12299 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
12300 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
12301 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
12302 to the function's definition.
12303 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
12304 * window.el:
12305 * files.el:
12306 * faces.el:
12307 * env.el: Don't use CL.
12308
12309 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
12310
12311 Support higher-resolution time stamps (Bug#9000).
12312
12313 * calendar/time-date.el (with-decoded-time-value): New arg
12314 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
12315 (encode-time-value): New optional arg PICO. New type 3.
12316 (time-to-seconds) [!float-time]: Support the new picoseconds
12317 component if it's used.
12318 (seconds-to-time, time-subtract, time-add):
12319 Support ps-resolution time stamps as well.
12320
12321 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
12322 (timerp): Timer vectors now have length 9, not 8.
12323 (timer--time): Support new-style (4-part) time stamps.
12324 (timer-next-integral-multiple-of-time): Time stamps now have
12325 picosecond resolution, so take a bit more care about rounding.
12326 (timer-relative-time, timer-inc-time): New optional arg psecs.
12327 (timer-set-time-with-usecs): Set psecs to 0.
12328 (timer--activate): Check psecs component, too.
12329
12330 * proced.el (proced-time-lessp): Support ps-resolution stamps.
12331
12332 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12333
12334 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
12335 Move the non-essential binding to the post/pre-command-hook where it is
12336 more obviously correct.
12337
12338 * subr.el (read-passwd): Don't use a history at all.
12339 * savehist.el (savehist-save): Remove password saved accidentally
12340 because of the above bug.
12341
12342 2012-06-22 Bastien Guerry <bzg@gnu.org>
12343
12344 * files.el (toggle-read-only): Display a message telling whether
12345 the buffer is read-only or not (bug#11726).
12346
12347 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12348
12349 * emacs-lisp/gv.el: New file.
12350 * subr.el (push, pop): Extend to generalized variables.
12351 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
12352 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
12353 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
12354 gv-define-simple-setter, and gv-define-expander.
12355 Remove setf-methods defined in gv. Rename cl-setf -> setf.
12356 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
12357 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
12358 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
12359 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
12360 gv-letplace.
12361 (cl-defstruct): Don't define setf-method any more.
12362 * emacs-lisp/cl.el (flet): Don't autoload.
12363 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
12364 (define-setf-expander, defsetf, define-modify-macro)
12365 (cl-struct-setf-expander): Move from cl-lib.el.
12366 * emacs-lisp/syntax.el:
12367 * emacs-lisp/ewoc.el:
12368 * emacs-lisp/smie.el:
12369 * emacs-lisp/cconv.el:
12370 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
12371 (timer--time): Use gv-define-simple-setter.
12372 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
12373 to avoid coding-system problems in subr.el. Adjust all users.
12374 (macroexp--maxsize, macroexp-small-p): New functions.
12375 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
12376 * scroll-bar.el (scroll-bar-mode):
12377 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
12378 (normal-erase-is-backspace-mode): Don't use the `eq' place.
12379 * winner.el (winner-configuration, winner-make-point-alist)
12380 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
12381 * files.el (locate-file-completion-table): Avoid list*.
12382
12383 2012-06-22 Chong Yidong <cyd@gnu.org>
12384
12385 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
12386 (dired-create-files): Doc fix (Bug#11329).
12387 (dired-do-copy): Doc fix (Bug#11334).
12388 (dired-mark-read-string): Doc fix (Bug#11553).
12389
12390 * dired.el (dired-recursive-copies, dired-recursive-deletes):
12391 Doc fix (Bug#11326).
12392 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
12393 (dired-dwim-target): Doc fix.
12394
12395 * wdired.el (wdired-mode): Doc fix.
12396
12397 2012-06-22 Glenn Morris <rgm@gnu.org>
12398
12399 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
12400 (pcmpl-rpm-cache-stamp-file): New constant.
12401 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
12402 (pcmpl-rpm-packages): Optionally cache list of packages.
12403
12404 * pcmpl-rpm.el (pcmpl-rpm): New group.
12405 (pcmpl-rpm-query-options): New option.
12406 (pcmpl-rpm-packages): No need to inline it.
12407 Use pcmpl-rpm-query-options.
12408
12409 * calendar/calendar.el (calendar-in-read-only-buffer):
12410 Avoid some needless mode changes.
12411
12412 2012-06-21 Chong Yidong <cyd@gnu.org>
12413
12414 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
12415 (desktop-path): Remove . from the default value (Bug#10977).
12416 (desktop-read): Use user-emacs-directory if desktop-path is nil.
12417
12418 2012-06-20 Chong Yidong <cyd@gnu.org>
12419
12420 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
12421
12422 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
12423
12424 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
12425 (bug#11201).
12426
12427 2012-06-20 Chong Yidong <cyd@gnu.org>
12428
12429 * term.el (term-window-width): Handle the case of a missing right
12430 fringe (Bug#8837).
12431 (term-check-size): Use window-text-height (Bug#5445).
12432 (term-mode): Use define-derived-mode. Minor cleanups.
12433 Set font-lock-defaults (Bug#7692).
12434 (term-move-columns, term-insert-char, term-emulate-terminal)
12435 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
12436
12437 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
12438
12439 * net/ange-ftp.el (ange-ftp-get-passwd):
12440 Bind `enable-recursive-minibuffers'.
12441 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
12442
12443 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
12444
12445 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
12446
12447 2012-06-19 Glenn Morris <rgm@gnu.org>
12448
12449 * progmodes/python.el (python-mode): Derive from prog-mode.
12450
12451 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
12452
12453 * emulation/edt.el (edt-default-menu-bar-update-buffers)
12454 (edt-user-menu-bar-update-buffers): New functions.
12455 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
12456
12457 2012-06-19 Chong Yidong <cyd@gnu.org>
12458
12459 * subr.el (with-selected-window): Preserve the selected window's
12460 terminal's top-frame (Bug#4702).
12461
12462 * window.el (save-selected-window): Likewise.
12463
12464 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12465
12466 * progmodes/python.el (python-rx-constituents): Move backquote.
12467 (python-skeleton-define, python-define-auxiliary-skeleton):
12468 Use `declare'.
12469
12470 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
12471
12472 * minibuffer.el (read-file-name-default): Revert the patch from
12473 2012-06-17.
12474
12475 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12476
12477 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
12478 (pcase--u1, pcase--q1): Don't use apply-partially.
12479
12480 2012-06-18 Glenn Morris <rgm@gnu.org>
12481
12482 * progmodes/python.el (python-proc, python-buffer)
12483 (python-send-receive, python-send-string): Fix obsolete versions.
12484
12485 2012-06-18 Martin Rudalics <rudalics@gmx.at>
12486
12487 * window.el (special-display-p): Completely remove stringp
12488 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
12489
12490 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
12491
12492 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
12493
12494 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
12495
12496 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
12497 * net/tramp-sh.el (tramp-maybe-open-connection):
12498 Throw if `non-essential' is non-nil.
12499
12500 2012-06-17 Martin Rudalics <rudalics@gmx.at>
12501
12502 * window.el (special-display-p): Signal an error if BUFFER-NAME
12503 is not a string (Bug#11713).
12504
12505 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
12506
12507 * progmodes/python.el (python-info-beginning-of-backslash):
12508 Rename from python-info-beginning-of-backlash, as a spelling fix.
12509
12510 2012-06-17 Chong Yidong <cyd@gnu.org>
12511
12512 * term.el (term-emulate-terminal): If term-check-size is called,
12513 move point to the process mark without resetting point (Bug#4635).
12514
12515 2012-06-17 Glenn Morris <rgm@gnu.org>
12516
12517 * international/mule-cmds.el (mule-menu-keymap)
12518 (set-language-environment, set-locale-environment): Doc tweaks.
12519
12520 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
12521
12522 * cus-face.el (custom-face-attributes): Add wave-style underline
12523 attribute.
12524 * faces.el (set-face-attribute): Update docstring to describe
12525 wave-style underline attribute.
12526
12527 2012-06-16 Chong Yidong <cyd@gnu.org>
12528
12529 * term/xterm.el (terminal-init-xterm): Discard input before
12530 querying background mode (Bug#10959).
12531
12532 2012-06-16 Stefan Merten <smerten@oekonux.de>
12533
12534 * textmodes/rst.el: Added and corrected some comments.
12535 (rst-re-alist-def): Improve symbol syntax.
12536 (rst-mode-syntax-table): Correct syntax entries.
12537 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
12538 (rst-official-version, rst-official-cvs-rev): Update version
12539 information.
12540
12541 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
12542
12543 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
12544 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
12545
12546 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
12547
12548 * progmodes/python.el: New python.el merge.
12549 (python-guess-indent): Obsolete var.
12550 (python-indent-guess-indent-offset): New defcustom.
12551 (python-indent): Obsolete var.
12552 (python-indent-offset): New defcustom.
12553 (python-python-command, python-jython-command): Delete var.
12554 (python-shell-interpreter): New defcustom.
12555 (python-pdbtrack-do-tracking-p): Delete var.
12556 (python-pdbtrack-activate): New defcustom.
12557 (python-use-skeletons): Obsolete var.
12558 (python-skeleton-autoinsert): New defcustom.
12559 (inferior-python-filter-regexp, python-continuation-offset)
12560 (python-honour-comment-indentation, python-indent-string-contents)
12561 (python-jython-packages, python-mode-hook)
12562 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
12563 (python-shell-prompt-alist)
12564 (python-source-modes): Delete defcustoms.
12565 (python-check-buffer-name, python-eldoc-setup-code)
12566 (python-eldoc-string-code, python-ffap-setup-code)
12567 (python-ffap-string-code, python-fill-comment-function)
12568 (python-fill-decorator-function, python-fill-paren-function)
12569 (python-fill-string-function, python-imenu-include-defun-type)
12570 (python-imenu-make-tree, python-imenu-subtree-root-label)
12571 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
12572 (python-shell-compilation-regexp-alist)
12573 (python-shell-completion-module-string-code)
12574 (python-shell-completion-pdb-string-code)
12575 (python-shell-completion-setup-code)
12576 (python-shell-completion-string-code)
12577 (python-shell-enable-font-lock, python-shell-exec-path)
12578 (python-shell-extra-pythonpaths)
12579 (python-shell-internal-buffer-name, python-shell-interpreter-args)
12580 (python-shell-process-environment)
12581 (python-shell-prompt-block-regexp)
12582 (python-shell-prompt-output-regexp)
12583 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
12584 (python-shell-send-setup-max-wait, python-shell-setup-codes)
12585 (python-shell-virtualenv-path): New defcustoms.
12586 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
12587 (inferior-python-mode-syntax-table, python--prompt-regexp)
12588 (python-buffer, python-command python-python-command)
12589 (python-default-template, python-imports, python-indent-index)
12590 (python-indent-list, python-indent-list-length)
12591 (python-mode-running, python-pdbtrack-is-tracking-p)
12592 (python-preoutput-continuation, python-preoutput-leftover)
12593 (python-preoutput-result, python-preoutput-skip-next-prompt)
12594 (python-prev-dir/file, python-recursing)
12595 (python-saved-check-command, python-version-checked)
12596 (python-which-func-length-limit)
12597 (view-return-to-alist): Delete vars.
12598 (python-check-custom-command, python-dotty-syntax-table)
12599 (python-imenu-index-alist, python-indent-current-level)
12600 (python-indent-dedenters, python-indent-levels)
12601 (python-nav-beginning-of-defun-regexp)
12602 (python-nav-list-defun-positions-cache)
12603 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
12604 (python-shell-internal-buffer)
12605 (python-skeleton-available): New vars.
12606 (def-python-skeleton): Delete macro.
12607 (python-skeleton-define): New macro.
12608 (python-define-auxiliary-skeleton, python-rx): New macros.
12609 (python-insert-class): Delete command.
12610 (python-skeleton-class): New command.
12611 (python-insert-def): Delete command.
12612 (python-skeleton-def): New command.
12613 (python-insert-for): Delete command.
12614 (python-skeleton-for): New command.
12615 (python-insert-if): Delete command.
12616 (python-skeleton-if): New command.
12617 (python-insert-try/except, python-insert-try/finally): Delete commands.
12618 (python-skeleton-try): New command.
12619 (python-insert-while): Delete command.
12620 (python-skeleton-while): New command.
12621 (python-backspace): Delete command.
12622 (python-indent-dedent-line-backspace): New command.
12623 (python-electric-colon): Delete command.
12624 (python-indent-electric-colon): New command.
12625 (python-guess-indent): Delete command.
12626 (python-indent-guess-indent-offset): New command.
12627 (python-shift-left): Delete command.
12628 (python-indent-shift-left): New command.
12629 (python-shift-right): Delete command.
12630 (python-indent-shift-right): New command.
12631 (python-find-function): Delete command.
12632 (python-nav-jump-to-defun): New command.
12633 (python-next-statement): Delete command.
12634 (python-nav-forward-sentence): New command.
12635 (python-previous-statement): Delete command.
12636 (python-nav-backward-sentence): New command.
12637 (python-fill-paragraph): Delete command.
12638 (python-fill-paragraph-function): New command.
12639 (python-send-buffer): Delete command.
12640 (python-shell-send-buffer): New command.
12641 (python-send-defun): Delete command.
12642 (python-shell-send-defun): New command.
12643 (python-send-region, python-send-region-and-go): Delete commands.
12644 (python-shell-send-region)
12645 (python-shell-switch-to-shell): New commands.
12646 (python-send-string): Delete command.
12647 (python-shell-send-string): New command.
12648 (python-switch-to-python): Delete command.
12649 (python-shell-switch-to-shell): New command.
12650 (python-describe-symbol): Delete command.
12651 (python-eldoc-at-point): New command.
12652 (python--set-prompt-regexp, python-args-to-list)
12653 (python-after-info-look, python-check-version)
12654 (python-check-comint-prompt, python-find-imports)
12655 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
12656 (python-unload-function, python-expand-template)
12657 (python-maybe-jython, python-preoutput-filter)
12658 (python-pdbtrack-get-source-buffer)
12659 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
12660 (python-pdbtrack-toggle-stack-tracking)
12661 (python-pdbtrack-track-stack-file, python-initial-text)
12662 (python-first-word, python-comment-line-p, python-send-command)
12663 (python-setup-brm, python-sentinel, python-set-proc)
12664 (python-skip-out, python-input-filter, python-outdent-p)
12665 (python-outline-level, python-backslash-continuation-line-p)
12666 (python-end-of-block, python-end-of-statement, python-mark-block)
12667 (python-beginning-of-block, python-beginning-of-statement)
12668 (python-blank-line-p, python-beginning-of-string)
12669 (python-open-block-statement-p): Delete functions.
12670 (python-indent-line, python-indent-line-1): Delete functions.
12671 (python-indent-line): New function.
12672 (python-indentation-levels): Delete function.
12673 (python-indent-calculate-levels): New function.
12674 (python-proc): Delete function.
12675 (python-shell-get-process): New function.
12676 (python-send-receive): Delete function.
12677 (python-shell-send-string-no-output): New function.
12678 (python-module-path): Delete function.
12679 (python-ffap-module-path): New function.
12680 (python-completion-at-point)
12681 (python-symbol-completions): Delete functions.
12682 (python-completion-complete-at-point): New function.
12683 (python-load-file): Delete function.
12684 (python-shell-send-file): New function.
12685 (python-calculate-indentation): Delete function.
12686 (python-indent-calculate-indentation): New function.
12687 (python-skip-comments/blanks): Delete function.
12688 (python-util-forward-comment): New function.
12689 (python-continuation-line-p): Delete function.
12690 (python-info-continuation-line-p): New function.
12691 (python-which-func, python-current-defun): Delete function.
12692 (python-info-current-defun): New function.
12693 (python-beginning-of-defun): Delete function.
12694 (python-nav-beginning-of-defun): New function.
12695 (python-close-block-statement-p)
12696 (python-block-end-p): Delete function.
12697 (python-info-closing-block): New function.
12698 (python-comint-output-filter-function)
12699 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
12700 (python-fill-comment, python-fill-decorator, python-fill-paren)
12701 (python-fill-string, python-imenu-make-element-tree)
12702 (python-imenu-make-tree, python-imenu-tree-assoc)
12703 (python-indent-context, python-indent-dedent-line)
12704 (python-indent-line-function)
12705 (python-indent-post-self-insert-function)
12706 (python-indent-toggle-levels)
12707 (python-info-assignment-continuation-line-p)
12708 (python-info-beginning-of-backlash)
12709 (python-info-block-continuation-line-p)
12710 (python-info-closing-block-message)
12711 (python-info-line-ends-backslash-p)
12712 (python-info-looking-at-beginning-of-defun)
12713 (python-info-ppss-context, python-info-ppss-context-type)
12714 (python-nav-list-defun-positions, python-nav-read-defun)
12715 (python-nav-sentence-end, python-nav-sentence-start)
12716 (python-pdbtrack-comint-output-filter-function)
12717 (python-pdbtrack-set-tracked-buffer)
12718 (python-shell-calculate-exec-path)
12719 (python-shell-calculate-process-environment)
12720 (python-shell-completion--do-completion-at-point)
12721 (python-shell-completion--get-completions)
12722 (python-shell-completion-complete-at-point)
12723 (python-shell-completion-complete-or-indent)
12724 (python-shell-get-or-create-process)
12725 (python-shell-get-process-name)
12726 (python-shell-internal-get-or-create-process)
12727 (python-shell-internal-get-process-name)
12728 (python-shell-internal-send-string, python-shell-make-comint)
12729 (python-shell-parse-command, python-shell-send-setup-code)
12730 (python-skeleton-add-menu-items)
12731 (python-util-clone-local-variables, python-util-position)
12732 (run-python-internal, python-indentation-levels)
12733 (python-nav-beginning-of-defun)
12734 (python-completion-complete-at-point): New functions.
12735 (run-python): Change arguments. New API requirements.
12736
12737 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12738
12739 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
12740 (bug#11649).
12741
12742 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
12743 (macroexp--expand-all): Use it.
12744
12745 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
12746 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
12747 Use `cl-function' instead.
12748
12749 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
12750
12751 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
12752 Suggested by Stefan Monnier while discussing bug#11657.
12753
12754 2012-06-14 Sam Steingold <sds@gnu.org>
12755
12756 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
12757
12758 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
12759
12760 * play/doctor.el (doctor-doc): Remove parameter and use
12761 doctor-sent instead of sent.
12762 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
12763
12764 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12765
12766 * files.el: Require cl-lib.
12767 (file-name-non-special): Replace case -> cl-case.
12768
12769 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
12770
12771 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
12772 mapping from #' to function*.
12773
12774 2012-06-13 Chong Yidong <cyd@gnu.org>
12775
12776 * mouse.el (mouse-drag-track): Do not set the mark if the user
12777 releases the mouse without selecting anything (Bug#11588).
12778
12779 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12780
12781 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
12782 as well (bug#11646).
12783
12784 * loadup.el: Count byte-code functions as well.
12785
12786 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
12787 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
12788
12789 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
12790 (bug#11649). Add cl-defun and cl-defmacro.
12791
12792 2012-06-13 Drew Adams <drew.adams@oracle.com>
12793
12794 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
12795 Fix last change.
12796
12797 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
12798
12799 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
12800 Otherwise, it blocks in batch mode.
12801
12802 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
12803
12804 * help-mode.el (bookmark-make-record-default): Declare.
12805
12806 2012-06-13 Chong Yidong <cyd@gnu.org>
12807
12808 * emacs-lisp/package.el (list-packages): Compute a list of
12809 packages that are newly-available since the last list-packages
12810 invocation.
12811 (package-menu--new-package-list): New var.
12812 (package-menu--generate, package-menu--print-info)
12813 (package-menu--status-predicate, package-menu-mark-install):
12814 Handle new status label "new".
12815
12816 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12817
12818 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
12819 conversion to backquotes.
12820
12821 2012-06-12 Chong Yidong <cyd@gnu.org>
12822
12823 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
12824 Rename from gud-inhibit-global-bindings.
12825
12826 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
12827
12828 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
12829 hook from nxml-glyph-set-hook.
12830
12831 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
12832 declaration.
12833
12834 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
12835
12836 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
12837 Convert to defcustom.
12838
12839 2012-06-12 Drew Adams <drew.adams@oracle.com>
12840
12841 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
12842 New functions.
12843 (help-mode): Use them.
12844
12845 2012-06-11 Glenn Morris <rgm@gnu.org>
12846
12847 * progmodes/fortran.el (fortran-font-lock-keywords-3):
12848 Use preprocessor face for directives.
12849 (fortran-directive-re): Doc fix.
12850
12851 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12852
12853 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
12854 conversion to backquotes (bug#11652).
12855
12856 Fix compiler-expansion of CL's cXXr functions (bug#11673).
12857 * emacs-lisp/cl-lib.el (cl--defalias): New function.
12858 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
12859 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
12860 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
12861 (cl-ninth, cl-tenth): Mark them as inlinable.
12862 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
12863 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
12864 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
12865 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
12866 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
12867 (cl-list*, cl-adjoin): Don't put an autoload manually.
12868 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
12869 (cl--compiler-macro-list*): Add autoload cookie.
12870 (cl--compiler-macro-cXXr): New function.
12871
12872 * help-fns.el (help-fns--compiler-macro): New function extracted from
12873 describe-function-1; follow aliases and use `compiler-macro' property.
12874 (describe-function-1): Use it.
12875
12876 2012-06-11 Chong Yidong <cyd@gnu.org>
12877
12878 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
12879 is uninstalled, if imagemagick is installed.
12880
12881 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12882
12883 * emacs-lisp/cl-lib.el: Use lexical-binding.
12884 (cl-map-extents, cl-maclisp-member): Remove.
12885 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
12886 (cl--set-substring, cl--block-wrapper, cl--block-throw)
12887 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
12888 * emacs-lisp/cl-extra.el: Use lexical-binding.
12889 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
12890 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
12891 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
12892 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
12893 * emacs-lisp/cl-seq.el: Use lexical-binding.
12894 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
12895 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
12896 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
12897 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
12898 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
12899 CL's internals.
12900
12901 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
12902
12903 Sync with Tramp 2.2.6-pre.
12904
12905 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
12906 `print-length' and `print-level' to nil, in order to avoid
12907 truncation. Reported by Christopher Schmidt
12908 <christopher@ristopher.com>.
12909
12910 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
12911
12912 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
12913 New defmacro.
12914 (tramp-compat-copy-directory): Add optional argument
12915 COPY-CONTENTS. It is not handled yet.
12916
12917 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
12918 (tramp-ftp-file-name-p): Simplify.
12919
12920 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
12921 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
12922 connection vector.
12923
12924 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
12925 (tramp-methods): Do not use `tramp-password-end-of-line'.
12926 (tramp-completion-function-alist-putty): Handle UNIX case.
12927 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
12928 (tramp-do-file-attributes-with-stat)
12929 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
12930 gid as real numbers. They could run out of integer range on cygwin.
12931 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
12932 (tramp-sh-handle-expand-file-name): Handle hops.
12933 (tramp-open-connection-setup-interactive-shell):
12934 Use `tramp-cleanup'. Move check for busyboxes ...
12935 (tramp-find-shell): ... here. Simplify implementation.
12936 Set "remote-shell" property also for alternative shells.
12937 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
12938 If failing, a regular file would be written otherwise.
12939 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
12940 (tramp-find-inline-encoding): Cache the coding commands in the
12941 process cache. Apply test command on the remote side, if defined.
12942 (tramp-find-inline-compress): Cache the compress commands in the
12943 process cache.
12944 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
12945 when requested. Handle hops.
12946 (tramp-current-connection): New defvar.
12947 (tramp-maybe-open-connection): Use `tramp-cleanup'.
12948 Throw `suppress', if there was a failed connection shortly before.
12949 Handle user interrupt. (Bug#10187)
12950 (tramp-get-inline-compress, tramp-get-inline-coding):
12951 Read connection properties from the process cache.
12952
12953 * net/tramp-smb.el (tramp-smb-server-version)
12954 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
12955 New defconsts.
12956 (tramp-smb-prompt): Extend for powershell prompt.
12957 (tramp-smb-file-name-handler-alist): Add handlers for
12958 `process-file', `shell-command' and `start-file-process'.
12959 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
12960 (tramp-smb-winexe-shell-command-switch): New defcustoms.
12961 (tramp-smb-file-name-p): Simplify.
12962 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
12963 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
12964 (tramp-smb-shell-quote-argument): New defuns.
12965 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
12966 Implement using "tar". By this, time-stamps are preserved.
12967 (tramp-smb-handle-copy-file): Handle also the case of directories.
12968 (tramp-smb-do-file-attributes-with-stat)
12969 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
12970 Use `tramp-get-connection-buffer').
12971 (tramp-smb-handle-rename-file): Use "rename", when source and
12972 target are on the same share.
12973 (tramp-smb-maybe-open-connection): Handle wrong passwords.
12974 Use `tramp-smb-server-version'.
12975 (tramp-smb-wait-for-output): Remove prompt.
12976
12977 * net/tramp.el (top): Require 'cl.
12978 (tramp-methods, tramp-rsh-end-of-line):
12979 Remove `tramp-password-end-of-line' from docstring.
12980 (tramp-save-ad-hoc-proxies): New defcustom.
12981 (tramp-completion-function-alist): Adapt docstring.
12982 (tramp-default-password-end-of-line): Remove defcustom.
12983 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
12984 (tramp-user-regexp, tramp-file-name-regexp-unified)
12985 (tramp-file-name-regexp-url): Extend regexp by hop separator.
12986 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
12987 (tramp-remote-file-name-spec-regexp): New defconst.
12988 (tramp-file-name-structure): Extend structure for hops.
12989 (tramp-get-method-parameter): Move up.
12990 (tramp-file-name-p, tramp-dissect-file-name)
12991 (with-parsed-tramp-file-name): Handle hops.
12992 (tramp-file-name-hop): New defun.
12993 (tramp-make-tramp-file-name): New optional arg HOP.
12994 (tramp-message-show-progress-reporter-message): New defvar.
12995 (tramp-with-progress-reporter): Use it. We cannot use
12996 `tramp-message-show-message' here, because this suppresses also
12997 error buffers.
12998 (tramp-error-with-buffer): Suppress buffer view, if
12999 `tramp-message-show-message' is nil.
13000 Use `tramp-get-connection-buffer'.
13001 (tramp-cleanup): New defun.
13002 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
13003 (tramp-file-name-handler): If `debug-on-error' is set, propagate
13004 an error unchanged.
13005 (tramp-completion-handle-file-name-all-completions): Handle hops.
13006 Fix an error when called from ido.
13007 (tramp-completion-dissect-file-name): Use better local variable
13008 name. Add hop to the vector.
13009 (tramp-handle-insert-file-contents): Use progress-reporter for the
13010 whole scenario.
13011 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
13012 to `t'.
13013 (tramp-check-for-regexp): Simplify search.
13014 (tramp-enter-password): Remove it. Move implementation ...
13015 (tramp-action-password): ... here.
13016 (tramp-mode-string-to-int, tramp-local-host-p)
13017 (tramp-make-tramp-temp-file, tramp-read-passwd)
13018 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
13019 Set tramp-autoload cookie.
13020
13021 * net/trampver.el: Update release number.
13022
13023 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13024 Michael Albinus <michael.albinus@gmx.de>
13025
13026 * net/tramp.el (tramp-set-completion-function): Fix docstring.
13027 (tramp-parse-group, tramp-parse-file)
13028 (tramp-parse-shostkeys-sknownhosts): New defuns.
13029 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
13030 (tramp-parse-shosts-group, tramp-parse-sconfig)
13031 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
13032 (tramp-parse-sknownhosts, tramp-parse-hosts)
13033 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
13034 Use them.
13035 (tramp-parse-passwd-group, tramp-parse-netrc-group)
13036 (tramp-parse-putty-group): Don't narrow.
13037 (tramp-parse-putty): Make a loop.
13038 (tramp-file-name-handler): Catch the `suppress' signal.
13039
13040 2012-06-11 Chong Yidong <cyd@gnu.org>
13041
13042 * image.el (imagemagick-register-types): Put the ImageMagick entry
13043 at the end of image-type-file-name-regexps.
13044
13045 2012-06-11 Johan Bockgård <bojohan@gnu.org>
13046
13047 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
13048 (pcase, pcase-let*, pcase-dolist): Use them.
13049
13050 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13051
13052 * emacs-lisp/pcase.el (pcase--let*): New function.
13053 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
13054 (pcase--expand): Use macroexp-let².
13055
13056 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
13057
13058 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
13059 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
13060 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
13061 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
13062 * emacs-lisp/derived.el: Use pcase instead of `cl'.
13063 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
13064
13065 2012-06-10 Glenn Morris <rgm@gnu.org>
13066
13067 * mail/rmail.el (rmail-yank-current-message): Leave point at
13068 correct position. (Bug#11660)
13069
13070 2012-06-10 Chong Yidong <cyd@gnu.org>
13071
13072 * allout-widgets.el: Fix code header.
13073
13074 2012-06-10 Chong Yidong <cyd@gnu.org>
13075
13076 * cus-edit.el (customize-changed-options-previous-release):
13077 Bump to 24.1.
13078
13079 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
13080
13081 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
13082
13083 2012-06-09 Chong Yidong <cyd@gnu.org>
13084
13085 * ebuff-menu.el (electric-buffer-list): Preserve header line.
13086
13087 2012-06-09 Martin Rudalics <rudalics@gmx.at>
13088
13089 * window.el (special-display-popup-frame): Don't use
13090 window--display-buffer (Bug#11651).
13091
13092 2012-06-09 Eli Zaretskii <eliz@gnu.org>
13093
13094 Fix parallel builds: make sure loaddefs.el is not being written
13095 while Lisp files are compiled.
13096 (compile): Don't depend on 'mh-autoloads'.
13097 (compile-CMD, compile-SH): Depend on 'autoloads'.
13098 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
13099
13100 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
13101
13102 2012-06-09 Chong Yidong <cyd@gnu.org>
13103
13104 * face-remap.el (face-remap-add-relative, face-remap-set-base)
13105 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
13106 Doc fixes (Bug#11225).
13107
13108 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
13109
13110 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
13111 a function if there's a clear indication that it has a compiler-macro.
13112 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
13113 (macro-declarations-alist): Add arglist to declaration functions.
13114 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
13115 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
13116 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
13117 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
13118 Also add autoload to find the compiler macro.
13119 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
13120 (cl--compiler-macro-member, cl--compiler-macro-assoc)
13121 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
13122 (cl--compiler-macro-get): New functions, replacing calls to
13123 cl-define-compiler-macro.
13124 (cl-typep) [compiler-macro]: Use macroexp-let².
13125
13126 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
13127
13128 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
13129 string properly, fixes Bug#11473.
13130
13131 2012-06-08 Chong Yidong <cyd@gnu.org>
13132
13133 * faces.el (set-face-attribute): Doc fix.
13134 (modify-face): Don't use :bold and :italic.
13135 (error, warning, success): Tweak definitions.
13136
13137 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
13138 (custom-modified, custom-set, custom-changed, custom-themed)
13139 (custom-saved, custom-button, custom-button-mouse)
13140 (custom-button-pressed, custom-state, custom-comment-tag)
13141 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
13142 (custom-group-subtitle): Use new-style face specs.
13143 (custom-invalid-face, custom-rogue-face, custom-modified-face)
13144 (custom-set-face, custom-changed-face, custom-saved-face)
13145 (custom-button-face, custom-button-pressed-face)
13146 (custom-documentation-face, custom-state-face)
13147 (custom-comment-face, custom-comment-tag-face)
13148 (custom-variable-tag-face, custom-variable-button-face)
13149 (custom-face-tag-face, custom-group-tag-face-1)
13150 (custom-group-tag-face): Remove obsolete face alias.
13151
13152 * epa.el (epa-validity-high, epa-validity-medium)
13153 (epa-validity-low, epa-mark, epa-field-name, epa-string)
13154 (epa-field-name, epa-field-body):
13155 * font-lock.el (font-lock-comment-face, font-lock-string-face)
13156 (font-lock-keyword-face, font-lock-builtin-face)
13157 (font-lock-function-name-face, font-lock-variable-name-face)
13158 (font-lock-type-face, font-lock-constant-face):
13159 * ido.el (ido-first-match, ido-only-match, ido-subdir)
13160 (ido-virtual, ido-indicator, ido-incomplete-regexp):
13161 * speedbar.el (speedbar-button-face, speedbar-file-face)
13162 (speedbar-directory-face, speedbar-tag-face)
13163 (speedbar-selected-face, speedbar-highlight-face)
13164 (speedbar-separator-face):
13165 * whitespace.el (whitespace-newline, whitespace-space)
13166 (whitespace-hspace, whitespace-tab, whitespace-trailing)
13167 (whitespace-line, whitespace-space-before-tab)
13168 (whitespace-space-after-tab, whitespace-indentation)
13169 (whitespace-empty):
13170 * emulation/cua-base.el (cua-global-mark):
13171 * eshell/em-prompt.el (eshell-prompt):
13172 * net/newst-plainview.el (newsticker-new-item-face)
13173 (newsticker-old-item-face, newsticker-immortal-item-face)
13174 (newsticker-obsolete-item-face, newsticker-date-face)
13175 (newsticker-statistics-face, newsticker-default-face):
13176 * net/newst-reader.el (newsticker-feed-face)
13177 (newsticker-extra-face, newsticker-enclosure-face):
13178 * net/newst-treeview.el (newsticker-treeview-face)
13179 (newsticker-treeview-new-face, newsticker-treeview-old-face)
13180 (newsticker-treeview-immortal-face)
13181 (newsticker-treeview-obsolete-face)
13182 (newsticker-treeview-selection-face):
13183 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
13184 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
13185 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
13186 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
13187 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
13188 (nxml-outline-active-indicator, nxml-outline-ellipsis):
13189 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
13190 (mpuz-text):
13191 * progmodes/vera-mode.el (vera-font-lock-number)
13192 (vera-font-lock-function, vera-font-lock-interface):
13193 * textmodes/table.el (table-cell): Use new-style face specs, and
13194 don't use the old :bold and :italic attributes.
13195
13196 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
13197 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
13198 (ebrowse-member-class, ebrowse-progress): Likewise.
13199 (ebrowse-tree-mark-face, ebrowse-root-class-face)
13200 (ebrowse-file-name-face, ebrowse-default-face)
13201 (ebrowse-member-attribute-face, ebrowse-member-class-face)
13202 (ebrowse-progress-face): Remove obsolete faces.
13203
13204 * progmodes/flymake.el (flymake-errline, flymake-warnline):
13205 Inherit from error and warning faces respectively.
13206
13207 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13208 Likewise.
13209 (flyspell-incorrect-face, flyspell-duplicate-face):
13210 Remove obsolete aliases.
13211
13212 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
13213
13214 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
13215 Avoid infloop.
13216
13217 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
13218
13219 * startup.el (argv, argi): Make lexically scoped.
13220 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
13221 * emacs-lisp/cl-macs.el: Use lexical-binding.
13222 Rename cl-bind-* to cl--bind-*.
13223 * files.el: Don't require `cl' since it doesn't use it.
13224 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
13225
13226 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
13227
13228 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
13229 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
13230 instead of calling external sort utility.
13231 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
13232
13233 2012-06-08 Eli Zaretskii <eliz@gnu.org>
13234
13235 * descr-text.el (describe-char): Mention how to insert the
13236 character, if the current input method doesn't support it.
13237 See the discussion in this thread for the details:
13238 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
13239
13240 2012-06-08 Sam Steingold <sds@gnu.org>
13241
13242 * bindings.el (global-map): Bind XF86Forward to next-buffer and
13243 XF86Back to previous-buffer.
13244 (minibuffer-local-map): Bind them to next-history-element and
13245 previous-history-element respectively.
13246 * help-mode.el (help-mode-map): Bind them to help-go-forward and
13247 help-go-back respectively.
13248 * info.el (Info-mode-map): Bind them to Info-history-forward and
13249 Info-history-back respectively.
13250 These are the keys next to Up on the ThinkPad keyboard.
13251
13252 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
13253
13254 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
13255 * emacs-lisp/cl-macs.el: Provide itself.
13256 (cl--labels-convert-cache): New var.
13257 (cl--labels-convert): New function.
13258 (cl-flet, cl-labels): New implementation with new semantics, relying on
13259 lexical-binding.
13260 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
13261 (cl-closure-vars, cl--function-convert-cache)
13262 (cl--function-convert): Move from cl-macs.el.
13263 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
13264 rename by removing the "cl-" prefix.
13265 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
13266
13267 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13268
13269 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
13270 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
13271 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
13272 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
13273 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
13274 (cl-hash-table-count): Add old compatibility aliases.
13275
13276 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
13277 Use macroexpand-all-environment instead.
13278 (cl--old-macroexpand): New var.
13279 (cl--sm-macroexpand): New function.
13280 (cl-symbol-macrolet): Use it during macro expansion.
13281 (cl--function-convert-cache): New var.
13282 (cl--function-convert): New function, extracted from
13283 cl-macroexpand-all.
13284 (cl-lexical-let): Use it.
13285
13286 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
13287 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
13288 (cl-member): Remove old alias.
13289
13290 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
13291 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
13292 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
13293 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
13294 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
13295 (cl-macroexpand-cmacs): Remove var.
13296 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
13297 Use macroexpand-all instead.
13298
13299 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13300
13301 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
13302 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
13303 (macroexp-copyable-p): New functions and macros.
13304 * emacs-lisp/edebug.el (edebug-unwrap):
13305 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
13306 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
13307 (pcase--let*): Remove.
13308 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
13309 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
13310 macroexp-const-p instead.
13311 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
13312
13313 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
13314 instead of "cl-" for internal definitions. Use macroexp-const-p.
13315 (cl-old-bc-file-form): Remove var.
13316 (cl-const-exprs-p): Remove fun.
13317 (cl-labels, cl-macrolet): Use backquote.
13318 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
13319 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
13320 (cl-define-setf-expander): Rename from cl-define-setf-method.
13321 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
13322
13323 * international/mule-cmds.el: Don't require CL.
13324 (view-hello-file): Don't use `letf'.
13325
13326 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13327
13328 * tmm.el (tmm-prompt): Use string-prefix-p.
13329 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
13330 (tmm-add-prompt): Use minibuffer-completion-help.
13331 (tmm-delete-map): Remove.
13332
13333 * subr.el (kbd): Make it its own function.
13334
13335 2012-06-07 Stefan Merten <smerten@oekonux.de>
13336
13337 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
13338 Silence compiler warnings. Fix versions.
13339 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
13340 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
13341 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
13342 (rst-package-emacs-version-alist): Correct Emacs version to
13343 represent major merge with upstream.
13344 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
13345
13346 2012-06-06 Glenn Morris <rgm@gnu.org>
13347
13348 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
13349 Only print environment variables if set.
13350
13351 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
13352
13353 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
13354 (macroexp--cons): Rename from maybe-cons.
13355 (macroexp--accumulate): Rename from macroexp-accumulate.
13356 (macroexp--all-forms): Rename from macroexpand-all-forms.
13357 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
13358 (macroexp--expand-all): Rename from macroexpand-all-1.
13359
13360 2012-06-06 Sam Steingold <sds@gnu.org>
13361
13362 * calendar/calendar.el (calendar-in-read-only-buffer):
13363 Call `special-mode' to enable the standard read-only keybindings.
13364
13365 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
13366
13367 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
13368 with "loading" messages (bug#11635).
13369
13370 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
13371
13372 * files.el (enable-remote-dir-locals): New option.
13373 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
13374
13375 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
13376 Ensure, that the temp directory is local.
13377
13378 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
13379 `temporary-file-directory'.
13380
13381 * progmodes/python.el (python-send-region): Ensure, that the
13382 temporary file is created also in the remote case.
13383
13384 2012-06-06 Glenn Morris <rgm@gnu.org>
13385
13386 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
13387 (vc-rcs-update-changelog): Use it.
13388
13389 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
13390
13391 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
13392 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
13393 (vc-sccs-diff): Replace use of the external vcdiff script.
13394
13395 2012-06-05 Glenn Morris <rgm@gnu.org>
13396
13397 * ledit.el: Move to obsolete/.
13398
13399 2012-06-05 Sam Steingold <sds@gnu.org>
13400
13401 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
13402 patch (Bug#11140).
13403
13404 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13405
13406 * emacs-lisp/cust-print.el: Move to obsolete.
13407
13408 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
13409 compiler-macro expansion.
13410
13411 Add native compiler-macro support.
13412 * emacs-lisp/macroexp.el (macroexpand-all-1):
13413 Support compiler-macros directly. Properly follow aliases and apply
13414 the compiler macros more thoroughly.
13415 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
13416 macroexpand now properly follows aliases.
13417 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
13418 (cl-compiler-macroexpand): Use new prop.
13419 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
13420
13421 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
13422
13423 2012-06-05 Martin Rudalics <rudalics@gmx.at>
13424
13425 * window.el (get-lru-window, get-mru-window, get-largest-window):
13426 New argument NOT-SELECTED to avoid picking the selected window.
13427 (window--display-buffer-1, window--display-buffer-2): Replace by
13428 new function window--display-buffer
13429 (display-buffer-same-window, display-buffer-reuse-window)
13430 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13431 Use window--display-buffer.
13432 (display-buffer-use-some-window): Remove temporary dedication
13433 hack by calling get-lru-window and get-largest-window with
13434 NOT-SELECTED argument non-nil. Call window--display-buffer.
13435
13436 2012-06-05 Glenn Morris <rgm@gnu.org>
13437
13438 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
13439 Replace external vcdiff script.
13440
13441 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13442
13443 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
13444
13445 2012-06-04 Chong Yidong <cyd@gnu.org>
13446
13447 * image.el (imagemagick-types-inhibit): Revert last change.
13448 Add INFO and M.
13449 (imagemagick-enabled-types): Remove CIN and EPS*.
13450
13451 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13452
13453 * emacs-lisp/cl-lib.el: Rename from cl.el.
13454 * emacs-lisp/cl.el: New compatibility file.
13455 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
13456 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
13457 to obey the "cl-" prefix.
13458 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
13459
13460 2012-06-03 Glenn Morris <rgm@gnu.org>
13461
13462 * emacs-lisp/authors.el (authors-aliases): Addition.
13463
13464 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
13465 Fix :version.
13466
13467 2012-06-03 Stefan Merten <smerten@oekonux.de>
13468
13469 * textmodes/rst.el: Add comments.
13470 (rst-transition, rst-adornment): New faces.
13471 (rst-adornment-faces-alist): Make default safe to reevaluate.
13472 Fixes
13473 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
13474 Improve customization tags.
13475 (rst-define-level-faces): Clarify meaning.
13476
13477 2012-06-03 Chong Yidong <cyd@gnu.org>
13478
13479 * progmodes/compile.el (compilation-mode-line-fail)
13480 (compilation-mode-line-run, compilation-mode-line-exit):
13481 New faces.
13482 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
13483
13484 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
13485
13486 * progmodes/which-func.el (which-func-update-ediff-windows):
13487 New function. Use it in ediff-select-hook (Bug#11478).
13488
13489 2012-06-03 Chong Yidong <cyd@gnu.org>
13490
13491 * bindings.el: Remove explicit help text from format-mode-line.
13492 It is now supplied by mode-line-default-help-echo.
13493 (mode-line-front-space, mode-line-end-spaces)
13494 (mode-line-misc-info): New variables.
13495 (mode-line-modes, mode-line-position): Move the default value to
13496 the variable definition.
13497 (mode-line-default-help-echo): New defcustom.
13498 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
13499 (mode-line-modified-help-echo): New functions.
13500 (mode-line-mule-info, mode-line-modified): Use them.
13501 (mode-line-eol-desc, propertized-buffer-identification):
13502 Consistency fixes for help text.
13503 (mode-line-coding-system-map): Allow using mouse-3 to invoke
13504 set-buffer-file-coding-system (Bug#289).
13505 (mode-line-mule-info-help-echo): Update help text.
13506
13507 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13508
13509 * simple.el (execute-extended-command): Set real-this-command
13510 (bug#11506).
13511
13512 2012-06-02 Chong Yidong <cyd@gnu.org>
13513
13514 Remove incorrect uses of "modeline" in comments, docstrings, and
13515 function/variable names (Bug#10329).
13516
13517 * cus-edit.el (mode-line):
13518 * dframe.el (dframe-mouse-hscroll):
13519 * emacs-lisp/re-builder.el:
13520 * emacs-lisp/easy-mmode.el (define-minor-mode):
13521 * frame.el (set-frame-name):
13522 * help.el (lookup-minor-mode-from-indicator):
13523 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
13524 * progmodes/cc-cmds.el (c-toggle-auto-newline)
13525 (c-toggle-hungry-state):
13526 * progmodes/antlr-mode.el (antlr-language-alist):
13527 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
13528 * progmodes/vhdl-mode.el (vhdl-mode):
13529 * progmodes/which-func.el (which-func, which-func-cleanup-function):
13530 * term/ns-win.el (ns-face-at-pos):
13531 * term/sup-mouse.el (sup-mouse-report):
13532 * textmodes/flyspell.el (flyspell-mode-line-string):
13533 * textmodes/ispell.el (ispell-highlight-face):
13534 * textmodes/reftex-global.el:
13535 * vc/vc-arch.el (vc-arch-mode-line-string):
13536 * vc/vc-cvs.el (vc-cvs-mode-line-string):
13537 * vc/vc-git.el (vc-git-mode-line-string):
13538 * vc/vc-hooks.el (vc-display-status)
13539 (vc-default-mode-line-string):
13540 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
13541
13542 * ansi-color.el (ansi-color-faces-vector): Change default faces.
13543
13544 * dired.el (dired-sort-set-mode-line): Rename from
13545 dired-sort-set-modeline. All callers changed.
13546
13547 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
13548 eshell-status-in-modeline.
13549
13550 * foldout.el (foldout-mode-line-string): Rename from
13551 foldout-modeline-string. All callers changed.
13552 (foldout-update-mode-line): Rename from foldout-update-modeline.
13553
13554 * subr.el (redraw-modeline): Make into obsolete alias.
13555
13556 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
13557 timeclock-modeline-display. Make old name an alias.
13558 (timeclock-update-mode-line): Likewise. All callers changed.
13559 (timeclock-mode-line-display): No need to check before using
13560 add-hook.
13561 (timeclock-relative, timeclock-day-over-hook)
13562 (timeclock-use-elapsed, timeclock-mode-string)
13563 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
13564
13565 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
13566 crisp-mode-modeline-string.
13567
13568 * play/solitaire.el (solitaire-build-mode-line): Rename from
13569 solitaire-build-modeline. All callers changed.
13570
13571 * play/zone.el (zone-hiding-mode-line): Rename from
13572 zone-hiding-modeline. All callers changed.
13573 (zone): Remove unusued `modeline-hidden-level' property.
13574
13575 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
13576 xscheme-modeline-initialize. All callers changed.
13577
13578 * strokes.el (strokes-lighter): Rename from
13579 strokes-modeline-string.
13580
13581 * textmodes/sgml-mode.el (html-face-tag-alist)
13582 (html-tag-face-alist): Use mode-line face instead of obsolete
13583 alias modeline.
13584
13585 2012-06-02 Stefan Merten <smerten@oekonux.de>
13586
13587 * textmodes/rst.el: Always require `cl'.
13588 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
13589
13590 2012-06-02 Chong Yidong <cyd@gnu.org>
13591
13592 * image.el (imagemagick-enabled-types): Rename from
13593 imagemagick-types-enable. Add many more types.
13594 (imagemagick-types-inhibit): Change default to nil.
13595 (imagemagick-filter-types): Caller changed.
13596
13597 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13598
13599 * emacs-lisp/cl-macs.el: Use backquotes.
13600 (cl-transform-function-property): Use eval-and-compile rather than
13601 abusing `require'.
13602 (defstruct): Use declare-function instead of with-no-warnings.
13603
13604 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
13605 (byte-compile-output-docform): Re-add the print-circle bindings.
13606 (byte-compile-fix-header): Use #$ just because it's shorter.
13607 (byte-compile-output-file-form): Remove defun/defmacro.
13608
13609 2012-06-01 Martin Rudalics <rudalics@gmx.at>
13610
13611 * simple.el (choose-completion): Remove now obsolete binding for
13612 owindow.
13613
13614 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
13615
13616 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
13617 in order to avoid "Stack overflow in regexp matcher".
13618
13619 2012-05-31 Glenn Morris <rgm@gnu.org>
13620
13621 * image.el: For clarity, call imagemagick-register-types at
13622 top-level, rather than relying on a custom :initialize.
13623 (imagemagick-types-enable): New option. (Bug#11557)
13624 (imagemagick-filter-types): New function. (Bug#7406)
13625 (imagemagick-register-types): Use imagemagick-filter-types.
13626 If disabling support, remove elements altogether rather
13627 than using an impossible regexp.
13628 (imagemagick-types-inhibit): Give it the default init function.
13629
13630 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13631
13632 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
13633 Handle arbitrary file name lengths (Bug#11585).
13634
13635 2012-05-31 Martin Rudalics <rudalics@gmx.at>
13636
13637 * desktop.el (desktop-read): Clear previous and next buffers for
13638 all windows and bury *Messages* buffer (bug#11556).
13639
13640 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13641
13642 Add `declare' for `defun'. Align `defmacro's with it.
13643 * emacs-lisp/easy-mmode.el (define-minor-mode)
13644 (define-globalized-minor-mode): Don't autoload the var definitions.
13645 * emacs-lisp/byte-run.el: Use lexical-binding.
13646 (defun-declarations-alist, macro-declarations-alist): New vars.
13647 (defmacro, defun): Use them.
13648 (make-obsolete, define-obsolete-function-alias)
13649 (make-obsolete-variable, define-obsolete-variable-alias):
13650 Use `declare'.
13651 (macro-declaration-function): Mark obsolete.
13652 * emacs-lisp/autoload.el: Use lexical-binding.
13653 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
13654
13655 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13656
13657 * textmodes/ispell.el (ispell-with-no-warnings):
13658 Define as a macro.
13659 (ispell-kill-ispell, ispell-change-dictionary):
13660 Use `called-interactively-p' for Emacs instead of obsolete
13661 `interactive-p'.
13662
13663 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13664
13665 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
13666 (macro-declaration-function): Move var from C code.
13667 (macro-declaration-function): Define function with defalias.
13668 * emacs-lisp/macroexp.el (macroexpand-all-1):
13669 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
13670 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
13671 defun/defmacro any more.
13672 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
13673 Provide fallback for unknown arglist.
13674 (byte-compile-arglist-warn): Change calling convention.
13675 (byte-compile-output-file-form): Move print-vars binding.
13676 (byte-compile-output-docform): Simplify accordingly.
13677 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
13678 (byte-compile-defmacro-declaration): Remove.
13679 (byte-compile-file-form-defmumble): Generalize to defalias.
13680 (byte-compile-output-as-comment): Return byte-positions.
13681 Simplify callers accordingly.
13682 (byte-compile-lambda): Use `assert'.
13683 (byte-compile-defun, byte-compile-defmacro): Remove.
13684 (byte-compile-file-form-defalias):
13685 Use byte-compile-file-form-defmumble.
13686 (byte-compile-defalias-warn): Remove.
13687
13688 2012-05-29 Stefan Merten <smerten@oekonux.de>
13689
13690 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
13691 possible. Fix authors. Improve comments. Improve loading of `cl'.
13692
13693 (rst-mode-abbrev-table): Merge definition.
13694 (rst-mode): Make sure `font-lock-defaults' is buffer local.
13695 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
13696
13697 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
13698
13699 * calendar/icalendar.el
13700 (icalendar-export-region): Export UID properly.
13701
13702 2012-05-29 Leo Liu <sdl.web@gmail.com>
13703 * calendar/icalendar.el (icalendar-import-format):
13704 Add `icalendar-import-format-uid' (Bug#11525).
13705 (icalendar-import-format-uid): New.
13706 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
13707 Export UID.
13708
13709 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
13710
13711 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
13712 different alternative patterns.
13713 (pcase-codegen): Be more careful to preserve identity.
13714 (pcase--u1): Don't forget to mark vars as used.
13715
13716 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
13717 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
13718 (byte-compile-from-buffer): ...rather than here.
13719
13720 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
13721 functions from byte-compile-function-environment.
13722
13723 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
13724
13725 * window.el (window-deletable-p): Avoid deleting the root window
13726 of a frame with an active minibuffer.
13727
13728 2012-05-29 Martin Rudalics <rudalics@gmx.at>
13729
13730 * simple.el (choose-completion): Use quit-window (Bug#11567).
13731
13732 2012-05-29 Chong Yidong <cyd@gnu.org>
13733
13734 * whitespace.el (whitespace-cleanup): Fix usage of
13735 whitespace-empty-at-bob-regexp (Bug#11492).
13736
13737 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13738
13739 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
13740 revert (Bug#11488).
13741
13742 2012-05-29 Juri Linkov <juri@jurta.org>
13743
13744 * isearch.el (isearch-mode-map): Bind `M-s _' to
13745 `isearch-toggle-symbol'. Bind `M-s c' to
13746 `isearch-toggle-case-fold'.
13747 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
13748 (isearch-forward): Add `M-s _' to the docstring.
13749 (isearch-forward-symbol, isearch-toggle-case-fold)
13750 (isearch-symbol-regexp): New functions. (Bug#11381)
13751
13752 2012-05-29 Juri Linkov <juri@jurta.org>
13753
13754 * isearch.el (isearch-word): Add docstring. (Bug#11381)
13755 (isearch-occur, isearch-search-and-update): If `isearch-word' is
13756 a function, call it to get the regexp.
13757 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
13758 property `isearch-message-prefix' instead of the string "word ".
13759 (isearch-search-fun-default): For the case of `isearch-word',
13760 return a lambda that calls re-search-forward/re-search-backward
13761 with a regexp returned by `word-search-regexp' or by the function
13762 in `isearch-word'.
13763
13764 2012-05-29 Juri Linkov <juri@jurta.org>
13765
13766 * isearch.el (isearch-search-fun-default): New function.
13767 (isearch-search-fun): Move default part to the new function
13768 `isearch-search-fun-default'.
13769 (isearch-search-fun-function): Set the default value to
13770 `isearch-search-fun-default'. (Bug#11381)
13771
13772 * comint.el (comint-history-isearch-end):
13773 Use `isearch-search-fun-default'.
13774 (comint-history-isearch-search): Use `isearch-search-fun-default'
13775 and remove spacial case for `isearch-word'.
13776 (comint-history-isearch-wrap): Remove spacial case for
13777 `isearch-word'.
13778
13779 * hexl.el (hexl-isearch-search-function):
13780 Use `isearch-search-fun-default'.
13781
13782 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
13783 Use `word-search-regexp' for `isearch-word'.
13784
13785 * misearch.el (multi-isearch-search-fun):
13786 Use `isearch-search-fun-default'.
13787
13788 * simple.el (minibuffer-history-isearch-search):
13789 Use `isearch-search-fun-default' and remove spacial case for
13790 `isearch-word'.
13791 (minibuffer-history-isearch-wrap): Remove spacial case for
13792 `isearch-word'.
13793
13794 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
13795 Remove spacial case for `isearch-word'.
13796 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
13797
13798 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13799
13800 Decrease XEmacs incompatibilities.
13801 * textmodes/flyspell.el (flyspell-check-pre-word-p):
13802 Use `string-match'.
13803 (flyspell-delete-region-overlays): Use alternative definition for
13804 XEmacs.
13805 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
13806 (flyspell-word): Use `process-kill-without-query' if XEmacs.
13807 (flyspell-mode-on): Use `interactive-p' if XEmacs.
13808 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
13809 `define-obsolete-face-alias' under XEmacs, but old method.
13810
13811 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
13812 `with-no-warnings' definition or Emacs alias.
13813 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
13814 (ispell-word): Do not use `region-p' if XEmacs.
13815
13816 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13817
13818 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13819 Check for `ispell-dictionary-base-alist' instead of full
13820 `ispell-dictionary-alist'.
13821 (ispell-init-process): Show spellchecker when starting new Ispell
13822 process.
13823
13824 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13825
13826 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
13827 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
13828
13829 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
13830
13831 * version.el (motif-version-string, gtk-version-string)
13832 (ns-version-string): Declare.
13833
13834 2012-05-27 Juri Linkov <juri@jurta.org>
13835
13836 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
13837 after the `eval-defun-1' specialcaseing
13838 like in `edebug-eval-defun' (bug#10181).
13839
13840 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
13841 like in `eval-defun-1'.
13842
13843 2012-05-27 Eli Zaretskii <eliz@gnu.org>
13844
13845 * mail/sendmail.el (mail-yank-region):
13846 Recognize rmail-yank-current-message in addition to insert-buffer.
13847 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
13848 a *mail* buffer created through rmail-start-mail with sendmail as
13849 mail-user-agent.
13850
13851 2012-05-27 Chong Yidong <cyd@gnu.org>
13852
13853 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
13854 Default to 256 (Bug#11267).
13855
13856 * help.el (describe-mode): Doc fix.
13857
13858 2012-05-26 Glenn Morris <rgm@gnu.org>
13859
13860 * w32-fns.el (w32-init-info): Remove.
13861 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
13862
13863 * info.el (info-initialize): For self-contained NS builds, put the
13864 included info/ directory at the front. (Bug#2791)
13865
13866 * paths.el (Info-default-directory-list): Make it a defcustom,
13867 mainly so that we can use custom-initialize-delay.
13868
13869 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
13870
13871 * subr.el (buffer-has-markers-at): Mark obsolete.
13872
13873 * subr.el (lambda): Use declare.
13874
13875 * emacs-lisp/lisp-mode.el (lambda):
13876 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
13877
13878 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13879
13880 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
13881
13882 2012-05-26 Glenn Morris <rgm@gnu.org>
13883
13884 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
13885
13886 2012-05-25 Glenn Morris <rgm@gnu.org>
13887
13888 * paths.el: Remove no-byte-compile.
13889 * loadup.el: No need to load paths.el uncompiled.
13890
13891 * image.el (imagemagick-types-inhibit): Doc fix.
13892
13893 * version.el: Remove no-byte-compile and associated formatting.
13894 * loadup.el: No need to load version.el uncompiled. AFAICS, this
13895 is ancient code from when there was an "inc-vers.el".
13896
13897 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13898
13899 * progmodes/gdb-mi.el: Minor style changes.
13900 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
13901 Turn into minor modes.
13902 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
13903 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
13904 (gdb-shell): Remove unneeded let-binding.
13905 (gdb-get-many-fields): Eliminate O(n²) behavior.
13906
13907 2012-05-25 Eli Zaretskii <eliz@gnu.org>
13908
13909 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
13910 platforms that don't link in fontset.c.
13911
13912 2012-05-25 Juri Linkov <juri@jurta.org>
13913
13914 Use the same diff color scheme as in modern VCSes (bug#10181).
13915
13916 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
13917 to avoid confusion with `diff-added' that now uses green colors.
13918 (diff-removed): Use shades of red.
13919 (diff-added): Use shades of green.
13920 (diff-changed): Leave just the yellow color.
13921 (diff-use-changed-face): New variable.
13922 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
13923 how to highlight context diff changes.
13924 (diff-refine-change): Use shades of yellow.
13925 (diff-refine-removed): New face that uses shades of red.
13926 (diff-refine-added): New face that uses shades of green.
13927 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
13928 `diff-refine-removed' in the call to `smerge-refine-subst'
13929 depending on the value of `diff-use-changed-face'.
13930
13931 * vc/smerge-mode.el (smerge-mine): Use shades of red.
13932 (smerge-other): Use shades of green.
13933 (smerge-base): Use shades of yellow.
13934 (smerge-refined-change): Empty face.
13935 (smerge-refined-removed): New face that uses shades of red.
13936 (smerge-refined-added): New face that uses shades of green.
13937 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
13938 args `props-r' and `props-a', and use them. Doc fix.
13939 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
13940 on its value use different faces `smerge-refined-change',
13941 `smerge-refined-removed', `smerge-refined-added' in the call to
13942 `smerge-refine-subst'.
13943
13944 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
13945 Add face condition `min-colors 88' with shades of red.
13946 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
13947 `min-colors 88' with shades of green.
13948 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
13949 `min-colors 88' with shades of yellow.
13950
13951 2012-05-24 Glenn Morris <rgm@gnu.org>
13952
13953 * paths.el (prune-directory-list, remote-shell-program): Move to...
13954 * files.el (prune-directory-list, remote-shell-program): ...here.
13955 For the latter, delay initialization, prefer ssh, just search PATH.
13956
13957 * paths.el (term-file-prefix): Move to faces.el (the only user).
13958 * faces.el (term-file-prefix): Move here, make it a defcustom.
13959
13960 * paths.el (news-directory, news-path, news-inews-program):
13961 Move to gnus/nnspool.el.
13962
13963 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
13964
13965 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
13966 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
13967 Make the latter a defcustom, with a delayed initialization.
13968
13969 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
13970 These were deleted from Gnus itself late 2010.
13971
13972 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
13973
13974 * progmodes/which-func.el (which-func-ff-hook):
13975 Check against user-error, not error.
13976
13977 * emacs-lisp/edebug.el (top): Do not load or set up loading of
13978 cl-specs.el, which no longer exists.
13979
13980 2012-05-22 Glenn Morris <rgm@gnu.org>
13981
13982 * info.el (info-emacs-bug): New command.
13983 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
13984 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
13985
13986 2012-05-21 Glenn Morris <rgm@gnu.org>
13987
13988 * makefile.w32-in (update-subdirs-SH):
13989 * Makefile.in (update-subdirs): Update for moved update-subdirs.
13990
13991 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
13992
13993 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
13994
13995 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13996 Simplify Maven regexp, and make sure the file can't start with a space
13997 (bug#11517).
13998
13999 2012-05-21 Glenn Morris <rgm@gnu.org>
14000
14001 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
14002 Scrap superfluous subshells.
14003
14004 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14005
14006 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
14007 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
14008
14009 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
14010
14011 * calc/calc.el (calc-ensure-consistent-units): New variable.
14012
14013 * calc/calc-units.el (math-consistent-units-p)
14014 (math-check-unit-consistency): New functions.
14015 (calc-quick-units, calc-convert-units):
14016 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
14017 is non-nil.
14018 (calc-extract-units): Fix typo.
14019
14020 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14021
14022 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
14023
14024 * textmodes/flyspell.el: Commenting style, plus code simplifications.
14025 (flyspell-default-deplacement-commands): Don't spell check after
14026 repeated window/frame switches (e.g. triggered by mouse-movement).
14027 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
14028 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
14029 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
14030 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
14031 Remove unused vars.
14032 (flyspell-get-casechars, flyspell-get-not-casechars):
14033 Simplify; Don't bother removing a ] just to add it back.
14034 * textmodes/ispell.el (ispell-program-name): Use executable-find.
14035
14036 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14037
14038 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
14039 New functions.
14040 (math-function-table): Add support for more C functions.
14041
14042 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14043
14044 * textmodes/flyspell.el (flyspell-check-pre-word-p)
14045 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
14046 Protect delay handling for otherchars against empty otherchars.
14047
14048 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14049
14050 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
14051 their respective macro declarations.
14052 * skeleton.el (define-skeleton):
14053 * progmodes/compile.el (define-compilation-mode):
14054 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
14055 (define-ibuffer-filter):
14056 * emacs-lisp/generic.el (define-generic-mode):
14057 * emacs-lisp/easy-mmode.el (define-minor-mode)
14058 (define-globalized-minor-mode):
14059 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
14060 * emacs-lisp/byte-run.el (defsubst):
14061 * custom.el (deftheme): Add doc-string metadata.
14062
14063 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14064
14065 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
14066
14067 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14068
14069 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
14070
14071 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
14072 * emacs-lisp/cl-macs.el: Idem.
14073 * emacs-lisp/cl-specs.el: Remove.
14074
14075 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14076
14077 Minor renaming of internal CL functions and variables.
14078 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
14079 (cl--position): Rename from cl-position.
14080 (cl--delete-duplicates): Rename from cl-delete-duplicates.
14081 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
14082 (cl--random-state): Rename from *random-state*.
14083
14084 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14085
14086 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
14087 parens around the arg list (bug#11499).
14088
14089 2012-05-17 Juri Linkov <juri@jurta.org>
14090
14091 * isearch.el (word-search-regexp, word-search-backward)
14092 (word-search-forward, word-search-backward-lax)
14093 (word-search-forward-lax): Move functions from search.c
14094 (bug#10145, bug#11381).
14095
14096 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14097
14098 * textmodes/flyspell.el (flyspell-check-pre-word-p)
14099 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
14100 Delay for otherchars as for normal word components.
14101
14102 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14103
14104 * minibuffer.el (completion--sifn-requote): Fix last change.
14105 (minibuffer-local-must-match-filename-map):
14106 Move define-obsolete-variable-alias before its var.
14107
14108 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
14109
14110 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
14111
14112 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
14113 behavior.
14114 (completion--string-equal-p): New function.
14115 (completion--twq-all): Use it to get better assertion failure data.
14116
14117 Only handle ".." and '..' quoting in shell-mode (bug#11466).
14118 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
14119 (shell--requote-argument): New functions.
14120 (shell-completion-vars): Use them.
14121 (shell--parse-pcomplete-arguments): Rename from
14122 shell-parse-pcomplete-arguments.
14123 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
14124 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
14125 Obey comint-file-name-quote-list.
14126
14127 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
14128 (smie-indent-keyword): Use it.
14129
14130 2012-05-14 Stefan Merten <smerten@oekonux.de>
14131
14132 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
14133
14134 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14135
14136 * net/rlogin.el (rlogin-mode-map): Fix last change.
14137
14138 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
14139
14140 * mail/smtpmail.el (smtpmail-send-command): Send the command and
14141 the following \r\n using a single `process-send-string', since the
14142 Lotus SMTP server refuses to accept any commands if they are sent
14143 with two `process-send-string's (Bug#11444).
14144
14145 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14146
14147 * shell.el (shell-parse-pcomplete-arguments):
14148 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
14149
14150 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
14151
14152 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
14153 (image-transform-scale, image-transform-right-angle-fudge): New vars.
14154 (image-transform-width, image-transform-fit-width): New functions.
14155 (image-transform-properties): Use them.
14156 (image-transform-check-size): New function.
14157 (image-toggle-display-image): Use it (for testing).
14158 (image-transform-set-rotation): Reduce angle mod 360.
14159 Delete obsolete comment.
14160
14161 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
14162
14163 * image-mode.el: Fix scaling (bug#11399).
14164 (image-transform-resize): Doc fix.
14165 (image-transform-properties): Default scale is 1 and height should
14166 be an integer.
14167
14168 2012-05-13 Johan Bockgård <bojohan@gnu.org>
14169
14170 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
14171 than hard-coding `car', to fix misbehavior when moving forward.
14172
14173 2012-05-13 Chong Yidong <cyd@gnu.org>
14174
14175 * emacs-lisp/tabulated-list.el (tabulated-list-format)
14176 (tabulated-list-entries, tabulated-list-padding)
14177 (tabulated-list-sort-key): Make permanent-local.
14178
14179 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
14180 (electric-buffer-list): Put electric buffer menu
14181 command descriptions in this docstring, instead of the docstring
14182 of electric-buffer-menu-mode. Code cleanups.
14183 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
14184 Electric-buffer-menu-mode.
14185 (electric-buffer-update-highlight): Minor code cleanup.
14186
14187 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
14188
14189 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
14190 (Bug#11447)
14191
14192 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14193
14194 Move define-obsolete-variable-alias before the var's definition.
14195 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
14196 * tooltip.el (tooltip-hook):
14197 * textmodes/reftex-toc.el (reftex-toc-map):
14198 * textmodes/reftex-sel.el (reftex-select-label-map)
14199 (reftex-select-bib-map):
14200 * textmodes/reftex-index.el (reftex-index-map)
14201 (reftex-index-phrases-map):
14202 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
14203 * progmodes/meta-mode.el (meta-mode-map):
14204 * novice.el (disabled-command-hook):
14205 * loadhist.el (unload-hook-features-list):
14206 * frame.el (blink-cursor):
14207 * files.el (find-file-not-found-hooks, write-file-hooks)
14208 (write-contents-hooks):
14209 * emulation/tpu-edt.el (GOLD-map):
14210 * emacs-lock.el (emacs-lock-from-exiting):
14211 * emacs-lisp/generic.el (generic-font-lock-defaults):
14212 * emacs-lisp/chart.el (chart-map):
14213 * dos-fns.el (register-name-alist):
14214 * dired-x.el (dired-omit-files-p):
14215 * desktop.el (desktop-enable):
14216 * cus-edit.el (custom-mode-hook):
14217 * buff-menu.el (buffer-menu-mode-hook):
14218 * bookmark.el (bookmark-read-annotation-text-func)
14219 (bookmark-exit-hooks):
14220 * allout.el (allout-mode-deactivate-hook)
14221 (allout-exposure-change-hook, allout-structure-added-hook)
14222 (allout-structure-deleted-hook, allout-structure-shifted-hook):
14223 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
14224 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
14225 comes before the corresponding variable's definition.
14226
14227 2012-05-12 Chong Yidong <cyd@gnu.org>
14228
14229 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
14230 (Buffer-menu-mouse-select): Restore function (Bug#11459).
14231 (Buffer-menu-mode-map): Bind it.
14232 (Buffer-menu--pretty-name): Add a mouse-face property.
14233
14234 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
14235
14236 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
14237 (prolog-upper-case-string, prolog-lower-case-string)
14238 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
14239 (prolog-use-smie, prolog-smie-grammar): New vars.
14240 (prolog-smie-forward-token, prolog-smie-backward-token)
14241 (prolog-smie-rules): New funs.
14242 (prolog-comment-indent): Remove.
14243 (prolog-mode-variables): Use default comment indentation instead.
14244 Setup SMIE.
14245 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
14246 (prolog-mode): Don't call them any more.
14247 (prolog-electric-colon, prolog-electric-dash)
14248 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
14249
14250 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
14251
14252 * minibuffer.el (completion--twq-all): Again, allow case differences.
14253
14254 * term.el: Move keymap initialization code to be more idiomatic.
14255 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
14256 (term-terminal-menu): Move initialization into declaration.
14257 (term-escape-char): Let the user set it in her .emacs.
14258
14259 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
14260 Provide SMIE-based indentation (not enabled by default yet).
14261 (sh-mode-map): Don't bind electric keys.
14262 Use electric-pair-mode instead of skeleton-pair.
14263 (sh-assignment-regexp): Fit within 80 columns.
14264 (sh-indent-supported): Specify actual shell name instead of boolean.
14265 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
14266 (sh-maybe-here-document): Use it. Make obsolete.
14267 (sh-electric-here-document-mode) New minor mode.
14268 (sh-mode): Use it. Don't set sh-indent-supported-here here.
14269 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
14270 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
14271 (sh-smie-rc-grammar, sh-use-smie): New vars.
14272 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
14273 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
14274 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
14275 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
14276 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
14277 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
14278 (sh-set-shell): Use smie-setup if requested.
14279
14280 * term.el (term-set-escape-char): Properly set term-escape-char.
14281 See http://stackoverflow.com/questions/10524656.
14282
14283 2012-05-10 Chong Yidong <cyd@gnu.org>
14284
14285 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
14286 Use url-generic-parse-url, and handle host names and Windows
14287 filenames properly.
14288 (ffap-url-unwrap-remote): Use url-generic-parse-url.
14289 (ffap-url-unwrap-remote): Accept list values, specifying a list of
14290 URL schemes to work on.
14291 (ffap--toggle-read-only): New function.
14292 (ffap-read-only, ffap-read-only-other-window)
14293 (ffap-read-only-other-frame): Use it.
14294 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
14295 necessary for ffap-url-unwrap-remote.
14296
14297 2012-05-10 Dave Abrahams <dave@boostpro.com>
14298
14299 * cus-start.el (create-lockfiles): Add it.
14300
14301 2012-05-09 Chong Yidong <cyd@gnu.org>
14302
14303 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
14304 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
14305
14306 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
14307
14308 * shell.el (shell-completion-vars): Fix last change (bug#11348).
14309
14310 2012-05-09 Chong Yidong <cyd@gnu.org>
14311
14312 * ansi-color.el (ansi-color-process-output): Check for validity of
14313 comint-last-output-start before using it. This avoids a bad
14314 interaction with gdb-mi's input/output buffer.
14315
14316 2012-05-09 Glenn Morris <rgm@gnu.org>
14317
14318 * files.el (dir-locals-read-from-file):
14319 Mention dir-locals in any error message.
14320
14321 2012-05-09 Chong Yidong <cyd@gnu.org>
14322
14323 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
14324 package (Bug#11410).
14325
14326 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
14327 variables into description.
14328
14329 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
14330
14331 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
14332 shell-delimiter-argument-list (bug#11348).
14333 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
14334
14335 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
14336
14337 * textmodes/rst.el: Silence byte-compiler warnings.
14338 (rst-re-alist, rst-reset-section-caches): Move around.
14339 (rst-re): Use `characterp', not `char-valid-p'.
14340 (font-lock-beg, font-lock-end): Declare.
14341
14342 * progmodes/idlw-shell.el (specs): Remove reference to deleted
14343 variable `idlwave-shell-activate-alt-keybindings' and simplify.
14344
14345 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
14346
14347 2012-05-08 Glenn Morris <rgm@gnu.org>
14348
14349 * files.el (auto-mode-alist): Treat ".make" like ".mk".
14350
14351 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14352
14353 * vc/log-edit.el: Add GNU coding standards highlighting.
14354 (log-edit-font-lock-gnu-style)
14355 (log-edit-font-lock-gnu-keywords): New vars.
14356 (log-edit-font-lock-keywords): New fun.
14357 (log-edit-mode): Don't fold case in font-lock.
14358 (log-edit-font-lock-keywords): Do not assume case-folding.
14359
14360 * imenu.el: Misc cleanup. Make docstrings out of comments.
14361 Use lexical-binding.
14362 (imenu--index-alist, imenu--last-menubar-index-alist)
14363 (imenu-menubar-modified-tick): Use defvar-local.
14364 (imenu--split-menu): Remove unused var.
14365 (imenu--cleanup-seen): Declare as global.
14366 (imenu--cleanup): Use dolist.
14367
14368 * subr.el (defvar-local): Add debug spec and doc-string position.
14369
14370 2012-05-08 Glenn Morris <rgm@gnu.org>
14371
14372 * language/burmese.el, language/cham.el, language/czech.el:
14373 * language/english.el, language/georgian.el, language/greek.el:
14374 * language/japanese.el, language/khmer.el, language/korean.el:
14375 * language/lao.el, language/misc-lang.el, language/romanian.el:
14376 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
14377 * language/thai.el, language/utf-8-lang.el:
14378 Remove no-byte-compile setting.
14379
14380 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
14381
14382 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14383
14384 * progmodes/make-mode.el (makefile-browse):
14385 Remove unnecessary interactive. (Bug#11324)
14386
14387 2012-05-07 Glenn Morris <rgm@gnu.org>
14388
14389 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
14390
14391 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
14392
14393 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14394
14395 * loadup.el: Preload newcomment.el.
14396 * newcomment.el: Move autoload-only code to toplevel.
14397
14398 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
14399 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
14400 Handle new :right-align column property.
14401 (tabulated-list-print-col): Idem, plus use `display' text-property to
14402 try and preserve alignment for variable pitch fonts.
14403
14404 2012-05-07 Chong Yidong <cyd@gnu.org>
14405
14406 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
14407 (tabulated-list-use-header-line): New var.
14408 (tabulated-list-init-header): Use it.
14409 (tabulated-list-print-fake-header): New function.
14410 (tabulated-list-print): Use it.
14411 (tabulated-list-sort-button-map): Add non-header-line commands.
14412 (tabulated-list-init-header): Add column name property to basic
14413 labels as well.
14414 (tabulated-list-col-sort): Handle non-header-line button case.
14415 (tabulated-list--sort-by-column-name): Fix a corner case.
14416
14417 * buff-menu.el (list-buffers--refresh):
14418 Handle Buffer-menu-use-header-line.
14419
14420 2012-05-06 Chong Yidong <cyd@gnu.org>
14421
14422 * buff-menu.el: Convert to Tabulated List mode.
14423 (Buffer-menu-buffer+size-width): Make obsolete.
14424 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
14425 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
14426 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
14427 documentation into docstring of buffer-menu.
14428 (Buffer-menu-toggle-files-only): Add an informative message.
14429 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
14430 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
14431 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
14432 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
14433 (Buffer-menu-execute, Buffer-menu-select)
14434 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
14435 (Buffer-menu-bury): Use Tabulated List machinery.
14436 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
14437 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
14438 Delete.
14439 (list-buffers--refresh): New function.
14440 (list-buffers-noselect): Use it.
14441 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
14442 (Buffer-menu--pretty-file-name): New helper functions.
14443
14444 * loadup.el: Preload tabulated-list.
14445
14446 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
14447 tabulated-list-sort-column.
14448 (tabulated-list-init-header): Add the initial aligning space even
14449 if tabulated-list-padding is zero.
14450
14451 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
14452
14453 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
14454 whose cdr is not a cons cell correctly (bug#11038).
14455
14456 2012-05-06 Chong Yidong <cyd@gnu.org>
14457
14458 * emacs-lisp/tabulated-list.el (tabulated-list-format):
14459 Accept additional plist in column descriptors.
14460 (tabulated-list-init-header): Obey it.
14461 (tabulated-list-get-entry): New function.
14462 (tabulated-list-put-tag): Use it. Use string-width instead of
14463 length.
14464 (tabulated-list--column-number): New function.
14465 (tabulated-list-print): Use it.
14466 (tabulated-list-print-col): New function.
14467 Set `tabulated-list-column-name' property on each column's text.
14468 (tabulated-list-print-entry): Use it.
14469 (tabulated-list-delete-entry, tabulated-list-set-col):
14470 New functions.
14471 (tabulated-list-sort-column): New command (Bug#11337).
14472
14473 * buff-menu.el (list-buffers): Move C-x C-b binding from
14474 buff-menu.el to bindings.el.
14475
14476 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
14477 :advertised-binding feature.
14478
14479 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
14480
14481 * progmodes/compile.el (compilation-internal-error-properties):
14482 Calculate start position correctly when end-col is set but
14483 end-line is not (Bug#11382).
14484
14485 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
14486
14487 * man.el (Man-unindent): Use text-property-default-nonsticky to
14488 prevent untabify from inheriting face properties (Bug#11408).
14489
14490 2012-05-05 Stefan Merten <smerten@oekonux.de>
14491
14492 * textmodes/rst.el: Major merge with upstream development up to
14493 Docutils SVN r7399 / rst.el V1.2.1.
14494
14495 Clarify maintainership and authors.
14496
14497 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
14498 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
14499 (rst-official-version, rst-official-cvs-rev, rst-version)
14500 (rst-package-emacs-version-alist): New functions and variables
14501 for version information.
14502
14503 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
14504 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
14505 (rst-mode-syntax-table, rst-mode): New and corrected functions
14506 and variables representing reStructuredText features.
14507
14508 (rst-re): New function for reStructuredText regexes. Use in
14509 many places.
14510
14511 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
14512 (rst-mode-map): Rebind keys.
14513
14514 (rst-mode-lazy, rst-font-lock-keywords)
14515 (rst-font-lock-extend-region)
14516 (rst-font-lock-extend-region-internal)
14517 (rst-font-lock-extend-region-extend)
14518 (rst-font-lock-find-unindented-line-limit)
14519 (rst-font-lock-find-unindented-line-match)
14520 (rst-adornment-level, rst-font-lock-adornment-level)
14521 (rst-font-lock-adornment-match)
14522 (rst-font-lock-handle-adornment-pre-match-form)
14523 (rst-font-lock-handle-adornment-matcher): Major revision of
14524 font-locking. Integrate with other code. Use `jit-lock-mode'.
14525
14526 (rst-preferred-adornments, rst-adjust-hook)
14527 (rst-new-adornment-down, rst-preferred-bullets)
14528 (rst-preferred-bullets, rst-indent, rst-indent-width)
14529 (rst-indent-field, rst-indent-literal-normal)
14530 (rst-indent-literal-minimized, rst-indent-comment): Change,
14531 extend and improve customization.
14532
14533 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
14534 (rst-normalize-cursor-position, rst-get-decoration)
14535 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
14536 (rst-rstrip, rst-toc-insert-find-delete-contents)
14537 (rst-shift-fill-region, rst-compute-bullet-tabs)
14538 (rst-debug-print-tabs, rst-debug-mark-found)
14539 (rst-shift-region-guts, rst-shift-region-right)
14540 (rst-shift-region-left, rst-use-char-classes)
14541 (rst-font-lock-keywords-function)
14542 (rst-font-lock-indentation-point)
14543 (rst-font-lock-find-unindented-line-begin)
14544 (rst-font-lock-find-unindented-line-end)
14545 (rst-font-lock-find-unindented-line)
14546 (rst-font-lock-adornment-point, rst-font-lock-level)
14547 (rst-adornment-level-alist): Remove functions and variables.
14548
14549 (rst-compare-adornments, rst-get-adornment-match)
14550 (rst-suggest-new-adornment, rst-get-adornments-around)
14551 (rst-adornment-complete-p, rst-get-next-adornment)
14552 (rst-adjust-adornment, rst-display-adornments-hierarchy)
14553 (rst-straighten-adornments): Standardize function names to
14554 use "adornment" instead of "decoration". Correct callers.
14555 Similar standardizing in many places.
14556
14557 (rst-update-section, rst-adjust, rst-promote-region)
14558 (rst-enumerate-region, rst-bullet-list-region)
14559 (rst-repeat-last-character): Correct use of `interactive'.
14560
14561 (rst-classify-adornment, rst-find-all-adornments)
14562 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
14563 (rst-find-leftmost-column, rst-repeat-last-character):
14564 Refactor functions.
14565
14566 (rst-find-title-line, rst-reset-section-caches)
14567 (rst-get-adornments-around, rst-adjust-adornment-work)
14568 (rst-arabic-to-roman, rst-roman-to-arabic)
14569 (rst-insert-list-pos, rst-insert-list-new-item)
14570 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
14571 New functions.
14572
14573 (rst-all-sections, rst-section-hierarchy)
14574 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
14575 New variables.
14576
14577 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
14578 configuration instead of only buffer. Change where necessary.
14579
14580 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
14581 (rst-shift-region, rst-adaptive-fill): New functions for
14582 indentation and filling.
14583
14584 (rst-comment-line-break, rst-comment-indent)
14585 (rst-comment-insert-comment, rst-comment-region)
14586 (rst-uncomment-region): New functions for handling comments.
14587
14588 (rst-compile): Quote shell arguments.
14589
14590 (rst-compile-pdf-preview, rst-compile-slides-preview):
14591 Delete temporary files after use.
14592
14593 2012-05-05 Glenn Morris <rgm@gnu.org>
14594
14595 * calendar/cal-html.el: Optionally include holidays in the output.
14596 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
14597 (cal-html-holidays): New option.
14598 (cal-html-css-default): Add holiday entry.
14599 (holiday-in-range): Autoload it.
14600 (cal-html-htmlify-entry): Add optional class argument.
14601 (cal-html-htmlify-list): Add optional holidays argument.
14602 (cal-html-insert-agenda-days): Include holidays in the output.
14603 (cal-html-one-month): Maybe include holidays.
14604
14605 * calendar/holidays.el (holiday-in-range):
14606 Move here from cal-tex-list-holidays.
14607 * calendar/cal-tex.el (cal-tex-list-holidays):
14608 Make it an obsolete alias for holiday-in-range. Update all callers.
14609
14610 2012-05-05 Chong Yidong <cyd@gnu.org>
14611
14612 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
14613 Nextstep.
14614
14615 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
14616
14617 * files.el (file-auto-mode-skip): New var.
14618 (set-auto-mode-1): Use it.
14619
14620 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14621
14622 * repeat.el: Use lexical-binding.
14623 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
14624 (repeat-undo-count): Remove.
14625 (repeat):
14626 * progmodes/octave-mod.el (octave-abbrev-start):
14627 * progmodes/f90.el (f90-abbrev-start):
14628 * face-remap.el (text-scale-adjust):
14629 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
14630
14631 * emacs-lisp/pcase.el (pcase--let*): New function.
14632 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
14633 a bit more.
14634 (pcase--split-pred): Be more clever about ruling out overlap between
14635 a predicate and some constant pattern.
14636 (pcase--q1): Use `null' instead of (eq foo nil).
14637
14638 * subr.el (setq-local, defvar-local): New macros.
14639 (kbd): Redefine as an alias.
14640 (with-selected-window): Leave unrelated frames alone.
14641 (set-temporary-overlay-map): New function.
14642
14643 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14644
14645 * subr.el (user-error): New function.
14646 * window.el (switch-to-buffer):
14647 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
14648 (smerge-match-conflict):
14649 * simple.el (previous-matching-history-element)
14650 (next-matching-history-element, goto-history-element, undo-more)
14651 (undo-start):
14652 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
14653 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
14654 (next-file, tags-loop-scan, list-tags, complete-tag):
14655 * progmodes/compile.el (compilation-loop):
14656 * mouse.el (mouse-minibuffer-check):
14657 * man.el (Man-bgproc-sentinel, Man-goto-page):
14658 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
14659 (Info-history-forward, Info-follow-reference, Info-menu)
14660 (Info-extract-menu-item, Info-extract-menu-counting)
14661 (Info-forward-node, Info-backward-node, Info-next-menu-item)
14662 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
14663 (Info-next-reference, Info-prev-reference, Info-index)
14664 (Info-index-next, Info-follow-nearest-node)
14665 (Info-copy-current-node-name):
14666 * imenu.el (imenu--make-index-alist)
14667 (imenu-default-create-index-function, imenu-add-to-menubar):
14668 * files.el (basic-save-buffer, recover-file):
14669 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14670 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
14671 (checkdoc-message-text, checkdoc-defun):
14672 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
14673 * cus-edit.el (customize-changed-options, customize-rogue)
14674 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
14675 (custom-variable-mark-to-reset-standard)
14676 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
14677 (custom-file):
14678 * completion.el (check-completion-length):
14679 * comint.el (comint-search-arg)
14680 (comint-previous-matching-input-string-position)
14681 (comint-previous-matching-input)
14682 (comint-replace-by-expanded-history-before-point, comint-send-input)
14683 (comint-copy-old-input, comint-backward-matching-input)
14684 (comint-goto-process-mark, comint-set-process-mark):
14685 * calendar/calendar.el (calendar-cursor-to-date): Use it.
14686 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
14687
14688 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14689
14690 * dabbrev.el (dabbrev--ignore-case-p): New function.
14691 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
14692 Use it.
14693
14694 * files.el (automount-dir-prefix): Mark as obsolete.
14695
14696 2012-05-04 Glenn Morris <rgm@gnu.org>
14697
14698 * patcomp.el, play/bruce.el: Move to obsolete/.
14699
14700 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
14701
14702 Fix minor Y10k bugs.
14703 * arc-mode.el (archive-unixdate):
14704 * autoinsert.el (auto-insert-alist):
14705 * calc/calc-forms.el (math-this-year):
14706 * emacs-lisp/copyright.el (copyright-current-year)
14707 (copyright-update-year, copyright):
14708 * tar-mode.el (tar-clip-time-string):
14709 * time.el (display-time-update):
14710 Don't assume years have 4 digits.
14711
14712 2012-05-04 Chong Yidong <cyd@gnu.org>
14713
14714 * dos-w32.el (file-name-buffer-file-type-alist)
14715 (direct-print-region-use-command-dot-com):
14716 * ffap.el (ffap-menu-regexp):
14717 * find-file.el (ff-special-constructs):
14718 * follow.el (follow-debug):
14719 * forms.el (forms--debug):
14720 * iswitchb.el (iswitchb-all-frames):
14721 * ido.el (ido-all-frames):
14722 * emacs-lisp/timer.el (timer-max-repeats):
14723 * mail/feedmail.el (feedmail-mail-send-hook)
14724 (feedmail-mail-send-hook-queued):
14725 * mail/footnote.el (footnote-signature-separator):
14726 * mail/mailabbrev.el (mail-alias-separator-string)
14727 (mail-abbrev-mode-regexp):
14728 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
14729 * progmodes/idlwave.el (idlwave-libinfo-file)
14730 (idlwave-default-completion-case-is-down)
14731 (idlwave-library-routines): Convert defvars to defcustoms.
14732
14733 * mail/rmail.el (rmail-decode-mime-charset):
14734 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
14735 (idlwave-shell-fix-inserted-breaks)
14736 (idlwave-shell-activate-alt-keybindings)
14737 (idlwave-shell-use-breakpoint-glyph):
14738 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
14739
14740 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14741
14742 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
14743
14744 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
14745
14746 * progmodes/verilog-mode.el (font-lock-keywords):
14747 Fix mis-highligting auto. Reported by Craig Barner.
14748 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
14749 defines from global name space. Reported by Dan Dever.
14750 (verilog-auto-reset, verilog-auto-reset-widths)
14751 (verilog-auto-tieoff): Support using unbased numbers for
14752 AUTORESET and AUTOTIEOFF.
14753 (verilog-submit-bug-report): Update variable list.
14754 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
14755 parenthesis from not matching. Reported by Michael Rytting.
14756 (verilog-auto-template-lint): Fix hash error when linting modules
14757 with no used templates.
14758 (verilog-warn, verilog-warn-error)
14759 (verilog-warn-fatal): When non-interactive report multiple
14760 warnings before exiting. Suggested by Brad Dobbie.
14761 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
14762 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
14763 to report unused template errors. Reported by Brad Dobbie.
14764 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
14765 nets, bug438. Reported by Vns Blore.
14766 (verilog-auto-inout-module, verilog-auto-reg)
14767 (verilog-read-decls, verilog-read-sub-decls-sig)
14768 (verilog-signals-edit-wire-reg, verilog-signals-with):
14769 Fix passing of Verilog data types in ANSI input/output ports
14770 such as "output logic" into the AUTOs. Special case "wire" and
14771 "reg" for backwards compatibility presuming Verilog 2001.
14772 (verilog-auto-ascii-enum): Add "auto enum" as alias.
14773 (verilog-preprocess): Fix replication of preprocess output.
14774 Reported by Brad Dobbie.
14775 (verilog-auto-inst-interfaced-ports):
14776 Create verilog-auto-inst-interfaced-ports, bug429.
14777 Reported by Julian Gorfajn.
14778 (verilog-after-save-font-hook)
14779 (verilog-before-save-font-hook): New variable.
14780 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
14781 (verilog-save-font-mods): Wrap disabling fontification, reported
14782 by David Rogoff.
14783 (verilog-do-indent, verilog-pretty-declarations-auto)
14784 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
14785 Reported by Pierre-David Pfister.
14786 (verilog-set-auto-endcomments): Fix endtask auto comments outside
14787 of class declarations, bug292. Reported by Kevin Heilman.
14788 (verilog-read-decls): Fix 'parameter type' not appearing in
14789 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
14790 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
14791 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
14792 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
14793 Reported by David Kravitz.
14794
14795 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
14796
14797 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
14798 assignment with tests in ifs and for loops.
14799 (verilog-extended-complete-re, verilog-complete-reg): Change so
14800 that DPI inport functions don't look like fuction declarations.
14801 (verilog-pretty-expr): Don't line up assignment
14802 operations to the test and increment in if and for loops
14803 (verilog-extended-complete-re, verilog-complete-reg): Change so
14804 that DPI inport functions don't look like fuction declarations.
14805
14806 2012-05-03 Kenichi Handa <handa@m17n.org>
14807
14808 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
14809 decoding, and show a warning message without signaling an error
14810 (Bug#11282).
14811
14812 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14813
14814 * emacs-lisp/bytecomp.el
14815 (byte-compile-file-form-custom-declare-variable): Compile all elements,
14816 since cconv.el might have introduced :fun-body, internal-make-closure,
14817 and friends for bytecomp to handle (bug#11391).
14818 * custom.el (defcustom): Avoid ((λ ..) ..).
14819
14820 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
14821
14822 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
14823
14824 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
14825
14826 * notifications.el (dbus-debug):
14827 * term/linux.el (gpm-mouse-enable):
14828 * term/screen.el (xterm-register-default-colors): Declare.
14829
14830 2012-05-02 Chong Yidong <cyd@gnu.org>
14831
14832 * cus-start.el (gc-cons-percentage, exec-suffixes)
14833 (dos-display-scancodes, dos-hyper-key, dos-super-key)
14834 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
14835 (make-cursor-line-fully-visible, void-text-area-pointer)
14836 (font-list-limit): Add customization data.
14837
14838 * allout.el (allout-exposure-change-functions)
14839 (allout-structure-added-functions)
14840 (allout-structure-deleted-functions)
14841 (allout-structure-shifted-functions): Rename abnormal hooks from
14842 *-hook, and convert to defcustoms.
14843 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
14844 Convert to defcustoms.
14845 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
14846
14847 * allout-widgets.el: Hook callers changed.
14848
14849 2012-05-02 Eli Zaretskii <eliz@gnu.org>
14850
14851 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
14852 the yanked message in preference to the default value of
14853 buffer-file-coding-system.
14854
14855 2012-05-02 Martin Rudalics <rudalics@gmx.at>
14856
14857 * window.el (display-buffer--action-function-custom-type):
14858 Fix entry.
14859
14860 2012-05-02 Alan Mackenzie <acm@muc.de>
14861
14862 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
14863
14864 2012-05-01 Glenn Morris <rgm@gnu.org>
14865
14866 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
14867
14868 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
14869
14870 * cus-edit.el (custom-variable-documentation): Simplify with format.
14871
14872 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14873 Stefan Monnier <monnier@iro.umontreal.ca>
14874
14875 * simple.el (suggest-key-bindings, execute-extended-command):
14876 Move from keyboard.c.
14877
14878 2012-05-01 Chong Yidong <cyd@gnu.org>
14879
14880 * follow.el: Eliminate advice.
14881 (set-process-filter, process-filter, sit-for): Advice deleted.
14882 (follow-mode-off-hook): Obsolete hook removed.
14883 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
14884 Vars deleted.
14885 (follow-auto): Use a :set function.
14886 (follow-mode): Rewritten. Don't advise process filters.
14887 (follow-switch-to-current-buffer-all, follow-scroll-up)
14888 (follow-scroll-down): Assume follow-mode is bound.
14889 (follow-comint-scroll-to-bottom)
14890 (follow-align-compilation-windows): New functions.
14891 (follow--window-sorter): New function.
14892 (follow-all-followers): Use it to explicitly sort windows by their
14893 positions; don't make assumptions about next-window order.
14894 (follow-windows-start-end, follow-delete-other-windows-and-split)
14895 (follow-calc-win-start): Doc fix.
14896 (follow-windows-aligned-p, follow-select-if-visible): Don't call
14897 vertical-motion unnecessarily.
14898 (follow-adjust-window): New function.
14899 (follow-post-command-hook): Use it.
14900 (follow-call-set-process-filter, follow-call-process-filter)
14901 (follow-intercept-process-output, follow-tidy-process-filter-alist)
14902 (follow-stop-intercept-process-output, follow-generic-filter):
14903 Functions deleted.
14904 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
14905 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
14906 New functions, replacing advice on scroll-bar-* commands.
14907 (follow-mwheel-scroll): New function (Bug#4112).
14908
14909 * comint.el (comint-adjust-point): New function.
14910 (comint-postoutput-scroll-to-bottom): Use it.
14911 Call follow-comint-scroll-to-bottom for Follow mode buffers.
14912
14913 2012-05-01 Glenn Morris <rgm@gnu.org>
14914
14915 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
14916 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
14917 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
14918 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
14919 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
14920 Remove no-byte-compile setting.
14921
14922 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
14923
14924 * minibuffer.el (completion-table-with-quoting): Fix compatibility
14925 all-completions code to not return a number in the last cdr.
14926
14927 2012-04-30 Leo Liu <sdl.web@gmail.com>
14928
14929 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
14930 read-only error.
14931
14932 2012-04-29 Chong Yidong <cyd@gnu.org>
14933
14934 * follow.el (follow-calc-win-end): Rewrite to handle partial
14935 screen lines correctly (Bug#8390).
14936 (follow-avoid-tail-recenter): Minor cleanup.
14937
14938 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14939
14940 Avoid the obsolete `assoc' package.
14941 * speedbar.el (speedbar-refresh): Avoid adelete.
14942 (speedbar-file-lists): Simplify and avoid aput.
14943 * man.el (Man--sections, Man--refpages): New vars, replacing
14944 Man-sections-alist and Man-refpages-alist.
14945 (Man-build-section-alist, Man-build-references-alist):
14946 Use them; avoid aput.
14947 (Man--last-section, Man--last-refpage): New vars.
14948 (Man-follow-manual-reference): Use them.
14949 Use the `default' arg of completing-read.
14950 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
14951
14952 2012-04-27 Chong Yidong <cyd@gnu.org>
14953
14954 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
14955
14956 * startup.el (x-apply-session-resources): New function.
14957
14958 * term/ns-win.el (ns-initialize-window-system):
14959 * term/w32-win.el (w32-initialize-window-system):
14960 * term/x-win.el (x-initialize-window-system): Use it to properly
14961 set menu-bar-mode and other vars from X resources, even if the
14962 initial frame is not a window-system frame (Bug#2299).
14963
14964 * subr.el (read-key): Avoid running filter function when setting
14965 up temporary tool bar entries (Bug#9922).
14966
14967 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
14968
14969 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
14970 (Bug#11344)
14971
14972 2012-04-27 Chong Yidong <cyd@gnu.org>
14973
14974 * select.el (xselect--encode-string): New function, split from
14975 xselect-convert-to-string.
14976 (xselect-convert-to-string): Use it.
14977 (xselect-convert-to-filename, xselect-convert-to-os)
14978 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
14979 returned strings are properly encoded (Bug#11315).
14980
14981 2012-04-27 Chong Yidong <cyd@gnu.org>
14982
14983 * simple.el (delete-active-region): Move to killing custom group.
14984
14985 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
14986
14987 * progmodes/which-func.el (which-func-current): Quote %
14988 characters for mode-line processing.
14989
14990 2012-04-27 Chong Yidong <cyd@gnu.org>
14991
14992 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
14993 reaching eob (Bug#11286).
14994
14995 2012-04-27 Eli Zaretskii <eliz@gnu.org>
14996
14997 * progmodes/gdb-mi.el (gdb-control-level): New variable.
14998 (gdb): Make it buffer-local and init to zero.
14999 (gdb-control-commands-regexp): New variable.
15000 (gdb-send): Don't wrap in "-interpreter-exec console" if
15001 gdb-control-level is positive. Increment gdb-control-level
15002 whenever the command matches gdb-control-commands-regexp, and
15003 decrement it each time the command is "end". (Bug#11279)
15004
15005 2012-04-27 Martin Rudalics <rudalics@gmx.at>
15006
15007 * window.el (adjust-window-trailing-edge, enlarge-window)
15008 (shrink-window, window-resize):
15009 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
15010 windows (Bug#11276).
15011
15012 2012-04-27 Chong Yidong <cyd@gnu.org>
15013
15014 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
15015 fix "missing prefix" warning. All callers changed.
15016
15017 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
15018
15019 * emacs-lisp/assoc.el: Move to obsolete/.
15020
15021 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15022
15023 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
15024
15025 * term/ns-win.el (ns-define-service):
15026 * progmodes/pascal.el (pascal-goto-defun):
15027 * progmodes/js.el (js--read-tab):
15028 * progmodes/etags.el (tags-lazy-completion-table):
15029 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
15030 * emacs-lisp/ewoc.el (ewoc--wrap):
15031 * emacs-lisp/assoc.el (aput, adelete, amake):
15032 * doc-view.el (doc-view-convert-current-doc):
15033 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
15034
15035 2012-04-26 Chong Yidong <cyd@gnu.org>
15036
15037 * image.el (image-type-from-buffer): Only return supported image
15038 type (Bug#9045).
15039
15040 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
15041 value, for symmetry with diff-end-of-hunk.
15042 (diff-split-hunk, diff-find-source-location)
15043 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
15044 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
15045 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
15046 compute the relevant hunk or file properly (Bug#6005).
15047 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
15048
15049 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15050
15051 * vc/vc-mtn.el:
15052 * vc/vc-hg.el:
15053 * vc/vc-git.el:
15054 * vc/vc-dir.el:
15055 * vc/vc-cvs.el:
15056 * vc/vc-bzr.el:
15057 * vc/vc-arch.el:
15058 * vc/vc.el: Replace lexical-let by lexical-binding.
15059 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
15060 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
15061 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
15062
15063 2012-04-26 Chong Yidong <cyd@gnu.org>
15064
15065 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
15066 (diff-mode-shared-map): Bind it to / and [remap undo].
15067
15068 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
15069 (ediff-window-setup-function): Use it as the default, to set up
15070 windows based on whether the current frame is graphical (Bug#2138).
15071 (ediff-choose-window-setup-function-automatically): Make obsolete.
15072
15073 * vc/ediff-init.el: Always define ediff-pixel-width/height.
15074
15075 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15076
15077 * ffap.el: Remove old code for obsolete package.
15078 (ffap-complete-as-file-p): Remove.
15079
15080 Use completion-table-with-quoting for comint and pcomplete.
15081 * comint.el (comint--unquote&requote-argument)
15082 (comint--unquote-argument, comint--requote-argument): New functions.
15083 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
15084 (comint-quote-filename): Use regexp-opt-charset.
15085 (comint--common-suffix, comint--common-quoted-suffix)
15086 (comint--table-subvert): Remove.
15087 (comint-unquote-function, comint-requote-function): New vars.
15088 (comint--complete-file-name-data): Use them with
15089 completion-table-with-quoting.
15090 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
15091 * pcomplete.el (pcomplete-arg-quote-list)
15092 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
15093 (pcomplete-unquote-argument-function): Default to non-nil.
15094 (pcomplete-unquote-argument): Simplify.
15095 (pcomplete--common-quoted-suffix): Remove.
15096 (pcomplete-requote-argument-function): New var.
15097 (pcomplete--common-suffix): New function.
15098 (pcomplete-completions-at-point): Use completion-table-with-quoting
15099 and completion-table-subvert.
15100
15101 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
15102 (minibuffer--double-dollars): Preserve properties.
15103 (completion--sifn-requote): New function.
15104 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
15105
15106 * minibuffer.el: Add support for completion of quoted/escaped data.
15107 (completion-table-with-quoting, completion-table-subvert): New funs.
15108 (completion--twq-try, completion--twq-all): New functions.
15109 (completion--nth-completion): New function.
15110 (completion-try-completion, completion-all-completions): Use it.
15111
15112 2012-04-25 Leo Liu <sdl.web@gmail.com>
15113
15114 * progmodes/python.el (python-pdbtrack-get-source-buffer):
15115 Use compilation-message if available to find real filename.
15116
15117 2012-04-25 Chong Yidong <cyd@gnu.org>
15118
15119 * vc/diff-mode.el (diff-setup-whitespace): New function.
15120 (diff-mode): Use it.
15121
15122 * vc/diff.el (diff-sentinel):
15123 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
15124 Whitespace mode variables based on diff style (Bug#8612).
15125
15126 2012-04-25 Leo Liu <sdl.web@gmail.com>
15127
15128 * progmodes/python.el (python-send-region): Add suffix .py to the
15129 temp file.
15130
15131 * files.el (auto-mode-alist): Use javascript-mode instead.
15132
15133 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
15134
15135 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
15136
15137 * net/soap-client.el (soap-resolve-references-for-sequence-type)
15138 (soap-resolve-references-for-array-type): Hack to prevent self
15139 references, see Bug#9.
15140 (soap-parse-envelope): Report the contents of the 'detail' node
15141 when receiving a fault reply.
15142 (soap-parse-envelope): Report the contents of the entire 'detail' node.
15143
15144 * net/soap-inspect.el (soap-sample-value-for-simple-type)
15145 (soap-inspect-simple-type): New function.
15146
15147 * net/soap-client.el (soap-simple-type): New struct.
15148 (soap-default-xsd-types, soap-default-soapenc-types)
15149 (soap-decode-basic-type, soap-encode-basic-type):
15150 support unsignedInt and double basic types.
15151 (soap-resolve-references-for-simple-type)
15152 (soap-parse-simple-type, soap-encode-simple-type): New function.
15153 (soap-parse-schema): Parse xsd:simpleType declarations.
15154
15155 * net/soap-client.el (soap-default-xsd-types)
15156 (soap-default-soapenc-types): Add integer, byte and anyURI types.
15157 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
15158 the local name of "soapenc:Array".
15159 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
15160 decoding integer, byte and anyURI xsd types.
15161
15162 2012-04-25 Chong Yidong <cyd@gnu.org>
15163
15164 * cus-edit.el (custom-buffer-create-internal): Update header text.
15165
15166 2012-04-25 Eli Zaretskii <eliz@gnu.org>
15167
15168 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
15169 settings on 'system-type', not on 'window-system'. On MS-Windows,
15170 set interactive-mode on in GDB.
15171
15172 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
15173
15174 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
15175 (ruby-syntax-propertize-regexp): Remove.
15176 (ruby-syntax-propertize-function): Split regexp into chunks.
15177 Match following code directly.
15178
15179 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
15180
15181 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
15182 (ruby-syntax-propertize-regexp): New function.
15183 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
15184 by a special keyword.
15185
15186 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
15187 (ruby-syntax-general-delimiters-goto-beg)
15188 (ruby-syntax-propertize-general-delimiters): New functions.
15189 (ruby-syntax-propertize-function): Use them to handle GDL.
15190 (ruby-font-lock-keywords): Move old handling of GDL...
15191 (ruby-font-lock-syntactic-keywords): .. to here.
15192 (ruby-calculate-indent): Adjust indentation for GDL.
15193
15194 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
15195
15196 * notifications.el (top): Remove unneeded declarations.
15197 (notifications-specification-version): Change to "1.2".
15198 (notifications-interface, notifications-notify-method)
15199 (notifications-close-notification-method): Fix docstring.
15200 (notifications-get-capabilities-method): New defconst.
15201 (notifications-notify): Add :action-items, :resident and
15202 :transient hints. Change "image_data" to "image-data" and
15203 "image_path" to "image-path".
15204 (notifications-get-capabilities): New defun.
15205
15206 2012-04-24 Leo Liu <sdl.web@gmail.com>
15207
15208 * progmodes/python.el: Move hideshow setup to the end.
15209
15210 2012-04-24 Martin Rudalics <rudalics@gmx.at>
15211
15212 * window.el (handle-select-window): Clear echo area since this is
15213 no more done by read_char (Bug#11304).
15214
15215 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
15216
15217 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
15218 and `/ M' to filter-derived-mode.
15219 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
15220 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
15221 (ibuffer-mark-by-mode): Use default rather than initial-input.
15222 (ibuffer-filter-by-derived-mode): Autoload and require-match.
15223
15224 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
15225
15226 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
15227 (ibuffer-filter-by-derived-mode): New filter.
15228 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
15229
15230 2012-04-23 Andreas Politz <politza@fh-trier.de>
15231
15232 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
15233
15234 2012-04-23 Chong Yidong <cyd@gnu.org>
15235
15236 * cus-edit.el (customize-apropos, customize-apropos-options):
15237 Disable matching of non-option variables (Bug#11176).
15238 (customize-option, customize-option-other-window)
15239 (customize-changed-options): Doc fix.
15240 (customize-apropos-options, customize-apropos-faces)
15241 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
15242
15243 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
15244 Fix word list splitting (Bug#11132).
15245 (apropos-symbol, apropos-keybinding, apropos-label)
15246 (apropos-property, apropos-function-button)
15247 (apropos-variable-button, apropos-misc-button): New faces.
15248 (apropos-symbol-face, apropos-keybinding-face)
15249 (apropos-label-face, apropos-property-face, apropos-match-face):
15250 Variables removed (Bug#8396).
15251 (apropos-library-button, apropos-format-plist, apropos-print)
15252 (apropos-print-doc, apropos-describe-plist): Callers changed.
15253
15254 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
15255
15256 * net/xesam.el (xesam-mode-map): Use let-bound map in
15257 initialization. (Bug#11292)
15258
15259 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15260
15261 Preserve ispell session localwords when switching back to
15262 original buffer.
15263
15264 * textmodes/ispell.el (ispell-buffer-session-localwords):
15265 New buffer-local variable to hold buffer session localwords.
15266 (ispell-kill-ispell): Add option 'clear to delete session
15267 localwords.
15268 (ispell-command-loop, ispell-change-dictionary)
15269 (ispell-buffer-local-words): Preserve session localwords when
15270 needed.
15271
15272 * textmodes/flyspell.el (flyspell-process-localwords)
15273 (flyspell-do-correct): Preserve session localwords when needed.
15274
15275 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15276
15277 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
15278 using obsolete `translation-table-for-input'.
15279 (ispell-word, ispell-process-line, ispell-complete-word):
15280 Use plain `insert' instead of removed `ispell-insert-word'.
15281
15282 2012-04-22 Chong Yidong <cyd@gnu.org>
15283
15284 * cus-edit.el (custom-variable-menu)
15285 (custom-variable-reset-saved, custom-face-menu)
15286 (custom-face-reset-saved): If there is no saved value, make the
15287 "reset-saved" operation bring back the default (Bug#9509).
15288 (custom-face-state): Properly detect themed faces.
15289
15290 * faces.el (face-spec-set): Stop supporting deprecated form of
15291 third arg.
15292
15293 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
15294
15295 Move functions from C to Lisp. Make non-blocking method calls
15296 the default. Implement further D-Bus standard interfaces.
15297
15298 * net/dbus.el (dbus-message-internal): Declare function.
15299 Remove unneeded function declarations.
15300 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
15301 (dbus-message-type-method-return, dbus-message-type-error)
15302 (dbus-message-type-signal): Declare variables. Remove local
15303 definitions.
15304 (dbus-interface-dbus, dbus-interface-peer)
15305 (dbus-interface-introspectable, dbus-interface-properties)
15306 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
15307 Adapt docstring.
15308 (dbus-interface-objectmanager): New defconst.
15309 (dbus-call-method, dbus-call-method-asynchronously)
15310 (dbus-send-signal, dbus-method-return-internal)
15311 (dbus-method-error-internal, dbus-register-service)
15312 (dbus-register-signal, dbus-register-method): New defuns, moved
15313 from dbusbind.c
15314 (dbus-call-method-handler, dbus-setenv)
15315 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
15316 New defuns.
15317 (dbus-call-method-non-blocking): Make it an obsolete function.
15318 (dbus-unregister-object, dbus-unregister-service)
15319 (dbus-handle-event, dbus-register-property)
15320 (dbus-property-handler): Obey the new structure of
15321 `bus-registered-objects'.
15322 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
15323 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
15324 Use `dbus-call-method'.
15325
15326 2012-04-22 Chong Yidong <cyd@gnu.org>
15327
15328 * cus-edit.el (custom-commands, custom-reset-menu)
15329 (Custom-reset-standard): Tweak labels.
15330 (custom-reset-button-menu): Change default to t.
15331 (custom-buffer-create-internal): For the custom-reset-button-menu
15332 case, put the revert button first.
15333 (custom-group-subtitle): New face.
15334 (custom-group-value-create): Align docstring to a specific column.
15335
15336 * wid-edit.el (widget-documentation-link-add): Don't handle
15337 indentation in this function.
15338 (widget-documentation-string-indent-to): New function.
15339 (widget-documentation-string-value-create): Use it.
15340
15341 * autorevert.el (auto-revert):
15342 * epg-config.el (epg):
15343 * ibuffer.el (ibuffer):
15344 * mpc.el (mpc):
15345 * ses.el (ses):
15346 * eshell/eshell.el (eshell):
15347 * net/ange-ftp.el (ange-ftp):
15348 * progmodes/ebnf2ps.el (postscript):
15349 * progmodes/flymake.el (flymake):
15350 * progmodes/prolog.el (prolog):
15351 * progmodes/verilog-mode.el (verilog-mode):
15352 * progmodes/which-func.el (which-func):
15353 * term/xterm.el (xterm):
15354 * textmodes/picture.el (picture):
15355 * textmodes/tildify.el (tildify):
15356 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
15357 customization buffers.
15358
15359 2012-04-22 Alan Mackenzie <acm@muc.de>
15360
15361 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
15362 Adding a ) can hide the resulting (..) from searches. Fix it.
15363 Bound the backward search to the position of the existing (.
15364
15365 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
15366
15367 * progmodes/verilog-mode.el (verilog-mode): Check whether
15368 which-func-modes is t before adding verilog-mode.
15369 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
15370
15371 2012-04-21 Leo Liu <sdl.web@gmail.com>
15372
15373 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
15374
15375 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
15376
15377 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
15378 filling of the last column of a table (Bug#5635).
15379 (woman-find-next-control-line): New arg, specifying an additional
15380 regexp component for the control line.
15381 (woman2-roff-buffer): Use it.
15382 (woman-break-table): New function.
15383 (woman2-TS): Use it.
15384
15385 2012-04-21 Chong Yidong <cyd@gnu.org>
15386
15387 * woman.el (woman-set-buffer-display-table, woman-decode-region)
15388 (woman-horizontal-escapes, woman-negative-vertical-space)
15389 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
15390 (WoMan-warn-ignored): Use ?\s instead of ?\ .
15391
15392 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15393
15394 * minibuffer.el (completion-file-name-table): Complete user names.
15395
15396 2012-04-20 Leo Liu <sdl.web@gmail.com>
15397
15398 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
15399 and pcase-let*.
15400
15401 2012-04-20 Chong Yidong <cyd@gnu.org>
15402
15403 * server.el (server-execute): Respect initial-buffer-choice if it
15404 is a string and there are no files to open (Bug#2825).
15405 (server-create-window-system-frame, server-create-tty-frame):
15406 Don't switch buffers here.
15407 (server-process-filter): Only try to open a window system frame if
15408 compiled with graphical support (Bug#8314).
15409
15410 2012-04-20 Dan Nicolaescu <dann@gnu.org>
15411
15412 * battery.el (battery-echo-area-format): Display remaining time
15413 for sysfs backend too (Bug#11269).
15414 (battery-linux-sysfs): Fix conditional for the charge.
15415
15416 2012-04-20 Chong Yidong <cyd@gnu.org>
15417
15418 * progmodes/gdb-mi.el (gdb): Revert previous change.
15419 (gdb-inferior-io--init-proc): New function.
15420 (gdb-init-1): Use it.
15421 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
15422 responsible for allocating a new pty and hooking it to gdb when
15423 the old pty gets an EIO due to process exit.
15424 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
15425 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
15426 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
15427
15428 2012-04-20 Eli Zaretskii <eliz@gnu.org>
15429
15430 * window.el (window-min-size, window-sizable, window-min-delta)
15431 (window-max-delta, window--resizable, window-resizable)
15432 (window-total-size, window-full-height-p, window-full-width-p)
15433 (window-in-direction, window--resize-mini-window, window-resize)
15434 (window--resize-child-windows-normal)
15435 (window--resize-child-windows, window--resize-siblings)
15436 (window--resize-this-window, adjust-window-trailing-edge)
15437 (enlarge-window, shrink-window): Doc fixes.
15438
15439 2012-04-20 Chong Yidong <cyd@gnu.org>
15440
15441 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
15442 New function to call delete-process on the gdb-inferior buffer's pty.
15443 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
15444 pty process (Bug#11273).
15445 (gdb-update): New arg to suppress talking to the gdb process.
15446 (gdb-done-or-error): Use it.
15447 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
15448 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
15449 sentinel not being called.
15450
15451 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
15452
15453 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
15454
15455 2012-04-20 Glenn Morris <rgm@gnu.org>
15456
15457 * net/network-stream.el (open-network-stream): Doc fix.
15458
15459 2012-04-20 Chong Yidong <cyd@gnu.org>
15460
15461 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
15462
15463 2012-04-20 Alan Mackenzie <acm@muc.de>
15464
15465 Ensure searching for keywords is case sensitive.
15466
15467 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
15468 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
15469 (c-defun-name, c-mark-function, c-cpp-define-name)
15470 (c-comment-indent, c-scan-conditionals, c-indent-defun)
15471 (c-context-line-break): Bind case-fold-search to nil.
15472
15473 * progmodes/cc-mode.el (c-font-lock-fontify-region):
15474 Bind case-fold-search to nil.
15475
15476 2012-04-20 Chong Yidong <cyd@gnu.org>
15477
15478 * mail/sendmail.el (mail-bury): Call return action with the right
15479 Rmail buffer (Bug#11242).
15480
15481 * server.el (server-process-filter): Handle corner case where both
15482 tty and nowait options are present (Bug#11102).
15483
15484 2012-04-20 Eli Zaretskii <eliz@gnu.org>
15485
15486 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
15487 (top level): Put into the executable the ident-style '$Id:' tag on
15488 windows-nt as well.
15489
15490 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15491
15492 * electric.el (electric-indent-post-self-insert-function): Check that
15493 electric-indent-mode is enabled in current buffer.
15494
15495 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
15496
15497 * imenu.el (imenu-progress-message): Restore; it is "used" in
15498 erc/erc-imenu.el and net/snmp-mode.el.
15499
15500 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
15501
15502 * avoid.el (mouse-avoidance-mode): Mark unused arg.
15503 (mouse-avoidance-nudge-mouse): Remove unused binding.
15504
15505 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
15506
15507 * descr-text.el (describe-char):
15508 * progmodes/python.el (python-describe-symbol):
15509 Don't call `toggle-read-only', set `buffer-read-only'.
15510
15511 * imenu.el (imenu-default-goto-function): Mark unused args.
15512 (imenu-progress-message): Remove obsolete macro; all callers changed.
15513
15514 * subr.el (keymap-canonicalize): Remove unused binding.
15515 (read-passwd): Mark unused arg.
15516
15517 * tutorial.el (tutorial--display-changes): Remove unused binding.
15518 (tutorial--save-tutorial-to): Remove unused variable.
15519
15520 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
15521 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
15522 (package-generate-autoloads, package-menu--generate)
15523 (package-menu--find-upgrades): Remove unused bindings.
15524
15525 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
15526 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
15527 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
15528 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
15529 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
15530 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
15531 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
15532 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
15533 (cua-delete-char-rectangle): Mark unused args.
15534 (cua-align-rectangle): Remove unused binding.
15535
15536 * mail/rmail.el (compilation--message->loc)
15537 (epa--find-coding-system-for-mime-charset): Declare.
15538
15539 * net/dbus.el (dbus-register-service): Declare.
15540 (dbus-name-owner-changed-handler): Remove unused binding.
15541
15542 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
15543 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
15544 (nxml-scan-backward-within): Mark unused arg.
15545 (nxml-dynamic-markup-word): Remove unused binding.
15546
15547 * mouse.el (mouse-menu-major-mode-map):
15548 * emacs-lisp/authors.el (authors-scan-change-log)
15549 (authors-add-to-author-list):
15550 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
15551 * emacs-lisp/smie.el (smie-auto-fill):
15552 * mail/sendmail.el (mail-bury):
15553 * mail/unrmail.el (unrmail):
15554 * net/tls.el (open-tls-stream):
15555 * textmodes/picture.el (picture-mouse-set-point):
15556 Remove unused bindings.
15557
15558 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
15559
15560 * net/tramp.el (tramp-action-password): Let-bind
15561 `enable-recursive-minibuffers' to t.
15562
15563 2012-04-18 Sam Steingold <sds@gnu.org>
15564
15565 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
15566 instead of 'string to accommodate values like [f11].
15567 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
15568 * progmodes/gdb-mi.el: Likewise.
15569
15570 2012-04-18 Leo Liu <sdl.web@gmail.com>
15571
15572 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
15573 current buffer.
15574 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
15575 LOCAL is nil.
15576
15577 2012-04-18 Chong Yidong <cyd@gnu.org>
15578
15579 * simple.el (line-move): Use forward-line if in batch mode
15580 (Bug#11053).
15581
15582 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
15583
15584 * files.el (after-find-file): Do not try to add a final newline if
15585 the buffer is read-only (Bug#11156).
15586
15587 2012-04-17 Richard Stallman <rms@gnu.org>
15588
15589 * mail/rmail.el (rmail-start-mail):
15590 Pass (rmail-mail-return...) for the return-action.
15591 Pass (rmail-yank-current-message...) for the yank-action.
15592 (rmail-yank-current-message): New function.
15593 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
15594 (rmail-reply): Likewise.
15595 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
15596
15597 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
15598 buffer, not the last. Reject temp buffers. Use the rmail-mode
15599 buffer, not newbuf.
15600
15601 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
15602
15603 * server.el (server-ensure-safe-dir): Simplify.
15604
15605 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15606
15607 * emacs-lisp/smie.el: Provide smarter auto-filling.
15608 (smie-auto-fill): New function.
15609 (smie-setup): Use it.
15610
15611 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
15612
15613 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
15614
15615 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
15616 (comment-indent): Use it.
15617
15618 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
15619
15620 * ses.el: The overall change is to add cell renaming, that is
15621 setting fancy names for cell symbols other than name matching
15622 "\\`[A-Z]+[0-9]+\\'" regexp .
15623 (ses-localvars): Add ses--renamed-cell-symb-list.
15624 (ses-create-cell-variable): New defun.
15625 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
15626 (ses-relocate-formula): Relocate formulas only for cells the
15627 symbols of which are not renamed, i.e. symbols whose names do not
15628 match regexp "\\`[A-Z]+[0-9]+\\'".
15629 (ses-relocate-all): Relocate values only for cells the symbols of
15630 which are not renamed.
15631 (ses-load): Create cells variables as the (ses-cell ...) are read,
15632 in order to check row col consistency with cell symbol name only
15633 for cells that are not renamed.
15634 (ses-replace-name-in-formula): New defun.
15635 (ses-rename-cell): New defun.
15636
15637 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
15638
15639 * progmodes/perl-mode.el (perl-indent-parens-as-block):
15640 New option (bug#11118).
15641 (perl-calculate-indent): Respect it.
15642
15643 2012-04-17 Glenn Morris <rgm@gnu.org>
15644
15645 * dired-aux.el (dired-mark-read-string): Doc fix.
15646
15647 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
15648
15649 * dired-aux.el (dired-mark-read-string): Offer optional completion.
15650 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
15651
15652 2012-04-17 Glenn Morris <rgm@gnu.org>
15653
15654 * mouse.el (mouse-drag-track):
15655 * speedbar.el (speedbar-frame-mode):
15656 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
15657
15658 2012-04-16 Leo Liu <sdl.web@gmail.com>
15659
15660 * progmodes/python.el: Trivial cleanup.
15661
15662 2012-04-16 Glenn Morris <rgm@gnu.org>
15663
15664 * vc/vc.el (vc-string-prefix-p):
15665 * vc/pcvs-util.el (cvs-string-prefix-p):
15666 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
15667 * mpc.el (mpc-string-prefix-p):
15668 Make all of these into obsolete aliases for string-prefix-p.
15669 Update callers.
15670 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
15671
15672 * textmodes/two-column.el: Move custom options to the start.
15673 (frame-width): Remove compat definition.
15674 (2C-associate-buffer, 2C-dissociate):
15675 Use with-current-buffer rather than save-excursion.
15676 (2C-dissociate): Force a mode-line update.
15677 (2C-autoscroll): Use ignore-errors.
15678
15679 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
15680 Autoload trivia.
15681
15682 * emacs-lisp/cl-extra.el (*random-state*):
15683 Remove unnecessary declaration.
15684
15685 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
15686
15687 * play/cookie1.el (cookie-snarf):
15688 Give an explicit error if input file cannot be read.
15689
15690 * play/yow.el (yow-file): Use expand-file-name rather than concat.
15691
15692 * progmodes/perl-mode.el (c-macro-expand):
15693 Remove unnecessary autoload (it is in loaddefs.el).
15694
15695 * textmodes/picture.el (picture-desired-column)
15696 (picture-update-desired-column): Convert comments to doc-strings.
15697 (picture-substitute): Remove function.
15698 (picture-mode-map): Initialize in the defvar.
15699
15700 * woman.el: Remove eval-after-load for tar-mode.
15701 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
15702 (woman-tar-extract-file): Autoload it.
15703
15704 * frame.el (automatic-hscrolling): Make this alias obsolete.
15705
15706 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15707
15708 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
15709 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
15710 (ispell-dictionary-base-alist): Revert to original XEmacs
15711 friendly version for default. [:alpha:] will be added in
15712 `ispell-set-spellchecker-params' if needed.
15713
15714 2012-04-16 Chong Yidong <cyd@gnu.org>
15715
15716 * image.el (imagemagick--file-regexp): New variable.
15717 (imagemagick-register-types): Use it.
15718 (imagemagick-types-inhibit): Add :set function. Allow new value
15719 of t to inhibit all types.
15720
15721 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
15722 so we can preload it.
15723
15724 * loadup.el (fboundp): Preload regexp-opt, needed by
15725 imagemagick-register-types.
15726
15727 2012-04-15 Chong Yidong <cyd@gnu.org>
15728
15729 * frame.el (scrolling): Remove nearly unused customization group.
15730
15731 * scroll-all.el (scroll-all-mode): Move to windows group.
15732
15733 2012-04-15 Chong Yidong <cyd@gnu.org>
15734
15735 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
15736
15737 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15738
15739 Avoid the use of ((lambda ...) ...) in lexical-binding code.
15740 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
15741
15742 2012-04-15 Glenn Morris <rgm@gnu.org>
15743
15744 * simple.el (process-file-side-effects): Doc fix.
15745
15746 2012-04-15 Glenn Morris <rgm@gnu.org>
15747
15748 * international/mule-cmds.el (set-language-environment): Doc fix.
15749
15750 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
15751
15752 * server.el (server-auth-key, server-generate-key): Doc fixes.
15753 (server-get-auth-key): Doc fix. Use `string-match-p'.
15754 (server-start): Reflow docstring.
15755
15756 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
15757
15758 * server.el (server-generate-key): `called-interactively-p'
15759 requires a parameter.
15760
15761 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
15762
15763 * server.el (server-auth-key): New variable.
15764 (server-generate-key, server-get-auth-key): New function.
15765 (server-start): Use the new variable and functions to allow
15766 setting a permanent server key (bug#9423).
15767
15768 2012-04-14 Leo Liu <sdl.web@gmail.com>
15769
15770 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
15771
15772 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
15773
15774 Spelling fixes.
15775 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
15776 Emacs uses American spelling.
15777
15778 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
15779
15780 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
15781 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
15782 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
15783 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
15784
15785 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15786
15787 * progmodes/which-func.el (which-func-modes): Change default.
15788
15789 2012-04-14 Kim F. Storm <storm@cua.dk>
15790
15791 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
15792 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
15793
15794 2012-04-14 Chong Yidong <cyd@gnu.org>
15795
15796 * custom.el (custom-theme-set-variables): Doc fix.
15797
15798 2012-04-14 Glenn Morris <rgm@gnu.org>
15799
15800 * international/mule.el (set-auto-coding-for-load): Doc fix.
15801
15802 2012-04-14 Alan Mackenzie <acm@muc.de>
15803
15804 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
15805 imenu work again for Objective C Mode. Correct the *-index values,
15806 these having been disturbed by a previous change in 2011-08.
15807
15808 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
15809 Correct two search limits.
15810
15811 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15812
15813 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
15814
15815 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
15816
15817 * international/characters.el: Fix sorting.
15818
15819 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15820
15821 * international/characters.el: Add more missing Latin case pairs.
15822
15823 2012-04-14 Glenn Morris <rgm@gnu.org>
15824
15825 * files.el (dir-locals-set-class-variables): Doc fix.
15826
15827 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15828
15829 * international/characters.el: Add set-case-syntax-pair call for
15830 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
15831 counterpart. (Bug#11209)
15832
15833 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
15834
15835 2012-04-14 Glenn Morris <rgm@gnu.org>
15836
15837 * calendar/holidays.el (calendar-check-holidays): Doc fix.
15838
15839 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15840
15841 * textmodes/ispell.el (ispell-dictionary-base-alist):
15842 Add data for Hebrew.
15843
15844 2012-04-14 Chong Yidong <cyd@gnu.org>
15845
15846 * net/rcirc.el (rcirc-cmd-quit):
15847 Revert 2012-03-18 change (Bug#11192).
15848
15849 2012-04-14 Glenn Morris <rgm@gnu.org>
15850
15851 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
15852
15853 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15854
15855 * minibuffer.el (completion-in-region-mode-map):
15856 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
15857
15858 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
15859
15860 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
15861
15862 2012-04-13 Masatake YAMATO <yamato@redhat.com>
15863
15864 * minibuffer.el (minibuffer-local-filename-syntax): New variable
15865 to allow `C-M-f' and `C-M-b' to move to the nearest path
15866 separator (bug#9511).
15867
15868 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
15869
15870 * avoid.el: Require cl when compiling. And also move the
15871 `provide' to the end.
15872
15873 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15874
15875 * avoid.el (mouse-avoidance-banish-position): New variable.
15876 (mouse-avoidance-banish-destination): Use it (bug#10165).
15877
15878 2012-04-13 Leo Liu <sdl.web@gmail.com>
15879
15880 * progmodes/which-func.el (which-func-modes): Add objc-mode.
15881
15882 2012-04-13 Ken Brown <kbrown@cornell.edu>
15883
15884 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
15885 this is no longer needed now that cygstart understands file:// URLs.
15886 (browse-url-filename-alist): For the same reason, don't modify
15887 file:// URLs on Cygwin.
15888
15889 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
15890
15891 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
15892 the region on shift if the binding is already shifted (bug#11221).
15893
15894 2012-04-12 Glenn Morris <rgm@gnu.org>
15895
15896 * mail/mailpost.el: Move to obsolete/.
15897
15898 2012-04-12 Drew Adams <drew.adams@oracle.com>
15899
15900 * imenu.el (imenu--generic-function): Ignore invisible definitions
15901 (bug#10123).
15902
15903 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
15904
15905 * hexl.el (hexl-bits): New variable.
15906 (hexl-options): Mention the variable in the doc string.
15907 (hexl-rulerise, hexl-line-displen): New functions.
15908 (hexl-mode): Mention the new variable.
15909 (hexl-mode, hexl-current-address, hexl-current-address):
15910 Use the displen.
15911 (hexl-ascii-start-column): New function.
15912 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
15913 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
15914
15915 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15916
15917 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
15918 '("-i" ENCODING), in 2 separate command-line arguments, to specify
15919 the encoding, as expected by hunspell.
15920
15921 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15922
15923 * battery.el (battery--linux-sysfs-regexp): New const.
15924 (battery-status-function): Use it. Remove yeeloong special case.
15925 (battery-yeeloong-sysfs): Remove.
15926 (battery-echo-area-format): Remove yeeloong special case.
15927
15928 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15929
15930 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
15931 Reported by Noah Friedman.
15932
15933 * subr.el (read-passwd): Use read-string.
15934
15935 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15936
15937 * vcursor.el (vcursor-move): Increase the priority of the overlay
15938 (bug#9663).
15939
15940 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
15941
15942 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
15943 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
15944
15945 2012-04-11 William Stevenson <yhvh2000@gmail.com>
15946
15947 * textmodes/artist.el (artist-mode): Convert artist-mode to use
15948 define-minor-mode (bug#10760).
15949
15950 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
15951
15952 * progmodes/grep.el (rgrep): Tweak the find command line so
15953 that directories matching `grep-find-ignored-files' won't be
15954 pruned (bug#10351).
15955
15956 2012-04-11 Chong Yidong <cyd@gnu.org>
15957
15958 * startup.el (command-line): Remove support for long-obsolete
15959 variable font-lock-face-attributes.
15960
15961 2012-04-11 Glenn Morris <rgm@gnu.org>
15962
15963 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
15964
15965 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15966
15967 * window.el (window--state-get-1): Obey window-point-insertion-type.
15968
15969 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
15970
15971 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
15972 to previous function when point is on the first character of a
15973 function. Take care of that in `narrow-to-defun' (bug#6157).
15974
15975 2012-04-11 Glenn Morris <rgm@gnu.org>
15976
15977 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
15978 not just file-errors.
15979
15980 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
15981 (vc-bzr-sha1): Use internal sha1.
15982
15983 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15984
15985 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
15986
15987 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
15988
15989 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
15990 that start in the middle of the line (bug#10496).
15991
15992 2012-04-10 Dan Nicolaescu <dann@gnu.org>
15993
15994 * battery.el (battery-linux-proc-acpi): Only one battery is
15995 discharged at a time, but that seems to confuse battery.el when
15996 computing `rate-type' for the battery not being discharged
15997 (bug#10332).
15998
15999 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16000
16001 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
16002
16003 * international/quail.el: Use dolist and simplify.
16004 (quail-define-package, quail-update-keyboard-layout)
16005 (quail-define-rules): Use dolist.
16006 (quail-insert-kbd-layout, quail-get-translation): CSE.
16007
16008 * tmm.el: Use dolist, remove left over hook.
16009 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
16010 Use dolist.
16011 (calendar-load-hook): Don't mess with it.
16012
16013 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
16014 Use derived-mode-p. Run the diff asynchronously.
16015
16016 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16017
16018 * obsolete/mouse-sel.el: Add an Obsolete-since header.
16019
16020 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
16021
16022 * misc.el: Display absolute path of loaded DLLs (bug#10424).
16023 (list-dynamic-libraries--loaded): New function.
16024 (list-dynamic-libraries--refresh): Use it.
16025
16026 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
16027
16028 * progmodes/python.el (python-fill-paragraph):
16029 Make python-fill-region in a multiline string work when font-lock is
16030 disabled (bug#7018).
16031
16032 2012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
16033
16034 * language/european.el (cp775): Add oem/legacy (en)coding on
16035 DOS/MS Windows for the Baltic languages. There are still plenty
16036 of texts written in this encoding/codepage (bug#6519).
16037
16038 2012-04-10 Glenn Morris <rgm@gnu.org>
16039
16040 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
16041 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
16042
16043 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
16044
16045 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
16046 next-line "n" and previous-line "p" in order to make recentf more
16047 consistent with ibuffer, dired or org-mode (bug#9387).
16048
16049 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16050
16051 * image.el (put-image): Return the overlay created instead of the
16052 optional input string (bug#7834). Note that this may break code
16053 that is (for some reason or other) depending on `put-image'
16054 returning the string.
16055
16056 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
16057
16058 * simple.el (zap-to-char): Allow zapping using input methods
16059 (bug#1580).
16060
16061 * textmodes/fill.el (fill-region): Leave point and mark where they
16062 were before filling (bug#5399).
16063
16064 2012-04-09 Glenn Morris <rgm@gnu.org>
16065
16066 * version.el (emacs-bzr-get-version):
16067 Handle lightweight checkouts of local branches.
16068
16069 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
16070
16071 * international/characters.el: Recover lost case pairs. (Bug#11209)
16072
16073 2012-04-09 Chong Yidong <cyd@gnu.org>
16074
16075 * custom.el (custom-variable-p): Return nil for non-symbol
16076 arguments instead of signaling an error.
16077 (user-variable-p): Obsolete alias for custom-variable-p.
16078
16079 * apropos.el (apropos-variable):
16080 * files-x.el (read-file-local-variable):
16081 * simple.el (set-variable):
16082 * woman.el (woman-mini-help):
16083 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
16084
16085 2012-04-09 Glenn Morris <rgm@gnu.org>
16086
16087 * startup.el (normal-top-level): Don't look for leim-list.el
16088 in places where it will not be found. (Bug#910)
16089
16090 * international/mule-cmds.el (set-default-coding-systems):
16091 * files.el (normal-mode):
16092 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
16093 This function was removed with ucs-tables.el in 2008.
16094
16095 2012-04-08 Eli Zaretskii <eliz@gnu.org>
16096
16097 * textmodes/ispell.el (ispell-check-version): For hunspell, set
16098 ispell-encoding8-command to "-i", without a trailing space.
16099 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
16100 separate command-line arguments, to specify the encoding, since
16101 that's how hunspell expects it.
16102
16103 2012-04-08 Glenn Morris <rgm@gnu.org>
16104
16105 * loadup.el: Load bindings before cus-start.
16106 This reduces somewhat the number of "rogue" settings in emacs -Q.
16107
16108 2012-04-07 Glenn Morris <rgm@gnu.org>
16109
16110 * version.el (emacs-bzr-get-version): New function.
16111 (emacs-bzr-version): New variable.
16112 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
16113 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
16114
16115 2012-04-07 Eli Zaretskii <eliz@gnu.org>
16116
16117 * international/uni-bidi.el, international/uni-category.el:
16118 * international/uni-combining.el, international/uni-decimal.el:
16119 * international/uni-decomposition.el, international/uni-digit.el:
16120 * international/uni-lowercase.el, international/uni-mirrored.el:
16121 * international/uni-name.el, international/uni-numeric.el:
16122 * international/uni-titlecase.el, international/uni-uppercase.el:
16123 Update for Unicode 6.1.
16124
16125 2012-04-07 Eli Zaretskii <eliz@gnu.org>
16126
16127 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
16128
16129 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
16130
16131 * window.el (shrink-window): Mention the `window-min-height'
16132 variable in the doc string.
16133
16134 2012-04-05 Bastien Guerry <bzg@altern.org>
16135
16136 * color.el (color-lighten-name): Fix typo.
16137
16138 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16139
16140 * server.el (server--on-display-p): New function.
16141 (server--on-display-p): Use it.
16142
16143 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
16144
16145 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
16146 (bug#11145).
16147
16148 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16149
16150 * comint.el (comint--common-quoted-suffix): Check string boundary
16151 before comparing (bug#11158).
16152 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
16153
16154 2012-04-04 Chong Yidong <cyd@gnu.org>
16155
16156 * minibuffer.el (completion-extra-properties): Doc fix.
16157
16158 * subr.el (delayed-warnings-hook): Doc fix.
16159
16160 2012-04-04 Daiki Ueno <ueno@unixuser.org>
16161
16162 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
16163 selection (Bug#11159).
16164 (epa-insert-keys): Inform that the default public key will be
16165 exported if no key is selected.
16166
16167 2012-04-04 Richard Stallman <rms@gnu.org>
16168
16169 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
16170
16171 2012-04-03 Chong Yidong <cyd@gnu.org>
16172
16173 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
16174 mail-insert-file, not its obsolete alias mail-attach-file.
16175
16176 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
16177
16178 * notifications.el (notifications-notify): Fix docstring.
16179
16180 2012-04-02 Glenn Morris <rgm@gnu.org>
16181
16182 * emacs-lisp/authors.el (authors-aliases): Another addition.
16183
16184 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
16185
16186 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
16187 `tramp-compat-call-process' instead of `tramp-local-call-process'.
16188 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
16189
16190 2012-04-01 Chong Yidong <cyd@gnu.org>
16191
16192 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
16193 Handle root directory properly.
16194 (copy-directory): Caller changed.
16195
16196 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
16197 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
16198
16199 2012-03-31 Glenn Morris <rgm@gnu.org>
16200
16201 * term/xterm.el (xterm-extra-capabilities): Doc fix.
16202
16203 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
16204
16205 * calendar/calendar.el (calendar-window-list)
16206 (calendar-hide-window): Restore. (Bug#11140)
16207 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
16208
16209 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
16210
16211 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16212
16213 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
16214 Check if file is a symlink (Bug#10489).
16215
16216 * files.el (copy-directory): Likewise.
16217
16218 2012-03-30 Chong Yidong <cyd@gnu.org>
16219
16220 * image.el (imagemagick-types-inhibit)
16221 (imagemagick-register-types): Doc fix.
16222
16223 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16224
16225 * textmodes/ispell.el (ispell-get-extended-character-mode):
16226 Disable extended-char-mode for hunspell. hunspell does not support it
16227 and treats ~word as ordinary words in pipe mode.
16228
16229 2012-03-30 Glenn Morris <rgm@gnu.org>
16230
16231 * tutorial.el (help-with-tutorial): Ensure local variables don't
16232 happen to make the buffer read-only. (Bug#11127)
16233
16234 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16235
16236 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
16237 (perl-calculate-indent): Return `noindent' in strings.
16238
16239 2012-03-28 Sam Steingold <sds@gnu.org>
16240
16241 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
16242 instead of the broken adhockery which does not prevent calendar
16243 buffers from being displayed at random after exit.
16244 (calendar-window-list, calendar-hide-window): Remove the broken
16245 adhockery.
16246
16247 2012-03-28 Glenn Morris <rgm@gnu.org>
16248
16249 * replace.el (query-replace-map): Doc fix.
16250
16251 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
16252
16253 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
16254 contents. (Bug#11109)
16255
16256 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
16257
16258 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
16259 (bug#11077).
16260 (avl-tree--check, avl-tree--check-node): New funs.
16261
16262 2012-03-27 Martin Rudalics <rudalics@gmx.at>
16263
16264 * window.el (switch-to-visible-buffer): New option.
16265 (switch-to-prev-buffer, switch-to-next-buffer):
16266 Observe switch-to-visible-buffer. Make sure that checking for a window
16267 showing a buffer already is done on the same frame.
16268
16269 2012-03-27 Glenn Morris <rgm@gnu.org>
16270
16271 * startup.el (mail-host-address): Doc fix.
16272
16273 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16274
16275 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
16276 than 197 variables.
16277
16278 2012-03-26 Ami Fischman <ami@fischman.org>
16279
16280 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
16281
16282 2012-03-26 Glenn Morris <rgm@gnu.org>
16283
16284 * files.el (save-buffers-kill-emacs): Doc fix.
16285
16286 * startup.el (normal-top-level, command-line, command-line-1):
16287 Give them doc strings.
16288
16289 2012-03-25 Eli Zaretskii <eliz@gnu.org>
16290
16291 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
16292 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
16293
16294 2012-03-25 Chong Yidong <cyd@gnu.org>
16295
16296 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
16297 theme if it was previously enabled before (Bug#11031).
16298
16299 * cus-theme.el (custom-theme-write-faces): Retrieve current face
16300 spec with custom-face-get-current-spec if its :shown-value is not
16301 determined yet (Bug#9337).
16302 (customize-create-theme, custom-theme-revert): Doc fixes.
16303
16304 * button.el (button-at): Minor addition to docstring.
16305
16306 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
16307
16308 * vc/vc.el (vc-merge): Fix a prompt.
16309
16310 2012-03-24 Chong Yidong <cyd@gnu.org>
16311
16312 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
16313 point (Bug#9623).
16314
16315 * button.el (button-at): Minor addition to docstring.
16316
16317 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16318
16319 * newcomment.el (comment-choose-indent): No space after BOL.
16320
16321 2012-03-22 Sam Steingold <sds@gnu.org>
16322
16323 * window.el (switch-to-prev-buffer): Revert last patch because the
16324 bug turned out to be an advertised feature (Elisp manual 28.14).
16325
16326 2012-03-22 Glenn Morris <rgm@gnu.org>
16327
16328 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
16329 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
16330
16331 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16332
16333 * net/network-stream.el (network-stream-open-starttls): Make error
16334 message under Windows be less misleading.
16335
16336 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
16337
16338 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
16339 understands (bug#9942).
16340
16341 2012-03-22 Chong Yidong <cyd@gnu.org>
16342
16343 * simple.el (end-of-visible-line): Handle return value of
16344 next-single-property-change properly (Bug#9371).
16345
16346 2012-03-22 Kenichi Handa <handa@m17n.org>
16347
16348 * international/quail.el (quail-insert-kbd-layout): Fix previous
16349 change. To avoid unwanted bidi reordering, use
16350 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
16351
16352 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
16353
16354 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
16355 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
16356 (ruby-beginning-of-indent): Be more careful with the difference
16357 between word-boundary and symbol boundary.
16358 (ruby-mode-syntax-table): Make : a symbol constituent.
16359
16360 2012-03-21 Andreas Politz <politza@fh-trier.de>
16361
16362 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
16363
16364 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16365
16366 * progmodes/etags.el (tags-completion-at-point-function):
16367 Improve last fix.
16368
16369 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
16370
16371 2012-03-21 Sam Steingold <sds@gnu.org>
16372
16373 * progmodes/etags.el (tags-completion-at-point-function):
16374 Avoid the error when point is inside the pattern.
16375
16376 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
16377
16378 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
16379 line (Bug#10855).
16380
16381 2012-03-21 Drew Adams <drew.adams@oracle.com>
16382
16383 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
16384
16385 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
16386
16387 * ido.el (ido-set-current-directory, ido-read-internal)
16388 (ido-choose-completion-string, ido-completion-help): Handle nil
16389 value of ido-completion-buffer (Bug#11008).
16390
16391 2012-03-21 Sam Steingold <sds@gnu.org>
16392
16393 * window.el (switch-to-prev-buffer): Do not switch to a visible
16394 window previous buffer, just like with the frame previous buffers.
16395
16396 2012-03-21 Chong Yidong <cyd@gnu.org>
16397
16398 * faces.el (make-face, make-empty-face, copy-face):
16399 * face-remap.el (face-remap-add-relative, face-remap-set-base):
16400 Doc fixes.
16401
16402 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16403
16404 * wid-edit.el (widget-complete-field): Remove (bug#11051).
16405 (widget-complete): Remove broken use of it.
16406
16407 2012-03-20 Chong Yidong <cyd@gnu.org>
16408
16409 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
16410 Use string-width and truncate-string-width to handle arbitrary
16411 characters.
16412
16413 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
16414
16415 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
16416 to draw rectangles, not squares. (Regression introduced by revno
16417 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
16418
16419 2012-03-18 Chong Yidong <cyd@gnu.org>
16420
16421 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
16422 it is not yet defined (for temacs).
16423
16424 2012-03-18 Leo Liu <sdl.web@gmail.com>
16425
16426 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
16427 prefix.
16428
16429 2012-03-17 Eli Zaretskii <eliz@gnu.org>
16430
16431 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
16432 (ispell-choices-win-default-height, ispell-silently-savep)
16433 (ispell-dictionary-alist, ispell-encoding8-command)
16434 (ispell-check-version, ispell-aspell-find-dictionary)
16435 (ispell-valid-dictionary-list, ispell-words-keyword)
16436 (ispell-get-word, ispell-internal-change-dictionary)
16437 (ispell-region, ispell-skip-region-list)
16438 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
16439 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
16440 (ispell-message-text-end, ispell-message)
16441 (ispell-buffer-local-parsing): Doc fix.
16442
16443 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
16444
16445 * htmlfontify.el: Add support for code block fontification for ODT
16446 export (Bug #9914).
16447 (hfy-optimisations): Define new option
16448 `body-text-only'
16449 (hfy-fontify-buffer): Honor above setting.
16450 (hfy-begin-span, hfy-end-span): New routines factored out form
16451 `hfy-fontify-buffer'.
16452 (hfy-begin-span-handler, hfy-end-span-handler): New variables
16453 that permit insertion of custom tags.
16454 (hfy-fontify-buffer): Use above handlers.
16455 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
16456 (hfy-face-to-css): Re-defined to be a variable.
16457 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
16458 over multiple runs. This is made possible by having the caller let
16459 bind a special variable `hfy-user-sheet-assoc'.
16460 (htmlfontify-string): New defun.
16461 (hfy-compile-face-map): Make sure that the last char in the
16462 buffer is correctly fontified.
16463 (hfy-face-resolve-face): Whitespace only change.
16464
16465 2012-03-17 Eli Zaretskii <eliz@gnu.org>
16466
16467 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
16468 message more clear.
16469
16470 2012-03-16 Leo Liu <sdl.web@gmail.com>
16471
16472 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
16473
16474 2012-03-16 Alan Mackenzie <acm@muc.de>
16475
16476 Further optimize the handling of large macros.
16477
16478 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
16479 limit to a call of `c-literal-limits'.
16480 (c-determine-+ve-limit): New function.
16481 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
16482 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
16483 In CASE 5B, restrict a search limit to 500.
16484 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
16485
16486 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
16487 Restrict macro bounds to +-500 from after-change's BEG END.
16488
16489 2012-03-16 Leo Liu <sdl.web@gmail.com>
16490
16491 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
16492
16493 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
16494
16495 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
16496 `special-mode' setting of `buffer-read-only'. (Bug#11010)
16497
16498 2012-03-16 Glenn Morris <rgm@gnu.org>
16499
16500 * view.el (view-buffer, view-buffer-other-window)
16501 (view-buffer-other-frame): Doc fixes re special mode-class.
16502
16503 * subr.el (eval-after-load): If named feature is provided not from
16504 a file, run after-load forms. (Bug#10946)
16505
16506 * calendar/calendar.el (calendar-insert-at-column):
16507 Handle non-unit-width characters a bit better. (Bug#10978)
16508
16509 2012-03-15 Chong Yidong <cyd@gnu.org>
16510
16511 * emacs-lisp/ring.el (ring-extend): New function.
16512 (ring-insert+extend): Extend the ring correctly (Bug#11019).
16513
16514 * comint.el (comint-read-input-ring)
16515 (comint-add-to-input-history): Grow comint-input-ring lazily.
16516
16517 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16518
16519 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
16520 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
16521
16522 * imenu.el: Fix multiple inheritance breakage (bug#9199).
16523 (imenu-add-to-menubar): Don't add a redundant index.
16524 (imenu-update-menubar): Handle a dynamically composed keymap.
16525
16526 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
16527
16528 * mail/sendmail.el (mail-encode-header):
16529 Bind rfc2047-encode-encoded-words to nil.
16530
16531 2012-03-13 Glenn Morris <rgm@gnu.org>
16532
16533 * calendar/calendar.el (calendar-string-spread):
16534 Handle non-unit-width characters a bit better. (Bug#10978)
16535
16536 2012-03-13 Leo Liu <sdl.web@gmail.com>
16537
16538 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
16539 directory and file as argument (Bug#10822).
16540
16541 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
16542
16543 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
16544 For dynamically generated code, follow $PC.
16545 (gdb-disassembly-handler-custom): Handle no function name case.
16546
16547 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
16548
16549 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
16550 * emulation/ws-mode.el (ws-query-replace):
16551 * sort.el (sort-regexp-fields):
16552 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
16553
16554 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16555
16556 * dabbrev.el: Fix cycle completion order (bug#10963).
16557 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
16558 (dabbrev-completion): Don't use an obarray; provide
16559 a cycle-sort-function.
16560
16561 2012-03-12 Leo Liu <sdl.web@gmail.com>
16562
16563 * simple.el (kill-new): Use equal-including-properties for comparison.
16564 (kill-do-not-save-duplicates): Doc fix.
16565
16566 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16567
16568 * dabbrev.el: Fix cycle completion (bug#10963).
16569 Use lexical binding and wrap to 80 columns.
16570 (dabbrev-completion): Delay computing the list of completions.
16571
16572 2012-03-12 Kenichi Handa <handa@m17n.org>
16573
16574 * international/quail.el (quail-insert-kbd-layout): Surround each
16575 row by LRO and PDF instead of inserting many LRMs. Pad the left
16576 and right of each non-spacing marks. Insert invisible space
16577 between lower and upper characters to prevent composition.
16578
16579 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16580
16581 * minibuffer.el (minibuffer-complete): Don't get confused when the
16582 function is run twice via different commands (bug#10958).
16583 (complete-with-action): Fix docstring.
16584
16585 2012-03-12 Chong Yidong <cyd@gnu.org>
16586
16587 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
16588 (nxml-completion-at-point-function): New function.
16589 (nxml-mode): Use it.
16590 (nxml-bind-meta-tab-to-complete-flag): Default to t.
16591
16592 * emacs-lisp/package.el (package-unpack, package-unpack-single):
16593 Load generated autoloads file before byte compiling (Bug#10970).
16594 (package--make-autoloads-and-compile): New helper fun.
16595
16596 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
16597
16598 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
16599
16600 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
16601
16602 * autorevert.el (auto-revert-handler): Ensure, that
16603 file-readable-p is applied only for local files or in
16604 auto-revert-tail-mode.
16605
16606 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
16607
16608 * server.el (server-eval-at): Handle non-tcp connections.
16609 Decode result string.
16610
16611 * server.el (server-msg-size): New constant.
16612 (server-reply-print): New function.
16613 (server-eval-and-print): Use it.
16614 (server-eval-at): Use server-quote-arg and server-unquote-arg.
16615 Handle -print-nonl.
16616
16617 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
16618
16619 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
16620 (Bug#10987).
16621
16622 2012-03-11 Chong Yidong <cyd@gnu.org>
16623
16624 * simple.el (goto-line): Doc fix (Bug#9938).
16625
16626 * subr.el (save-window-excursion): Doc fix (Bug#9979).
16627
16628 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
16629 when finished (Bug#10963).
16630
16631 2012-03-11 Martin Rudalics <rudalics@gmx.at>
16632
16633 * window.el (split-window-below): Fix bug in case where
16634 split-window-keep-point is nil (Bug#10971).
16635
16636 2012-03-11 Juri Linkov <juri@jurta.org>
16637
16638 * replace.el (replace-highlight): Set isearch-word to nil
16639 unconditionally. (Bug#10887)
16640
16641 2012-03-10 Eli Zaretskii <eliz@gnu.org>
16642
16643 * net/mairix.el (mairix-replace-invalid-chars): Rename from
16644 mairix-replace-illegal-chars; all callers changed. Don't remove
16645 ^, ~, and = characters: they are meaningful in mairix search specs.
16646 (mairix-widget-create-query): Add usage information about mairix
16647 search forms: negating words, searching for substrings, etc.
16648
16649 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
16650
16651 * international/fontset.el (font-encoding-alist): Add an entry for
16652 ksx1001 (Bug#5667).
16653
16654 2012-03-10 Richard Stallman <rms@gnu.org>
16655
16656 * mail/sendmail.el (mail-encode-header):
16657 Set rfc2047-encode-encoded-words.
16658
16659 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
16660
16661 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
16662 view buffer means not swapped.
16663 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
16664 (rmail-write-region-annotate): Error if real text has disappeared.
16665
16666 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
16667
16668 2012-03-10 Chong Yidong <cyd@gnu.org>
16669
16670 * emulation/cua-rect.el (cua--init-rectangles):
16671 * emulation/cua-base.el (cua--init-keymaps):
16672 Add delete-forward-char to remappings (Bug#9666).
16673
16674 2012-03-10 Martin Rudalics <rudalics@gmx.at>
16675
16676 * speedbar.el (speedbar-unhighlight-one-tag-line):
16677 Avoid unhighlighting due to frame switching (Bug#10275).
16678
16679 2012-03-10 Chong Yidong <cyd@gnu.org>
16680
16681 * minibuffer.el (completion-in-region, completion-help-at-point):
16682 Give the completion field overlay a high priority (Bug#6830).
16683
16684 * dired.el (dired-goto-file): Recognize absolute file name
16685 listings (Bug#7126).
16686 (dired-goto-file-1): New helper function.
16687 (dired-toggle-read-only): Inhibit warnings.
16688
16689 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
16690
16691 * net/dbus.el (dbus-property-handler): Return empty array if
16692 there are no properties.
16693
16694 2012-03-09 Leo Liu <sdl.web@gmail.com>
16695
16696 * savehist.el (savehist-printable): Stricter check for string
16697 value (Bug#10937).
16698
16699 2012-03-09 Eli Zaretskii <eliz@gnu.org>
16700
16701 * mail/smtpmail.el (smtpmail-send-it):
16702 Bind coding-system-for-write to *-unix, so that FCC files are kept in
16703 valid mbox format.
16704
16705 2012-03-09 Glenn Morris <rgm@gnu.org>
16706
16707 * files.el (dir-locals-find-file):
16708 Don't check result is regular, readable.
16709 (dir-locals-read-from-file): Demote errors.
16710
16711 2012-03-08 Eli Zaretskii <eliz@gnu.org>
16712
16713 * international/quail.el (quail-insert-kbd-layout):
16714 Insert invisible LRM characters before each character in a keyboard
16715 layout cell, to prevent their reordering by bidi display engine.
16716 For details, see the discussion in
16717 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
16718
16719 2012-03-08 Alan Mackenzie <acm@muc.de>
16720
16721 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
16722 the starting position; make it extend the marked region when
16723 invoked repeatedly - all under appropriate circumstances.
16724 Fixes bugs #5525, #10906.
16725
16726 2012-03-08 Glenn Morris <rgm@gnu.org>
16727
16728 * files.el (locate-dominating-file, dir-locals-find-file):
16729 Undo 2012-03-06 change.
16730
16731 2012-03-07 Eli Zaretskii <eliz@gnu.org>
16732
16733 * international/quail.el (quail-help):
16734 Force bidi-paragraph-direction be left-to-right. See discussion in
16735 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
16736 for the reason.
16737
16738 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
16739
16740 Avoid superfluous registering of signals. (Bug#10807)
16741
16742 * notifications.el (notifications-on-action-object)
16743 (notifications-on-close-object): New defvars.
16744 (notifications-on-action-signal, notifications-on-closed-signal):
16745 Unregister the signal if not needed any longer.
16746 (notifications-notify): Register `notifications-action-signal' or
16747 `notifications-closed-signal', if :on-action or :on-close has been
16748 passed as argument.
16749
16750 2012-03-07 Chong Yidong <cyd@gnu.org>
16751
16752 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
16753 non-X platforms.
16754
16755 2012-03-06 Glenn Morris <rgm@gnu.org>
16756
16757 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16758 (x-disown-selection-internal, x-get-selection-internal):
16759 Doc fix (add arglist signatures). (Bug#10783)
16760
16761 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
16762
16763 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
16764 Handle breakpoints with no "type".
16765
16766 2012-03-06 Glenn Morris <rgm@gnu.org>
16767
16768 * files.el (locate-dominating-file): Add optional predicate argument.
16769 (dir-locals-find-file): Make use of above change.
16770
16771 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
16772
16773 * info.el (Info-insert-dir): Also try "dir.gz".
16774
16775 2012-03-06 Glenn Morris <rgm@gnu.org>
16776
16777 * files.el (dir-locals-find-file):
16778 Ignore non-readable or non-regular files. (Bug#10928)
16779
16780 * files.el (locate-dominating-file): Doc fix.
16781
16782 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
16783
16784 * calendar/calendar.el (calendar-set-mode-line):
16785 `getenv' returns a string. (Bug#10951)
16786
16787 2012-03-05 Leo Liu <sdl.web@gmail.com>
16788
16789 * simple.el (backward-delete-char-untabify): Constrain point to
16790 field (Bug#10939).
16791
16792 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
16793
16794 2012-03-05 Chong Yidong <cyd@gnu.org>
16795
16796 * simple.el (count-words): If called from Lisp, return the word
16797 count, for symmetry with `count-lines'. Arglist changed.
16798 (count-words--message): Args changed. Consolidate counting code
16799 from count-words and count-words-region.
16800 (count-words-region): Caller changed.
16801 (count-lines-region): Make it an obsolete alias.
16802
16803 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
16804
16805 * saveplace.el (save-place-to-alist)
16806 (save-place-ignore-files-regexp): Allow value nil to disable this
16807 feature.
16808
16809 2012-03-04 Chong Yidong <cyd@gnu.org>
16810
16811 * faces.el (face-spec-reset-face): For the default face, reset the
16812 attributes to default values (Bug#10748).
16813
16814 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16815
16816 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
16817 previous patch: Check `message-send-mail-function', and not the
16818 default function (bug#10897).
16819
16820 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
16821
16822 * notifications.el (notifications-on-action-signal)
16823 (notifications-on-closed-signal): Check for unique service name of
16824 incoming event. Fix error in removing entry.
16825 (top): Register for signals with wildcard service name.
16826 (notifications-notify): Use daemon unique service name for map entries.
16827
16828 2012-03-04 Chong Yidong <cyd@gnu.org>
16829
16830 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
16831
16832 2012-03-04 Glenn Morris <rgm@gnu.org>
16833
16834 * abbrev.el (copy-abbrev-table, abbrev-table-p)
16835 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
16836 (expand-abbrev, define-abbrev-table): Doc fixes.
16837
16838 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16839
16840 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
16841 `message-default-send-mail-function' and not `send-mail-function'
16842 when doing the prompting for `sendmail-query-once' before sending
16843 in Message buffers (bug#10897).
16844
16845 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
16846 This is inconsistent with all the other stream functions, which leave
16847 the setting up to the higher levels (if so wanted) (bug#10931).
16848
16849 2012-03-02 Alan Mackenzie <acm@muc.de>
16850
16851 Depessimize the handling of very large macros.
16852
16853 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
16854 (c-macro-cache-syntactic): New variables to implement a one
16855 element macro cache.
16856 (c-invalidate-macro-cache): New function.
16857 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
16858 Adapt to use the new cache.
16859 (c-state-safe-place): Use better the cache of safe positions.
16860 (c-state-semi-nonlit-pos-cache)
16861 (c-state-semi-nonlit-pos-cache-limit):
16862 New variables for...
16863 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
16864 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
16865 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
16866 Use c-state-semi-safe-place.
16867
16868 * progmodes/cc-langs.el (c-get-state-before-change-functions):
16869 Add c-invalidate-macro-cache to the C, C++, Obj entries.
16870
16871 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
16872
16873 * jka-compr.el (jka-compr-call-process):
16874 Apply `file-accessible-directory-p' only when the default directory is
16875 not remote.
16876
16877 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
16878
16879 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
16880 access of FILE2, if FILE1 does not exist.
16881
16882 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
16883 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
16884
16885 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
16886 Add "PAGER=" to `process-environment'.
16887
16888 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
16889
16890 * progmodes/sql.el: Bug fix
16891 (sql-get-login-ext): Save login values in globals.
16892 (sql-get-login): Use new version of `sql-get-login-ext'.
16893 (sql-interactive-mode): Set global `sql-connection' to nil.
16894 (sql-connect): Set global values for connection.
16895 (sql-product-interactive): Save global values as buffer local.
16896
16897 2012-02-29 Leo Liu <sdl.web@gmail.com>
16898
16899 * abbrev.el (define-abbrevs): Reset sys to nil.
16900
16901 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16902
16903 * files.el (file-equal-p): Rename from `files-equal-p'.
16904 Return nil when one or both files don't exist.
16905 (file-subdir-of-p): Now only top directory must exists,
16906 return nil if it doesn't.
16907 (copy-directory): No need to test with `file-subdir-of-p' after
16908 creating dir.
16909 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
16910 to `file-equal-p'.
16911
16912 2012-02-28 Glenn Morris <rgm@gnu.org>
16913
16914 * shell.el (shell-mode):
16915 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
16916 * play/landmark.el (landmark-font-lock-face-O):
16917 * play/handwrite.el (handwrite):
16918 * play/gomoku.el (gomoku-O):
16919 * net/browse-url.el (browse-url-browser-display):
16920 * international/mule.el (define-charset):
16921 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
16922 * filesets.el (filesets-find-file-delay):
16923 * eshell/em-xtra.el (eshell-xtra):
16924 * eshell/em-unix.el (eshell-grep):
16925 * emulation/viper.el (viper-mode):
16926 * emacs-lisp/regexp-opt.el (regexp-opt-group):
16927 * emacs-lisp/easymenu.el (easy-menu-define):
16928 * calendar/timeclock.el (timeclock-use-display-time):
16929 * bs.el (bs-mode):
16930 * bookmark.el (bookmark-save-flag):
16931 Doc fix (standardize possessive apostrophe usage).
16932
16933 2012-02-27 Chong Yidong <cyd@gnu.org>
16934
16935 * emulation/viper-cmd.el (viper-intercept-ESC-key):
16936 Fix key-binding lookup for ESC key (Bug#9146).
16937
16938 * font-lock.el (font-lock-specified-p): Rename from
16939 font-lock-spec-present. Callers changed.
16940
16941 2012-02-27 Daniel Hackney <dan@haxney.org>
16942
16943 * emacs-lisp/package.el (package-compute-transaction):
16944 Handle holding a package version to t in package-load-list.
16945
16946 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
16947
16948 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
16949 (tramp-get-inode, tramp-get-device): Use cached values.
16950
16951 2012-02-26 Alan Mackenzie <acm@muc.de>
16952
16953 Check there is a font-lock specification before doing initial
16954 fontification.
16955
16956 * font-core.el (font-lock-mode): Move the conditional from
16957 :after-hook to font-lock-initial-fontify.
16958 (font-lock-default-function): Move the check for a specification
16959 to font-lock-spec-present.
16960
16961 * font-lock.el (font-lock-initial-fontify): Call ...
16962 (font-lock-spec-present): New function.
16963
16964 2012-02-26 Jim Blandy <jimb@red-bean.com>
16965
16966 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
16967 (gdb-send): Apply it to the operand of the '-interpreter-exec
16968 console' command, so that we can pass arguments with (say) quotes
16969 in them. Store exact string sent in gdb-debug-log (Bug#10765).
16970
16971 2012-02-26 Chong Yidong <cyd@gnu.org>
16972
16973 * help-fns.el (describe-function-1): Clarify description of
16974 remapping (Bug#10844).
16975
16976 * files.el (files-equal-p): Doc fix.
16977 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
16978 and quit the loop once a mismatch is found.
16979
16980 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
16981
16982 * bs.el (bs--show-with-configuration): Don't throw an error
16983 if the window cannot be split; otherwise, subsequent calls to
16984 bs-show fail, restoring a stale window config. (Bug#10882)
16985
16986 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
16987
16988 * term/ns-win.el (global-map): Bind ns-drag-file to
16989 ns-find-file (Bug#5855, Bug#10050).
16990
16991 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
16992
16993 * calendar/parse-time.el (parse-time-string): Allow extractor to
16994 return nil.
16995
16996 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
16997
16998 * net/tramp.el (tramp-file-name-for-operation):
16999 Add `files-equal-p' and `file-subdir-of-p'.
17000
17001 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
17002 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
17003 Add COPY-CONTENTS argument.
17004
17005 2012-02-25 Chong Yidong <cyd@gnu.org>
17006
17007 Add custom groups for VC backends, for consistency with vc-bzr.
17008
17009 * vc/vc-arch.el (vc-arch):
17010 * vc/vc-cvs.el (vc-cvs):
17011 * vc/vc-git.el (vc-git):
17012 * vc/vc-hg.el (vc-hg):
17013 * vc/vc-mtn.el (vc-mtn):
17014 * vc/vc-rcs.el (vc-rcs):
17015 * vc/vc-sccs.el (vc-sccs):
17016 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
17017 All relevant defcustoms reassigned.
17018
17019 2012-02-25 Chong Yidong <cyd@gnu.org>
17020
17021 * newcomment.el (comment-styles): Add autoload (Bug#10868).
17022
17023 * term/x-win.el (x-initialize-window-system): Reduce default for
17024 x-selection-timeout to 5 seconds (Bug#8869).
17025
17026 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17027
17028 * files.el (files-equal-p, file-subdir-of-p): New functions.
17029 (copy-directory): Error when trying to copy a directory on itself.
17030 Add missing copy-contents arg to tramp handler.
17031 * dired-aux.el (dired-copy-file-recursive): Same.
17032 (dired-create-files): Modify destination when source is equal to
17033 dest when copying files.
17034 Return also when dest is a subdir of source. (Bug#10489)
17035
17036 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
17037
17038 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
17039 (Bug#10874)
17040
17041 2012-02-23 Alan Mackenzie <acm@muc.de>
17042
17043 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
17044 parameter "after-hook:" to allow the expansion to run code after
17045 the execution of the mode hooks.
17046
17047 * font-lock.el (font-lock-initial-fontify): New function extracted
17048 from font-lock-mode-internal.
17049
17050 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
17051 :after-hook.
17052
17053 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
17054
17055 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
17056 (completion--cache-all-sorted-completions): New function.
17057 (completion-all-sorted-completions): Use it.
17058 (completion--do-completion, minibuffer-force-complete):
17059 Use it to re-instate the flush hook.
17060
17061 * icomplete.el (icomplete-completions): Replace last fix with a better
17062 one (bug#10850).
17063
17064 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
17065
17066 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
17067 when it might call us back infinitely (bug#10797).
17068
17069 2012-02-23 Glenn Morris <rgm@gnu.org>
17070
17071 * minibuffer.el (completion-category-overrides): Doc fix.
17072
17073 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
17074
17075 * minibuffer.el (completion-table-with-context): Fix inf-loop.
17076 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
17077
17078 2012-02-23 Glenn Morris <rgm@gnu.org>
17079
17080 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
17081 (authors-obsolete-files-regexps, authors-ignored-files)
17082 (authors-ambiguous-files, authors-renamed-files-alist):
17083 Add more entries.
17084
17085 2012-02-23 Juri Linkov <juri@jurta.org>
17086
17087 * isearch.el (isearch-occur): Sync interactive spec with occur's
17088 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
17089
17090 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
17091
17092 2012-02-22 Juri Linkov <juri@jurta.org>
17093
17094 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
17095 (ucs-insert): Doc fix. Check for hex digits in the string.
17096 Don't display `nil' in the error message. (Bug#10857)
17097
17098 2012-02-22 Alan Mackenzie <acm@muc.de>
17099
17100 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
17101
17102 2012-02-22 Glenn Morris <rgm@gnu.org>
17103
17104 * ffap.el (ffap-c-path):
17105 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
17106
17107 2012-02-22 Chong Yidong <cyd@gnu.org>
17108
17109 * custom.el (load-theme): Doc fix.
17110
17111 2012-02-22 Glenn Morris <rgm@gnu.org>
17112
17113 * dired-x.el (dired-guess-shell-alist-default):
17114 Remove escape sequences from nroff output. (Bug#172)
17115
17116 2012-02-21 Glenn Morris <rgm@gnu.org>
17117
17118 * vc/emerge.el (emerge-defvar-local):
17119 Set `permanent-local' property rather than unused `preserved'.
17120
17121 * textmodes/picture.el (picture-delete-char): New alias.
17122 (picture-mode-map): Use it. (Bug#10860)
17123 (picture-mode): Doc fix.
17124
17125 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
17126
17127 * newcomment.el (uncomment-region-default): Remove unused binding.
17128
17129 2012-02-21 Glenn Morris <rgm@gnu.org>
17130
17131 * textmodes/picture.el (picture-motion, picture-motion-reverse)
17132 (picture-self-insert, picture-tab-chars): Doc fix.
17133 (picture-mode-map): Fix C-a, C-e.
17134
17135 2012-02-20 Glenn Morris <rgm@gnu.org>
17136
17137 * emacs-lisp/authors.el (authors-aliases): Add another entry.
17138
17139 2012-02-20 Leo Liu <sdl.web@gmail.com>
17140
17141 * icomplete.el (icomplete-completions): Check FROM arg before
17142 passing to substring (Bug#10850).
17143
17144 2012-02-19 Chong Yidong <cyd@gnu.org>
17145
17146 * comint.el: Require ansi-color.
17147 (comint-output-filter-functions): Add ansi-color-process-output.
17148
17149 * ansi-color.el: Don't set comint-output-filter-functions; it is
17150 now in the initial value defined in comint.el.
17151 (ansi-color-apply-face-function): New variable.
17152 (ansi-color-apply-on-region): Use it.
17153 (ansi-color-apply-overlay-face): New function.
17154
17155 * shell.el (shell): No need to require ansi-color.
17156 (shell-mode): Use ansi-color-apply-face-function to highlight
17157 color escapes using font-lock-face property (Bug#10835).
17158
17159 2012-02-19 Chong Yidong <cyd@gnu.org>
17160
17161 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
17162 mode-line formats (Bug#10839).
17163
17164 2012-02-18 Glenn Morris <rgm@gnu.org>
17165
17166 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
17167
17168 * mail/undigest.el (unforward-rmail-message): Doc fix.
17169
17170 * saveplace.el (save-place-ignore-files-regexp): Add :version.
17171
17172 2012-02-18 Eli Zaretskii <eliz@gnu.org>
17173
17174 * international/characters.el (script-list): Sync with the latest
17175 Unicode Character Database.
17176
17177 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
17178
17179 * international/titdic-cnv.el: Remove duplicate coding tag.
17180 * language/cham.el: Likewise.
17181 * language/tai-viet.el: Likewise.
17182
17183 2012-02-18 Glenn Morris <rgm@gnu.org>
17184
17185 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
17186 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
17187 (calendar-bahai-all-holidays-flag, calendar-other-dates):
17188 * calendar/diary-lib.el (diary-abbreviated-year-flag):
17189 * calendar/holidays.el (holiday-bahai-holidays)
17190 (calendar-holidays, list-holidays):
17191 Use utf-8 Bahá'í in doc-strings, menus, etc.
17192
17193 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
17194
17195 * saveplace.el (save-place-ignore-files-regexp): New variable
17196 allowing for excluding files from saving their location of point.
17197 The default value matches the temporary commit message editing
17198 files from Git, SVN, Bazaar, and Mercurial.
17199 (save-place-to-alist): Use it.
17200
17201 2012-02-17 Lawrence Mitchell <wence@gmx.li>
17202 Stefan Monnier <monnier@iro.umontreal.ca>
17203
17204 * newcomment.el (uncomment-region-default): Don't leave extra space
17205 when an arg is provided (bug#8150).
17206
17207 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
17208
17209 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
17210
17211 2012-02-17 Glenn Morris <rgm@gnu.org>
17212
17213 * net/socks.el: Require network-stream. (Bug#10599)
17214
17215 2012-02-17 Kenichi Handa <handa@m17n.org>
17216
17217 * international/charprop.el:
17218 * international/uni-name.el:
17219 * international/uni-old-name.el:
17220 * international/uni-comment.el: Regenerate.
17221
17222 2012-02-16 Glenn Morris <rgm@gnu.org>
17223
17224 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
17225 Interactively in calendar buffer, give an error if not on a date.
17226
17227 2012-02-15 Glenn Morris <rgm@gnu.org>
17228
17229 * shell.el (shell-delimiter-argument-list):
17230 Revert 2011-02-17 change. (Bug#8027)
17231
17232 2012-02-15 Chong Yidong <cyd@gnu.org>
17233
17234 * minibuffer.el (completion-at-point-functions): Doc fix.
17235
17236 * custom.el (defcustom): Doc fix; note use of defvar.
17237
17238 2012-02-15 Glenn Morris <rgm@gnu.org>
17239
17240 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
17241 Doc fixes.
17242
17243 2012-02-14 Glenn Morris <rgm@gnu.org>
17244
17245 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
17246
17247 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
17248
17249 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
17250 way the ports list is computed.
17251 (smtpmail-query-smtp-server): Prompt the user for a port number if
17252 we can't connect to any of the standard ports (bug#10810).
17253
17254 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
17255
17256 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
17257
17258 2012-02-13 Glenn Morris <rgm@gnu.org>
17259
17260 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
17261
17262 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
17263
17264 * net/gnutls.el (gnutls-trustfiles): New variable.
17265 (gnutls-negotiate): Use it.
17266
17267 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
17268
17269 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
17270 does its stuff if Gnus is running.
17271
17272 2012-02-13 Alan Mackenzie <acm@muc.de>
17273
17274 Fix a loop in c-set-fl-decl-start.
17275
17276 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
17277 c-backward-syntactic-ws actually moves backwards.
17278
17279 2012-02-13 Leo Liu <sdl.web@gmail.com>
17280
17281 * net/rcirc.el (rcirc-markup-attributes): Move point to the
17282 beginning so that all \C-o chars are removed.
17283
17284 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
17285
17286 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
17287
17288 2012-02-12 Alan Mackenzie <acm@muc.de>
17289
17290 Fix infinite loop with long macros.
17291 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
17292
17293 2012-02-12 Chong Yidong <cyd@gnu.org>
17294
17295 * window.el (display-buffer): Doc fix (Bug#10785).
17296
17297 2012-02-12 Glenn Morris <rgm@gnu.org>
17298
17299 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
17300 (x-disown-selection-internal, x-get-selection-internal):
17301 Sync docs with the xselect.c versions.
17302
17303 * allout-widgets.el: Add missing license notice.
17304
17305 2012-02-11 Glenn Morris <rgm@gnu.org>
17306
17307 * select.el (x-get-selection-internal, x-own-selection-internal)
17308 (x-disown-selection-internal):
17309 * x-dnd.el (x-get-selection-internal): Update declarations.
17310
17311 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
17312
17313 * window.el (window-sides-slots):
17314 * tool-bar.el (tool-bar-position):
17315 * term/xterm.el (xterm-extra-capabilities):
17316 * ses.el (ses-self-reference-early-detection):
17317 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
17318 (verilog-auto-wire-type)
17319 (verilog-auto-delete-trailing-whitespace)
17320 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
17321 (verilog-auto-tieoff-declaration):
17322 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
17323 (sql-oracle-statement-starters, sql-oracle-scan-on):
17324 * progmodes/prolog.el (prolog-align-comments-flag)
17325 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
17326 (prolog-left-indent-regexp, prolog-paren-indent-p)
17327 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
17328 (prolog-types, prolog-mode-specificators)
17329 (prolog-determinism-specificators, prolog-directives)
17330 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
17331 (prolog-electric-dot-flag)
17332 (prolog-electric-dot-full-predicate-template)
17333 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
17334 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
17335 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
17336 (prolog-program-switches, prolog-prompt-regexp)
17337 (prolog-debug-on-string, prolog-debug-off-string)
17338 (prolog-trace-on-string, prolog-trace-off-string)
17339 (prolog-zip-on-string, prolog-zip-off-string)
17340 (prolog-use-standard-consult-compile-method-flag)
17341 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
17342 (prolog-imenu-max-lines, prolog-info-predicate-index)
17343 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
17344 (prolog-char-quote-workaround):
17345 * progmodes/cc-vars.el (c-defun-tactic):
17346 * net/tramp.el (tramp-encoding-command-interactive)
17347 (tramp-local-end-of-line):
17348 * net/soap-client.el (soap-client):
17349 * net/netrc.el (netrc-file):
17350 * net/gnutls.el (gnutls):
17351 * minibuffer.el (completion-category-overrides)
17352 (completion-cycle-threshold)
17353 (completion-pcm-complete-word-inserts-delimiters):
17354 * man.el (Man-name-local-regexp):
17355 * mail/feedmail.el (feedmail-display-full-frame):
17356 * international/characters.el (glyphless-char-display-control):
17357 * eshell/em-ls.el (eshell-ls-date-format):
17358 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
17359 (lisp-lambda-list-keyword-parameter-indentation)
17360 (lisp-lambda-list-keyword-parameter-alignment):
17361 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
17362 * dired-x.el (dired-omit-verbose):
17363 * cus-theme.el (custom-theme-allow-multiple-selections):
17364 * calc/calc.el (calc-highlight-selections-with-faces)
17365 (calc-lu-field-reference, calc-lu-power-reference)
17366 (calc-note-threshold):
17367 * battery.el (battery-mode-line-limit):
17368 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
17369 (archive-7z-update):
17370 * allout.el (allout-prefixed-keybindings)
17371 (allout-unprefixed-keybindings)
17372 (allout-inhibit-auto-fill-on-headline)
17373 (allout-flattened-numbering-abbreviation):
17374 * allout-widgets.el (allout-widgets-auto-activation)
17375 (allout-widgets-icons-dark-subdir)
17376 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
17377 (allout-widgets-theme-dark-background)
17378 (allout-widgets-theme-light-background)
17379 (allout-widgets-item-image-properties-emacs)
17380 (allout-widgets-item-image-properties-xemacs)
17381 (allout-widgets-run-unit-tests-on-load)
17382 (allout-widgets-time-decoration-activity)
17383 (allout-widgets-hook-error-post-time)
17384 (allout-widgets-track-decoration):
17385 Add missing :version tags to new defcustoms and defgroups.
17386
17387 * progmodes/sql.el (sql-ansi-statement-starters)
17388 (sql-oracle-statement-starters): Add custom type.
17389
17390 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
17391 (prolog-system-version): Give it a type.
17392
17393 2012-02-11 Eli Zaretskii <eliz@gnu.org>
17394
17395 * term/pc-win.el (x-select-text, x-selection-owner-p)
17396 (x-own-selection-internal, x-disown-selection-internal)
17397 (x-get-selection-internal): Sync doc strings and argument lists
17398 with xselect.c, common-win.el and x-win.el. (Bug#10783)
17399
17400 2012-02-11 Leo Liu <sdl.web@gmail.com>
17401
17402 * progmodes/python.el (python-end-of-statement): Fix infinite
17403 loop. (Bug#10788)
17404
17405 2012-02-10 Glenn Morris <rgm@gnu.org>
17406
17407 * international/mule-cmds.el (unify-8859-on-encoding-mode)
17408 (unify-8859-on-decoding-mode): Properly mark as obsolete.
17409
17410 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
17411
17412 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
17413 about SMTP before checking the From header.
17414
17415 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
17416 into own function for reuse by emacsbug.el.
17417
17418 2012-02-10 Leo Liu <sdl.web@gmail.com>
17419
17420 * subr.el (condition-case-unless-debug): Rename from
17421 condition-case-no-debug. All callers changed.
17422 (with-demoted-errors): Fix caller.
17423
17424 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
17425 * nxml/rng-valid.el (rng-do-some-validation):
17426 * emacs-lisp/package.el (package-refresh-contents)
17427 (package-menu-execute):
17428 * desktop.el (desktop-create-buffer):
17429 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
17430
17431 2012-02-10 Glenn Morris <rgm@gnu.org>
17432
17433 * textmodes/bibtex.el:
17434 Add missing :version tags for new/changed defcustoms.
17435
17436 * files.el (remote-file-name-inhibit-cache): Doc fixes.
17437
17438 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
17439
17440 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
17441 (smtpmail-via-smtp): Use it, or fall back on the From address.
17442 (smtpmail-send-it): Ditto.
17443
17444 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
17445
17446 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
17447 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
17448 (byte-compile-tmp-var): New const.
17449 (byte-compile-defvar): Use it to minimize .elc size.
17450 Just use `defvar' rather than simulate it (bug#10761).
17451
17452 2012-02-09 Glenn Morris <rgm@gnu.org>
17453
17454 * files.el (rename-uniquely): Doc fix. (Bug#3806)
17455
17456 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
17457 Add :version tags.
17458
17459 * progmodes/compile.el (compilation-error-screen-columns)
17460 (compilation-first-column, compilation-filter-start): Doc fixes.
17461
17462 * vc/log-view.el (log-view-toggle-entry-display):
17463 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
17464
17465 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
17466 (report-emacs-bug-can-use-xdg-email):
17467 (report-emacs-bug-insert-to-mailer): Doc fixes.
17468 (report-emacs-bug): Message fix.
17469
17470 * net/browse-url.el (browse-url-can-use-xdg-open)
17471 (browse-url-xdg-open): Doc fixes.
17472
17473 * electric.el (electric-indent-mode, electric-pair-mode)
17474 (electric-layout-rules, electric-layout-mode): Doc fixes.
17475 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
17476
17477 2012-02-08 Martin Rudalics <rudalics@gmx.at>
17478
17479 * server.el (server-unselect-display): Don't inadvertently kill
17480 the current buffer. (Bug#10729)
17481
17482 2012-02-08 Glenn Morris <rgm@gnu.org>
17483
17484 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
17485 (sql-list-table): Doc fixes.
17486
17487 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
17488 Comment out (does nothing).
17489
17490 * completion.el (dynamic-completion-mode):
17491 * dirtrack.el (dirtrack-debug-mode):
17492 * electric.el (electric-layout-mode):
17493 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
17494 * face-remap.el (text-scale-mode, buffer-face-mode):
17495 * iimage.el (iimage-mode):
17496 * image-mode.el (image-transform-mode):
17497 * minibuffer.el (completion-in-region-mode):
17498 * scroll-lock.el (scroll-lock-mode):
17499 * simple.el (next-error-follow-minor-mode):
17500 * tar-mode.el (tar-subfile-mode):
17501 * tooltip.el (tooltip-mode):
17502 * vcursor.el (vcursor-use-vcursor-map):
17503 * wid-browse.el (widget-minor-mode):
17504 * emulation/tpu-edt.el (tpu-edt-mode):
17505 * emulation/tpu-extras.el (tpu-cursor-free-mode):
17506 * international/iso-ascii.el (iso-ascii-mode):
17507 * language/thai-util.el (thai-word-mode):
17508 * mail/supercite.el (sc-minor-mode):
17509 * net/goto-addr.el (goto-address-mode):
17510 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
17511 * progmodes/cwarn.el (cwarn-mode):
17512 * progmodes/flymake.el (flymake-mode):
17513 * progmodes/glasses.el (glasses-mode):
17514 * progmodes/hideshow.el (hs-minor-mode):
17515 * progmodes/pascal.el (pascal-outline-mode):
17516 * textmodes/enriched.el (enriched-mode):
17517 * vc/smerge-mode.el (smerge-mode):
17518 Doc fixes (minor mode argument).
17519
17520 2012-02-07 Eli Zaretskii <eliz@gnu.org>
17521
17522 * ls-lisp.el (ls-lisp-sanitize): New function.
17523 (ls-lisp-insert-directory): Use it to fix or remove any elements
17524 in file-alist with missing attributes. (Bug#4673)
17525
17526 2012-02-07 Alan Mackenzie <acm@muc.de>
17527
17528 Fix spurious recognition of c-in-knr-argdecl.
17529
17530 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
17531 putative K&R region.
17532
17533 2012-02-07 Alan Mackenzie <acm@muc.de>
17534
17535 * progmodes/cc-engine.el (c-forward-objc-directive):
17536 Prevent looping in "#pragma mark @implementation".
17537
17538 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
17539
17540 * notifications.el (notifications-on-closed-signal): Make `reason'
17541 optional. (Bug#10744)
17542
17543 2012-02-07 Glenn Morris <rgm@gnu.org>
17544
17545 * emacs-lisp/easy-mmode.el (define-minor-mode):
17546 Doc fixes for the macro and the mode it defines.
17547
17548 * image.el (imagemagick-types-inhibit): Doc fix.
17549
17550 * cus-start.el (imagemagick-render-type): Add it.
17551
17552 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
17553
17554 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
17555 Set the default at load time, too, so that `font-lock-fontify-buffer'
17556 can be called without setting up the entire mode first. This fixes
17557 a bug in `mm-inline-text' with C MIME parts.
17558
17559 2012-02-06 Chong Yidong <cyd@gnu.org>
17560
17561 * simple.el (list-processes--refresh): Delete exited processes
17562 (Bug#8094).
17563
17564 * comint.el (comint-next-prompt): next-single-char-property-change
17565 and prev-single-char-property-change never return nil (Bug#8657).
17566
17567 * custom.el (defcustom): Doc fix (Bug#9711).
17568
17569 2012-02-05 Chong Yidong <cyd@gnu.org>
17570
17571 * cus-edit.el (custom-variable-reset-backup): Quote the value
17572 before storing it in the customized-value property (Bug#6712).
17573 (custom-display): Add a customization type tag.
17574 (custom-buffer-create-internal): Improve tooltip message.
17575
17576 * wid-edit.el (widget-field-value-get): New optional arg to
17577 suppress trailing whitespace truncation.
17578 (character): Use it (Bug#2689).
17579
17580 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
17581
17582 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
17583 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
17584
17585 2012-02-05 Chong Yidong <cyd@gnu.org>
17586
17587 * cus-edit.el (custom-variable-value-create): For mismatched
17588 types, show the current value (Bug#7600).
17589
17590 * custom.el (defcustom): Doc fix.
17591
17592 2012-02-05 Glenn Morris <rgm@gnu.org>
17593
17594 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
17595
17596 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
17597
17598 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
17599 (pp-buffer): Use `ignore-errors', `looking-at-p'.
17600 (pp-last-sexp): Use `looking-at-p'.
17601
17602 2012-02-04 Glenn Morris <rgm@gnu.org>
17603
17604 * files.el (revert-buffer):
17605 Doc fix (mention revert-buffer-in-progress-p).
17606
17607 * emacs-lisp/ert-x.el (ert-simulate-command):
17608 Check deferred-action-list (which is obsolete) is bound.
17609
17610 * subr.el (with-wrapper-hook): Doc fixes.
17611
17612 * simple.el (filter-buffer-substring-functions)
17613 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
17614
17615 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
17616
17617 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
17618 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
17619
17620 2012-02-04 Leo Liu <sdl.web@gmail.com>
17621
17622 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
17623
17624 2012-02-04 Glenn Morris <rgm@gnu.org>
17625
17626 * image.el (image-extension-data): Add obsolete alias.
17627
17628 * isearch.el (isearch-update): Doc fix.
17629
17630 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
17631
17632 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
17633
17634 2012-02-03 Glenn Morris <rgm@gnu.org>
17635
17636 * image.el (image-animated-p): Doc fix. Use image-animated-types.
17637 (image-animate-timeout): Doc fix.
17638
17639 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
17640
17641 2012-02-02 Glenn Morris <rgm@gnu.org>
17642
17643 * server.el (server-auth-dir): Doc fix.
17644 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
17645
17646 * subr.el (run-mode-hooks): Doc fix.
17647
17648 2012-02-02 Juri Linkov <juri@jurta.org>
17649
17650 * image-mode.el (image-toggle-display-image): Remove tautological
17651 `major-mode' from the `derived-mode-p' test.
17652
17653 2012-02-02 Kenichi Handa <handa@m17n.org>
17654
17655 * composite.el (compose-region): Cancel previous change.
17656
17657 2012-02-02 Kenichi Handa <handa@m17n.org>
17658
17659 * composite.el (compose-region, compose-string): Signal error for
17660 a null string component (Bug#6988).
17661
17662 2012-02-01 Chong Yidong <cyd@gnu.org>
17663
17664 * view.el (view-buffer-other-window, view-buffer-other-frame):
17665 Handle special modes like view-buffer (Bug#10650).
17666 (view-buffer): Simplify.
17667
17668 * frame.el (set-frame-font): Tweak meaning of third argument.
17669
17670 * dynamic-setting.el (font-setting-change-default-font):
17671 Use set-frame-font (Bug#9982).
17672
17673 2012-02-01 Glenn Morris <rgm@gnu.org>
17674
17675 * progmodes/compile.el (compilation-internal-error-properties):
17676 Respect compilation-first-column in the "*compilation*" buffer.
17677
17678 * emacs-lisp/easy-mmode.el (define-minor-mode):
17679 Relax :variable's test for a named function.
17680
17681 2012-01-31 Alan Mackenzie <acm@muc.de>
17682
17683 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
17684 off by one error.
17685
17686 2012-01-31 Chong Yidong <cyd@gnu.org>
17687
17688 * frame.el (set-frame-font): New arg ALL-FRAMES.
17689
17690 * menu-bar.el (menu-set-font): Use set-frame-font.
17691
17692 * faces.el (face-spec-reset-face): Don't apply unspecified
17693 attribute values to the default face.
17694
17695 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
17696
17697 * progmodes/cwarn.el (cwarn): Remove dead link.
17698 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
17699 Remove * from defcustom docstrings.
17700 (turn-on-cwarn-mode): Make obsolete.
17701 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
17702 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
17703
17704 2012-01-31 Glenn Morris <rgm@gnu.org>
17705
17706 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
17707 Fix :variable handling of mode a symbol not equal to modefun.
17708 Allow named functions to be used as the cdr of :variable.
17709
17710 2012-01-30 Glenn Morris <rgm@gnu.org>
17711
17712 * emacs-lisp/authors.el (authors-fixed-entries):
17713 Remove reference to deleted file rnewspost.el.
17714
17715 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
17716
17717 * window.el (window-with-parameter): Remove unused variable `windows'.
17718 (window--side-check): Remove unused variable `code'.
17719 (window--resize-siblings): Remove unused variable `first'.
17720 (adjust-window-trailing-edge): Remove unused variable `failed'.
17721 (window-deletable-p, window--delete): Remove unused variable `buffer'.
17722 Use `let', not `let*'.
17723 (balance-windows-2): Remove unused variable `found'.
17724 (window--state-put-2): Remove unused variable `splits'.
17725 (window-state-put): Remove unused variable `selected'.
17726 (same-window-p): Use `string-match-p'.
17727 (display-buffer-assq-regexp): Remove unused variable `value'.
17728 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17729 Mark argument ALIST as ignored.
17730 (pop-to-buffer): Remove unused variable `old-window'.
17731
17732 2012-01-29 Eli Zaretskii <eliz@gnu.org>
17733
17734 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
17735 and .lzma compressed files.
17736
17737 2012-01-29 Chong Yidong <cyd@gnu.org>
17738
17739 * frame.el (window-system-default-frame-alist): Doc fix.
17740
17741 * dynamic-setting.el (font-setting-change-default-font): Don't
17742 change the default face if SET-FONT argument is non-nil (Bug#9982).
17743
17744 2012-01-29 Samuel Bronson <naesten@gmail.com>
17745
17746 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
17747
17748 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
17749
17750 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
17751 breakpoints in files outside current directory (Bug#6098).
17752
17753 2012-01-29 Chong Yidong <cyd@gnu.org>
17754
17755 * progmodes/python.el: Require ansi-color at top-level.
17756
17757 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
17758 Define and use in Emacs Lisp mode (Bug#9360).
17759 (lisp-mode-abbrev-table): Add doc.
17760 (lisp-mode-variables): Don't set local-abbrev-table.
17761 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
17762
17763 2012-01-28 Roland Winkler <winkler@gnu.org>
17764
17765 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
17766
17767 2012-01-28 Roland Winkler <winkler@gnu.org>
17768
17769 * textmodes/bibtex.el (bibtex-entry-alist): New function.
17770 (bibtex-set-dialect): Use it. Either set global values of
17771 dialect-dependent variables or bind these variables buffer-locally
17772 (Bug#10254).
17773 (bibtex-mode): Call bibtex-set-dialect via
17774 hack-local-variables-hook.
17775 (bibtex-dialect): Update docstring.
17776 Add safe-local-variable predicate.
17777 (bibtex-entry-alist, bibtex-field-alist): Initialize via
17778 bibtex-set-dialect.
17779 (bibtex-mode-map): Define menu for each dialect.
17780 (bibtex-entry): Fix docstring.
17781
17782 2012-01-28 Chong Yidong <cyd@gnu.org>
17783
17784 * eshell/esh-arg.el (eshell-quote-argument): New function.
17785
17786 * eshell/esh-ext.el (eshell-invoke-batch-file):
17787 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
17788 first arg to eshell-parse-command (Bug#10523).
17789
17790 2012-01-28 Drew Adams <drew.adams@oracle.com>
17791
17792 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
17793 `default-directory' is non-nil.
17794
17795 2012-01-28 Eli Zaretskii <eliz@gnu.org>
17796
17797 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
17798 line that displays system-configuration-options. (Bug#9924)
17799
17800 2012-01-28 Drew Adams <drew.adams@oracle.com>
17801
17802 * descr-text.el (describe-char): Show information about POS, in
17803 addition to information about the character at POS. Improve and
17804 update the doc string. Change "code point" to "code point in
17805 charset", to avoid confusion with the character's Unicode code
17806 point shown above that. (Bug#10129)
17807
17808 2012-01-28 Eli Zaretskii <eliz@gnu.org>
17809
17810 * descr-text.el (describe-char): Show the raw character, not only
17811 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
17812 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
17813 for the reasons.
17814
17815 2012-01-28 Phil Hagelberg <phil@hagelb.org>
17816
17817 * emacs-lisp/package.el (package-install):
17818 Run package-refresh-contents if there is no archive yet (Bug#9798).
17819
17820 2012-01-28 Chong Yidong <cyd@gnu.org>
17821
17822 * emacs-lisp/package.el (package-maybe-load-descriptor):
17823 New function, split from package-maybe-load-descriptor.
17824 (package-maybe-load-descriptor): Use it.
17825 (package-download-transaction): Fully load required packages
17826 inside the loop, so that `require' calls work (Bug#10593).
17827 (package-install): No need to call package-initialize now.
17828
17829 2012-01-28 Chong Yidong <cyd@gnu.org>
17830
17831 * simple.el (deactivate-mark): Doc fix (Bug#8614).
17832
17833 * tooltip.el (tooltip-mode): Doc fix.
17834 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
17835
17836 * frame.el (set-cursor-color): Doc fix (Bug#352).
17837
17838 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
17839 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
17840
17841 * cus-edit.el (custom-buffer-create-internal): Fix search button
17842 action (Bug#10542).
17843 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
17844
17845 2012-01-27 Eduard Wiebe <usenet@pusto.de>
17846
17847 * dired.el (dired-mark-files-regexp):
17848 Include any subdirectory components. (Bug#10445)
17849
17850 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
17851
17852 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
17853 Handle [host]:port syntax. (Bug#10533)
17854
17855 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
17856
17857 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
17858
17859 2012-01-26 Glenn Morris <rgm@gnu.org>
17860
17861 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
17862 * term.el (term-raw-escape-map): Use Control-X-prefix.
17863 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
17864
17865 2012-01-25 Martin Rudalics <rudalics@gmx.at>
17866
17867 * window.el (window-state-get, window--state-get-1): Don't deal
17868 with fixed-sizeness of windows. Simplify code.
17869
17870 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
17871
17872 * window.el (window--state-get-1, window--state-put-2):
17873 Don't save and restore the mark.
17874
17875 2012-01-25 Chong Yidong <cyd@gnu.org>
17876
17877 * custom.el (custom-variable-p): Doc fix.
17878
17879 2012-01-25 Glenn Morris <rgm@gnu.org>
17880
17881 * dired.el (dired-goto-file): Handle some of the more common
17882 characters that `ls -b' escapes. (Bug#10596)
17883
17884 * progmodes/compile.el (compilation-next-error-function):
17885 Respect compilation-first-column in the "*compilation*" buffer.
17886 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
17887
17888 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
17889
17890 2012-01-24 Glenn Morris <rgm@gnu.org>
17891
17892 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
17893
17894 2012-01-24 Julien Danjou <julien@danjou.info>
17895
17896 * color.el (color-rgb-to-hsl): Fix value computing.
17897 (color-hue-to-rgb): New function.
17898 (color-hsl-to-rgb): New function.
17899 (color-clamp, color-saturate-hsl, color-saturate-name)
17900 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
17901 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
17902
17903 2012-01-24 Glenn Morris <rgm@gnu.org>
17904
17905 * vc/vc-rcs.el (vc-rcs-create-tag):
17906 * vc/vc-sccs.el (vc-sccs-create-tag):
17907 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
17908
17909 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
17910
17911 * eshell/esh-util.el (eshell-read-hosts-file):
17912 Skip comment lines. (Bug#10549)
17913
17914 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
17915
17916 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
17917
17918 * subr.el (display-delayed-warnings): Doc fix.
17919 (collapse-delayed-warnings): New function to collapse identical
17920 adjacent warnings.
17921 (delayed-warnings-hook): Add it.
17922
17923 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
17924
17925 * net/tramp.el (tramp-action-login): Set connection property "login-as".
17926
17927 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
17928 (tramp-default-user-alist): Don't add "pscp".
17929 (tramp-do-copy-or-rename-file-out-of-band): Use connection
17930 property "login-as", if set. (Bug#10530)
17931
17932 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
17933
17934 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
17935 "plink1" and "psftp". (Bug#10530)
17936
17937 2012-01-21 Kenichi Handa <handa@m17n.org>
17938
17939 * international/mule-cmds.el (prefer-coding-system): Show a
17940 warning message if the default value of file-name-coding-system
17941 was not changed.
17942
17943 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
17944
17945 * windmove.el (windmove-reference-loc):
17946 Fix windmove-reference-loc miscalculation.
17947
17948 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
17949
17950 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
17951 default unit.
17952
17953 2012-01-21 Glenn Morris <rgm@gnu.org>
17954
17955 * international/mule.el (auto-coding-alist): Add .tbz.
17956
17957 * files.el (local-enable-local-variables): Doc fix.
17958 (inhibit-local-variables-regexps): Rename from
17959 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
17960 Doc fix. Add some extensions from auto-coding-alist.
17961 (inhibit-local-variables-suffixes):
17962 Rename from inhibit-first-line-modes-suffixes. Doc fix.
17963 (inhibit-local-variables-p):
17964 New function, extracted from set-auto-mode-1.
17965 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
17966 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
17967 (hack-local-variables): Doc fix. Make the mode-only case
17968 respect enable-local-variables and friends.
17969 Respect inhibit-local-variables-regexps for file-locals, but
17970 not for directory-locals.
17971 (set-visited-file-name):
17972 Take account of inhibit-local-variables-regexps.
17973 Whether it applies may change as the file name is changed.
17974 * jka-cmpr-hook.el (jka-compr-install):
17975 * jka-compr.el (jka-compr-uninstall):
17976 Update for inhibit-first-line-modes-suffixes name change.
17977
17978 2012-01-20 Martin Rudalics <rudalics@gmx.at>
17979
17980 * help-macro.el (make-help-screen): Temporarily restore original
17981 binding for minor-mode-map-alist (Bug#10454).
17982
17983 2012-01-19 Julien Danjou <julien@danjou.info>
17984
17985 * color.el (color-name-to-rgb): Use the white color to find the max
17986 color component value and return correctly computed values.
17987 (color-name-to-rgb): Add missing float conversion for max value.
17988
17989 2012-01-19 Martin Rudalics <rudalics@gmx.at>
17990
17991 * window.el (window--state-get-1, window-state-get): Do not use
17992 special state value for window-persistent-parameters.
17993 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
17994 (window--state-put-2): Reset all window parameters to nil before
17995 assigning values of persistent parameters.
17996
17997 2012-01-18 Alan Mackenzie <acm@muc.de>
17998
17999 Eliminate sluggishness and hangs in fontification of "semicolon
18000 deserts".
18001
18002 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
18003 Change value 10000 -> 3000.
18004 (c-state-safe-place): Reformulate so it doesn't stack up an
18005 infinite number of wrong entries in c-state-nonlit-pos-cache.
18006 (c-determine-limit-get-base, c-determine-limit): New functions to
18007 determine backward search limits disregarding literals.
18008 (c-find-decl-spots): Amend commenting.
18009 (c-cheap-inside-bracelist-p): New function which detects "={".
18010
18011 * progmodes/cc-fonts.el
18012 (c-make-font-lock-BO-decl-search-function): Give a limit to a
18013 backward search.
18014 (c-font-lock-declarations): Fix an occurrence of point being
18015 undefined. Check additionally for point being in a bracelist or
18016 near a macro invocation without a semicolon so as to avoid a
18017 fruitless time consuming search for a declarator. Give a more
18018 precise search limit for declarators using the new
18019 c-determine-limit.
18020
18021 2012-01-18 Glenn Morris <rgm@gnu.org>
18022
18023 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
18024 (set-auto-mode): Doc fixes.
18025
18026 2012-01-17 Glenn Morris <rgm@gnu.org>
18027
18028 * isearch.el (search-nonincremental-instead): Fix doc typo.
18029
18030 * dired.el (dired-insert-directory): Handle newlines in directory name.
18031 (dired-build-subdir-alist): Unescape newlines in directory name.
18032
18033 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
18034
18035 * net/tramp.el (tramp-local-end-of-line): New defcustom.
18036 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
18037 (tramp-action-terminal): Use it. (Bug#10530)
18038
18039 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
18040
18041 * minibuffer.el (completion--replace): Strip properties (bug#10062).
18042
18043 2012-01-16 Martin Rudalics <rudalics@gmx.at>
18044
18045 * window.el (window-state-ignored-parameters): Remove variable.
18046 (window--state-get-1): Rename argument MARKERS to IGNORE.
18047 Handle persistent window parameters. Make copy of clone-of
18048 parameter only if requested. (Bug#10348)
18049 (window--state-put-2): Install a window parameter only if it has
18050 a non-nil value or an existing parameter shall be overwritten.
18051
18052 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
18053
18054 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
18055
18056 2012-01-14 Eli Zaretskii <eliz@gnu.org>
18057
18058 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
18059 don't pass the (nil) value of `upnode' to string-match.
18060
18061 2012-01-14 Chong Yidong <cyd@gnu.org>
18062
18063 * startup.el (command-line): Fix X resource class for cursorColor.
18064 Fix values recognized by the cursorBlink resource.
18065
18066 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
18067
18068 * epg.el (epg--make-temp-file): Avoid permission race condition
18069 when running on old Emacs versions (bug#10403).
18070
18071 2012-01-14 Glenn Morris <rgm@gnu.org>
18072
18073 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
18074
18075 2012-01-13 Alan Mackenzie <acm@muc.de>
18076
18077 Fix filling for when filladapt mode is enabled.
18078
18079 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
18080 c-mask-paragraph, pass in `fill-paragraph' rather than
18081 `fill-region-as-paragraph'. (This is a reversion of a previous
18082 change.)
18083 * progmodes/cc-mode.el (c-basic-common-init):
18084 Make fill-paragraph-handle-comment buffer local and set it to nil.
18085
18086 2012-01-13 Glenn Morris <rgm@gnu.org>
18087
18088 * dired.el (dired-switches-escape-p): New function.
18089 (dired-insert-directory): Use dired-switches-escape-p.
18090 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
18091
18092 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
18093
18094 2012-01-12 Glenn Morris <rgm@gnu.org>
18095
18096 * mail/sendmail.el (mail-mode): Update paragraph-separate for
18097 changes in adaptive-fill-regexp. (Bug#10276)
18098
18099 2012-01-11 Alan Mackenzie <acm@muc.de>
18100
18101 Fix Emacs bug #10463 - put `widen's around the critical spots.
18102
18103 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
18104 widen around each invocation of c-state-pp-to-literal. Remove an
18105 unused let variable.
18106
18107 2012-01-11 Glenn Morris <rgm@gnu.org>
18108
18109 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
18110 Doc fix.
18111
18112 2012-01-10 Chong Yidong <cyd@gnu.org>
18113
18114 * net/network-stream.el (network-stream-open-starttls):
18115 Avoid emitting a confusing error message when the server gives a bad
18116 response to the capability command.
18117
18118 2012-01-10 Glenn Morris <rgm@gnu.org>
18119
18120 * mail/unrmail.el (unrmail): Tweak previous change.
18121
18122 2012-01-09 Chong Yidong <cyd@gnu.org>
18123
18124 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
18125
18126 2012-01-08 Alan Mackenzie <acm@muc.de>
18127
18128 Optimize font locking in long enum definitions.
18129
18130 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
18131 arm to a cond form to handle enums.
18132 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
18133 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
18134
18135 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
18136
18137 * files.el (move-file-to-trash): Preserve default file modes on error.
18138 (Bug#10401)
18139
18140 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
18141
18142 * faces.el (set-face-attribute): Clarify the meaning of the nil
18143 frame (bug#10294).
18144
18145 * subr.el (with-selected-frame): Mention that the selected frame
18146 is restored (bug#9980).
18147
18148 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
18149 (bug#9759).
18150
18151 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
18152 (password-read): Don't autoload unused function.
18153
18154 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
18155
18156 * progmodes/which-func.el (which-func-mode): Turn into a
18157 non-interactive function and mark as obsolete (bug#10428).
18158
18159 2012-01-06 Chong Yidong <cyd@gnu.org>
18160
18161 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
18162 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
18163 functions, along with 1 and -1.
18164
18165 2012-01-06 Eli Zaretskii <eliz@gnu.org>
18166
18167 * time.el (display-time-load-average)
18168 (display-time-default-load-average): Doc fixes. See the thread
18169 starting at
18170 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
18171 for the details.
18172
18173 2012-01-06 Glenn Morris <rgm@gnu.org>
18174
18175 * mail/unrmail.el (unrmail): Give an explicit error if the input file
18176 has no messages. (Bug#10377)
18177
18178 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
18179 than Info-edit. (Bug#10385)
18180
18181 * time.el (display-time-load-average, display-time-next-load-average):
18182 Doc fixes.
18183
18184 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
18185 local setting of buffer-read-only to the input buffer. (Bug#10419)
18186
18187 * calendar/calendar.el (calendar-mode):
18188 Locally set scroll-margin to 0. (Bug#10379)
18189
18190 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
18191
18192 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
18193
18194 2012-01-05 Glenn Morris <rgm@gnu.org>
18195
18196 * eshell/em-unix.el (diff-no-select): Autoload it.
18197 (eshell/diff): Use diff-no-select. (Bug#10420)
18198
18199 2012-01-05 Chong Yidong <cyd@gnu.org>
18200
18201 * shell.el (shell-dynamic-complete-functions): Revert last change.
18202 (shell-command-completion-function): New function.
18203 (shell-completion-vars): Use it to implement
18204 shell-completion-execonly (Bug#10417).
18205
18206 * custom.el (enable-theme): Don't set custom-safe-themes.
18207
18208 * cus-theme.el (custom-theme-merge-theme):
18209 Ignore custom-enabled-themes and custom-safe-themes.
18210
18211 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
18212
18213 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
18214 first prompt in `sql-interacive-mode'.
18215 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
18216 keywords.
18217 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
18218 (sql-product-interactive): Bug fix: Set `sql-buffer' in
18219 context of original buffer. Invoke `sql-login-hook'.
18220
18221 2012-01-04 Eli Zaretskii <eliz@gnu.org>
18222
18223 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
18224 letters in cite-prefix.
18225
18226 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18227
18228 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
18229
18230 2012-01-03 Chong Yidong <cyd@gnu.org>
18231
18232 * shell.el (shell-dynamic-complete-functions):
18233 Put pcomplete-completions-at-point, so as to try
18234 comint-filename-completion first (Bug#10417).
18235
18236 2012-01-02 Richard Stallman <rms@gnu.org>
18237
18238 * battery.el (battery-status-function):
18239 Detect when to use battery-yeeloong-sysfs.
18240 (battery-echo-area-format): Add string for Yeeloong.
18241 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
18242 (battery-yeeloong-sysfs): New function.
18243
18244 2012-01-02 Chong Yidong <cyd@gnu.org>
18245
18246 * dirtrack.el (dirtrack-list): Eliminate unused third element.
18247 (dirtrack): Merge code for handling relative filenames in prompt
18248 from shell-dir-cookie-watcher.
18249 (dirtrack-debug-message): New arg to avoid excess format calls.
18250
18251 * shell.el (shell-dir-cookie-re): Variable deleted.
18252 (shell-dir-cookie-watcher): Function deleted.
18253 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
18254 with dirtrack-mode.
18255
18256 2012-01-01 Eli Zaretskii <eliz@gnu.org>
18257
18258 * term/w32-win.el (dynamic-library-alist) <gnutls>:
18259 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
18260 libgnutls-26.dll.
18261
18262 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
18263
18264 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
18265
18266 2011-12-31 Eli Zaretskii <eliz@gnu.org>
18267
18268 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
18269 headers of non-MIME messages, when rmail-enable-mime is non-nil.
18270
18271 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
18272
18273 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
18274 also for alternative shells.
18275 (tramp-open-connection-setup-interactive-shell): Check, whether
18276 the shell is a busybox.
18277 (tramp-send-command): Don't suppress multiple prompts for
18278 busyboxes, it hurts.
18279
18280 2011-12-28 Chong Yidong <cyd@gnu.org>
18281
18282 * progmodes/gdb-mi.el (gdb-get-source-file-list)
18283 (gdb-get-source-file): Move mode line update to
18284 gdb-get-source-file (Bug#10087).
18285
18286 2011-12-25 Chong Yidong <cyd@gnu.org>
18287
18288 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
18289 gud-gdb-marker-filter without taking it as an argument.
18290 (gud-gdb-run-command-fetch-lines): Caller changed.
18291 (gud-gdb-completion-function): New variable.
18292 (gud-gdb-completion-at-point): Use it.
18293 (gud-gdb-completions-1): Split from gud-gdb-completions.
18294
18295 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
18296 function as separate arguments.
18297 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
18298 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
18299 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
18300 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
18301 (gdb-stopped, def-gdb-auto-update-trigger)
18302 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
18303 (gdb-get-changed-registers, gdb-get-main-selected-frame):
18304 Callers changed.
18305 (gud-gdbmi-completions): New function.
18306 (gdb): Use it for generating the completion table.
18307
18308 2011-12-24 Alan Mackenzie <acm@muc.de>
18309
18310 Introduce a mechanism to widen the region used in context font
18311 locking. Use this to protect declarations from losing their contexts.
18312
18313 * progmodes/cc-langs.el (c-before-font-lock-functions):
18314 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
18315 (c-before-context-fontification-functions): New defvar, a list of
18316 functions to be run just before context (etc.) font locking.
18317
18318 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
18319 New, functionality extracted from
18320 c-neutralize-syntax-in-and-mark-CPP.
18321 (c-in-after-change-fontification): New variable.
18322 (c-after-change): Set c-in-after-change-fontification.
18323 (c-set-fl-decl-start): Rejig its interface, so it can be called
18324 from both after-change and context fontifying.
18325 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
18326 New functions.
18327 (c-standard-font-lock-fontify-region-function): New variable.
18328 (c-font-lock-fontify-region): New function.
18329
18330 2011-12-24 Juri Linkov <juri@jurta.org>
18331
18332 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
18333 (Bug#10348)
18334
18335 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
18336
18337 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
18338 existence of source file. (Bug#10325)
18339
18340 2011-12-23 Alan Mackenzie <acm@muc.de>
18341
18342 Fix unstable fontification inside templates.
18343
18344 * progmodes/cc-langs.el (c-before-font-lock-functions):
18345 Newly created from the singular version. The (c c++ objc) entry now
18346 additionally has c-set-fl-decl-start. The other languages (apart
18347 from AWK) have that as a single entry.
18348
18349 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
18350 The functionality for "local" declarations has been extracted to
18351 c-set-fl-decl-start.
18352
18353 * progmodes/cc-mode.el (c-common-init, c-after-change):
18354 Changes due to pluralisation of c-before-font-lock-functions.
18355 (c-set-fl-decl-start): New function, extracted from
18356 c-font-lock-enclosing-decls and enhanced.
18357
18358 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
18359
18360 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
18361
18362 2011-12-22 Juri Linkov <juri@jurta.org>
18363
18364 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
18365
18366 2011-12-22 Chong Yidong <cyd@gnu.org>
18367
18368 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
18369
18370 2011-12-21 Drew Adams <drew.adams@oracle.com>
18371
18372 * files.el (file-remote-p): Fix docstring. (Bug#10319)
18373
18374 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
18375
18376 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
18377
18378 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
18379
18380 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
18381 highlighting and support. Fix up comments for capitalization.
18382 (cfengine-mode-debug): New var.
18383 (cfengine3-mode): Change the modeline indicator to "CFE3".
18384 (cfengine3-font-lock-keywords): Improve defun highlighting.
18385 (cfengine2-actions): Rename from `cfengine-actions'.
18386 (cfengine2-font-lock-keywords): Rename from
18387 `cfengine-font-lock-keywords'.
18388 (cfengine2-imenu-expression): Rename from
18389 `cfengine-imenu-expression'.
18390 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
18391 (cfengine2-beginning-of-defun): Rename from
18392 `cfengine-beginning-of-defun'.
18393 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
18394 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
18395 (cfengine2-mode): Rename from `cfengine-mode'. Change the
18396 modeline indicator to "CFE2".
18397 (cfengine-mode): Defalias to `cfengine-auto-mode'.
18398 (cfengine-mode-abbrevs): Mark obsolete.
18399
18400 2011-12-21 Chong Yidong <cyd@gnu.org>
18401
18402 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
18403 filename argument.
18404
18405 2011-12-20 Martin Rudalics <rudalics@gmx.at>
18406
18407 * window.el (window-normalize-buffer-to-display): Remove.
18408 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
18409
18410 2011-12-19 Chong Yidong <cyd@gnu.org>
18411
18412 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
18413 Don't signal an error in a predicate function; return non-nil.
18414 (vc-dir-mark-file): Move the error here.
18415 (vc-dir-mark-unmark): If acting on the region, keep going if one
18416 of the entries cannot be marked/unmarked.
18417 (vc-dir-mark-all-files): If current entry is a directory, mark
18418 only child files, as documented.
18419
18420 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
18421
18422 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
18423 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
18424 addition.
18425
18426 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
18427
18428 * term/ns-win.el (ns-get-selection-internal)
18429 (ns-store-selection-internal): Declare.
18430 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
18431 Declare as obsolete.
18432 (ns-get-pasteboard, ns-paste-secondary):
18433 Use ns-get-selection-internal.
18434 (ns-set-pasteboard, ns-copy-including-secondary):
18435 Use ns-store-selection-internal.
18436
18437 2011-12-17 Chong Yidong <cyd@gnu.org>
18438
18439 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
18440 (vc-deduce-fileset): Doc fix.
18441
18442 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
18443
18444 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
18445
18446 2011-12-13 Sam Steingold <sds@gnu.org>
18447
18448 * man.el (Man-getpage-in-background): When running under a
18449 window-system, ignore $MANWIDTH and $COLUMNS.
18450
18451 2011-12-15 Kenichi Handa <handa@m17n.org>
18452
18453 * language/ethio-util.el: Change coding tag to utf-8-emacs.
18454 (setup-ethiopic-environment-internal): Comment out key-binding for
18455 ethio-toggle-punctuation.
18456
18457 2011-12-13 Alan Mackenzie <acm@muc.de>
18458
18459 Add the switch statement to AWK Mode.
18460
18461 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
18462 "default" to the keywords regexp.
18463
18464 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
18465 expression as the rest.
18466 (c-nonlabel-token-key): Allow string literals for AWK.
18467 Refactor for the other modes.
18468
18469 Large brace-block initialisation makes CC Mode slow: Fix.
18470 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
18471 routines. Limit backward searching in c-font-lock-enclosing.decl.
18472
18473 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
18474 pp-state and literal type in addition to the limits.
18475 (c-state-safe-place): New defun, extracted from c-state-literal-at.
18476 (c-state-literal-at): Use the above new defun.
18477 (c-slow-in-literal, c-fast-in-literal): Remove.
18478 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
18479
18480 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
18481 being in a literal. Add a limit for backward searching.
18482
18483 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
18484 c-slow-in-literal.
18485
18486 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
18487
18488 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
18489
18490 2011-12-13 Martin Rudalics <rudalics@gmx.at>
18491
18492 * window.el (delete-other-windows): Use correct frame in call to
18493 window-with-parameter.
18494
18495 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
18496
18497 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
18498 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
18499 (makefile-gmake-statements, makefile-makepp-statements):
18500 Use it and add new makepp keywords.
18501 (makefile-makepp-font-lock-keywords): Add new patterns.
18502 (makefile-match-function-end): Match new [...] and [[...]].
18503
18504 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
18505
18506 * ses.el (ses-call-printer-return, ses-cell-property-get)
18507 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
18508 (ses-create-cell-variable, ses-reset-header-string)
18509 (ses-cell-set-formula, ses-repair-cell-reference-all)
18510 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
18511 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
18512 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
18513 (ses-aset-with-undo, ses-load, ses-truncate-cell)
18514 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
18515 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
18516 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
18517 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
18518 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
18519 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
18520 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
18521 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
18522
18523 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
18524
18525 * ses.el: The overall change is to add cell renaming, that is
18526 setting fancy names for cell symbols other than name matching
18527 "\\`[A-Z]+[0-9]+\\'" regexp .
18528 (ses-create-cell-variable): New defun.
18529 (ses-relocate-formula): Relocate formulas only for cells the
18530 symbols of which are not renamed, i.e. symbols whose names do not
18531 match regexp "\\`[A-Z]+[0-9]+\\'".
18532 (ses-relocate-all): Relocate values only for cells the symbols of
18533 which are not renamed.
18534 (ses-load): Create cells variables as the (ses-cell ...) are read,
18535 in order to check row col consistency with cell symbol name only
18536 for cells that are not renamed.
18537 (ses-replace-name-in-formula): New defun.
18538 (ses-rename-cell): New defun.
18539
18540 2011-12-11 Chong Yidong <cyd@gnu.org>
18541
18542 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
18543 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
18544
18545 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
18546
18547 * window.el (other-window): Fix docstring.
18548
18549 2011-12-10 Eli Zaretskii <eliz@gnu.org>
18550
18551 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
18552 `from' or `to' address before taking its substring.
18553 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
18554 encoded name is chopped in the middle of the encoded string, and
18555 thus displayed encoded.
18556
18557 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
18558
18559 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
18560
18561 2011-12-10 Eli Zaretskii <eliz@gnu.org>
18562
18563 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
18564 to use texinfo-update-node and commands that call it if the
18565 Texinfo file uses @node lines without next/prev/up pointers.
18566 Correct outdated description about texinfo-master-menu.
18567 (texinfo-all-menus-update, texinfo-master-menu)
18568 (texinfo-update-node, texinfo-every-node-update)
18569 (texinfo-multiple-files-update): Doc fix. Warn against updating
18570 all the @node lines.
18571 (texinfo-master-menu): Only call texinfo-update-node if the prefix
18572 argument is numeric. Explain better in the doc string what the
18573 function really does.
18574 (texinfo-insert-master-menu-list): Improve the error message
18575 displayed if there's no menu in the Top node.
18576 (Bug#2975) See also this thread:
18577 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
18578
18579 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
18580
18581 * speedbar.el (speedbar-supported-extension-expressions):
18582 Add .adb and .ads, commonly used for Ada source code (bug#10256).
18583
18584 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
18585
18586 * printing.el (pr-mode-alist):
18587 * simple.el (filter-buffer-substring-functions)
18588 (completion-list-insert-choice-function):
18589 * window.el (window-with-parameter, window-atom-root)
18590 (window-sides-slots, window-size-fixed, window-min-delta)
18591 (window-max-delta, window--resize-mini-window)
18592 (window--resize-child-windows-normal, window-tree)
18593 (delete-other-windows, quit-window, split-window)
18594 (display-buffer-record-window, special-display-buffer-names)
18595 (special-display-regexps, special-display-popup-frame)
18596 (same-window-p, split-window-sensibly)
18597 (display-buffer-overriding-action, display-buffer-alist)
18598 (display-buffer-base-action, display-buffer, switch-to-buffer)
18599 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
18600 (fit-window-to-buffer, recenter-positions)
18601 (mouse-autoselect-window-state, mouse-autoselect-window-select):
18602 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
18603 and remove unneeded backslashes in docstrings.
18604
18605 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
18606
18607 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
18608
18609 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
18610 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
18611 end in ".mk".
18612 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
18613 when reading the makefile (bug#10116).
18614
18615 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
18616
18617 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
18618 (bug#10116).
18619
18620 2011-12-06 Glenn Morris <rgm@gnu.org>
18621
18622 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
18623
18624 2011-12-06 Chong Yidong <cyd@gnu.org>
18625
18626 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
18627
18628 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
18629
18630 * textmodes/table.el (table-shorten-cell): Fix typo.
18631
18632 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
18633
18634 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
18635
18636 2011-12-05 Eli Zaretskii <eliz@gnu.org>
18637
18638 * descr-text.el (describe-char): Fix display of strong
18639 right-to-left characters and directional embeddings and overrides.
18640
18641 * simple.el (what-cursor-position): Fix display of codepoints of
18642 strong right-to-left characters.
18643
18644 2011-12-05 Chong Yidong <cyd@gnu.org>
18645
18646 * faces.el (read-color): Doc fix.
18647
18648 2011-12-05 Glenn Morris <rgm@gnu.org>
18649
18650 * align.el (align--set-marker): Add doc-string.
18651 Don't try to move something that is not a marker. (Bug#10216)
18652
18653 2011-12-04 Glenn Morris <rgm@gnu.org>
18654
18655 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
18656 overly zealous deletion of trailing whitespace.
18657
18658 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
18659
18660 * server.el (server-delete-client): On Windows, do not try to delete
18661 the only terminal.
18662 (server-process-filter): On Windows, treat requests for a tty frame as
18663 if they were for a GUI frame if the running server is in GUI mode.
18664
18665 2011-12-03 Glenn Morris <rgm@gnu.org>
18666
18667 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
18668
18669 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
18670
18671 * electric.el: Streamline electric-indent's hook.
18672 (electric-indent-chars): Revert to simple list.
18673 (electric-indent-functions): New var.
18674 (electric-indent-post-self-insert-function): Use it.
18675
18676 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
18677 there's no inferior buffer (bug#10196).
18678 (prolog-consult-compile): Don't use toggle-read-only.
18679
18680 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
18681
18682 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
18683 interrupt. (Bug#10187)
18684
18685 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
18686
18687 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
18688 (bug#9160).
18689
18690 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
18691 (bug#10191).
18692
18693 2011-12-02 Juri Linkov <juri@jurta.org>
18694
18695 * info.el (Info-search): Display "end of manual" when Isearch
18696 reaches the end of single-file Info manual. (Bug#9918)
18697
18698 2011-12-02 Eli Zaretskii <eliz@gnu.org>
18699
18700 * isearch.el (isearch-message-prefix): Run the input method part
18701 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
18702
18703 2011-12-02 Juri Linkov <juri@jurta.org>
18704
18705 * isearch.el (isearch-occur): Use `word-search-regexp' for
18706 `isearch-word'.
18707 (isearch-search-and-update): Add condition for `isearch-word' and
18708 call `word-search-regexp'. (Bug#10145)
18709
18710 2011-12-01 Glenn Morris <rgm@gnu.org>
18711
18712 * eshell/em-hist.el (eshell-hist-initialize):
18713 Handle eshell-history-size nil and HISTSIZE set or unset.
18714 (eshell-history-file-name, eshell-history-size): Fix custom type.
18715
18716 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
18717
18718 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
18719
18720 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
18721
18722 * progmodes/verilog-mode.el (verilog-pretty-expr):
18723 Rework verilog-pretty-expr to handle new assignment operators in system
18724 verilog, such as += *= and the like.
18725 (verilog-assignment-operator-re): Regular expression to find the
18726 assigment operator in a verilog assignment.
18727 (verilog-assignment-operation-re): Regular expression to find an
18728 assignment statement for pretty-expr.
18729 (verilog-in-attribute-p): Query returns true if point is in an
18730 attribute context; used to skip these for expression line up from
18731 pretty-expr.
18732 (verilog-in-parameter-p): Query returns true if point is in an
18733 parameter definition context; used to skip these for expression
18734 line up from pretty-expr.
18735 (verilog-in-parenthesis-p): Query returns true if point is in a
18736 parenthetical expression, specifically ( ) but not [ ] or { };
18737 used by pretty-expr.
18738 (verilog-just-one-space): If there is no space, don't add one.
18739 (verilog-get-lineup-indent-2): Specifically skip just attribute
18740 contexts for expression lineup, rather than skipping all
18741 parenthetical expressions.
18742 (verilog-calculate-indent): Fix comment, and fix indent.
18743 (verilog-do-indent): Indent declarations in lists (suggested by
18744 Joachim Lechner).
18745 (verilog-mode-abbrev-table): Populate abbrev mode with the various
18746 skeleton items.
18747 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
18748 by Alain Mellan).
18749
18750 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
18751
18752 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
18753 parameters with embedded comments. Reported by Ray Stevens.
18754 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
18755 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
18756 Reported by Tim Holt.
18757 (verilog-auto): Fix AUTOing a upper module then AUTOing module
18758 instantiated by upper module causing wrong expansion until AUTOed a
18759 second time. Reported by K C Buckenmaier.
18760 (verilog-diff-auto): Fix showing .* as a difference when
18761 `verilog-auto-star-save' off. Reported by Dan Dever.
18762 (verilog-auto-reset, verilog-read-always-signals)
18763 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
18764 temporary signals in reset list if
18765 verilog-auto-reset-blocking-in-non is nil, and match assignment
18766 style to each signal's assignment type, bug381.
18767 Reported by Thomas Esposito.
18768 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
18769 (verilog-uvm-statement-re): Support UVM indentation and
18770 highlighting, with old OVM keywords only.
18771 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
18772 Support AUTOTIEOFF creating non-wire data types.
18773 Suggested by Jonathan Greenlaw.
18774 (verilog-auto-insert-lisp, verilog-delete-to-paren)
18775 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
18776 (verilog-inject-sense, verilog-read-inst-pins)
18777 (verilog-read-sub-decls, verilog-read-sub-decls-line):
18778 Fix mismatching parenthesis inside commented out code when deleting
18779 AUTOINST, bug383. Reported by Jonathan Greenlaw.
18780 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
18781 non-numeric vector width. Reported by Alex Reed.
18782 (verilog-auto-ascii-enum): Add "onehot" option to work around not
18783 detecting signals with parameter widths. Reported by Alex Reed.
18784 (verilog-auto-delete-trailing-whitespace):
18785 With `verilog-auto-delete-trailing-whitespace' remove trailing
18786 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
18787 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
18788 Fix verilog-scan-cache corruption when running user AUTO expansion
18789 hooks that call indentation routines.
18790 (verilog-simplify-range-expression): Fix typo ignoring lower case
18791 identifiers.
18792 (verilog-delete-auto): Fix delete-autos to also remove user created
18793 automatics, as long as they start with AUTO.
18794 (verilog-batch-diff-auto, verilog-diff-auto)
18795 (verilog-diff-function): Add `verilog-diff-auto' and bind to
18796 "C-c?" to report differences in AUTO expansion, ignoring spaces.
18797 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
18798 (verilog-in-paren-quick, verilog-re-search-backward-quick)
18799 (verilog-re-search-forward-quick, verilog-syntax-ppss):
18800 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
18801 is disabled and its cache will get corrupt, causing AUTOS not to
18802 expand. Instead use only -quick functions.
18803 (verilog-scan-region): Fix scanning over escaped quotes.
18804 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
18805 (verilog-re-search-backward-quick)
18806 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
18807 related functions now ignore strings, to fix misparsing of strings
18808 with magic comments embedded in them.
18809 (verilog-read-auto-template):
18810 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
18811 Reported by Brad Dobbie.
18812 (verilog-read-auto-template):
18813 Fix 'verilog-auto-inst-template-numbers' with comments.
18814 Reported by Brad Dobbie.
18815 (verilog-auto-inst, verilog-auto-inst-param)
18816 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
18817 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
18818 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
18819 debugging templates without merge conflicts, bug357.
18820 Reported by Brad Dobbie.
18821 (verilog-read-auto-template):
18822 Fix verilog-auto-inst-template-numbers with multiple templates.
18823 Reported by Brad Dobbie.
18824 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
18825 abbrevs so user won't be asked to save.
18826 (verilog-read-auto-lisp-present): Fix to start at beginning of
18827 buffer in case called outside of verilog-auto.
18828 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
18829 to "X-2". Reported by Matthew Myers.
18830 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
18831 all inputs from module templates. Reported by Leith Johnson.
18832 (verilog-module-inside-filename-p): Fix locating programs as with
18833 modules.
18834 (verilog-auto-inst-port): Fix vl-width expressions when using
18835 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
18836 (verilog-decls-get-regs, verilog-decls-get-signals,
18837 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
18838 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
18839 verilog-read-decls): Combine reg and wire structures into one var
18840 structure to represent SystemVerilog concepts.
18841 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
18842 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
18843 (verilog-auto-wire-type, verilog-insert-definition):
18844 Add verilog-auto-wire-type and AUTOLOGIC to support using
18845 SystemVerilog "logic" keyword instead of "wire"/"reg".
18846 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
18847 to declares outputs that also have assignments (presumably in an
18848 ifdef or generate if so there's not a driver conflict).
18849 Reported by Matthew Myers.
18850 (verilog-auto-declare-nettype, verilog-insert-definition):
18851 Add verilog-auto-declare-nettype to fix declarations using
18852 `default_nettype none. Reported by Julian Gorfajn.
18853 (verilog-read-always-signals-recurse, verilog-read-decls)
18854 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
18855 malformed end statement, bug325. Reported by Joshua Wise and
18856 Andrew Drake.
18857 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
18858 (verilog-inst-comment-re): Fix not deleting Interfaced comment
18859 when expanding .* in interfaces, bug320.
18860 Reported by Pierre-David Pfister.
18861 (verilog-read-module-name): Fix import statements between module
18862 name and open parenthesis, bug317.
18863 Reported by Pierre-David Pfister.
18864 (verilog-simplify-range-expression): Fix simplification of
18865 multiplications inside AUTOWIRE connections, bug303.
18866 (verilog-auto-inst-port): Support parameter expansion in
18867 multidimensional arrays.
18868 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
18869 after "assert property". Reported by Julian Gorfajn.
18870 (verilog-simplify-range-expression): Fix "couldn't merge" errors
18871 with multiplication, bug303.
18872 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
18873 Reported by Jan Frode Lonnum.
18874
18875 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
18876
18877 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
18878 (hfy-shell-file-name, hfy-shell):
18879 * international/fontset.el (x-decompose-font-name): Fix typos.
18880
18881 2011-11-29 Ken Brown <kbrown@cornell.edu>
18882
18883 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
18884 (gdb-version): Remove defvar.
18885 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
18886 (gdb-gud-context-command, gdb-non-stop-handler)
18887 (gdb-current-context-command, gdb-stopped): Use it.
18888 (gdb-init-1): Enable pretty printing here.
18889 (gdb-non-stop-handler): Don't enable pretty-printing here.
18890 Check to see if the target supports non-stop mode; if not, turn off
18891 non-stop mode. Use the following.
18892 (gdb-check-target-async): New defun.
18893 (gud-watch, gdb-stopped): Fix whitespace.
18894 (gdb-get-source-file): Don't try to display the source file if
18895 `gdb-main-file' is nil.
18896
18897 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
18898
18899 * align.el: Try to generate fewer markers (bug#10047).
18900 (align--set-marker): New macro.
18901 (align-region): Use it.
18902
18903 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
18904
18905 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
18906
18907 2011-11-29 Chong Yidong <cyd@gnu.org>
18908
18909 * indent.el (indent-for-tab-command, indent-according-to-mode):
18910 Doc fix.
18911 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
18912
18913 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
18914
18915 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
18916 aware of remote file names. (Bug#10124)
18917
18918 2011-11-29 Chong Yidong <cyd@gnu.org>
18919
18920 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
18921
18922 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
18923
18924 * files.el (find-file): Don't use force-same-window (bug#10144).
18925 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
18926 use pop-to-buffer if the selected window can't be used.
18927 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
18928
18929 2011-11-28 Eli Zaretskii <eliz@gnu.org>
18930
18931 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
18932 special-mode-map.
18933
18934 2011-11-28 Chong Yidong <cyd@gnu.org>
18935
18936 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
18937
18938 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
18939
18940 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
18941 gdb-get-source-file-list on gdb-create-source-file-list.
18942
18943 2011-11-26 Eli Zaretskii <eliz@gnu.org>
18944
18945 * whitespace.el (whitespace-newline): Use a different foreground
18946 color for 16-color light-background displays.
18947
18948 2011-11-24 Chong Yidong <cyd@gnu.org>
18949
18950 * window.el (display-buffer--special-action): Doc fix.
18951
18952 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
18953
18954 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
18955 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
18956 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
18957 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
18958 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
18959 (avl-tree-stack-first):
18960 * emacs-lisp/cconv.el (cconv--analyse-use):
18961 * net/gnutls.el (gnutls-negotiate): Fix typos.
18962
18963 2011-11-24 Glenn Morris <rgm@gnu.org>
18964
18965 * lpr.el (lpr-windows-system, lpr-lp-system):
18966 * mail/binhex.el (binhex-begin-line):
18967 * progmodes/grep.el (grep-history, grep-find-history):
18968 * textmodes/flyspell.el:
18969 * vc/pcvs-defs.el (cvs-global-menu):
18970 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
18971 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
18972 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
18973
18974 * net/tls.el: Fix case of "GnuTLS".
18975
18976 * paths.el (rmail-file-name): Format doc-string for make-docfile.
18977
18978 * version.el (emacs-build-system): Give it a doc-string.
18979
18980 2011-11-24 Juri Linkov <juri@jurta.org>
18981
18982 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
18983
18984 2011-11-24 Glenn Morris <rgm@gnu.org>
18985
18986 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
18987 if called on a non-mime message just toggle the headers. (Bug#8006)
18988
18989 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
18990
18991 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
18992 (allout-lead-with-comment-string, allout-structure-deleted-hook)
18993 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
18994 (allout-rebullet-heading, allout-open-sibtopic)
18995 (allout-toggle-current-subtree-encryption)
18996 (allout-toggle-subtree-encryption, allout-encrypt-string)
18997 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
18998 (allout-distinctive-bullets-string, allout-auto-activation):
18999 * window.el (window-normalize-buffer-to-display):
19000 * progmodes/verilog-mode.el (verilog-batch-indent):
19001 * textmodes/bibtex.el (bibtex-field-braces-opt)
19002 (bibtex-field-strings-opt):
19003 * vc/cvs-status.el (cvs-tree-merge):
19004 Fix typos.
19005
19006 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
19007
19008 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
19009 `non-essential' to t, in order to avoid remote connections.
19010
19011 2011-11-23 Eli Zaretskii <eliz@gnu.org>
19012
19013 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
19014 On MS-DOS and MS-Windows, compare with loaddefs.el
19015 case-insensitively.
19016
19017 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
19018
19019 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
19020
19021 2011-11-23 Glenn Morris <rgm@gnu.org>
19022
19023 * paths.el (rmail-file-name): Reformat the doc-string so that it
19024 is picked up.
19025
19026 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
19027 (rmail-auto-file): Ignore case in the "special" field names,
19028 as mail-fetch-field does for all others.
19029
19030 * mail/rmail.el (rmail-forward):
19031 * mail/rmailkwd.el (rmail-set-label):
19032 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
19033 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
19034
19035 * mail/rmail.el (rmail-current-message): Doc fix.
19036
19037 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
19038
19039 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
19040
19041 * server.el (server-eval-and-print): Allow C-g (bug#6585).
19042
19043 2011-11-22 Glenn Morris <rgm@gnu.org>
19044
19045 * mail/rmailmm.el (test-rmail-mime-handler)
19046 (test-rmail-mime-bulk-handler)
19047 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
19048
19049 2011-11-21 Juri Linkov <juri@jurta.org>
19050
19051 * calc/calc.el (calc-read-key-sequence):
19052 Let-bind `input-method-function' to nil. (Bug#10018)
19053
19054 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19055
19056 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
19057 Tell the caller that the next line needs recomputation, even
19058 though it doesn't start a sexp (bug#10094).
19059
19060 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19061
19062 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
19063
19064 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
19065
19066 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
19067 Use force-same-window.
19068
19069 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
19070
19071 * descr-text.el (describe-char-unicode-data):
19072 * json.el (json-string-escape):
19073 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
19074 (Footnote-unicode, Footnote-style-p):
19075 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
19076
19077 2011-11-20 Chong Yidong <cyd@gnu.org>
19078
19079 * window.el (replace-buffer-in-windows): Restore interactive spec.
19080
19081 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
19082
19083 * electric.el (electric-indent-mode): Fix last change (too optimistic).
19084
19085 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
19086 (byte-compile-global-not-obsolete-vars): New var.
19087 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
19088 Use it.
19089 (byte-compile-warn-obsolete): Align text with the one in *Help*.
19090
19091 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
19092
19093 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
19094 * progmodes/pascal.el (electric-pascal-equal):
19095 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
19096 * xml.el (xml-substitute-special): Fix typos.
19097
19098 2011-11-20 Glenn Morris <rgm@gnu.org>
19099
19100 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
19101 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
19102 Doc fixes.
19103 (rmail-decode-mime-charset): Mark as obsolete.
19104
19105 * mail/rmailsum.el (rmail-message-regexp-p-1):
19106 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
19107 Before using mime functions, check they are set. (Bug#10077)
19108
19109 2011-11-19 Juri Linkov <juri@jurta.org>
19110
19111 * info.el (Info-finder-find-node): Use `package--builtins' instead
19112 of `package-alist'. Use node names formed by the pattern "Keyword "
19113 and the keyword name.
19114
19115 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
19116
19117 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
19118
19119 2011-11-19 Juri Linkov <juri@jurta.org>
19120
19121 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
19122 that calls `revert-buffer' on all Info buffers. (Bug#9915)
19123 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
19124 `old-history', `old-history-forward'. Add let-binding
19125 `window-selected'. Remove calls to `kill-buffer',
19126 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
19127 before calling `Info-find-node', so `Info-find-node-2' will reread
19128 the Info file. Restore window positions only when `window-selected'
19129 is non-nil.
19130
19131 2011-11-19 Juri Linkov <juri@jurta.org>
19132
19133 * isearch.el (isearch-lazy-highlight-new-loop):
19134 Remove condition `(not isearch-error)'. (Bug#9918)
19135
19136 * misearch.el (multi-isearch-search-fun): Add condition
19137 `(not bound)' to ignore lazy-highlighting search.
19138 Add the search-failed message "end of multi" when the end of
19139 multi-sequence is reached. Uncapitalize the search-failed
19140 message "Repeat for next buffer".
19141
19142 * info.el (Info-search): Add the search-failed message
19143 "end of the manual" when the end of the manual is reached
19144 in Isearch mode.
19145
19146 2011-11-19 Juri Linkov <juri@jurta.org>
19147
19148 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
19149 Use non-destructive `remove' instead of `delete' because
19150 `Info-history-list' stored to `Info-isearch-initial-history-list' in
19151 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
19152
19153 2011-11-19 Juri Linkov <juri@jurta.org>
19154
19155 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
19156 to nil instead of binding `search-ring' and `regexp-search-ring'.
19157 (Bug#9185)
19158
19159 2011-11-19 Eli Zaretskii <eliz@gnu.org>
19160
19161 * simple.el (line-move): Force movement by logical lines for any
19162 hscrolled window, not only when auto-hscroll-mode is on.
19163 (line-move-visual): Update doc string to that effect. (Bug#10076)
19164
19165 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
19166
19167 * language/european.el (macintosh): Define as alias for mac-roman.
19168
19169 2011-11-19 Eli Zaretskii <eliz@gnu.org>
19170
19171 * mail/rmailmm.el (rmail-mime-display-header)
19172 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
19173 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
19174 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
19175 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
19176 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
19177 of a raw aref.
19178 (rmail-mime-entity-segment): To get past the tagline, move forward
19179 2 more lines, to account for the 2 empty lines that precede and
19180 follow the line with the buttons.
19181 (rmail-mime-update-tagline): Move one more line, to get past the
19182 empty line that follows the buttons in the tagline. (Bug#9520)
19183
19184 2011-11-19 Martin Rudalics <rudalics@gmx.at>
19185
19186 * window.el (window-max-delta-1, window-min-delta-1)
19187 (window-min-size-1, window-state-get-1, window-state-put-1)
19188 (window-state-put-2): Use "window--" prefix.
19189
19190 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
19191
19192 * emacs-lisp/smie.el: Improve warnings and conflict detection.
19193 (smie-warning-count): New var.
19194 (smie-set-prec2tab): Use it.
19195 (smie-bnf->prec2): Improve warnings. Add docstring.
19196 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
19197 (smie-bnf--set-class): New function.
19198 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
19199 corner case.
19200
19201 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
19202 (compilation-error-properties, compilation-move-to-column):
19203 Handle compilation-first-column while in the target buffer.
19204
19205 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
19206 Don't hardcode point-min==1.
19207
19208 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
19209 (eshell-rewrite-for-command): Remove workaround.
19210 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
19211 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
19212 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
19213
19214 * files-x.el (modify-file-local-variable): Obey commenting conventions.
19215
19216 2011-11-17 Glenn Morris <rgm@gnu.org>
19217
19218 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
19219 Ignore buffer-local generated-autoload-file if it is the same
19220 as the global value. (Bug#10049)
19221
19222 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
19223
19224 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
19225 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
19226 (reftex-toc-previous-heading, reftex-toc-max-level)
19227 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
19228 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
19229 (reftex-toc-do-promote, reftex-toc-promote-prepare)
19230 (reftex-toc-promote-action, reftex-toc-extract-section-number)
19231 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
19232 (reftex-toc-rename-label, reftex-toc-visit-location)
19233 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
19234 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
19235 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
19236 leaving "*toc*" only for references to the buffer.
19237
19238 2011-11-17 Martin Rudalics <rudalics@gmx.at>
19239
19240 * window.el (window-resize, delete-window, split-window):
19241 Replace window-splits by window-combination-resize.
19242 * cus-start.el (window-splits): Replace by window-combination-resize.
19243
19244 2011-11-17 Glenn Morris <rgm@gnu.org>
19245
19246 * progmodes/sh-script.el (sh-font-lock-keywords-var):
19247 Make bash entry derive from sh entry, not shell entry.
19248
19249 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
19250
19251 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
19252 local file name.
19253
19254 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
19255
19256 * menu-bar.el (menu-bar-file-menu):
19257 * printing.el (pr-ps-utility):
19258 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
19259 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
19260 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
19261 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
19262 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
19263 (icalendar--convert-cyclic-to-ical)
19264 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
19265 (icalendar--convert-ical-to-diary)
19266 (icalendar--convert-recurring-to-diary)
19267 (icalendar--convert-non-recurring-all-day-to-diary)
19268 (icalendar-import-format-sample):
19269 * progmodes/idlw-shell.el (idlwave-shell-mode):
19270 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
19271 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
19272 (vhdl-ps-print-init): Fix typos.
19273
19274 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
19275
19276 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
19277 FSF and collapse date sequence, obscure author/maintainer email address
19278 better, remove extra version line, track relocation of author's webpage.
19279
19280 * progmodes/python.el (python-pdbtrack-input-prompt)
19281 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
19282 regular python pdb prompts. Adjustments shamelessly taken exactly as
19283 suggested in EmacsWiki page (tiny change):
19284 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
19285
19286 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
19287
19288 * expand.el (expand-pos, expand-index, expand-point):
19289 Remove redundant info from docstring.
19290 (expand-add-abbrevs): Doc fix.
19291 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
19292 (expand-sample-perl-mode-expand-list): Fix typos.
19293
19294 * net/dbus.el (dbus-event-member-name):
19295 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
19296 * term/pc-win.el (msdos-create-frame-with-faces):
19297 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
19298
19299 2011-11-16 Martin Rudalics <rudalics@gmx.at>
19300
19301 * window.el (split-window, window-state-get-1)
19302 (window-state-put-1, window-state-put-2): Rename occurrences of
19303 window-nest to window-combination-limit.
19304 * cus-start.el (window-nest): Rename to window-combination-limit.
19305
19306 2011-11-16 Chong Yidong <cyd@gnu.org>
19307
19308 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
19309 regexp (Bug#10033).
19310
19311 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
19312
19313 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
19314 `completing-read' will remove *Completions* and will preserve
19315 current-buffer for us.
19316 (tmm-add-prompt): Users of *Completions* will always (re)set its
19317 major mode.
19318 (tmm-old-comp-map): Remove.
19319
19320 2011-11-16 Glenn Morris <rgm@gnu.org>
19321
19322 * mail/rmailedit.el: Require rmailmm when compiling.
19323 (rmail-old-mime-state): New declaration.
19324 (rmail-edit-current-message): If editing a mime message,
19325 edit the "raw" message from the mbox buffer.
19326 (rmail-cease-edit): Handle mime messages. (Bug#9840)
19327
19328 2011-11-15 Glenn Morris <rgm@gnu.org>
19329
19330 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
19331 which wasn't being used. Add optional arg to force given state.
19332 (rmail-mime): Add optional arg to force given state.
19333
19334 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
19335
19336 * allout.el (allout-encryption-plaintext-sanitization-regexps):
19337 * frame.el (display-mm-dimensions-alist):
19338 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
19339 (outline-move-subtree-down):
19340 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
19341 (newsticker--treeview-do-get-node):
19342 * net/quickurl.el (quickurl-list-buffer-name):
19343 * progmodes/dcl-mode.el (dcl-mode):
19344 * progmodes/gdb-mi.el (gdb-mapcar*):
19345 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
19346
19347 2011-11-15 Glenn Morris <rgm@gnu.org>
19348
19349 * mail/rmail.el (rmail-file-coding-system): It's only ever used
19350 in a boolean sense, so just make it a boolean, and fix the doc.
19351 (rmail-show-mime-function, rmail-mime-feature)
19352 (rmail-require-mime-maybe): Doc fixes.
19353 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
19354
19355 * mail/rmailmm.el (rmail-show-mime): Doc fix.
19356
19357 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
19358
19359 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
19360 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
19361 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
19362 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
19363
19364 2011-11-15 Glenn Morris <rgm@gnu.org>
19365
19366 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
19367 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
19368 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
19369 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
19370 (rmail-mime, rmail-show-mime): Doc fixes.
19371
19372 * term/ns-win.el (mode-line-frame-identification):
19373 Leave it alone. (Bug#10051)
19374
19375 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
19376
19377 * mail/rmailout.el (rmail-output-to-rmail-buffer):
19378 Handle empty buffers. (Bug#9978)
19379
19380 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
19381
19382 * international/mule.el (define-charset):
19383 * mail/rmailmm.el (rmail-mime-find-header-encoding):
19384 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
19385 * progmodes/verilog-mode.el (verilog-backward-token):
19386 * textmodes/ispell.el (lookup-words):
19387 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
19388
19389 2011-11-14 Glenn Morris <rgm@gnu.org>
19390
19391 * progmodes/executable.el
19392 (executable-make-buffer-file-executable-if-script-p):
19393 Handle file-modes returning nil.
19394
19395 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
19396 message - not necessary, and causes problems. (Bug#9831)
19397
19398 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
19399
19400 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
19401
19402 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
19403 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
19404 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
19405
19406 2011-11-12 Martin Rudalics <rudalics@gmx.at>
19407
19408 * window.el (window-resize, delete-window): Use window-splits
19409 variable instead of function.
19410 (window-state-get-1, window-state-put-2, window-state-put):
19411 Don't deal with windows' splits status.
19412
19413 2011-11-12 Glenn Morris <rgm@gnu.org>
19414
19415 * apropos.el (apropos-do-all, apropos-library, apropos-value)
19416 (apropos-documentation): Doc fixes.
19417
19418 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
19419
19420 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
19421 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
19422
19423 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
19424
19425 * electric.el (electric-indent-post-self-insert-function): Make it
19426 possible for a char to only indent in some circumstances.
19427 (electric-indent-mode): Simplify.
19428
19429 2011-11-11 Martin Rudalics <rudalics@gmx.at>
19430
19431 * window.el (windows-with-parameter): Remove unused function.
19432 (windows-at-side): Rename to window-at-side-list.
19433 (window-check, window-atom-check, window-atom-check-1)
19434 (window-side-check, window-size-ignore, window-size-fixed-1)
19435 (window-in-direction-2): Prefix with "window--".
19436 (window-tree-1): Rename to window--subtree, fix doc-string.
19437
19438 2011-11-11 Glenn Morris <rgm@gnu.org>
19439
19440 * subr.el (eval-after-load): If FILE is already loaded,
19441 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
19442
19443 2011-11-10 Glenn Morris <rgm@gnu.org>
19444
19445 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
19446 Call svn via vc-svn-command rather than vc-do-command.
19447 (vc-svn-command): Add --non-interactive. (Bug#9993)
19448 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
19449
19450 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19451 Add toggle-read-only. (Bug#7292)
19452 * files.el (toggle-read-only): Mention that it should only
19453 be used interactively. (Bug#10006)
19454
19455 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
19456
19457 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19458 Adjust regexp for OCaml warnings.
19459
19460 * electric.el (electric-pair-post-self-insert-function): Let user
19461 turn it off buffer-locally (bug#9932).
19462
19463 * progmodes/python.el (python-beginning-of-statement):
19464 Rewrite (bug#2703).
19465
19466 * progmodes/compile.el: Better handle TABs (bug#9749).
19467 (compilation-internal-error-properties)
19468 (compilation-next-error-function): Obey the target buffer's
19469 compilation-error-screen-columns.
19470
19471 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
19472
19473 * progmodes/meta-mode.el: Remove obsolete comments.
19474 (meta-right-comment-regexp, meta-ignore-comment-regexp):
19475 Fix typos in docstrings.
19476
19477 2011-11-09 Martin Rudalics <rudalics@gmx.at>
19478
19479 * window.el (window-size-fixed-p): Rewrite doc-string.
19480 (window-resizable-p): Rename to window--resizable-p. Update callers.
19481 (window--resizable): New function. Make all callers of
19482 window-resizable call window--resizable instead.
19483 (window-resizable): Rewrite in terms of window--resizable.
19484
19485 2011-11-08 Glenn Morris <rgm@gnu.org>
19486
19487 * progmodes/delphi.el (delphi-mode-syntax-table):
19488 Let define-derived-mode define a proper syntax table. (Bug#9994)
19489
19490 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
19491
19492 * window.el: Stay away from defsubst.
19493 (window-list-no-nils): Remove.
19494 (window-state-get-1, window-state-get): Use backquote instead.
19495
19496 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19497
19498 * emacs-lisp/find-func.el (find-function-read):
19499 Fix incorrect use of default argument in `completing-read'.
19500
19501 2011-11-08 Martin Rudalics <rudalics@gmx.at>
19502
19503 * window.el (display-buffer-function, special-display-function):
19504 Mention display-buffer-record-window but do not mention
19505 help-setup parameter in doc-strings.
19506 (window-min-delta): Fix doc-string typo.
19507
19508 2011-11-08 Chong Yidong <cyd@gnu.org>
19509
19510 * window.el (window-total-height, window-total-width): Doc fix.
19511 (window-body-size): Move from C.
19512 (window-body-height, window-body-width): Move to C.
19513
19514 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
19515
19516 * window.el: Make special-display like display-buffer-alist (bug#9532).
19517 (display-buffer--special-action): New function, morphed
19518 from display-buffer--special.
19519 (display-buffer): Use it to handle special-display-buffers at higher
19520 priority (just after display-buffer-alist).
19521 (display-buffer-fallback-action, display-buffer--other-frame-action)
19522 (pop-to-buffer-same-window): Remove display-buffer--special.
19523
19524 2011-11-07 Glenn Morris <rgm@gnu.org>
19525
19526 * calendar/cal-menu.el (cal-menu-set-date-title):
19527 Do nothing if not in a calendar. (Bug#9976)
19528
19529 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
19530
19531 * files.el (find-file): Always use selected-window.
19532
19533 2011-11-07 Martin Rudalics <rudalics@gmx.at>
19534
19535 * window.el (window-combinations): Make WINDOW argument
19536 mandatory. Rewrite doc-string.
19537 (walk-window-subtree, window-atom-check, window-min-delta)
19538 (window-max-delta, window--resize-this-window)
19539 (window--resize-root-window-vertically, window-tree)
19540 (balance-windows, window-state-put): Rewrite doc-strings as to
19541 not mention the term "subwindow".
19542 (window--resize-subwindows-skip-p): Rename to
19543 window--resize-child-windows-skip-p.
19544 (window--resize-subwindows-normal): Rename to
19545 window--resize-child-windows-normal.
19546 (window--resize-subwindows): Rename to
19547 window--resize-child-windows.
19548 (window-or-subwindow-p): Rename to window--in-subtree-p.
19549
19550 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
19551
19552 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
19553 Ensure that mbox format messages end in two newlines (Bug#9974).
19554
19555 2011-11-06 Chong Yidong <cyd@gnu.org>
19556
19557 * window.el (window-combination-p): Function deleted; its
19558 side-effect is not used in any existing code.
19559 (window-combinations, window-combined-p): Call window-*-child
19560 directly.
19561
19562 2011-11-05 Chong Yidong <cyd@gnu.org>
19563
19564 * window.el (window-valid-p): Rename from window-any-p.
19565 (window-size-ignore, window-state-get): Callers changed.
19566 (window-normalize-window): Rename from window-normalize-any-window.
19567 New arg LIVE-ONLY, replacing window-normalize-live-window.
19568 (window-normalize-live-window): Delete.
19569 (window-combination-p, window-combined-p, window-combinations)
19570 (walk-window-subtree, window-atom-root, window-min-size)
19571 (window-sizable, window-sizable-p, window-size-fixed-p)
19572 (window-min-delta, window-max-delta, window-resizable)
19573 (window-resizable-p, window-full-height-p, window-full-width-p)
19574 (window-current-scroll-bars, window-point-1, set-window-point-1)
19575 (window-at-side-p, window-in-direction, window-resize)
19576 (adjust-window-trailing-edge, maximize-window, minimize-window)
19577 (window-deletable-p, delete-window, delete-other-windows)
19578 (record-window-buffer, unrecord-window-buffer)
19579 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
19580 (quit-window, split-window, window-state-put)
19581 (set-window-text-height, fit-window-to-buffer)
19582 (shrink-window-if-larger-than-buffer): Callers changed.
19583
19584 2011-11-04 Eli Zaretskii <eliz@gnu.org>
19585
19586 * mail/rmail.el (rmail-simplified-subject): Decode subject with
19587 rfc2047-decode-string.
19588 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
19589 warnings.
19590
19591 * window.el (window-body-height, window-body-width): Mention in
19592 the doc string that the return values are in frame's canonical
19593 units. (Bug#9949)
19594
19595 2011-11-03 Alan Mackenzie <acm@muc.de>
19596
19597 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
19598 change in cc-engine.el.
19599
19600 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
19601
19602 * window.el (switch-to-buffer): Use `force-same-window' interactively.
19603
19604 2011-11-02 Martin Rudalics <rudalics@gmx.at>
19605
19606 * window.el (quit-window): Call unrecord-window-buffer after
19607 showing another buffer in the window. (Bug#9937)
19608 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
19609
19610 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
19611
19612 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
19613 Accept status with more than 9 shelves. (Bug#9935)
19614 Reported by Colin D Bennett <colin@gibibit.com>.
19615
19616 2011-11-01 Martin Rudalics <rudalics@gmx.at>
19617
19618 * help.el (with-help-window): Don't reference
19619 temp-buffer-show-specifiers in doc-string.
19620
19621 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
19622
19623 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
19624 menu-item.
19625
19626 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19627
19628 * whitespace.el: New version 13.2.2.
19629 (whitespace-newline-mode): Disable properly. Reported by Sarah
19630 <EmacsWiki>.
19631
19632 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
19633
19634 * net/newst-treeview.el: Remove "Time-stamp".
19635 (newsticker--group-manage-orphan-feeds): Do not call
19636 newsticker--treeview-tree-update.
19637 (newsticker-treeview-update, newsticker-treeview):
19638 Call newsticker--treeview-tree-update if necessary.
19639
19640 2011-10-30 Martin Rudalics <rudalics@gmx.at>
19641
19642 * window.el (window-iso-combination-p, window-iso-combined-p)
19643 (window-iso-combinations): Remove "iso-" infix.
19644 Suggested by Chong Yidong.
19645 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
19646 (window-max-delta-1, window-resize, window--resize-siblings)
19647 (window--resize-this-window, adjust-window-trailing-edge)
19648 (split-window, balance-windows-1)
19649 (shrink-window-if-larger-than-buffer):
19650 * calendar/calendar.el (calendar-generate-window):
19651 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
19652
19653 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19654
19655 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
19656 in place (bug#9907).
19657 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
19658 (eshell-rewrite-if-command, eshell-rewrite-for-command)
19659 (eshell-structure-basic-command, eshell-rewrite-while-command)
19660 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
19661 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
19662 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
19663 (eshell-do-pipelines-synchronously, eshell-eval-command):
19664 Use backquotes and prefer setq to set.
19665 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
19666 (eshell-macrop): Use functionp.
19667 (eshell-do-eval): Handle multiple expressions in `while' body.
19668
19669 2011-10-30 Chong Yidong <cyd@gnu.org>
19670
19671 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
19672 instead of set-mark (Bug#9810).
19673
19674 2011-10-30 Chong Yidong <cyd@gnu.org>
19675
19676 * window.el (split-window-below, split-window-right): Rename from
19677 split-window-above-each-other and split-window-side-by-side
19678 respectively. All callers changed.
19679 (split-window-sensibly, split-window-sensibly): Use them.
19680 (split-window-keep-point): Doc fix.
19681
19682 * isearch.el: Add isearch-scroll property to split-window-below
19683 and split-window-right.
19684
19685 * follow.el (follow-mode):
19686 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
19687 * progmodes/ada-xref.el (ada-gdb-application):
19688 * emulation/vip.el (vip-buffer-in-two-windows):
19689 * image-dired.el (image-dired-dired-with-window-configuration):
19690 * dired-x.el (dired-do-find-marked-files):
19691 * dired.el (dired-pop-to-buffer):
19692 * bs.el (bs--show-with-configuration):
19693 * vc/emerge.el (emerge-setup-windows):
19694 * textmodes/two-column.el (2C-two-columns):
19695 * textmodes/reftex-toc.el (reftex-toc):
19696 * progmodes/gdb-mi.el (gdb-setup-windows):
19697 * progmodes/fortran.el (fortran-window-create):
19698 * net/newst-treeview.el (newsticker--treeview-window-init):
19699 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
19700 * emulation/tpu-edt.el (tpu-gold-map):
19701 * emulation/crisp.el (crisp-mode-map):
19702 * calendar/calendar.el (calendar-basic-setup): Callers changed.
19703
19704 2011-10-29 Chong Yidong <cyd@gnu.org>
19705
19706 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
19707
19708 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
19709
19710 * textmodes/flyspell.el (flyspell-word): Fix char offset for
19711 forged Ispell output (Bug#7904).
19712
19713 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
19714
19715 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19716
19717 * doc-view.el: Avoid ugly errors about not finding nil.
19718 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
19719 (doc-view-dvipdf-program, doc-view-unoconv-program)
19720 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
19721 Avoid nil or absolute file name as default value.
19722 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
19723
19724 2011-10-28 Alan Mackenzie <acm@muc.de>
19725
19726 * progmodes/cc-defs.el (c-version): -> 5.32.2.
19727
19728 2011-10-28 Alan Mackenzie <acm@muc.de>
19729
19730 Amend the handling of c-beginning/end-of-defun in nested declaration
19731 scopes.
19732
19733 * progmodes/cc-vars.el (c-defun-tactic): Move here from
19734 cc-langs.el. Change it to a defcustom.
19735
19736 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
19737 cc-vars.el.
19738
19739 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19740 Prevent "class foo : bar" being spuriously recognized as a label.
19741
19742 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
19743 Add parameter `inclusive' (to include enclosing braces in the region).
19744 (c-widen-to-enclosing-decl-scope): New function.
19745 (c-while-widening-to-decl-block): New macro.
19746 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
19747 outward for defun boundaries, and correspondingly change symbol
19748 `respect-enclosure' to `go-outward'.
19749 (c-declaration-limits): Change algorithm to report only the "innermost"
19750 defun's boundaries.
19751
19752 2011-10-28 Deniz Dogan <deniz@dogan.se>
19753
19754 * net/rcirc.el (rcirc-mode): Use hard newlines.
19755
19756 2011-10-28 Alan Mackenzie <acm@muc.de>
19757
19758 Amend to indent and fontify macros "which include their own semicolon"
19759 correctly, using the "virtual semicolon" mechanism.
19760
19761 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
19762
19763 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
19764 Recode to scan one line at a time rather than having \n and \r
19765 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
19766 (c-forward-label): Amend for virtual semicolons.
19767 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
19768
19769 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
19770 of the new C macros.
19771
19772 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
19773 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
19774 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
19775 (c-opt-cpp-macro-define): Make into a full language variable.
19776 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
19777 AWK Mode (including \n, \r) removed, no longer needed.
19778
19779 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
19780 Invoke c-make-macro-with-semi-re.
19781
19782 * progmodes/cc-vars.el (c-macro-with-semi-re):
19783 (c-macro-names-with-semicolon): New variables.
19784 (c-make-macro-with-semi-re): New function.
19785
19786 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19787
19788 * vc/log-edit.el: Fill empty field rather than adding new one.
19789 (log-edit-add-field): New function.
19790 (log-edit-insert-changelog): Use it.
19791
19792 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
19793
19794 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
19795
19796 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19797
19798 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
19799 (gdb--check-interpreter): New function.
19800 (gdb): Use it.
19801
19802 2011-10-27 Glenn Morris <rgm@gnu.org>
19803
19804 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
19805 (least-positive-float, least-negative-float)
19806 (least-positive-normalized-float, least-negative-normalized-float)
19807 (float-epsilon, float-negative-epsilon):
19808 Remove unnecessary declarations.
19809
19810 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
19811 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
19812 (least-positive-float, least-negative-float)
19813 (least-positive-normalized-float, least-negative-normalized-float)
19814 (float-epsilon, float-negative-epsilon): Add doc-strings,
19815 based on those in cl.texi.
19816
19817 * files.el (set-visited-file-name): If the major-mode changed,
19818 reload the local variables. (Bug#9796)
19819
19820 2011-10-27 Chong Yidong <cyd@gnu.org>
19821
19822 * subr.el (change-major-mode-after-body-hook): New hook.
19823 (run-mode-hooks): Run it.
19824
19825 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
19826 Use change-major-mode-before-body-hook.
19827
19828 * simple.el (fundamental-mode):
19829 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
19830 change introducing fundamental-mode-hook.
19831
19832 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
19833
19834 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
19835
19836 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
19837
19838 * ido.el (ido-file-name-all-completions-1): Do not require
19839 tramp.el explicitly. (Bug#7583)
19840
19841 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
19842
19843 * progmodes/octave-mod.el:
19844 * progmodes/octave-inf.el: Update maintainer.
19845
19846 2011-10-26 Chong Yidong <cyd@gnu.org>
19847
19848 * subr.el (with-wrapper-hook): Rewrite doc.
19849
19850 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
19851
19852 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
19853 filenames "/method:foo:". (Bug#9793)
19854
19855 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19856
19857 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
19858 (bug#9865).
19859
19860 2011-10-24 Glenn Morris <rgm@gnu.org>
19861
19862 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
19863
19864 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
19865
19866 * notifications.el: Add the requirement of a running D-Bus session
19867 bus to the Commentary.
19868
19869 2011-10-24 Juri Linkov <juri@jurta.org>
19870
19871 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
19872 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
19873 (Bug#9364)
19874
19875 2011-10-24 Juri Linkov <juri@jurta.org>
19876
19877 * info.el (Info-following-node-name-re): Add newline to the list
19878 of allowed characters for leading space. (Bug#9824)
19879
19880 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19881
19882 * progmodes/octave-inf.el (inferior-octave-mode-map):
19883 Fix C-c C-h binding.
19884 * progmodes/octave-mod.el (octave-help): Remove.
19885
19886 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
19887
19888 Sync with Tramp 2.2.3.
19889
19890 * net/tramp-cache.el (top): Pacify byte-compiler using
19891 `init-file-user' and `site-run-file'.
19892
19893 * net/trampver.el: Update release number.
19894
19895 2011-10-23 Chong Yidong <cyd@gnu.org>
19896
19897 * files.el (toggle-read-only): Remove obsolete comment about
19898 version control.
19899
19900 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
19901 for toggle-read-only. Note that this hasn't called vc-next-action
19902 since 2008-05-02, though it wasn't documented at the time.
19903
19904 * vc/ediff-init.el (ediff-toggle-read-only-function):
19905 Use toggle-read-only.
19906
19907 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
19908
19909 Fix bug #9560, sporadic wrong indentation; improve instrumentation
19910 of c-parse-state.
19911
19912 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
19913 correct faulty logical expression.
19914 (c-parse-state-state, c-record-parse-state-state):
19915 (c-replay-parse-state-state): New defvar/defuns.
19916 (c-debug-parse-state): Use new functions.
19917
19918 2011-10-22 Martin Rudalics <rudalics@gmx.at>
19919
19920 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
19921 last fix. Use window-in-direction correctly.
19922
19923 2011-10-21 Chong Yidong <cyd@gnu.org>
19924
19925 * progmodes/idlwave.el (idlwave-mode):
19926 * progmodes/vera-mode.el (vera-mode): No need to set
19927 require-final-newline; that's done in prog-mode.
19928 Suggested by Stefan Monnier.
19929
19930 2011-10-21 Martin Rudalics <rudalics@gmx.at>
19931
19932 * mouse.el (mouse-drag-window-above)
19933 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
19934 (mouse-drag-mode-line-1, mouse-drag-header-line)
19935 (mouse-drag-vertical-line-rightward-window): Remove.
19936 (mouse-drag-line): New function.
19937 (mouse-drag-mode-line, mouse-drag-header-line)
19938 (mouse-drag-vertical-line): Call mouse-drag-line.
19939 * window.el (window-at-side-p, windows-at-side): New functions.
19940
19941 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
19942
19943 * tar-mode.el (tar-grind-file-mode):
19944 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
19945
19946 2011-10-21 Chong Yidong <cyd@gnu.org>
19947
19948 * progmodes/idlwave.el (idlwave-mode):
19949 * progmodes/vera-mode.el (vera-mode):
19950 Use mode-require-final-newline.
19951
19952 2011-10-20 Glenn Morris <rgm@gnu.org>
19953
19954 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
19955
19956 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
19957
19958 * emulation/cua-base.el (cua-set-mark): Fix case of string.
19959
19960 2011-10-20 Chong Yidong <cyd@gnu.org>
19961
19962 * emulation/cua-base.el (cua-mode):
19963 * mail/footnote.el (footnote-mode):
19964 * mail/mailabbrev.el (mail-abbrevs-mode):
19965 * net/xesam.el (xesam-minor-mode):
19966 * progmodes/bug-reference.el (bug-reference-mode):
19967 * progmodes/cap-words.el (capitalized-words-mode):
19968 * progmodes/compile.el (compilation-minor-mode)
19969 (compilation-shell-minor-mode):
19970 * progmodes/gud.el (gud-tooltip-mode):
19971 * progmodes/hideif.el (hide-ifdef-mode):
19972 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19973 * progmodes/subword.el (subword-mode):
19974 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
19975 * progmodes/which-func.el (which-function-mode):
19976 * term/tvi970.el (tvi970-set-keypad-mode):
19977 * term/vt100.el (vt100-wide-mode):
19978 * textmodes/flyspell.el (flyspell-mode):
19979 * textmodes/ispell.el (ispell-minor-mode):
19980 * textmodes/nroff-mode.el (nroff-electric-mode):
19981 * textmodes/paragraphs.el (use-hard-newlines):
19982 * textmodes/refill.el (refill-mode):
19983 * textmodes/reftex.el (reftex-mode):
19984 * textmodes/rst.el (rst-minor-mode):
19985 * textmodes/sgml-mode.el (html-autoview-mode)
19986 (sgml-electric-tag-pair-mode):
19987 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
19988 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
19989 * emulation/crisp.el (crisp-mode):
19990 * emacs-lisp/eldoc.el (eldoc-mode):
19991 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
19992 minor mode behavior.
19993
19994 2011-10-19 Juri Linkov <juri@jurta.org>
19995
19996 * descr-text.el (describe-char): Add #x2010 and #x2011 to
19997 the list of hard-coded chars with escape-glyph face.
19998
19999 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
20000
20001 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
20002
20003 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
20004
20005 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
20006 running process.
20007
20008 2011-10-19 Glenn Morris <rgm@gnu.org>
20009
20010 * vc/vc-bzr.el (vc-bzr-after-dir-status):
20011 Ignore ignored files. (Bug#9726)
20012
20013 2011-10-19 Chong Yidong <cyd@gnu.org>
20014
20015 Doc fix for minor modes, stating that an omitted argument enables
20016 the mode unconditionally when called from Lisp.
20017
20018 * abbrev.el (abbrev-mode):
20019 * allout.el (allout-mode):
20020 * autoinsert.el (auto-insert-mode):
20021 * autoarg.el (autoarg-mode, autoarg-kp-mode):
20022 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
20023 (global-auto-revert-mode):
20024 * battery.el (display-battery-mode):
20025 * composite.el (global-auto-composition-mode)
20026 (auto-composition-mode):
20027 * delsel.el (delete-selection-mode):
20028 * desktop.el (desktop-save-mode):
20029 * dired-x.el (dired-omit-mode):
20030 * dirtrack.el (dirtrack-mode):
20031 * doc-view.el (doc-view-minor-mode):
20032 * double.el (double-mode):
20033 * electric.el (electric-indent-mode, electric-pair-mode):
20034 * emacs-lock.el (emacs-lock-mode):
20035 * epa-hook.el (auto-encryption-mode):
20036 * follow.el (follow-mode):
20037 * font-core.el (font-lock-mode):
20038 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
20039 * help.el (temp-buffer-resize-mode):
20040 * hilit-chg.el (highlight-changes-mode)
20041 (highlight-changes-visible-mode):
20042 * hi-lock.el (hi-lock-mode):
20043 * hl-line.el (hl-line-mode, global-hl-line-mode):
20044 * icomplete.el (icomplete-mode):
20045 * ido.el (ido-everywhere):
20046 * image-file.el (auto-image-file-mode):
20047 * image-mode.el (image-minor-mode):
20048 * iswitchb.el (iswitchb-mode):
20049 * jka-cmpr-hook.el (auto-compression-mode):
20050 * linum.el (linum-mode):
20051 * longlines.el (longlines-mode):
20052 * master.el (master-mode):
20053 * mb-depth.el (minibuffer-depth-indicate-mode):
20054 * menu-bar.el (menu-bar-mode):
20055 * minibuf-eldef.el (minibuffer-electric-default-mode):
20056 * mouse-sel.el (mouse-sel-mode):
20057 * msb.el (msb-mode):
20058 * mwheel.el (mouse-wheel-mode):
20059 * outline.el (outline-minor-mode):
20060 * paren.el (show-paren-mode):
20061 * recentf.el (recentf-mode):
20062 * reveal.el (reveal-mode, global-reveal-mode):
20063 * rfn-eshadow.el (file-name-shadow-mode):
20064 * ruler-mode.el (ruler-mode):
20065 * savehist.el (savehist-mode):
20066 * scroll-all.el (scroll-all-mode):
20067 * scroll-bar.el (scroll-bar-mode):
20068 * server.el (server-mode):
20069 * shell.el (shell-dirtrack-mode):
20070 * simple.el (auto-fill-mode, transient-mark-mode)
20071 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
20072 (line-number-mode, column-number-mode, size-indication-mode)
20073 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
20074 * strokes.el (strokes-mode):
20075 * time.el (display-time-mode):
20076 * t-mouse.el (gpm-mouse-mode):
20077 * tool-bar.el (tool-bar-mode):
20078 * tooltip.el (tooltip-mode):
20079 * type-break.el (type-break-mode-line-message-mode)
20080 (type-break-query-mode):
20081 * view.el (view-mode):
20082 * whitespace.el (whitespace-mode, whitespace-newline-mode)
20083 (global-whitespace-mode, global-whitespace-newline-mode):
20084 * xt-mouse.el (xterm-mouse-mode): Doc fix.
20085
20086 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
20087 Fix autogenerated docstring.
20088
20089 2011-10-19 Juri Linkov <juri@jurta.org>
20090
20091 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
20092 by checking environment variables "DESKTOP_SESSION" and
20093 "XDG_CURRENT_DESKTOP". (Bug#9779)
20094
20095 2011-10-19 Juri Linkov <juri@jurta.org>
20096
20097 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
20098 (browse-url-chromium-program, browse-url-chromium-arguments):
20099 New defcustoms.
20100 (browse-url-default-browser): Check for `browse-url-chromium' and
20101 call `browse-url-chromium-program'.
20102 (browse-url-chromium): New command. (Bug#9779)
20103
20104 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
20105
20106 * facemenu.el (list-colors-duplicates): On Windows, detect more
20107 duplicates by assuming that only colors matching "^System" are
20108 special "system colors". (Bug#9722)
20109
20110 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
20111
20112 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
20113 to distinguish the author from the committer.
20114
20115 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
20116
20117 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
20118
20119 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
20120
20121 * international/mule.el (sgml-html-meta-auto-coding-function):
20122 Add support for detecting encoding in HTML5 specified only as
20123 <meta charset="UTF-8">. Implementation just makes http-equiv and
20124 content-type parts from HTML4 encoding string optional. (Bug#9716)
20125
20126 2011-10-18 Glenn Morris <rgm@gnu.org>
20127
20128 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
20129
20130 2011-10-18 Chong Yidong <cyd@gnu.org>
20131
20132 * faces.el (cursor): Doc fix.
20133
20134 2011-10-17 Chong Yidong <cyd@gnu.org>
20135
20136 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
20137
20138 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
20139
20140 * dirtrack.el (dirtrack): Support shell buffers with path
20141 prefixes, e.g. tramp-based remote shells. (Bug#9647)
20142
20143 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
20144
20145 * json.el: Bump version to 1.3 and note change in History.
20146 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
20147
20148 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
20149
20150 * comint.el (comint-insert-input, comint-send-input)
20151 (comint-get-old-input-default, comint-backward-matching-input)
20152 (comint-next-prompt): Use nil instead of `input' for field property of
20153 past user input (bug#114).
20154
20155 * minibuffer.el (completion--replace): Inherit surrounding properties
20156 (bug#114).
20157 (minibuffer-complete-and-exit): Use it.
20158
20159 * comint.el (comint--table-subvert): Quote the all-completions output
20160 (bug#9160).
20161
20162 2011-10-17 Martin Rudalics <rudalics@gmx.at>
20163
20164 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
20165
20166 * menu-bar.el (menu-bar-file-menu): Add entry for making new
20167 window on right of selected. (Bug#9350) Reword other window
20168 entries and separate them from frame entries.
20169
20170 2011-10-15 Glenn Morris <rgm@gnu.org>
20171
20172 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
20173 Doc fixes.
20174
20175 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
20176
20177 * net/network-stream.el (network-stream-open-starttls):
20178 Improve detection of failure due to lack of TLS support.
20179
20180 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
20181 putting the input text in front and in bold.
20182
20183 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
20184
20185 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
20186
20187 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
20188 empty buffer.
20189
20190 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
20191 unread-command-events rather than pushing yet-another event.
20192
20193 2011-10-14 Eli Zaretskii <eliz@gnu.org>
20194
20195 * mail/sendmail.el (sendmail-query-once): Improve the wording of
20196 the explanation of the possible choices. Make the options passed
20197 to completing-read shorter.
20198
20199 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
20200
20201 * textmodes/flyspell.el (flyspell-large-region): Make sure
20202 extended character mode is used if defined (Bug#1339).
20203
20204 2011-10-13 Eli Zaretskii <eliz@gnu.org>
20205
20206 * simple.el (what-cursor-position): Fix the display of the
20207 character info for LRE, LRO, RLE, and RLO characters by appending
20208 an invisible PDF.
20209
20210 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
20211
20212 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
20213 even in case of error; add debug spec; simplify data flow.
20214 (with-timeout-handler): Remove.
20215
20216 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
20217
20218 Fix Bug#6019, Bug#9315.
20219
20220 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
20221 complete `buffer-file-name', the local file name part could look
20222 remotely (for example on VMS).
20223
20224 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
20225 `tramp-run-real-handler'.
20226 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
20227 already quoted by '"'.
20228
20229 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
20230 Let `file-name-handler-alist' be nil, the local file name part
20231 could look remotely (for example on VMS).
20232
20233 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20234
20235 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
20236 from here...
20237 (flyspell-post-command-hook): ...to here.
20238
20239 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20240
20241 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
20242 if not needed.
20243 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
20244 using completion. Protect against "slow" callers.
20245 Remove the "message hack".
20246
20247 2011-10-11 Juri Linkov <juri@jurta.org>
20248
20249 * isearch.el (isearch-lazy-highlight-word): New variable.
20250 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
20251 Use it. (Bug#9727)
20252
20253 2011-10-11 Glenn Morris <rgm@gnu.org>
20254
20255 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
20256 like f90-previous-statement does.
20257
20258 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20259
20260 * eshell/eshell.el (eshell-command): History should be saved
20261 only in interactive use, to avoid error.
20262
20263 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20264
20265 * minibuffer.el (completion-file-name-table): Fix last change,
20266 i.e. ignore normal errors but not the other ones.
20267
20268 2011-10-10 Martin Rudalics <rudalics@gmx.at>
20269
20270 * window.el (special-display-buffer-names)
20271 (special-display-regexps): Remove some remnants of earlier
20272 changes from doc-strings.
20273 (quit-windows-on): New function.
20274
20275 * vc/vc.el (vc-revert, vc-rollback):
20276 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
20277 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
20278 (Bug#6183) (Bug#7074) (Bug#7447)
20279
20280 2011-10-09 Martin Rudalics <rudalics@gmx.at>
20281
20282 * window.el (frame-auto-hide-function): Add version tag.
20283 (Bug#9699)
20284
20285 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
20286
20287 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
20288 condition.
20289
20290 2011-10-09 Leo Liu <sdl.web@gmail.com>
20291
20292 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
20293 (Bug#9701)
20294
20295 2011-10-08 Glenn Morris <rgm@gnu.org>
20296
20297 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
20298 before the first code statement zero indent. (Bug#9690)
20299
20300 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
20301
20302 * simple.el (count-words-region): Always count in the region.
20303 Report the number of lines and characters too.
20304 (count-words): New command, which counts in the buffer if the
20305 region is inactive, as count-words-region used to.
20306 (count-words--message): New function. Handle plurals.
20307 (count-lines-region): Make it an alias for count-words-region.
20308
20309 * bindings.el (esc-map): Replace count-lines-region with
20310 count-words-region.
20311
20312 2011-10-08 Martin Rudalics <rudalics@gmx.at>
20313
20314 * window.el (window--delete): Delete dedicated frame
20315 unconditionally when argument KILL is non-nil. (Bug#9699)
20316 (switch-to-buffer): Fix doc-string typo.
20317
20318 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20319
20320 * eshell/eshell.el (eshell-command): Avoid using hooks.
20321
20322 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
20323
20324 * bindings.el ([M-left],[M-right]): Bind to left-word and
20325 right-word respectively.
20326
20327 2011-10-07 Glenn Morris <rgm@gnu.org>
20328
20329 * cus-start.el (debug-on-quit): Fix custom type.
20330
20331 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20332
20333 * subr.el (define-key-after): Clarify that the function is not
20334 useful for non-menu keymaps.
20335
20336 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
20337
20338 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20339
20340 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
20341 in current minibuffer (Fix bug with recursive minibuffers).
20342
20343 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
20344
20345 * progmodes/gdb-mi.el (gdb): Doc fix.
20346
20347 2011-10-05 Martin Rudalics <rudalics@gmx.at>
20348
20349 * window.el (frame-auto-hide-function): New option replacing
20350 frame-auto-delete. Suggested by Stefan Monnier.
20351 (window--delete): Call frame-auto-hide-function instead of
20352 investigating frame-auto-delete.
20353 (window-point-1, set-window-point-1): New functions.
20354 (window-in-direction, record-window-buffer, window-state-get-1)
20355 (display-buffer-record-window): Use window-point-1 instead of
20356 window-point.
20357 (set-window-buffer-start-and-point): Use set-window-point-1.
20358
20359 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
20360
20361 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
20362
20363 2011-10-05 Glenn Morris <rgm@gnu.org>
20364
20365 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
20366 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
20367
20368 2011-10-05 Leo Liu <sdl.web@gmail.com>
20369
20370 * subr.el (read-char-choice): Fix argument to buffer-live-p which
20371 works with buffer object.
20372
20373 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
20374
20375 * mpc.el (mpc-tool-bar-map): Add labels.
20376
20377 2011-10-04 Glenn Morris <rgm@gnu.org>
20378
20379 * calendar/holidays.el (calendar-check-holidays): Doc fix.
20380
20381 2011-10-04 Martin Rudalics <rudalics@gmx.at>
20382
20383 * window.el (window--delete): New function.
20384 (frame-auto-delete): Resuscitate option.
20385 (bury-buffer, replace-buffer-in-windows)
20386 (quit-window): Rewrite using window--delete.
20387 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
20388 Pass display-buffer-mark-dedicated to window--display-buffer-2
20389 (Bug#9639).
20390
20391 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20392
20393 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
20394 returns a list (bug#9554). Add remote file name completion.
20395 * comint.el (comint--table-subvert): Curry and get quote&unquote
20396 functions as arguments.
20397 (comint--complete-file-name-data): Adjust call accordingly.
20398 * pcomplete.el (pcomplete--table-subvert): Remove.
20399 (pcomplete-completions-at-point): Use comint--table-subvert instead.
20400
20401 * minibuffer.el (completion-table-case-fold): Use currying.
20402 (completion--styles-type, completion--cycling-threshold-type):
20403 New constants.
20404 (completion-styles, completion-category-overrides)
20405 (completion-cycle-threshold): Use them.
20406 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
20407 completion-table-case-fold.
20408
20409 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
20410
20411 * minibuffer.el (completion-category-overrides): Fix type of styles
20412 and add more user friendly tags (bug#9660).
20413
20414 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20415
20416 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
20417 (mule-input-method-string): New widget.
20418 (default-input-method, language-info-custom-alist): Use it.
20419
20420 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
20421
20422 * pcomplete.el: Require comint.
20423 (pcomplete--common-suffix): Remove.
20424 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
20425 (pcomplete--table-subvert): Sync with comint--table-subvert.
20426 (pcomplete--entries): Use comint-completion-file-name-table.
20427 * comint.el (comint-unquote-filename): Simplify.
20428 (comint-completion-file-name-table): New function (bug#9616).
20429 (comint--complete-file-name-data): Use it.
20430
20431 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
20432 (pcmpl-gnu-tar-buffer): Remove.
20433 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
20434 around. Make sure pcomplete-suffix-list is only changed temporarily.
20435 Don't look inside the tar's file if it's too large.
20436
20437 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
20438
20439 * cus-edit.el (custom-mode-map):
20440 * epa.el (epa-key-list-mode-map):
20441 * man.el (Man-mode-map):
20442 * startup.el (splash-screen-keymap):
20443 * simple.el (special-mode-map): Use scroll-up-command and
20444 scroll-down-command.
20445
20446 * progmodes/idlw-help.el (idlwave-help-mode-map):
20447 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
20448 * net/newst-plainview.el (newsticker-mode-map):
20449 * emulation/ws-mode.el (wordstar-mode-map):
20450 * emulation/vi.el (vi-com-map):
20451 * calc/calc-graph.el (calc-graph-show-dumb):
20452 * term/sun.el (terminal-init-sun):
20453 * term/ns-win.el (global-map):
20454 * progmodes/grep.el (grep-mode-map):
20455 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
20456 * mail/rmail.el (rmail-mode-map):
20457 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
20458
20459 * custom.el (custom-safe-themes, load-theme): Treat value of t for
20460 custom-safe-themes as special.
20461
20462 2011-10-01 Julien Danjou <julien@danjou.info>
20463
20464 * notifications.el (notifications-notify): Fix docstring.
20465
20466 2011-10-01 Per Starbäck <per@starback.se>
20467
20468 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
20469
20470 2011-09-30 Martin Rudalics <rudalics@gmx.at>
20471
20472 * startup.el (command-line-1): Fix last fix by inserting
20473 initial-scratch-message into *scratch* before displaying it.
20474 (Bug#9605) and (Bug#9636)
20475
20476 2011-09-29 Eli Zaretskii <eliz@gnu.org>
20477
20478 * simple.el (line-move): If auto-hscroll-mode is disabled and the
20479 window is hscrolled, move by logical lines. (Bug#9607)
20480 (line-move-visual): Update the doc string to the above effect.
20481
20482 2011-09-29 Martin Rudalics <rudalics@gmx.at>
20483
20484 * window.el (display-buffer-record-window): When WINDOW is the
20485 selected window use `point' instead of `window-point'. (Bug#9626)
20486
20487 * startup.el (command-line-1): Use insert-before-markers when
20488 inserting initial-scratch-message. (Bug#9605)
20489
20490 * help.el (help-window): Remove variable.
20491
20492 2011-09-29 Glenn Morris <rgm@gnu.org>
20493
20494 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
20495
20496 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
20497
20498 * descr-text.el (describe-char-categories): Accept category
20499 descriptions more than one line long.
20500
20501 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
20502
20503 * simple.el (delete-trailing-whitespace): Fix last change.
20504
20505 * progmodes/perl-mode.el (perl-syntax-propertize-function):
20506 Don't confuse "y => 3" as the beginning of a `y' operation.
20507
20508 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
20509 object has more than 4 slots (bug#9613).
20510
20511 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
20512
20513 * subr.el (with-output-to-temp-buffer):
20514 * net/quickurl.el (quickurl, quickurl-browse-url):
20515 Fix typos in docstrings.
20516
20517 2011-09-27 Eli Zaretskii <eliz@gnu.org>
20518
20519 * minibuffer.el (completion-styles)
20520 (completion-category-overrides): Cross reference each other in doc
20521 strings.
20522
20523 2011-09-27 Glenn Morris <rgm@gnu.org>
20524
20525 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
20526 to split-string. (Bug#9606)
20527
20528 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20529
20530 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
20531 (bug#9615).
20532
20533 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
20534
20535 * emacs-lisp/package.el (list-packages): Fix echo area message.
20536
20537 2011-09-27 Leo Liu <sdl.web@gmail.com>
20538
20539 * ido.el (ido-read-internal): Accept cons cell HIST arg.
20540
20541 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
20542
20543 * net/dbus.el (dbus-unregister-object): Don't release services for
20544 registered signals. (Bug#9581)
20545
20546 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
20547
20548 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
20549 function that picks between cfengine 2 and 3 support
20550 automatically. Update docs accordingly.
20551
20552 2011-09-22 Kenichi Handa <handa@m17n.org>
20553
20554 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
20555 ZERO.
20556 (indian-itrans-v5-table-for-tamil): New variable.
20557 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
20558
20559 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
20560
20561 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
20562 that's true if the current command involved collapsing of text.
20563 It's reset to false at the beginning of the next command.
20564 (allout-post-command-business): Move the cursor to the beginning
20565 of entry if the cursor is hidden and collapsing activity just
20566 happened.
20567
20568 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
20569
20570 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
20571 tracking (Bug#9541).
20572
20573 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
20574
20575 * net/newst-reader.el (newsticker-html-renderer)
20576 (newsticker-show-news): Automatically load html rendering package
20577 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
20578 because w3m-fill-column is let-bound" and the error "Symbol's value
20579 as variable is void: w3m-fill-column".
20580
20581 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
20582
20583 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
20584 Release services only if they are defined. (Bug#9581)
20585
20586 2011-09-23 Richard Stallman <rms@gnu.org>
20587
20588 * textmodes/paragraphs.el (forward-sentence): For backwards case,
20589 distinguish start of paragraph from start of its text.
20590
20591 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
20592
20593 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
20594 (rmail-generate-viewer-buffer): Put that hook on view buffer.
20595 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
20596
20597 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
20598
20599 * international/mule-diag.el (mule-diag): Insert a newline after
20600 each fontset description.
20601
20602 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
20603
20604 * simple.el (delete-trailing-whitespace):
20605 Document last change; simplify.
20606
20607 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
20608
20609 * simple.el (delete-trailing-whitespace): Also delete
20610 extra newlines at the end of the buffer.
20611
20612 * textmodes/picture.el: Make motion commands obey shift-select-mode.
20613 (picture-newline): Use forward-line so as to ignore fields.
20614
20615 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
20616
20617 * subr.el (with-wrapper-hook): Fix edebug spec.
20618
20619 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
20620
20621 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
20622 (bug#4538).
20623
20624 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
20625
20626 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
20627 Fix nasty bug using wrong cached values.
20628
20629 2011-09-23 Alan Mackenzie <acm@muc.de>
20630
20631 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
20632
20633 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
20634
20635 * window.el (pop-to-buffer): Ensure right window is selected if we
20636 chose another frame.
20637
20638 2011-09-22 Eli Zaretskii <eliz@gnu.org>
20639
20640 * simple.el (what-cursor-position): Use get-char-property-change
20641 and next-single-char-property-change, to be able to show display
20642 properties that come from overlays as well as text properties.
20643
20644 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
20645
20646 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
20647
20648 * cmuscheme.el (run-scheme, switch-to-scheme):
20649 * cus-edit.el (customize-group, custom-buffer-create)
20650 (customize-browse):
20651 * info.el (info):
20652 * shell.el (shell):
20653 * mail/sendmail.el (mail):
20654 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
20655
20656 2011-09-22 Richard Stallman <rms@gnu.org>
20657
20658 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
20659 move back only to line beg, don't move back over blank lines.
20660
20661 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
20662
20663 * files.el (copy-directory): Set directory attributes only in case
20664 they could be retrieved from the source directory. (Bug#9565)
20665
20666 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
20667
20668 * progmodes/hideshow.el (hs-looking-at-block-start-p)
20669 (hs-find-block-beginning, hs-hide-level-recursive):
20670 Ignore strings as well as comments. (Bug#9502)
20671
20672 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
20673
20674 * progmodes/sql.el (sql-comint-postgres):
20675 Convert port number to a string. (Bug#9566)
20676
20677 2011-09-22 Martin Rudalics <rudalics@gmx.at>
20678
20679 * window.el (quit-window): Undedicate window when switching to
20680 previous buffer. Reported by Thierry Volpiatto
20681 <thierry.volpiatto@gmail.com>.
20682 (special-display-popup-frame): When popping up a new frame reset
20683 its previous buffers to nil. Simplify code.
20684
20685 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
20686
20687 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
20688 and process filter, as done also in `shell-command'.
20689
20690 2011-09-21 Martin Rudalics <rudalics@gmx.at>
20691
20692 * window.el (set-window-buffer-start-and-point):
20693 Call set-window-start with NOFORCE argument t.
20694 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
20695 (quit-window): Reword doc-string. Handle new format of
20696 quit-restore parameter. Don't delete window if it has a
20697 previous buffer we can show instead of the present one.
20698 (display-buffer-record-window): Rewrite using a new format for
20699 the quit-restore window parameter
20700 (special-display-popup-frame, display-buffer-same-window)
20701 (display-buffer-reuse-window, display-buffer-pop-up-frame)
20702 (display-buffer-pop-up-window, display-buffer-use-some-window):
20703 Adapt symbol passed to display-buffer-record-window.
20704 * help.el (help-window-setup): Handle new format of quit-restore
20705 parameter.
20706
20707 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
20708
20709 * faces.el (face-list): Fix docstring (bug#9564).
20710
20711 * window.el (display-buffer--action-function-custom-type):
20712 Don't include internal functions in the Custom interface.
20713
20714 2011-09-20 Juri Linkov <juri@jurta.org>
20715
20716 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
20717 (Info-forward-node, Info-backward-node, Info-next-preorder)
20718 (Info-last-preorder): Use it. (Bug#9528)
20719
20720 2011-09-20 Juri Linkov <juri@jurta.org>
20721
20722 * info.el (Info-last-preorder): Visit last menu item only when
20723 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
20724
20725 2011-09-20 Julien Danjou <julien@danjou.info>
20726
20727 * password-cache.el (password-cache-remove): Remove entries even if the
20728 value is nil, so that password with a nil value (negative caching) is
20729 possible to invalidate.
20730
20731 2011-09-20 Lawrence Mitchell <wence@gmx.li>
20732
20733 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
20734 all whitespace around breakpoint. (Bug#9553)
20735 (f90-find-breakpoint): Only break at whitespace inside a comment.
20736
20737 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
20738
20739 * minibuffer.el (completion-file-name-table): Keep track of errors.
20740 (completion-table-with-predicate): Handle the case where pred1 is nil.
20741 * pcomplete.el (pcomplete-completions-at-point): Simplify.
20742
20743 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
20744
20745 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
20746 (debugger-return-value): Signal an error if the debugging context does
20747 not await any return value.
20748
20749 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
20750 * image-mode.el (image-toggle-display-text)
20751 (image-toggle-display-image): Stay away from evil `intangible'.
20752
20753 2011-09-19 Leo Liu <sdl.web@gmail.com>
20754
20755 * replace.el (occur-revert-arguments): Make it permanent-local.
20756 (occur-mode): Don't call font-lock-defontify.
20757
20758 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
20759
20760 * net/ldap.el (ldap-search-internal): Don't push empty search
20761 result (Bug#9508).
20762
20763 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
20764
20765 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
20766
20767 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
20768
20769 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
20770 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
20771
20772 2011-09-18 Juri Linkov <juri@jurta.org>
20773
20774 * buff-menu.el (Buffer-menu-mode-map):
20775 * dired.el (dired-mode-map):
20776 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
20777 (lisp-interaction-mode-map):
20778 * emacs-lisp/package.el (package-menu-mode-map):
20779 * epa.el (epa-key-list-mode-map):
20780 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
20781 (menu-bar-options-menu):
20782 * outline.el (outline-mode-menu-bar-map):
20783 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
20784 * vc/vc-dir.el (vc-dir-menu-map):
20785 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
20786 Capitalize non-function content words in menu item strings.
20787
20788 * dired.el (dired-mode-map): Add menu item for
20789 `image-dired-dired-toggle-marked-thumbs'.
20790
20791 2011-09-18 Juri Linkov <juri@jurta.org>
20792
20793 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
20794 to `isearch-case-fold-search' and restore its original value
20795 after the `isearch-mode' call.
20796
20797 2011-09-18 Juri Linkov <juri@jurta.org>
20798
20799 * progmodes/grep.el (grep-process-setup): Don't check code for 1
20800 because `zgrep' returns 1 for successful matches (bug#9226).
20801
20802 2011-09-18 Juri Linkov <juri@jurta.org>
20803
20804 * info.el (Info-extract-menu-node-name): Check the second match
20805 for empty string (second test-case of bug#9528).
20806 (Info-last-preorder): Let-bind `Info-history' to nil to not add
20807 intermediate nodes to the history (first test-case of bug#9528).
20808
20809 2011-09-18 Juri Linkov <juri@jurta.org>
20810
20811 * info.el (Info-mode-syntax-table): New variable.
20812 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
20813
20814 2011-09-18 Juri Linkov <juri@jurta.org>
20815
20816 * info.el (Info-file-supports-index-cookies):
20817 Increment line-beginning-position's arg from 3 to 4 because makeinfo
20818 outputs one more line for long file names (bug#4142).
20819
20820 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
20821
20822 * newcomment.el (comment-normalize-vars): If prompting for
20823 comment-start, set comment-start-skip too (Bug#8424).
20824
20825 2011-09-18 Johan Bockgård <bojohan@gnu.org>
20826
20827 * icomplete.el: Fix previous fix of Bug#5849.
20828 (icomplete-mode): Don't set completion-show-inline-help.
20829 (icomplete-minibuffer-setup): Set completion-show-inline-help
20830 locally during icompletion.
20831
20832 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
20833
20834 * woman.el (woman2-process-escapes): Don't delete unrecognized
20835 escapes (Bug#7843).
20836
20837 * files.el (inhibit-first-line-modes-regexps): Add image files.
20838 (hack-local-variables-prop-line): Return nil for malformed
20839 prop-lines (Bug#9044).
20840
20841 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
20842
20843 * net/tramp.el (top): Don't require 'shell.
20844 (tramp-methods): Fix docstring.
20845 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
20846 Return complete remote file name. Handle "smb" case.
20847 Use `tramp-tmpdir', if defined for the respective method.
20848 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
20849
20850 * net/tramp-compat.el (top): Require 'shell.
20851
20852 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
20853 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
20854 `tramp-current-host'.
20855 (tramp-get-remote-tmpdir): Remove.
20856
20857 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
20858 `tramp-tmpdir' entries.
20859 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
20860 (tramp-smb-handle-file-attributes): Ignore errors.
20861 (tramp-smb-wait-for-output): Check also for process end.
20862
20863 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
20864
20865 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
20866 when sending QUIT (bug#9312).
20867
20868 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
20869
20870 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
20871 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
20872 occur-mode-display-occurrence.
20873 (occur-edit-mode): Add usage message.
20874 (occur-cease-edit): New command.
20875 (occur-after-change-function): Use text properties to find the
20876 position of the prefix text.
20877 (occur-engine): Set stickiness of prefix text properties.
20878
20879 2011-09-17 Glenn Morris <rgm@gnu.org>
20880
20881 * progmodes/etags.el (complete-tag):
20882 Fix call to completion-in-region. (Bug#9526)
20883
20884 2011-09-17 Juri Linkov <juri@jurta.org>
20885
20886 * textmodes/ispell.el (ispell-word): Add to the error message
20887 the word, ispell program name and current dictionary (bug#9121).
20888 (ispell-tex-arg-end): Capitalize "error" in the error message.
20889
20890 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
20891
20892 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
20893 check. (Bug#4251)
20894
20895 2011-09-17 Juri Linkov <juri@jurta.org>
20896
20897 * window.el (window-safe-min-height, window-safe-min-width):
20898 Fix typos (followup to bug#9522).
20899
20900 2011-09-17 Sven Joachim <svenjoac@gmx.de>
20901
20902 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
20903
20904 2011-09-16 Eli Zaretskii <eliz@gnu.org>
20905
20906 * simple.el (line-move): If goal-column is set, move by logical
20907 lines, not by display lines. (Bug#971)
20908 (next-line, previous-line, goal-column, line-move-visual): Doc fix
20909 to reflect the above change.
20910
20911 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
20912
20913 * image.el (imagemagick-register-types): Use regexp-opt.
20914
20915 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
20916
20917 * window.el (display-buffer-base-action): Rename from
20918 display-buffer-default-action. Make default value empty.
20919 (display-buffer-overriding-action): Convert to defvar.
20920 (display-buffer-fallback-action): New var.
20921
20922 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
20923
20924 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
20925 declaration.
20926 (package--add-to-archive-contents): If there is a duplicate entry
20927 with an older version, remove it.
20928 (package-menu-mark-delete, package-menu-mark-install)
20929 (package-menu-mark-unmark): Make unused args optional.
20930 (package-menu-mark-obsolete-for-deletion):
20931 Use package-menu-get-status instead of a regexp search.
20932 (package-menu-get-status): Use tabulated-list-entry.
20933 (package-menu-mark-upgrades): New command.
20934 (package-menu-mode-map): Bind it to U. Add it to menu bar.
20935 (package-menu-execute): Do installation before deletion.
20936 (package-menu-refresh, package-menu-execute): Use derived-mode-p
20937 instead of checking major-mode.
20938 (package-menu--find-upgrades): New function.
20939
20940 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20941
20942 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
20943 passwords in the log buffer.
20944 (smtpmail-process-filter): Update the process marker so that the
20945 "broken by peer" status message is inserted in the right place.
20946
20947 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
20948
20949 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
20950 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
20951 bibtex-completion-at-point-function.
20952 (bibtex-completion-at-point-function): Use them.
20953
20954 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
20955
20956 * mpc.el (mpc-constraints-tag-lookup): New function.
20957 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
20958 also to browser "album|playlist".
20959
20960 2011-09-14 Juri Linkov <juri@jurta.org>
20961
20962 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
20963 (isearch-edit-string): Use length of `isearch-string' when
20964 `isearch-fail-pos' returns nil.
20965 (isearch-message): Remove duplicate code and call
20966 `isearch-fail-pos' with arg `t'.
20967
20968 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
20969
20970 * replace.el (occur-mode-goto-occurrence): Don't force using other
20971 window (Bug#9499).
20972
20973 * dired-aux.el (dired-do-chmod): Don't provide initial input.
20974
20975 2011-09-14 Martin Rudalics <rudalics@gmx.at>
20976
20977 * window.el (display-buffer-window): Remove.
20978 (display-buffer-record-window): Use help-setup window parameter
20979 instead of variable display-buffer-window.
20980 (display-buffer-function, special-display-buffer-names)
20981 (special-display-function): Mention help-setup parameter instead
20982 of display-buffer-window in doc-string.
20983 * help.el (help-window-setup): New argument help-window.
20984 Use help-window-setup parameter instead of display-buffer-window.
20985 Reword some messages.
20986 (with-help-window): Pass window used for displaying the buffer
20987 to help-window-setup. Don't set display-buffer-window.
20988
20989 2011-09-13 Glenn Morris <rgm@gnu.org>
20990
20991 * emacs-lisp/debug.el (debugger-make-xrefs):
20992 Preserve point. (Bug#9462)
20993
20994 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
20995
20996 * window.el (window-deletable-p): Use next-frame.
20997
20998 2011-09-13 Martin Rudalics <rudalics@gmx.at>
20999
21000 * window.el (window-auto-delete): Remove.
21001 (window-deletable-p): Remove argument FORCE. Don't deal with
21002 dedication and previous buffers.
21003 (switch-to-prev-buffer): Don't delete window.
21004 (delete-windows-on): Delete a window's frame if and only if the
21005 window is dedicated.
21006 (replace-buffer-in-windows): Delete buffer's window or frame if
21007 and only if window is dedicated.
21008 (quit-window): Handle quit-restore as before last change.
21009 (bury-buffer): Delete window only if window-deletable-p returns t.
21010
21011 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
21012
21013 * window.el (window-deletable-p): Never delete the last frame on a
21014 given terminal.
21015
21016 2011-09-13 Glenn Morris <rgm@gnu.org>
21017
21018 * help.el (describe-key-briefly): Copy previous standard-output change.
21019
21020 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
21021
21022 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
21023
21024 2011-09-13 Glenn Morris <rgm@gnu.org>
21025
21026 * emacs-lisp/lisp-mode.el (lisp-indent-function):
21027 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
21028
21029 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
21030
21031 * dired-aux.el (dired-mark-read-string): Don't return default
21032 value on empty input (Bug#9361).
21033 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
21034 Omit initial minibuffer contents.
21035 (dired-do-chmod): Signal an error on empty input.
21036 (dired-mark-read-string): Don't return default on empty input.
21037
21038 * files.el (file-modes-symbolic-to-number): Doc fix.
21039
21040 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
21041
21042 * international/mule-cmds.el (ucs-completions): Remove.
21043 (read-char-by-name): Use complete-with-action instead; add metadata.
21044
21045 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
21046
21047 * window.el (display-buffer--action-function-custom-type)
21048 (display-buffer--action-custom-type): New vars.
21049 (display-buffer-alist, display-buffer-default-action)
21050 (display-buffer-overriding-action): Add defcustom types.
21051
21052 * frame.el (delete-other-frames): Doc fix (Bug#276).
21053
21054 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21055
21056 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
21057
21058 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
21059
21060 Change modes that used same-window-* vars to use switch-to-buffer.
21061
21062 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
21063 Use switch-to-buffer.
21064
21065 * cus-edit.el (customize-group, custom-buffer-create)
21066 (customize-browse, custom-buffer-create-other-window):
21067 Use switch-to-buffer or switch-to-buffer-other-window.
21068
21069 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
21070 (Info-prev, Info-up, Info-speedbar-goto-node)
21071 (info-display-manual): Use switch-to-buffer.
21072 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
21073
21074 * mail/sendmail.el (mail): Use switch-to-buffer.
21075 (mail-recover): Use switch-to-buffer-other-window.
21076
21077 * cmuscheme.el (run-scheme, switch-to-scheme):
21078 * ielm.el (ielm):
21079 * shell.el (shell):
21080 * net/rlogin.el (rlogin):
21081 * net/telnet.el (telnet, rsh):
21082 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
21083
21084 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
21085
21086 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
21087
21088 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21089
21090 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
21091 so don't mention it (bug#9301).
21092 (dired-sort-toggle-or-edit): Clarify string further.
21093
21094 * faces.el (face-spec-set-match-display): Make `(type graphic)'
21095 match `x', `w32' and `ns', like the manual says (bug#9029).
21096
21097 * subr.el (eval-after-load): Doc string clarification (bug#9125).
21098 (process-kill-buffer-query-function): Mention the buffer name in
21099 the query.
21100
21101 * image-mode.el (image-next-line): The line parameter is mandatory
21102 (bug#9258).
21103
21104 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
21105 which can be useful (bug#9301).
21106
21107 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
21108
21109 * subr.el (match-string): Mention that the current buffer should
21110 be the same as the search was done in (bug#9282).
21111
21112 * facemenu.el: Disable the remove-* commands if the mark isn't
21113 active (bug#9162).
21114
21115 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
21116
21117 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
21118 of display-buffer.
21119 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
21120
21121 * replace.el (occur-mode-goto-occurrence)
21122 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
21123 and display-buffer.
21124
21125 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
21126 display-buffer.
21127
21128 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
21129 special-display and same-window variables.
21130 (mail-other-window): Use switch-to-buffer-other-window.
21131 (mail-other-frame): USe switch-to-buffer-other-frame.
21132
21133 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
21134 Use display-buffer-other-frame.
21135 (gdb-display-gdb-buffer): Use pop-to-buffer.
21136
21137 * progmodes/gud.el (gud-goto-info): Use info-other-window.
21138
21139 * progmodes/python.el: Don't set same-window-buffer-names.
21140
21141 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
21142
21143 * window.el (display-buffer-alist): Add *Python*.
21144
21145 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
21146
21147 * window.el (display-buffer-alist): Add entry for buffers
21148 previously handled same-window-*.
21149 (display-buffer-alist, display-buffer-default-action)
21150 (display-buffer-overriding-action): Mark as risky.
21151 (display-buffer-alist): Document action function changes.
21152 (display-buffer--same-window-action)
21153 (display-buffer--other-frame-action): New variables.
21154 (switch-to-buffer, display-buffer-other-frame): Use them.
21155 (display-buffer): Rename reuse-frame entry to reusable-frames.
21156 (display-buffer-reuse-selected-window): Function deleted.
21157 (display-buffer-reuse-window): Handle reusable-frames alist entry.
21158 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
21159 (display-buffer-special): New function.
21160 (display-buffer--maybe-pop-up-frame-or-window): Rename from
21161 display-buffer-reuse-or-pop-window. Split off special-display
21162 part into display-buffer-special.
21163 (display-buffer-use-some-window): Don't perform any special
21164 pop-up-frames handling.
21165 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
21166 (display-buffer--maybe-same-window): Rename from
21167 display-buffer-maybe-same-window.
21168
21169 * info.el: Don't set same-window-regexps.
21170 (info-setup): New function.
21171 (info-other-window, info): Call it.
21172
21173 * cus-edit.el: Don't set same-window-regexps.
21174 (customize-group): New argument.
21175 (customize-group-other-window): Use it.
21176 (customize-face, customize-face-other-window): Likewise.
21177 (custom-buffer-create-other-window): Use pop-to-buffer directly.
21178
21179 * net/rlogin.el:
21180 * net/telnet.el:
21181 * progmodes/gud.el: Don't set same-window-regexps.
21182
21183 * cmuscheme.el:
21184 * ielm.el:
21185 * shell.el:
21186 * mail/sendmail.el:
21187 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
21188
21189 2011-09-10 Juri Linkov <juri@jurta.org>
21190
21191 * isearch.el (isearch-edit-string): Remove obsolete mention of
21192 `C-w' (`isearch-yank-word-or-char') from docstring.
21193 (isearch-query-replace): Fix typo in docstring (bug#9466).
21194
21195 2011-09-10 Juri Linkov <juri@jurta.org>
21196
21197 * paren.el (show-paren-function): Don't show escaped parens.
21198 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
21199
21200 2011-09-10 Eli Zaretskii <eliz@gnu.org>
21201
21202 * mail/sendmail.el (mml-to-mime, mml-attach-file)
21203 (mm-default-file-encoding): Remove autoload forms, they are
21204 replaced with autoload cookies in mml.el and mm-encode.el.
21205 (mail-add-attachment): New command.
21206 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
21207 (mail-mode): Mention mail-insert-file and mail-add-attachment in
21208 the doc string.
21209 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
21210
21211 2011-09-10 Reuben Thomas <rrt@sc3d.org>
21212
21213 * simple.el (count-words-region): Use buffer if there's no region
21214 (bug#9429).
21215
21216 2011-09-09 Juri Linkov <juri@jurta.org>
21217
21218 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
21219 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
21220 (wdired-isearch-filter-read-only): New function. (Bug#6362)
21221
21222 2011-09-09 Alan Mackenzie <acm@muc.de>
21223
21224 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
21225 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
21226
21227 2011-09-09 Eli Zaretskii <eliz@gnu.org>
21228
21229 Fix for Savannah bug#9392.
21230 * simple.el (mail-encode-mml): New defvar.
21231
21232 * mail/rmail.el (mail-encode-mml): Add a defvar.
21233 (rmail-enable-mime-composing): Default to t.
21234 (rmail-forward): Use MIME method of forwarding only if both
21235 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
21236 Set mail-encode-mml non-nil if the MIME method was used.
21237
21238 * mail/sendmail.el (mml-to-mime): Add autoload form.
21239 (mail-encode-mml): Add a defvar.
21240 (mail-mode): Make mail-encode-mml buffer-local and initialize it
21241 to nil.
21242 (mail-send): If mail-encode-mml is non-nil, run the outgoing
21243 message through mml-to-mime, and reset mail-encode-mml to nil.
21244
21245 2011-09-09 Glenn Morris <rgm@gnu.org>
21246
21247 * woman.el (woman-if-body): When processing an .el block,
21248 do not delete the next .el block as well. (Bug#9447)
21249 (woman-special-characters): Add oq, cq, and hy characters.
21250
21251 2011-09-08 Martin Rudalics <rudalics@gmx.at>
21252
21253 * window.el (window-deletable-p): Make sure window is live before
21254 invoking window-prev-buffers.
21255
21256 2011-09-08 Leo Liu <sdl.web@gmail.com>
21257
21258 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
21259
21260 2011-09-08 Juri Linkov <juri@jurta.org>
21261
21262 * progmodes/compile.el (compilation-environment): Make it
21263 a defcustom (bug#8340).
21264
21265 2011-09-08 Martin Rudalics <rudalics@gmx.at>
21266
21267 * window.el (frame-auto-delete): Rename to window-auto-delete.
21268 Make it control auto-deletion of windows and/or frames.
21269 (window-deletable-p): New argument FORCE. Rewrite conditions
21270 for deleting window/frame. (Bug#9419)
21271 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
21272 Rewrite handling of case when window/frame can be deleted.
21273 (delete-windows-on): Call window-deletable-p with new FORCE
21274 argument t. (Bug#9456)
21275
21276 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
21277
21278 * help-mode.el (help-mode): Restore autoload.
21279
21280 2011-09-07 Juri Linkov <juri@jurta.org>
21281
21282 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
21283 `compilation-environment'. Set buffer-local
21284 `compilation-environment' to `thisenv' later after (funcall mode).
21285 (Bug#8340)
21286
21287 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
21288 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
21289 instead of replacing its value. (Bug#8340)
21290
21291 2011-09-07 Juri Linkov <juri@jurta.org>
21292
21293 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
21294 based on text properties put by `grep-filter' instead of matching
21295 escape sequences.
21296 (grep-mode): Set buffer-local `compilation-error-screen-columns'
21297 to the value of `grep-error-screen-columns' (bug#9438).
21298
21299 2011-09-07 Juri Linkov <juri@jurta.org>
21300
21301 * simple.el (next-error-highlight, next-error-highlight-no-select):
21302 Doc fix (bug#9432).
21303
21304 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
21305
21306 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
21307 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
21308
21309 2011-09-07 Leo Liu <sdl.web@gmail.com>
21310
21311 * net/rcirc.el (rcirc-mode): Conditionally initialize
21312 rcirc-input-ring.
21313
21314 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
21315
21316 * emacs-lisp/find-func.el (find-function-C-source): Only set
21317 find-function-C-source-directory after checking that we found a source
21318 file there (bug#9440).
21319
21320 2011-09-06 Alan Mackenzie <acm@muc.de>
21321
21322 * isearch.el (isearch-other-meta-char): Wherever a key list is
21323 unread, "unread" the prefix arg, too. This fixes bug #8901.
21324
21325 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
21326
21327 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
21328
21329 2011-09-05 Juri Linkov <juri@jurta.org>
21330
21331 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
21332
21333 2011-09-05 Juri Linkov <juri@jurta.org>
21334
21335 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
21336 keeping point where processing of grep matches begins, and
21337 continue to delete remaining escape sequences from the same point.
21338 (grep-filter): Make leading zero optional in "0?1;31m" because
21339 git-grep emits "\033[1;31m" escape sequences unlike expected
21340 "\033[01;31m" as GNU Grep does (bug#9408).
21341 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
21342
21343 2011-09-05 Juri Linkov <juri@jurta.org>
21344
21345 * subr.el (y-or-n-p): Capitalize "yes".
21346
21347 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
21348
21349 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
21350 `tramp-cache-unload-hook' where appropriate.
21351 (tramp-methods): Rename `tramp-remote-sh' to
21352 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
21353 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
21354
21355 * net/tramp-sh.el (top): Don't require 'shell.
21356 (tramp-methods): Add `tramp-remote-shell' and
21357 `tramp-remote-shell-args' entries.
21358 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
21359 (tramp-sh-handle-shell-command): Remove.
21360 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
21361 Use `tramp-remote-shell'.
21362
21363 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
21364
21365 * mail/sendmail.el (sendmail-query-once-function): Delete.
21366 (sendmail-query-once): Save directly to send-mail-function.
21367 Update message-send-mail-function too.
21368
21369 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
21370
21371 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
21372
21373 * progmodes/python.el (python-mode-map): Use correct function to
21374 start python interpreter from menu-bar (as reported by Geert
21375 Kloosterman).
21376 (inferior-python-mode-map): Fix typo.
21377 (python-shell-map): Remove.
21378
21379 2011-09-03 Deniz Dogan <deniz@dogan.se>
21380
21381 * net/rcirc.el (rcirc-print): Simplify code for
21382 rcirc-scroll-show-maximum-output. There is no need to walk
21383 through all windows to find the right one.
21384
21385 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
21386
21387 * help.el (help-return-method): Doc fix.
21388
21389 2011-09-03 Martin Rudalics <rudalics@gmx.at>
21390
21391 * window.el (window-deletable-p): Don't return a non-nil value
21392 when there's a buffer that was shown in the window before.
21393 (Bug#9419)
21394 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
21395 Set window's previous buffers to nil.
21396
21397 2011-09-03 Eli Zaretskii <eliz@gnu.org>
21398
21399 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
21400 newline before and after the tag line, so it doesn't interfere
21401 with determining the paragraph direction of bidirectional text.
21402
21403 2011-09-03 Leo Liu <sdl.web@gmail.com>
21404
21405 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
21406
21407 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
21408
21409 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
21410 (pop-to-buffer): Change interactive spec. Pass second argument
21411 directly to display-buffer.
21412 (display-buffer): Fix interactive spec. Use functionp to
21413 distinguish between a function and a list of functions.
21414
21415 * abbrev.el (edit-abbrevs):
21416 * arc-mode.el (archive-extract):
21417 * autoinsert.el (auto-insert):
21418 * bookmark.el (bookmark-bmenu-list):
21419 * files.el (find-file):
21420 * view.el (view-buffer):
21421 * progmodes/compile.el (compilation-goto-locus):
21422 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
21423
21424 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
21425
21426 * window.el (display-buffer-alist): Doc fix.
21427 (display-buffer): Add docstring. Don't treat
21428 display-buffer-default specially.
21429 (display-buffer-reuse-selected-window)
21430 (display-buffer-same-window, display-buffer-maybe-same-window)
21431 (display-buffer-reuse-window, display-buffer-pop-up-frame)
21432 (display-buffer-pop-up-window)
21433 (display-buffer-reuse-or-pop-window)
21434 (display-buffer-use-some-window): New functions.
21435 (display-buffer-default-action): Use them.
21436 (display-buffer-default): Delete.
21437 (pop-to-buffer-1): Fix choice of actions.
21438
21439 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
21440
21441 * minibuffer.el (completion--insert-strings): Don't get confused by
21442 completion entries that end with an LF char.
21443
21444 2011-09-01 Eli Zaretskii <eliz@gnu.org>
21445
21446 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
21447
21448 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
21449
21450 * window.el (display-buffer): Restore interactive spec.
21451 (display-buffer-same-window, display-buffer-other-window):
21452 New functions.
21453 (pop-to-buffer-1): New function. Use the above.
21454 (pop-to-buffer, pop-to-buffer-same-window): Use it.
21455 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
21456
21457 * view.el (view-buffer-other-window, view-buffer-other-frame):
21458 Just use pop-to-buffer.
21459
21460 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
21461
21462 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
21463
21464 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
21465
21466 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
21467
21468 2011-08-31 Richard Stallman <rms@gnu.org>
21469
21470 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
21471 of the separation of rmail-view-buffer from rmail-buffer.
21472 If you say no to "replace original", the decrypt is in the
21473 view buffer. If you say yes, the decrypt goes into the
21474 rmail buffer also.
21475
21476 2011-08-31 Martin Rudalics <rudalics@gmx.at>
21477
21478 * window.el (display-buffer-window): Rewrite doc-string.
21479 (display-buffer-record-window): New function.
21480 (display-buffer-macro-specifiers)
21481 (display-buffer-even-window-sizes, display-buffer-set-height)
21482 (display-buffer-set-width, display-buffer-in-window)
21483 (display-buffer-reuse-window, display-buffer-split-specifiers)
21484 (display-buffer-side-specifiers, display-buffer-split-window-1)
21485 (display-buffer-split-window, display-buffer-split-atom-window)
21486 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
21487 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
21488 (display-buffer-other-window-means-other-frame)
21489 (display-buffer-normalize-special)
21490 (display-buffer-normalize-default)
21491 (display-buffer-normalize-argument)
21492 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
21493 (display-buffer-normalize-specifiers, display-buffer-frame)
21494 (display-buffer-same-window, display-buffer-same-frame)
21495 (display-buffer-other-window)
21496 (display-buffer-same-frame-other-window)
21497 (display-buffer-other-frame, pop-to-buffer-same-window)
21498 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
21499 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
21500 (switch-to-buffer-same-frame)
21501 (switch-to-buffer-other-window-same-frame)
21502 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
21503 (display-buffer-alist-set-1, display-buffer-alist-set-2)
21504 (display-buffer-alist-set): Remove.
21505 (display-buffer-function, special-display-buffer-names)
21506 (special-display-regexps, special-display-function):
21507 In doc-string refer to display-buffer-window and quit-restore
21508 parameter.
21509 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
21510 (special-display-frame-alist, special-display-popup-frame)
21511 (same-window-buffer-names, same-window-regexps, same-window-p)
21512 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21513 (split-window-preferred-function, split-height-threshold)
21514 (split-width-threshold, window-splittable-p)
21515 (split-window-sensibly, window--try-to-split-window)
21516 (window--frame-usable-p, even-window-heights)
21517 (window--even-window-heights, window--display-buffer-1)
21518 (window--display-buffer-2, display-buffer-other-frame):
21519 Restore old Emacs 23 code, order and doc-strings where applicable.
21520 (display-buffer-default, display-buffer-assq-regexp): New functions.
21521 (display-buffer-alist): Rewrite doc-string.
21522 (display-buffer-default-action)
21523 (display-buffer-overriding-action): New variables.
21524 (display-buffer, switch-to-buffer): Rewrite.
21525 (pop-to-buffer): Restore Emacs 23 behavior but use
21526 window-normalize-buffer-to-display.
21527 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
21528 Restore Emacs 23 behavior but use
21529 window-normalize-buffer-to-switch-to.
21530 (pop-to-buffer-same-window): Rewrite.
21531 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
21532 Rewrite using Emacs 23 options.
21533
21534 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
21535
21536 * net/tramp.el (tramp-root-regexp): Remove.
21537 (tramp-completion-file-name-regexp-unified)
21538 (tramp-completion-file-name-regexp-separate)
21539 (tramp-completion-file-name-regexp-url): Don't use leading volume
21540 letter on w32 systems. (Bug#5303, Bug#9311)
21541 (tramp-drop-volume-letter): Simplify definition.
21542 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
21543
21544 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
21545
21546 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
21547 (bug#9356).
21548
21549 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
21550
21551 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
21552
21553 2011-08-29 Juri Linkov <juri@jurta.org>
21554
21555 * isearch.el (isearch-done): Don't display message "Mark saved"
21556 when arg `edit' is non-nil to prevent its flicker in the echo area.
21557
21558 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
21559
21560 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
21561 obsolete packages for deletion.
21562
21563 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
21564
21565 * help-mode.el (help-mode-map): Add special-mode-map to parent.
21566 (help-mode): Derive help-mode from special-mode. Don't invoke
21567 view-mode from help-mode.
21568 (help-xref-override-view-map): Remove.
21569 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
21570 view-mode is not used anymore.
21571
21572 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
21573
21574 * server.el (server-port): Doc fix.
21575
21576 * cus-theme.el (custom-theme-choose-mode): Inherit from
21577 special-mode (Bug#9124).
21578 (custom-theme-choose-mode-map): Add special-mode to parent.
21579
21580 2011-08-28 Alan Mackenzie <acm@muc.de>
21581
21582 * progmodes/cc-fonts.el
21583 (c-make-font-lock-BO-decl-search-function): New function.
21584 (c-basic-matchers-after - "Fontify the clauses after various
21585 keywords"): Extract the three keyword lists for the 3 erroneous
21586 constructs from the list of four, and use the new function above
21587 in place of an old one.
21588
21589 2011-08-28 Deniz Dogan <deniz@dogan.se>
21590
21591 * net/rcirc.el (rcirc-insert-prev-input)
21592 (rcirc-insert-next-input): Remove unused argument.
21593
21594 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
21595
21596 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
21597
21598 2011-08-27 Alan Mackenzie <acm@muc.de>
21599
21600 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
21601 handle function pointer parameters properly.
21602
21603 2011-08-27 Martin Rudalics <rudalics@gmx.at>
21604
21605 * window.el (display-buffer-reuse-window): Fix case where
21606 selected window was reused with non-nil OTHER-WINDOW argument.
21607 (Bug#9381)
21608
21609 2011-08-27 Deniz Dogan <deniz@dogan.se>
21610
21611 * net/rcirc.el (rcirc-check-auth-status): Adding support for
21612 oftc's NickServ messages.
21613
21614 2011-08-27 Glenn Morris <rgm@gnu.org>
21615
21616 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
21617
21618 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
21619
21620 * emacs-lisp/package.el (package-install): Call package-initialize
21621 if called interactively.
21622
21623 2011-08-26 Leo Liu <sdl.web@gmail.com>
21624
21625 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
21626
21627 2011-08-25 Juri Linkov <juri@jurta.org>
21628
21629 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
21630 `search-whitespace-regexp' (bug#9364).
21631
21632 2011-08-25 Juri Linkov <juri@jurta.org>
21633
21634 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
21635 `regexp-search-ring' to their global values to protect from
21636 updating by `read-from-minibuffer' (bug#9185).
21637
21638 2011-08-25 Juri Linkov <juri@jurta.org>
21639
21640 * textmodes/ispell.el (ispell-command-loop): Add newline
21641 at the end of the "Use option `i'..." line.
21642
21643 2011-08-25 Juri Linkov <juri@jurta.org>
21644
21645 * battery.el (display-battery-mode): If `battery-status-function'
21646 or `battery-mode-line-format' is nil, display the message and set
21647 `display-battery-mode' to nil (bug#9363).
21648
21649 2011-08-25 Eli Zaretskii <eliz@gnu.org>
21650
21651 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
21652 bidi-string-mark-left-to-right; they are unnecessary now.
21653
21654 2011-08-25 Deniz Dogan <deniz@dogan.se>
21655
21656 * net/quickurl.el: Documentation typo fixes.
21657
21658 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
21659
21660 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
21661
21662 2011-08-25 Glenn Morris <rgm@gnu.org>
21663
21664 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
21665
21666 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
21667 (smtpmail-via-smtp): Handle nil response from smtp.
21668
21669 2011-08-24 Juri Linkov <juri@jurta.org>
21670
21671 * proced.el (proced-marked): Inherit from `error' instead of
21672 `font-lock-warning-face'.
21673
21674 * ibuffer.el (ibuffer-marked-face): Change default face from
21675 `font-lock-warning-face' to `warning'.
21676 (ibuffer-deletion-face): Change default face from
21677 `font-lock-type-face' to `error'.
21678
21679 * battery.el (battery-update): Use the face `error' instead of
21680 `font-lock-warning-face' (bug#6117).
21681
21682 2011-08-24 Juri Linkov <juri@jurta.org>
21683
21684 * faces.el (success): Change face color from "Green3" to
21685 "ForestGreen" on light background (bug#9353).
21686
21687 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
21688
21689 * window.el (quit-window): Rename from quit-restore-window.
21690 Use same arglist as old quit-window.
21691 (frame-auto-delete): Doc fix.
21692
21693 * view.el (view-mode-exit): Use quit-window.
21694
21695 2011-08-24 Juri Linkov <juri@jurta.org>
21696
21697 * isearch.el (isearch-ring-adjust1): Start visiting previous
21698 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
21699 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
21700 for empty search string (when the last search string is reused
21701 automatically) to adjust the isearch ring to the last element and
21702 prepare the correct index for further M-p commands (bug#9185).
21703
21704 2011-08-24 Kenichi Handa <handa@m17n.org>
21705
21706 * international/ucs-normalize.el: If decomposition property of
21707 CHAR is the default one (i.e. a list of CHAR itself), treat it as
21708 nil.
21709 (nfd, nfkd): Likewise.
21710
21711 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
21712
21713 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
21714 from process filters aren't reliably transmitted to the surrounding
21715 accept-process-output.
21716 (mpc-proc-check): New function.
21717 (mpc-proc-sync): Use it (bug#8293)
21718
21719 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
21720
21721 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
21722 Add compatibility functions (bug#9313).
21723
21724 2011-08-23 Eli Zaretskii <eliz@gnu.org>
21725
21726 * cus-start.el (all): Add entry for bidi-paragraph-direction.
21727
21728 * international/uni-bidi.el: Regenerate.
21729
21730 2011-08-23 Kenichi Handa <handa@m17n.org>
21731
21732 * international/charprop.el:
21733 * international/uni-bidi.el:
21734 * international/uni-category.el:
21735 * international/uni-combining.el:
21736 * international/uni-comment.el:
21737 * international/uni-decimal.el:
21738 * international/uni-decomposition.el:
21739 * international/uni-digit.el:
21740 * international/uni-lowercase.el:
21741 * international/uni-mirrored.el:
21742 * international/uni-name.el:
21743 * international/uni-numeric.el:
21744 * international/uni-old-name.el:
21745 * international/uni-titlecase.el:
21746 * international/uni-uppercase.el: Regenerate.
21747
21748 2011-08-23 Martin Rudalics <rudalics@gmx.at>
21749
21750 * help.el (help-window-setup): Fix message displayed when other
21751 window is reused. (Bug#9341)
21752
21753 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
21754
21755 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
21756 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
21757
21758 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
21759 Mark obsolete.
21760 * shell.el (shell-parse-pcomplete-arguments): New function.
21761 (shell-completion-vars): Use it instead (bug#9160).
21762
21763 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
21764
21765 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
21766 strings and comments (bug#9333).
21767
21768 * emacs-lisp/debug.el (debug-arglist): New function.
21769 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
21770 (debug-on-entry-1): Handle interpreted closures (bug#9120).
21771
21772 2011-08-22 Juri Linkov <juri@jurta.org>
21773
21774 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21775 Revert regexp that highlights output switches to its old
21776 pre-2010-10-28 value and remove one `?' from it (bug#9319).
21777
21778 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
21779 to check for empty output (bug#9226).
21780
21781 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
21782
21783 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
21784 symbol-constituent as the default, as that stops font-lock from
21785 working properly (Bug#8843).
21786
21787 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21788
21789 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
21790 `coding-system-for-*' around the process open call to avoid
21791 auth-source side effects.
21792 (smtpmail-try-auth-methods): Expand the secret password.
21793 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
21794 probe hangs.
21795
21796 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
21797
21798 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
21799
21800 * emacs-lisp/find-func.el (find-function-noselect): New arg
21801 lisp-only.
21802
21803 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
21804 signal an error for built-in functions (Bug#6664).
21805
21806 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21807
21808 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
21809 (smtpmail-try-auth-methods): Use it.
21810
21811 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
21812
21813 * font-lock.el (font-lock-fontify-region)
21814 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
21815 (font-lock-default-unfontify-buffer)
21816 (font-lock-default-fontify-region)
21817 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
21818
21819 * progmodes/compile.el (compilation-error-properties):
21820 Fix confusion between file struct and message struct (Bug#9319).
21821 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
21822 `ant' regexp.
21823
21824 * net/browse-url.el (browse-url-firefox): Don't call
21825 browse-url-firefox-sentinel unless using -remote (Bug#9328).
21826
21827 2011-08-20 Glenn Morris <rgm@gnu.org>
21828
21829 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
21830
21831 * tutorial.el (tutorial--default-keys): Update some default bindings.
21832
21833 * files.el (hack-local-variables): Fully ignore case for "mode:".
21834
21835 2011-08-20 Alan Mackenzie <acm@muc.de>
21836
21837 Resolve invalid use of a regexp in regexp-opt.
21838
21839 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
21840 detection for a java annotation.
21841
21842 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
21843 detection for a java annotation.
21844
21845 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
21846 handling for java.
21847 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
21848
21849 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
21850
21851 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
21852 (Bug#9274).
21853
21854 2011-08-20 Alan Mackenzie <acm@muc.de>
21855
21856 Fontify CPP expressions correctly when starting in the middle of
21857 such a construct. Mainly for when jit-lock etc. starts a chunk
21858 here.
21859
21860 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
21861 variable.
21862 (c-make-font-lock-search-form): New function, extracted from
21863 c-make-font-lock-search-function.
21864 (c-make-font-lock-search-function): Use the above function.
21865 (c-make-font-lock-context-search-function): New function.
21866 (c-cpp-matchers): Enhance the preprocessor expression case with
21867 the above function
21868 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
21869 which takes an expression.
21870
21871 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
21872
21873 2011-08-20 Martin Rudalics <rudalics@gmx.at>
21874
21875 * window.el (display-buffer-reuse-window)
21876 (display-buffer-pop-up-window): Don't reuse or split a side
21877 window.
21878
21879 2011-08-19 Glenn Morris <rgm@gnu.org>
21880
21881 * files.el (hack-local-variables-prop-line, hack-local-variables):
21882 Downcase "Mode:". (Bug#9331)
21883
21884 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
21885
21886 * international/characters.el: Add L and R categories.
21887
21888 * subr.el (bidi-string-mark-left-to-right): Rename from
21889 string-mark-left-to-right. Use category search.
21890
21891 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
21892
21893 2011-08-18 Juri Linkov <juri@jurta.org>
21894
21895 * faces.el (error, warning, success): New faces with definitions
21896 copied from old default values of `font-lock-warning-face',
21897 `compilation-warning', `compilation-info' (bug#6117).
21898
21899 * font-lock.el (font-lock-warning-face): Inherit from `error'.
21900
21901 * progmodes/compile.el (compilation-error): Inherit from `error'.
21902 (compilation-warning): Inherit from `warning'.
21903 (compilation-info): Inherit from `success'.
21904
21905 * dired.el (dired-marked): Inherit from `warning'.
21906 (dired-flagged): Inherit from `error'.
21907
21908 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21909
21910 * mail/smtpmail.el (auth-source): Require to avoid problems with
21911 binding variables (bug#9298). Also clean up some unused
21912 autoloads.
21913
21914 * net/network-stream.el (network-stream-open-starttls):
21915 Support using starttls.el without using gnutls-cli.
21916
21917 2011-08-17 Juri Linkov <juri@jurta.org>
21918
21919 * progmodes/grep.el (rgrep): Handle the case when
21920 `grep-find-command' is a cons cell (bug#9278).
21921
21922 2011-08-17 Martin Rudalics <rudalics@gmx.at>
21923
21924 * window.el (display-buffer-pop-up-frame): Run frame creation
21925 function with BUFFER current (as special-display-popup-frame
21926 does). Reported by Drew Adams.
21927
21928 2011-08-17 Daiki Ueno <ueno@unixuser.org>
21929
21930 * epa-mail.el: Simplify GnuPG group expansion using
21931 epg-expand-group.
21932 (epa-mail-group-alist, epa-mail-group-modtime)
21933 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
21934 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
21935 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
21936 Remove.
21937
21938 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
21939
21940 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
21941
21942 2011-08-16 Alan Mackenzie <acm@muc.de>
21943
21944 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
21945 Correct, to avoid the inside of macros.
21946
21947 2011-08-16 Richard Stallman <rms@gnu.org>
21948
21949 * epa-mail.el: Handle GnuPG group definitions.
21950 (epa-mail-group-alist, epa-mail-group-modtime)
21951 (epa-mail-gnupg-conf-file): New variables.
21952 (epa-mail-parse-groups, epa-mail-sync-groups)
21953 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
21954 (epa-mail-expand-recipients): New functions.
21955 (epa-mail-encrypt): Call epa-mail-expand-recipients.
21956
21957 * mail/rmail.el (rmail-epa-decrypt): New command.
21958
21959 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
21960 Don't bind buffer-read-only, just inhibit-read-only.
21961 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
21962 (epa-decrypt-armor-in-region): Make error message clearer.
21963
21964 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
21965
21966 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
21967 and "a2b" to "ab" for `prefix'.
21968
21969 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
21970
21971 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
21972 filter groups.
21973 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
21974 Fourquet (Bug#8804).
21975
21976 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
21977
21978 * startup.el (argi): Declare as global variable (bug#9275).
21979
21980 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
21981
21982 * subr.el (string-mark-left-to-right): Search the entire string
21983 for RTL script, not just the terminating character. Doc fix.
21984
21985 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
21986
21987 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
21988 New function.
21989 (js--regexp-literal, js-syntax-propertize-function): Remove.
21990 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
21991 (js-mode-map): Don't rebind electric keys.
21992 (js-insert-and-indent): Remove.
21993 (js-mode): Setup electric-layout and electric-indent instead.
21994
21995 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
21996
21997 2011-08-12 Daiki Ueno <ueno@unixuser.org>
21998
21999 * epa.el (epa-progress-callback-function): Fix the logic of
22000 displaying progress.
22001 * epa-file.el (epa-file-insert-file-contents): Make progress
22002 display more user-friendly.
22003 (epa-file-write-region): Ditto.
22004
22005 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
22006
22007 * subr.el (string-mark-left-to-right): New function.
22008
22009 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
22010 Use string-mark-left-to-right.
22011 (list-buffers-noselect): Caller changed.
22012
22013 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
22014 Use string-mark-left-to-right.
22015 (tabulated-list-print): Recenter after moving point.
22016
22017 2011-08-10 Juri Linkov <juri@jurta.org>
22018
22019 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
22020 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
22021 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
22022
22023 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
22024
22025 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
22026 (Bug#7554).
22027
22028 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
22029
22030 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
22031 character. (Bug#6594)
22032
22033 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
22034
22035 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
22036 (image-dired--with-db-file): New macro.
22037 (image-dired-write-tags, image-dired-remove-tag)
22038 (image-dired-create-gallery-lists, image-dired-write-comments)
22039 (image-dired-get-comment, image-dired-mark-tagged-files)
22040 (image-dired-list-tags, image-dired-gallery-generate): Use it.
22041 (image-dired-gallery-generate): Use insert-file-contents.
22042
22043 * time.el (display-time-world-list, display-time-world-display):
22044 * time-stamp.el (time-stamp-string):
22045 * vc/add-log.el (add-change-log-entry): Use setenv instead of
22046 set-time-zone-rule (Bug#7337).
22047
22048 2011-08-08 Daiki Ueno <ueno@unixuser.org>
22049
22050 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
22051 (epg-error-to-string, epg-errors-to-string): New function.
22052 (epg-wait-for-completion): Reverse errors list.
22053 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
22054 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
22055 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
22056 (epg-sign-keys, epg-generate-key-from-file)
22057 (epg-generate-key-from-string): Format errors by using
22058 epg-errors-to-string (bug#9255).
22059 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
22060
22061 2011-08-07 Juri Linkov <juri@jurta.org>
22062
22063 * faces.el (list-faces-display): Remove extra angle bracket
22064 from `help-mode-map'.
22065
22066 * info.el (Info-history-toc-nodes): Doc fix.
22067
22068 * longlines.el (longlines-mode): Doc fix.
22069
22070 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
22071
22072 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
22073 of statements and in a few more cases (bug#9183).
22074
22075 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
22076 New functions.
22077 (cl-transform-lambda): Use them (bug#9239).
22078
22079 2011-08-05 Martin Rudalics <rudalics@gmx.at>
22080
22081 * window.el (display-buffer-same-window)
22082 (display-buffer-same-frame, display-buffer-other-window)
22083 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22084 (pop-to-buffer-other-window)
22085 (pop-to-buffer-same-frame-other-window)
22086 (pop-to-buffer-other-frame): Make them defuns.
22087 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
22088
22089 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
22090
22091 * subr.el (make-composed-keymap): Move from C. Change calling
22092 convention, and improve docstring to bring attention to a subtle point.
22093 * minibuffer.el (completing-read-default): Adjust accordingly.
22094
22095 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
22096
22097 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
22098 (tramp-open-shell): Use `tramp-shell-quote-argument'.
22099
22100 * net/trampver.el: Update release number.
22101
22102 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
22103
22104 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
22105 "in" (bug#9190).
22106
22107 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22108
22109 * mail/sendmail.el (sendmail-query-once): Restore the current
22110 buffer after querying (bug#9074).
22111
22112 * dired.el (dired-flagged): Use different faces for marked and
22113 flagged files (bug#6117).
22114
22115 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
22116 (bug#4433).
22117
22118 * ido.el (ido-mode): Switch off the message if called
22119 non-interactively.
22120
22121 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
22122 before 587, since it appears that that's more likely to work for
22123 more people.
22124
22125 * cus-edit.el (custom-file): When running under emacs -q, always
22126 refuse to save the customizations, even if the .emacs file doesn't
22127 exist.
22128
22129 * info.el: Remove the `Info-beginning-of-buffer' function
22130 (bug#8325).
22131
22132 * net/network-stream.el (network-stream-open-starttls):
22133 Use `starttls-available-p' to see whether starttls.el can be used.
22134
22135 2011-08-01 Martin Rudalics <rudalics@gmx.at>
22136
22137 * window.el (display-buffer-in-window): Don't set dedicated status
22138 of window here (Bug#9215).
22139 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
22140 (display-buffer-pop-up-side-window)
22141 (display-buffer-in-side-window): Set dedicated status of window here.
22142
22143 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
22144
22145 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
22146 before binding generated-autoload-file.
22147
22148 2011-08-01 Deniz Dogan <deniz@dogan.se>
22149
22150 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
22151
22152 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
22153
22154 Sync with Tramp 2.2.2.
22155
22156 * net/trampver.el: Update release number.
22157
22158 2011-07-30 Juri Linkov <juri@jurta.org>
22159
22160 * dired-aux.el (dired-touch-initial): Remove function.
22161 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
22162 current time, and `default' to the last modification time of the
22163 current marked file (bug#6887).
22164
22165 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
22166
22167 * simple.el (goto-line): Use string-to-number to provide a
22168 numeric argument to read-number (bug#9163).
22169
22170 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
22171
22172 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
22173 connection process, it could be nil.
22174
22175 2011-07-27 Leo Liu <sdl.web@gmail.com>
22176
22177 Simplify url handling in rcirc-mode.
22178
22179 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
22180 (rcirc-browse-url-at-mouse): Remove.
22181 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
22182
22183 2011-07-26 Alan Mackenzie <acm@muc.de>
22184
22185 Fontify bitfield declarations properly.
22186
22187 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
22188 (c-symbol-chars): Now exported as a lang variable.
22189 (c-not-primitive-type-keywords): New lang variable.
22190
22191 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
22192 QT keyword "more" to prevent "more slots: ...." being spuriously
22193 parsed as a bitfield declaration.
22194
22195 * progmodes/cc-engine.el (c-beginning-of-statement-1):
22196 Refactor and enhance to handle bitfield declarations.
22197 (c-punctuation-in): New function.
22198 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
22199 declarations properly.
22200
22201 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
22202
22203 * calendar/icalendar.el (icalendar--all-events): Take care of
22204 multiple vcalendars in a single file.
22205 (icalendar--convert-float-to-ical): Checkdoc fixes.
22206
22207 2011-07-25 Deniz Dogan <deniz@dogan.se>
22208
22209 * image.el (insert-image): Clarifying docstring.
22210
22211 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
22212
22213 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
22214 `tramp-send-command-and-check' if there is no error.
22215 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
22216
22217 2011-07-22 Alan Mackenzie <acm@muc.de>
22218
22219 Prevent cc-langs.elc being loaded at run time.
22220
22221 * progmodes/cc-mode.el: Remove two autoload forms which loaded
22222 cc-langs.
22223
22224 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
22225 "(require 'cc-langs)". Quote a form so it will evaluate at
22226 (cc-mode's) compilation time.
22227
22228 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
22229
22230 * net/tramp.el (tramp-file-name-handler): Avoid recursive
22231 loading. (Bug#9114)
22232
22233 2011-07-21 Martin Rudalics <rudalics@gmx.at>
22234
22235 * window.el (display-buffer-pop-up-window)
22236 (display-buffer-pop-up-side-window)
22237 (display-buffer-in-side-window): Call display-buffer-set-height
22238 and display-buffer-set-width after setting the new window's
22239 buffer so `fit-window-to-buffer' and friends work on the right buffer.
22240
22241 2011-07-20 Sam Steingold <sds@gnu.org>
22242
22243 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
22244 (etags-tags-included-tables): Call `convert-standard-filename' on
22245 the file names contained in TAGS so that windows Emacs can handle
22246 TAGS files created by cygwin ctags.
22247
22248 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
22249
22250 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
22251 which apparently didn't work.
22252
22253 2011-07-19 Roland Winkler <winkler@gnu.org>
22254
22255 * proced.el (proced-send-signal): For *Marked Processes* buffer
22256 put point at beginning of buffer.
22257
22258 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
22259
22260 * proced.el (proced-format): Make header lines align with the text
22261 (bug#1779).
22262
22263 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
22264
22265 * view.el (view-buffer): Allow running in `special' modes if we're
22266 visiting a file (bug#8615).
22267
22268 2011-07-19 Martin Rudalics <rudalics@gmx.at>
22269
22270 * window.el (display-buffer-alist-of-strings-p)
22271 (display-buffer-alist-set-1, display-buffer-alist-set-2):
22272 New functions.
22273 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
22274 more accurately.
22275
22276 2011-07-18 Alan Mackenzie <acm@muc.de>
22277
22278 Fontify declarators properly when, e.g., a jit-lock chunk begins
22279 inside a declaration.
22280
22281 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
22282
22283 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
22284 New function.
22285 (c-complex-decl-matchers): Insert reference to
22286 c-font-lock-enclosing-decls.
22287
22288 * progmodes/cc-engine.el (c-backward-single-comment):
22289 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
22290 to nil around calls to (forward-comment -1).
22291
22292 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
22293
22294 * image.el (put-image): Doc typo fix.
22295
22296 * progmodes/etags.el (tags-search): Doc typo fix.
22297
22298 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
22299 password if we get errors 550 to 554.
22300
22301 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
22302
22303 * net/gnutls.el (gnutls-log-level): Remove.
22304
22305 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
22306 indentation character (bug#6380).
22307
22308 * files.el (buffer-offer-save): Made permanently local (bug#6241).
22309
22310 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
22311 to clarify what the problem is (bug#4291).
22312
22313 * simple.el (current-kill): Clarify what
22314 `interprogram-paste-function' does (bug#7500).
22315 (auto-fill-mode): Document `auto-fill-function' in relation to
22316 `auto-fill-mode' (bug#2470).
22317
22318 2011-07-16 Lawrence Mitchell <wence@gmx.li>
22319
22320 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
22321 method if slot is read-only (bug#9035).
22322
22323 2011-07-16 Martin Rudalics <rudalics@gmx.at>
22324
22325 * frame.el (select-frame-set-input-focus): New argument NORECORD.
22326 * window.el (pop-to-buffer): Select window used even if it was
22327 selected before, see discussion of (Bug#8615), (Bug#6954).
22328 Pass argument NORECORD on to select-frame-set-input-focus.
22329
22330 2011-07-15 Glenn Morris <rgm@gnu.org>
22331
22332 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
22333 Respect help-form.
22334
22335 2011-07-09 Lawrence Mitchell <wence@gmx.li>
22336
22337 * net/gnutls.el (gnutls-min-prime-bits): New variable.
22338 (gnutls-negotiate): Use it.
22339
22340 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22341
22342 * net/gnutls.el (gnutls-negotiate):
22343 Upcase `gnutls-algorithm-priority'.
22344
22345 2011-07-15 Glenn Morris <rgm@gnu.org>
22346
22347 * jka-compr.el (jka-compr-verbose): Move from here...
22348 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
22349 Add missing :version tag.
22350 * info.el: No need to require jka-compr when compiling.
22351
22352 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22353
22354 * net/gnutls.el (gnutls-algorithm-priority): New variable.
22355 (gnutls-negotiate): Use it.
22356
22357 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
22358
22359 * info.el (Info-beginning-of-buffer): New command.
22360 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
22361 announcing `b' as the key (bug#8325).
22362 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
22363
22364 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
22365
22366 * international/mule-cmds.el
22367 (describe-specified-language-support): Make the error message
22368 clearer (bug#8905).
22369
22370 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
22371
22372 * isearch.el (isearch-barrier): Add a doc string, since it's
22373 mentioned in a function doc string (bug#8678).
22374
22375 2011-07-15 Martin Rudalics <rudalics@gmx.at>
22376
22377 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
22378 buffer argument (Bug#9083) and self-identifying label argument.
22379
22380 2011-07-15 Glenn Morris <rgm@gnu.org>
22381
22382 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
22383
22384 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
22385
22386 * man.el (Man-fontify-manpage): Fix message when formatting the
22387 man page (bug#7929).
22388
22389 2011-07-14 Eli Zaretskii <eliz@gnu.org>
22390
22391 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
22392 argument LRM; if non-nil, append an invisible LRM character to the
22393 buffer name.
22394 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
22395 last argument non-nil, when formatting buffer names.
22396 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
22397 paragraph direction.
22398
22399 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
22400
22401 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
22402 the man page name (bug#7929).
22403
22404 * image.el (put-image): Mention the `put-image' overlay property
22405 (bug#7834).
22406
22407 * scroll-bar.el (set-scroll-bar-mode): Mention that
22408 `scroll-bar-mode' lists the values (bug#7772).
22409
22410 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
22411 command (bug#7729).
22412
22413 * rect.el (apply-on-rectangle): Return the point after the last
22414 operation.
22415 (string-rectangle): Go to the point after the last operation
22416 (bug#7522).
22417
22418 * printing.el (pr-toggle-region): Clarify the documentation
22419 slightly (bug#7493).
22420
22421 * time.el (display-time-update):
22422 Allow `display-time-mail-function' to return nil (bug#7158).
22423 Fix suggested by Detlev Zundel.
22424
22425 * vc/diff.el (diff): Clarify the order the file names are read
22426 (bug#7111).
22427
22428 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
22429 the doc string (bug#7015).
22430
22431 * font-lock.el (font-lock-maximum-decoration): Mention what
22432 numeric levels mean (bug#6935).
22433
22434 * startup.el (initial-buffer-choice): Don't mention the `none'
22435 selection, which is against policy.
22436
22437 2011-07-14 Martin Rudalics <rudalics@gmx.at>
22438
22439 * window.el (display-buffer-normalize-special):
22440 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
22441
22442 2011-07-14 Eli Zaretskii <eliz@gnu.org>
22443
22444 * subr.el (version<, version<=, version=): Mention "-CVS" and
22445 "-12345" alpha version numbers.
22446
22447 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
22448
22449 * bindings.el: Add advertised binding for set-mark-command
22450 (Bug#5772).
22451
22452 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
22453
22454 * bindings.el (mode-line-other-buffer):
22455 * bookmark.el (bookmark-bmenu-2-window):
22456 * bs.el (bs-cycle-next, bs-cycle-previous):
22457 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
22458 switch-to-buffer.
22459
22460 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
22461 Delete.
22462
22463 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
22464
22465 * follow.el (follow-debug-message, follow-redisplay):
22466 * jka-cmpr-hook.el (with-auto-compression-mode):
22467 Fix typos in docstrings.
22468
22469 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22470
22471 * subr.el (with-silent-modifications): Clarify somewhat what the
22472 macro inhibits (bug#6525).
22473
22474 * simple.el (eval-expression): Note what it does if called
22475 interactively (bug#6495).
22476
22477 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
22478
22479 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
22480 Use pop-to-buffer buffer-or-name if it is nil.
22481
22482 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
22483 Remove switch-to-buffer.
22484
22485 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22486
22487 * files.el (make-directory): Clarify that an error will be raised
22488 if there's an error (bug#6397).
22489
22490 * startup.el (initial-buffer-choice): Add `none' as a choice
22491 (bug#6234).
22492
22493 * subr.el (add-hook): Clarify section about buffer-local hooks
22494 (bug#6218).
22495
22496 * dired.el (dired-flagged): Clarify doc string (bug#6117).
22497
22498 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
22499
22500 * tabify.el (untabify): Preserve the current column so that point
22501 doesn't move (bug#6032).
22502
22503 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22504
22505 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
22506 Rewrite to avoid awkward possessive "s" (bug#5986).
22507
22508 2011-07-13 Glenn Morris <rgm@gnu.org>
22509
22510 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
22511 (dired-insert-directory): Give a message the first time
22512 if ls is found not to support --dired.
22513
22514 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22515
22516 * simple.el (toggle-truncate-lines): Clarify what is toggled
22517 (bug#5580). Text by Drew Adams.
22518
22519 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
22520
22521 * simple.el (blink-matching-open): Make the error message from the
22522 last change less verbose.
22523
22524 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
22525
22526 * font-lock.el (font-lock-comment-face): Use the high contrast
22527 "yellow" color for font-lock-comment-face on low color terminals
22528 using a dark background color (bug#4221).
22529
22530 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22531
22532 * dired.el (dired-insert-set-properties): Make the doc string
22533 reflect what it does now (bug#5325).
22534
22535 * simple.el (blink-matching-open): Say that we were unable to find
22536 the match within the limit, if we're limited (bug#5122).
22537
22538 * international/mule-cmds.el (prefer-coding-system): Add an
22539 example (bug#4869).
22540
22541 * progmodes/etags.el (tags-search): Document `file-list-form'
22542 (bug#4731).
22543
22544 2011-07-13 Lawrence Mitchell <wence@gmx.li>
22545
22546 * net/browse-url.el (browse-url-default-browser)
22547 (browse-url-browser-function): Make the default browser choice a
22548 bit more logical (bug#4300). Also clean up the doc string.
22549
22550 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
22551
22552 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
22553 binary endings (bug#4440).
22554
22555 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22556
22557 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
22558 which can be pretty annoying (bug#8971).
22559
22560 * jka-compr.el (jka-compr-verbose): New variable, and use
22561 throughout (bug#8971).
22562
22563 * info.el (Info-find-file): Fall back on the installation
22564 directory if we can't find the info node anywhere else.
22565
22566 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
22567
22568 * vc/vc.el (vc-revert-file):
22569 Don't set file time-stamp in the past. (Bug#5181)
22570
22571 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22572
22573 * files.el (after-find-file): Give a better error message when
22574 trying to find a symlink that points to a file that doesn't exist
22575 (bug#4398).
22576
22577 * progmodes/cc-vars.el: Remove (probably) misleading comment
22578 (bug#4396).
22579
22580 2011-07-12 Johan Bockgård <bojohan@gnu.org>
22581
22582 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
22583
22584 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
22585
22586 * mouse-sel.el: Hack restoring functionality, while keeping
22587 compatibility with 2010-07-03 changes to mouse selection.
22588 (mouse-sel-primary-overlay): New var.
22589 (mouse-sel-selection-alist): Use it.
22590 (mouse-sel-mode): Doc fix; remove points that are default features
22591 of mouse.el.
22592
22593 2011-07-12 Johan Bockgård <bojohan@gnu.org>
22594
22595 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22596 Fix previous fix (bug#2490).
22597
22598 2011-07-12 Roland Winkler <winkler@gnu.org>
22599
22600 * textmodes/bibtex.el (bibtex-initialize):
22601 Use pop-to-buffer-same-window.
22602 (bibtex-search-entries): Fix interactive call.
22603
22604 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22605
22606 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22607 Fontise bytecomp Error lines more correctly (bug#2490).
22608 Fix suggested by Johan Bockgård.
22609
22610 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
22611
22612 * dired-x.el (dired-guess-default): Use `delete-dups'.
22613
22614 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
22615
22616 * dired.el (dired-mark-prompt):
22617 * dired-aux.el (dired-read-shell-command): Doc fix.
22618
22619 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
22620
22621 * mail/sendmail.el (sendmail-query-once):
22622 Use `customize-save-variable' unconditionally, now that it works under
22623 emacs -Q.
22624
22625 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
22626
22627 * cus-edit.el (custom-file): Take an optional no-error variable.
22628 (customize-save-variable): Set the variable, and give a warning if
22629 running under "emacs -q".
22630
22631 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
22632
22633 * loadhist.el (unload-feature-special-hooks):
22634 Add `auto-coding-functions', `fill-nobreak-predicate' and
22635 `find-directory-functions' (bug#5327).
22636
22637 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
22638
22639 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
22640
22641 * cus-edit.el (custom-guess-name-alist): -alist variables should
22642 use the `alist' type (bug#3120). Suggested by Drew Adams.
22643
22644 * printing.el: Add documentation to all the `pr-toggle-' commands.
22645
22646 2011-07-11 Leo Liu <sdl.web@gmail.com>
22647
22648 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
22649 backends where it makes sense (bug#2623).
22650
22651 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
22652
22653 * dired-x.el (dired-guess-default): Remove duplicate shell command
22654 entries (bug#2028).
22655 (dired-guess-default): Fix grammar in doc string (bug#2028).
22656 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
22657
22658 * subr.el (remove-duplicates): New conveniency function.
22659
22660 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
22661
22662 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
22663 (bug#1526).
22664
22665 2011-07-10 Martin Rudalics <rudalics@gmx.at>
22666
22667 * window.el (display-buffer-normalize-default): Don't invert
22668 meaning of even-window-heights. Reported by Eli Zaretskii
22669 <eliz@gnu.org>.
22670
22671 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
22672
22673 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
22674
22675 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
22676
22677 * window.el (display-buffer): Fix arguments to
22678 display-buffer-reuse-window in last change.
22679
22680 * faces.el (link): Use a less saturated blue on light backgrounds.
22681
22682 * startup.el (fancy-startup-text, fancy-about-text)
22683 (fancy-startup-tail): Use font-lock faces, for background safety.
22684
22685 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
22686
22687 * emulation/viper-cmd.el (viper-change-state-to-vi):
22688 Limit triggering of abbrev expansion (Bug#9038).
22689
22690 2011-07-09 Martin Rudalics <rudalics@gmx.at>
22691
22692 * window.el (display-buffer-default-specifiers): Remove.
22693 (display-buffer-macro-specifiers): Remove default specifiers.
22694 (display-buffer-alist): Default to nil.
22695 (display-buffer-reuse-window): New optional argument other-window.
22696 (display-buffer-pop-up-window): Allow splitting internal
22697 windows. Check whether a live window was created.
22698 (display-buffer-other-window-means-other-frame)
22699 (display-buffer-normalize-arguments): Rename to
22700 display-buffer-normalize-argument and rewrite. Set the
22701 other-window specifier.
22702 (display-buffer-normalize-special): New function.
22703 (display-buffer-normalize-options): Rename to
22704 display-buffer-normalize-default and rewrite.
22705 (display-buffer-normalize-options-inhibit): Remove.
22706 (display-buffer-normalize-specifiers): Rewrite.
22707 (display-buffer): Process other-window specifier and call
22708 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
22709 more faithfully.
22710 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
22711 (display-buffer-alist-set): Don't handle 'unset default values.
22712 (display-buffer-in-window, display-buffer-alist-set):
22713 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
22714 <tassilo@member.fsf.org>.
22715
22716 2011-07-09 Leo Liu <sdl.web@gmail.com>
22717
22718 * register.el (insert-register): Restore accidental change on
22719 2011-06-26. (Bug#9028)
22720
22721 2011-07-09 Glenn Morris <rgm@gnu.org>
22722
22723 * subr.el (remq): Handle the empty list. (Bug#9024)
22724
22725 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
22726
22727 * mail/sendmail.el (send-mail-function): No longer delay custom
22728 initialization.
22729 * custom.el (custom-initialize-delay): Doc fix.
22730
22731 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
22732
22733 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
22734
22735 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
22736
22737 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
22738 human-friendly prompt.
22739
22740 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
22741
22742 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
22743 provided by a particular plugin.
22744
22745 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
22746
22747 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
22748 save customizations (with "emacs -Q"), just set the variable
22749 instead of erroring out.
22750
22751 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
22752
22753 2011-07-08 Juri Linkov <juri@jurta.org>
22754
22755 * arc-mode.el (archive-zip-expunge, archive-zip-update)
22756 (archive-zip-update-case): Use 7z if found by `executable-find'.
22757 The order of searching the available programs is the same as in
22758 `archive-zip-extract' (bug#8968).
22759
22760 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
22761
22762 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
22763 (menu-bar-options-menu): Tweak descriptions.
22764
22765 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
22766
22767 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
22768 menu items into verb phrases (bug#1421). Also refill to fit under
22769 80 columns.
22770
22771 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
22772
22773 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
22774 (Info-read-node-name): Doc fix (Bug#1084).
22775
22776 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
22777 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
22778 (end-of-sexp, beginning-of-sexp)
22779 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
22780 (forward-symbol, forward-same-syntax, word-at-point)
22781 (sentence-at-point): Doc fix (Bug#1144).
22782
22783 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
22784
22785 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
22786 should cover it (bug#1281).
22787
22788 * cus-edit.el (custom-show): Mark as obsolete.
22789
22790 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
22791 negotiation fails, then possibly try again with a non-encrypted
22792 connection (bug#9017).
22793
22794 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
22795 be used.
22796
22797 2011-07-07 Richard Stallman <rms@gnu.org>
22798
22799 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
22800 property, and handle its changed format.
22801 Look for the correct line number.
22802 Use file's line contents (but not past first =) to find
22803 correct line in message.
22804
22805 2011-07-07 Kenichi Handa <handa@m17n.org>
22806
22807 * international/characters.el (build-unicode-category-table):
22808 Delete it.
22809 (unicode-category-table): Set it by unicode-property-table-internal.
22810
22811 * international/mule-cmds.el (char-code-property-alist): Move to
22812 to src/chartab.c.
22813 (get-char-code-property): Call unicode-property-table-internal to
22814 load a file. Call get-unicode-property-internal where necessary.
22815 (put-char-code-property): Call unicode-property-table-internal to
22816 load a file. Call put-unicode-property-internal where necessary.
22817 put-unicode-property-internal where necessary.
22818 (char-code-property-description):
22819 Call unicode-property-table-internal to load a file.
22820
22821 * international/charprop.el:
22822 * international/uni-bidi.el:
22823 * international/uni-category.el:
22824 * international/uni-combining.el:
22825 * international/uni-comment.el:
22826 * international/uni-decimal.el:
22827 * international/uni-decomposition.el:
22828 * international/uni-digit.el:
22829 * international/uni-lowercase.el:
22830 * international/uni-mirrored.el:
22831 * international/uni-name.el:
22832 * international/uni-numeric.el:
22833 * international/uni-old-name.el:
22834 * international/uni-titlecase.el:
22835 * international/uni-uppercase.el: Regenerate.
22836
22837 * loadup.el: Load international/charprop.el before
22838 international/characters.
22839
22840 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
22841
22842 * window.el (next-buffer, previous-buffer): Signal an error if
22843 called from a minibuffer window.
22844
22845 * bindings.el: Revert 2011-07-04 change.
22846
22847 2011-07-06 Richard Stallman <rms@gnu.org>
22848
22849 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
22850 (rmail-mime-insert-bulk, rmail-mime-insert-text):
22851 Treat markers like ints.
22852 (rmail-mime-entity): Doc fix.
22853
22854 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
22855
22856 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
22857 defcustom again for backwards compatibility.
22858
22859 * simple.el (shell-command-on-region): Fill.
22860
22861 * dired-aux.el (dired-kill-line): Add a doc string.
22862
22863 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
22864 to "\\sw\\|\\s_" (bug#358).
22865
22866 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
22867 (dired-unmark-backward): Ditto.
22868 (dired-flag-backup-files): Ditto.
22869
22870 * dired-x.el (dired-mark-sexp): Ditto.
22871
22872 2011-07-06 Richard Stallman <rms@gnu.org>
22873
22874 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
22875 (rmail-mime-entity): New arg TRUNCATED.
22876 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
22877 New functions.
22878 (rmail-mime-save): Warn if entity is truncated.
22879 (rmail-mime-toggle-hidden): Likewise, for showing.
22880 (rmail-mime-process-multipart): Record when an entity is truncated.
22881
22882 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
22883 if ENTITY is a string.
22884
22885 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
22886
22887 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
22888 of faces when `M-C-x'-ing their definitions (bug#8378).
22889 Also clean up the code slightly.
22890
22891 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
22892 because that makes the colors go away.
22893
22894 * mail/sendmail.el (send-mail-function): Change the default to
22895 `sendmail-query-once'.
22896 (sendmail-query-once): Add an autoload cookie.
22897
22898 * net/network-stream.el (network-stream-open-starttls): Try using
22899 a plain connection even if the server offered STARTTLS, and we
22900 kinda wanted to use it, if Emacs doesn't have any STARTTLS
22901 capability. This should make smtpmail.el work in slightly more
22902 configurations.
22903
22904 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
22905
22906 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
22907 New defun.
22908 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
22909
22910 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
22911
22912 * progmodes/sql.el: Version 3.0
22913 (sql-product-alist): Add product :completion-object,
22914 :completion-column, and :statement attributes.
22915 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
22916 (sql-mode-syntax-table): Mark all punctuation.
22917 (sql-font-lock-keywords-builder): Temporarily remove fallback on
22918 ansi keywords.
22919 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
22920 (sql-mode-oracle-font-lock-keywords): Improve.
22921 (sql-oracle-show-reserved-words): New function for development.
22922 (sql-product-font-lock): Simplify for source code buffers.
22923 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
22924 New functions.
22925 (sql-highlight-product): Set product specific syntax table.
22926 (sql-mode-map): Add statement movement functions.
22927 (sql-ansi-statement-starters, sql-oracle-statement-starters):
22928 New variable.
22929 (sql-statement-regexp, sql-beginning-of-statement)
22930 (sql-end-of-statement, sql-signum): New functions.
22931 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
22932 (sql-show-sqli-buffer): Bug fix.
22933 (sql-interactive-mode): Store connection data as buffer local.
22934 (sql-connect): Add NEW-NAME parameter. Redesign interaction
22935 with sql-interactive-mode.
22936 (sql-save-connection): Save buffer local settings.
22937 (sql-connection-menu-filter): Change menu entry name.
22938 (sql-product-interactive): Bug fix.
22939 (sql-preoutput-hold): New variable.
22940 (sql-interactive-remove-continuation-prompt): Bug fixes.
22941 (sql-debug-redirect): New variable.
22942 (sql-str-literal): New function.
22943 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
22944 Redesign.
22945 (sql-oracle-save-settings, sql-oracle-restore-settings)
22946 (sql-oracle-list-all, sql-oracle-list-table): New functions.
22947 (sql-completion-object, sql-completion-column)
22948 (sql-completion-sqlbuf): New variables.
22949 (sql-build-completions-1, sql-build-completions)
22950 (sql-try-completion): New functions.
22951 (sql-read-table-name): Use them.
22952 (sql-contains-names): New buffer local variable.
22953 (sql-list-all, sql-list-table): Use it.
22954 (sql-oracle-completion-types): New variable.
22955 (sql-oracle-completion-object, sql-sqlite-completion-object)
22956 (sql-postgres-completion-object): New functions.
22957
22958 2011-07-06 Glenn Morris <rgm@gnu.org>
22959
22960 * window.el (pop-to-buffer): Doc fix.
22961
22962 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
22963
22964 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
22965
22966 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
22967
22968 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
22969
22970 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
22971
22972 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
22973
22974 * button.el (button): Inherit from link face. Suggested by Dan
22975 Nicolaescu.
22976
22977 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22978
22979 * progmodes/gdb-mi.el: Fit in 80 columns.
22980 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
22981 switch-to-buffer.
22982
22983 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
22984 if imenu is simply not configured (bug#8941).
22985
22986 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
22987
22988 * allout.el (allout-post-undo-hook): New allout outline-change
22989 event hook to signal undo activity.
22990 (allout-post-command-business): Run allout-post-undo-hook if an
22991 undo just occurred.
22992 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
22993 * allout-widgets.el (allout-widgets-after-undo-function):
22994 Ensure the integrity of the current item's decoration after it has been
22995 in the vicinity of an undo.
22996 (allout-widgets-mode): Include allout-widgets-after-undo-function
22997 on the new allout-post-undo-hook.
22998
22999 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
23000
23001 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
23002 Let define-derived-mode define it.
23003 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
23004 cycles of abbrev-table inheritance (bug#8998).
23005
23006 2011-07-05 Roland Winkler <winkler@gnu.org>
23007
23008 * textmodes/bibtex.el: Add support for biblatex.
23009 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
23010 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
23011 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
23012 (bibtex-entry-alist, bibtex-field-alist): New variables.
23013 (bibtex-entry-field-alist): Obsolete alias for
23014 bibtex-BibTeX-entry-alist.
23015 (bibtex-entry-alist, bibtex-field-alist): New widgets.
23016 (bibtex-set-dialect): New command.
23017 (bibtex-entry-type, bibtex-entry-head)
23018 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
23019 Bind via bibtex-set-dialect.
23020 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
23021 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
23022 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
23023 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
23024 Define via bibtex-set-dialect.
23025 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
23026 Obey bibtex-no-opt-remove-re.
23027 (bibtex-vec-push, bibtex-vec-incr): New functions.
23028 (bibtex-format-entry, bibtex-field-list)
23029 (bibtex-print-help-message, bibtex-validate)
23030 (bibtex-search-entries): Use new format of bibtex-entry-alist.
23031
23032 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
23033
23034 * progmodes/compile.el (compilation-goto-locus):
23035 * net/tramp-cmds.el (tramp-append-tramp-buffers):
23036 * bs.el (bs-cycle-next, bs-cycle-previous):
23037 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
23038 * bindings.el (mode-line-other-buffer):
23039 * autoinsert.el (auto-insert):
23040 * arc-mode.el (archive-extract):
23041 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
23042
23043 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
23044
23045 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
23046 Fix check of `emacs-lock-unlockable-modes'.
23047 Coerce true values of `emacs-lock--try-unlocking' to t.
23048
23049 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
23050
23051 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
23052 * emacs-lock.el: New file.
23053
23054 2011-07-05 Julien Danjou <julien@danjou.info>
23055
23056 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
23057 than `boundp' to check if face is set.
23058
23059 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
23060
23061 * register.el (registerv-make):
23062 * window.el (window-min-height): Fix typos in docstrings.
23063
23064 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
23065
23066 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
23067 Update doc string.
23068
23069 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
23070
23071 * server.el (server-execute): Catch quit and call
23072 `server-return-error' to pass the error back to emacsclient and
23073 close the connection (bug#8942).
23074
23075 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
23076
23077 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
23078 insecure exception for current topic. Also note that auto-saves
23079 are handled differently.
23080
23081 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
23082 State variables for tracking auto-save inhibition situation.
23083
23084 (allout-write-contents-hook-handler): Rename from
23085 'allout-write-file-hook-handler', and describe how it depends on
23086 write-contents-functions sensitivity to non-nil value to prevent
23087 file write.
23088
23089 (allout-auto-save-hook-handler): Remove. auto-save does not check
23090 this in individual buffers, only in the starting buffer, so this
23091 is not the right way for us to inhibit auto-save in a buffer
23092 according to its condition.
23093
23094 (allout-mode): Use new allout-write-contents-hook-handler, and
23095 only with write-contents-functions. Remove auto-save provisions -
23096 they're implemented elsewhere.
23097
23098 (allout-before-change-handler): If undo is in progress, note that
23099 for attention of allout-post-command-business.
23100
23101 (allout-post-command-business): If the command we're following was
23102 an undo, check for change in the status of encrypted items and
23103 adjust auto-save inhibitions accordingly.
23104
23105 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
23106 according to whether there are or aren't any plain-text topics
23107 pending encryption.
23108
23109 (allout-inhibit-auto-save-info-for-decryption):
23110 Adjust buffer-saved-size and some allout state to inhibit auto-saves
23111 if there are plain-text topics pending encryption.
23112
23113 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
23114 buffer-saved-size and some allout state to not inhibit auto-saves
23115 if there are no longer any plain-text topics pending encryption.
23116
23117 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
23118 No longer provide for exemption of the current topic.
23119
23120 2011-07-04 Juri Linkov <juri@jurta.org>
23121
23122 Add 7z operations to delete and save changed members (bug#8968).
23123 * arc-mode.el (archive-7z-expunge, archive-7z-update):
23124 New defcustoms.
23125 (archive-7z-write-file-member): New function.
23126 (archive-7z-summarize): Fix the number of dashes in the
23127 listing output.
23128
23129 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
23130
23131 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
23132 (bug#8958).
23133
23134 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
23135
23136 * bindings.el: Ignore next-buffer and previous-buffer in
23137 minibuffer-local-map.
23138
23139 * font-lock.el (font-lock-builtin-face): Change light background
23140 color to dark slate blue (Bug#6693).
23141
23142 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
23143
23144 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
23145
23146 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
23147
23148 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
23149 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
23150 Add switch-to-buffer.
23151
23152 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23153
23154 * isearch.el (isearch-search-fun-function): Clarify further the
23155 meaning of the function returned.
23156
23157 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
23158
23159 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
23160
23161 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
23162 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
23163 Use it.
23164 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
23165 `tramp-default-remote-path' does not exist.
23166 (tramp-send-command-and-read): New optional argument NOERROR.
23167 (tramp-open-connection-setup-interactive-shell)
23168 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
23169 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
23170 (tramp-process-sentinel): Flush also process' connection property.
23171 (tramp-sh-handle-start-file-process): Do not set process
23172 sentinel. It is done now ...
23173 (tramp-maybe-open-connection): ... here. (Bug#8929)
23174
23175 2011-07-04 MON KEY <monkey@sandpframing.com>
23176
23177 * play/animate.el (animate-string): Doc fixes and allow changing
23178 the buffer name (bug#5417).
23179
23180 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23181
23182 * play/animate.el (animation-buffer-name): Rename from *animate*.
23183
23184 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
23185
23186 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
23187 This is simpler and helps future-proof the code.
23188 (timer-until): Use time-subtract and float-time.
23189 (timer--time-less-p): Use time-less-p.
23190
23191 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
23192
23193 * type-break.el (timep): Use the value of `float-time' to avoid a
23194 byte-compiler warning.
23195
23196 * server.el (server-eval-and-print): Return any result, even nil.
23197
23198 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
23199
23200 * type-break.el: Accept time formats that the builtins accept.
23201 (timep, type-break-time-difference): Accept any format that
23202 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
23203 This is simpler and helps future-proof the code.
23204 (type-break-time-difference): Round rather than ignoring
23205 subseconds components.
23206
23207 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23208
23209 * info.el (Info-apropos-matches): Make non-interactive, since it
23210 doesn't seem to do anything useful as a command (bug#8829).
23211
23212 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
23213
23214 * frame.el (frame-background-mode, frame-set-background-mode):
23215 Move from faces.el.
23216 (frame-default-terminal-background): New function.
23217
23218 * custom.el (custom-push-theme): Don't record faces in `changed'
23219 theme; this doesn't work correctly for per-frame face settings.
23220 (disable-theme): Use face-set-after-frame-default to reset faces.
23221 (custom--frame-color-default): New function.
23222
23223 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23224
23225 * dired.el (dired-flagging-regexp): Remove unused variable
23226 (bug#8769).
23227
23228 2011-03-29 Kevin Ryde <user42@zip.com.au>
23229
23230 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23231 `perl-Test2' extend to match possible "fail #N" rep count
23232 (bug#8377).
23233
23234 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23235
23236 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
23237 `smtpmail-via-smtp' now returns the error instead of nil.
23238
23239 * isearch.el (isearch-search-fun-function): Clarify the doc string
23240 (bug#8101).
23241
23242 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
23243
23244 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
23245 unnecessary spaces (bug#8987).
23246
23247 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23248
23249 * net/network-stream.el (open-network-stream): Use the
23250 :end-of-capability command thoughout.
23251
23252 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
23253
23254 * net/network-stream.el (open-network-stream): Add the
23255 :end-of-capability command parameter, used by pop3.el.
23256
23257 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23258
23259 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
23260
23261 * fringe.el (fringe-query-style): Remove redundant text " (type ?
23262 for list)" (bug#6475).
23263
23264 * files.el (file-expand-wildcards): Ignore non-readable
23265 sub-directories while trying to find matches instead of signaling
23266 an error (bug#6297).
23267
23268 * man.el (Man-reference-regexp): Allow matching possible
23269 word-wrapped references (bug#6289).
23270
23271 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
23272 for consistency with the other vc buffers (bug#6197).
23273 (vc-checkin): Ditto.
23274
23275 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
23276
23277 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
23278
23279 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
23280
23281 * custom.el (defcustom): Clarify that :set is only used in the
23282 Customize user interface (bug#6089).
23283
23284 * progmodes/flymake.el (flymake-mode): If the buffer isn't
23285 associated with a file, refuse to run instead of erroring out
23286 (bug#6084).
23287
23288 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
23289 the doc string, since it appears that using `fill-column' always
23290 controls the width (bug#7845).
23291
23292 * simple.el (shell-command-on-region): Say where the error output
23293 went if `shell-command-default-error-buffer' is set (bug#6857).
23294
23295 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
23296
23297 * allout.el (allout-yank-processing): Adjust cursor position for
23298 backwards-deleted space.
23299
23300 (allout-rebullet-heading): Register changes with
23301 allout-exposure-changed-hook, so the modified topic is properly
23302 decorated.
23303
23304 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
23305
23306 * minibuffer.el (completion-in-region): Document PREDICATE
23307 (bug#7136).
23308
23309 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
23310 of keyword/argument pairs (bug#6904).
23311
23312 * replace.el (multi-occur):
23313 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
23314
23315 2011-07-02 Drew Adams <drew.adams@oracle.com>
23316
23317 * dired.el (dired-mark-if): Make the message about whether it's
23318 marking or unmarking clearer (bug#8523).
23319
23320 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
23321
23322 * disp-table.el (display-table-print-array): New function.
23323 (describe-display-table): Use it to print the vectors more pretty
23324 (Bug#8859).
23325
23326 2011-07-02 Martin Rudalics <rudalics@gmx.at>
23327
23328 * window.el (window-state-get-1): Don't assign clone numbers.
23329 Add clone-of item to list of window parameters.
23330 (window-state-put-2): Don't process clone numbers.
23331 (display-buffer-alist): Fix doc-string.
23332
23333 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
23334
23335 * subr.el (remq): Don't allocate if it's not needed.
23336 (keymap--menu-item-binding, keymap--menu-item-with-binding)
23337 (keymap--merge-bindings): New functions.
23338 (keymap-canonicalize): Use them to refine the canonicalization.
23339 * minibuffer.el (minibuffer-local-completion-map)
23340 (minibuffer-local-must-match-map): Move initialization from C.
23341 (minibuffer-local-filename-completion-map): Move initialization from C;
23342 don't inherit from anything here.
23343 (minibuffer-local-filename-must-match-map): Make obsolete.
23344 (completing-read-default): Use make-composed-keymap to combine
23345 minibuffer-local-filename-completion-map with either
23346 minibuffer-local-must-match-map or
23347 minibuffer-local-filename-completion-map.
23348
23349 2011-07-01 Glenn Morris <rgm@gnu.org>
23350
23351 * type-break.el (type-break-time-sum): Use dolist.
23352
23353 * textmodes/flyspell.el (flyspell-word-search-backward):
23354 Replace CL function.
23355
23356 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23357
23358 * mouse.el (mouse--strip-first-event): New function.
23359 (function-key-map): Use it to map fringe clicks to normal clicks
23360 by default.
23361
23362 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
23363 (vc-bzr-revision-completion-table): Add support for annotate and date.
23364
23365 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
23366 inherit from parent.
23367
23368 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23369
23370 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
23371 (dired-show-file-type): Doc fixup (bug#8818).
23372
23373 * dired.el (dired-mode): Fix up the doc string as suggested by
23374 Drew Adams (bug#8817).
23375
23376 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
23377 cookie, since the manual says that it should be possible to add
23378 this function to `find-file-hook' (bug#8709).
23379
23380 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
23381
23382 * progmodes/cfengine.el: Moved all cfengine3.el functionality
23383 here. Noted Ted Zlatanov as the maintainer.
23384 (cfengine-common-settings, cfengine-common-syntax): New functions
23385 to set up common things between `cfengine-mode' and
23386 `cfengine3-mode'.
23387 (cfengine3-mode): New mode.
23388 (cfengine3-defuns cfengine3-defuns-regex
23389 (cfengine3-class-selector-regex cfengine3-category-regex)
23390 (cfengine3-vartypes cfengine3-font-lock-keywords)
23391 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
23392 (cfengine3-indent-line): Add from cfengine3.el.
23393
23394 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
23395
23396 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
23397
23398 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
23399
23400 2011-07-01 Martin Rudalics <rudalics@gmx.at>
23401
23402 * window.el (same-window-buffer-names, same-window-regexps)
23403 (same-window-p, special-display-frame-alist)
23404 (special-display-popup-frame, special-display-function)
23405 (special-display-buffer-names, special-display-regexps)
23406 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
23407 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
23408 (split-window-preferred-function, split-height-threshold)
23409 (split-width-threshold, even-window-heights)
23410 (display-buffer-mark-dedicated, window-splittable-p)
23411 (split-window-sensibly, window-safely-shrinkable-p):
23412 Un-obsolete.
23413 (display-buffer): Don't spread args with function specifier
23414 because special-display-popup-frame won't like it.
23415
23416 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
23417
23418 Time-stamp simplifications and fixes.
23419 These improve accuracy slightly, and future-proof the code
23420 against some potential changes to current-time format.
23421
23422 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
23423 by using time-since and float-time.
23424
23425 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
23426 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
23427 + NNN microseconds".
23428
23429 * type-break.el (type-break-time-sum): Rewrite using time-add.
23430
23431 * play/hanoi.el (hanoi-current-time-float): Remove.
23432 All uses replaced by float-time.
23433
23434 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
23435 This yields a more-accurate answer.
23436 (rng-time-to-float): Remove; no longer needed.
23437
23438 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
23439
23440 * calendar/timeclock.el (timeclock-seconds-to-time):
23441 Defalias to seconds-to-time, since they're the same thing.
23442
23443 * emacs-lisp/elp.el (elp-elapsed-time):
23444 * emacs-lisp/benchmark.el (benchmark-elapse):
23445 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
23446
23447 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23448
23449 * window.el (bury-buffer): Don't iconify the only frame.
23450 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
23451 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
23452
23453 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
23454
23455 * eshell/em-smart.el (eshell-smart-display-navigate-list):
23456 Add mouse-yank-primary.
23457
23458 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
23459
23460 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
23461
23462 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23463
23464 * emacs-lisp/find-func.el (find-library--load-name): New fun.
23465 (find-library-name): Use it to find relative load names when provided
23466 absolute file name (bug#8803).
23467
23468 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
23469
23470 * textmodes/flyspell.el (flyspell-word): Consider words that
23471 differ only in case as potential doublons (bug#5687).
23472
23473 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
23474 Remove two rather uninteresting debugging-like messages to make
23475 debbugs.el more silent.
23476
23477 * comint.el (comint-password-prompt-regexp): Accept "Response" as
23478 a password-like phrase.
23479
23480 2011-06-30 Masatake YAMATO <yamato@redhat.com>
23481
23482 * progmodes/cc-guess.el: New file.
23483
23484 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
23485
23486 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
23487 derived from `c-basic-common-init'.
23488
23489 * progmodes/cc-mode.el (top-level): Require cc-guess.
23490 (c-basic-common-init): Use `cc-choose-style-for-mode'.
23491
23492 2011-06-30 Lawrence Mitchell <wence@gmx.li>
23493
23494 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
23495
23496 2011-06-30 Alan Mackenzie <acm@muc.de>
23497
23498 * progmodes/cc-engine.el (c-guess-continued-construct):
23499 Correct the handling of template-args-cont, particularly for when font
23500 lock is disabled. Name this case as "CASE G".
23501
23502 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
23503
23504 * allout.el (allout-yank-processing): Fix injection of extra space
23505 between bullet and non-whitespace character in first topic when
23506 pasting, ensuring that the actual spacing in the pasted topic
23507 following the bullet char is preserved. This extra space was
23508 causing pasted encrypted topics to get a decrypted status even
23509 when the content was actually still encrypted. Now the decryption
23510 status from before the paste is preserved.
23511
23512 (allout-flag-region): Set all allout overlays so they evaporate
23513 when reduced to zero length (evanescent), to prevent overlay
23514 leakage.
23515
23516 2011-06-30 Glenn Morris <rgm@gnu.org>
23517
23518 * w32-fns.el (w32-charset-info-alist): Declare.
23519
23520 * find-dired.el (find-grep-options): Simplify.
23521
23522 * term/ns-win.el (ns-set-resource): Declare.
23523
23524 * ses.el (row, col): Declare dynamic variables honestly.
23525
23526 * textmodes/reftex-parse.el (index-tags): Declare.
23527
23528 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
23529
23530 * cus-edit.el (customize-push-and-save): New function.
23531
23532 * files.el (hack-local-variables-confirm): Use it.
23533
23534 * custom.el (load-theme): New arg NO-CONFIRM.
23535 Use customize-push-and-save (Bug#8720).
23536 (custom-enabled-themes): Doc fix.
23537
23538 * cus-theme.el (customize-create-theme)
23539 (custom-theme-merge-theme): Callers to load-theme changed.
23540
23541 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
23542
23543 * thingatpt.el (thing-at-point-short-url-regexp): Require that
23544 short URLs have at least one dot in them (bug #7614).
23545
23546 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
23547 nil, because using a pty is apparently too slow (bug #895).
23548
23549 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
23550
23551 * mail/sendmail.el (sendmail-query-once): New function.
23552 (sendmail-query-once-function): New variable.
23553
23554 2011-06-29 Glenn Morris <rgm@gnu.org>
23555
23556 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
23557
23558 * ses.el (top-level): Require cl when compiling.
23559 (ses-set-localvars): Fix error statement.
23560 Call it at compile time to silence a storm of warnings.
23561
23562 2011-06-29 Martin Rudalics <rudalics@gmx.at>
23563
23564 * window.el (normalize-live-buffer): Rename to
23565 window-normalize-buffer.
23566 (normalize-live-frame): Rename to window-normalize-frame.
23567 (normalize-any-window): Rename to window-normalize-any-window.
23568 (normalize-live-window): Rename to window-normalize-live-window.
23569 (make-window-atom): Rename to window-make-atom.
23570 (window-resize-reset): Rename to window--resize-reset.
23571 (window-resize-reset-1): Rename to window--resize-reset-1.
23572 (resize-mini-window): Rename to window--resize-mini-window.
23573 (resize-subwindows-skip-p): Rename to
23574 window--resize-subwindows-skip-p.
23575 (resize-subwindows-normal): Rename to
23576 window--resize-subwindows-normal.
23577 (resize-subwindows): Rename to window--resize-subwindows.
23578 (resize-other-windows): Rename to window--resize-siblings.
23579 (resize-this-window): Rename to window--resize-this-window.
23580 (resize-root-window): Rename to window--resize-root-window.
23581 (resize-root-window-vertically): Rename to
23582 window--resize-root-window-vertically.
23583 (normalize-buffer-to-display): Rename to
23584 window-normalize-buffer-to-display.
23585 (normalize-buffer-to-switch-to): Rename to
23586 window-normalize-buffer-to-switch-to.
23587 Correspondingly update all callers of the functions listed
23588 above.
23589 (display-buffer-alist, display-buffer-normalize-arguments)
23590 (display-buffer-normalize-options, display-buffer)
23591 (display-buffer-alist-set): Use "function" instead of
23592 "fun-with-args".
23593
23594 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
23595
23596 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
23597 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
23598 debbugs.gnu.org. Mention acknowledgment email.
23599
23600 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
23601
23602 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
23603 buffer multibyteness, since it shouldn't matter.
23604
23605 2011-06-28 Martin Rudalics <rudalics@gmx.at>
23606
23607 * window.el (display-buffer-in-side-window): Handle dedicated
23608 windows as in display-buffer-reuse-window.
23609 (display-buffer-normalize-alist): Use value of override
23610 specifier.
23611 (display-buffer-normalize-specifiers): Use value of
23612 other-window-means-other-frame specifier.
23613 (display-buffer-alist): Rewrite some texts in widgets.
23614 (display-buffer): Spread arguments when calling function
23615 specified by fun-with-args.
23616
23617 2011-06-28 Deniz Dogan <deniz@dogan.se>
23618
23619 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
23620 Unnest `let'.
23621
23622 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
23623 selectors (Bug#5732).
23624 (css-proprietary-nmstart-re): Use `regexp-opt'.
23625
23626 2011-06-27 Jari Aalto <jari.aalto@cante.net>
23627
23628 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
23629 (eshell-ls-date-format): New defcustom.
23630 (eshell-ls-file): Use it.
23631
23632 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
23633
23634 * help-fns.el (describe-variable): Fix message for terminal-local vars.
23635
23636 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
23637
23638 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
23639 (ange-ftp-make-tmp-name): New arg.
23640 (ange-ftp-file-local-copy): Use it.
23641
23642 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
23643
23644 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
23645 no-conversion (Bug#8870).
23646
23647 2011-06-27 Martin Rudalics <rudalics@gmx.at>
23648
23649 * window.el (window-right, window-left, window-child)
23650 (window-child-count, window-last-child)
23651 (window-iso-combination-p, walk-window-tree-1)
23652 (window-atom-check-1, window-tree-1, delete-window)
23653 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
23654 new naming conventions - window-vchild, window-hchild,
23655 window-next and window-prev are now called window-top-child,
23656 window-left-child, window-next-sibling and window-prev-sibling
23657 respectively.
23658 (resize-window-reset): Rename to window-resize-reset.
23659 (resize-window-reset-1): Rename to window-resize-reset-1.
23660 (resize-window): Rename to window-resize.
23661 (window-min-height, window-min-width)
23662 (resize-mini-window, resize-this-window, resize-root-window)
23663 (resize-root-window-vertically, adjust-window-trailing-edge)
23664 (enlarge-window, shrink-window, maximize-window)
23665 (minimize-window, delete-window, quit-restore-window)
23666 (split-window, balance-windows, balance-windows-area-adjust)
23667 (balance-windows-area, window-state-put-2)
23668 (display-buffer-even-window-sizes, display-buffer-set-height)
23669 (display-buffer-set-width, set-window-text-height)
23670 (fit-window-to-buffer): Rename all "resize-window" prefixed
23671 calls to use the "window-resize" prefix convention.
23672 (display-buffer-alist): Fix symbol for label specifier.
23673 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
23674 corresponding specifier.
23675 Reported by Juanma Barranquero <lekktu@gmail.com>.
23676
23677 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
23678
23679 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
23680 convention.
23681 (ses-call-printer): Does not pass an empty string to formatter when the
23682 cell is empty to keep from barking printer Calc math-format-value.
23683
23684 2011-06-27 Richard Stallman <rms@gnu.org>
23685
23686 * battery.el (battery-mode-line-limit): New variable.
23687 (battery-update): Handle it.
23688
23689 * mail/rmailmm.el (rmail-mime-process-multipart):
23690 Handle truncated messages.
23691
23692 2011-06-27 Glenn Morris <rgm@gnu.org>
23693
23694 * progmodes/flymake.el (flymake-err-line-patterns):
23695 Allow for column numbers in the ant/javac pattern. (Bug#8866)
23696
23697 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
23698
23699 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
23700 (ses--clean-!, ses--clean-_): New functions.
23701 (ses-range): Add configurability of readout order, and conversion
23702 to Calc vector.
23703
23704 * ses.el (ses-repair-cell-reference-all): New function.
23705 (ses-cell-symbol): Set macro as safe, so that it can be used in
23706 formulas.
23707
23708 * ses.el: Update cycle detection algorithm.
23709 (ses-localvars): Add ses--Dijkstra-attempt-nb and
23710 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
23711 (ses-set-localvars): New function.
23712 (ses-make-cell): Add property-list as a cell element.
23713 (ses-cell-property-get-fun, ses-cell-property-get)
23714 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
23715 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
23716 New functions.
23717 (ses-cell-property-set, ses-cell-property-pop)
23718 (ses-cell-property-get-handle): New macro.
23719 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
23720 New aliases, used for code readability.
23721 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
23722 cycle detection.
23723 (ses-self-reference-early-detection): New defcustom.
23724 (ses-formula-references): Robustify against self-referring cells.
23725 (ses-mode): Use ses-set-localvars.
23726 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
23727 before lauching the update processing.
23728 (ses-initialize-Dijkstra-attempt): New function.
23729 (ses-recalculate-cell): Update for cycle detection based on
23730 Dijkstra algorithm.
23731
23732 * ses.el: Fix commenting and indenting convention.
23733
23734 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
23735
23736 * bs.el (bs-cycle-next): Complete last change.
23737
23738 2011-06-27 Drew Adams <drew.adams@oracle.com>
23739
23740 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
23741
23742 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
23743
23744 * net/network-stream.el (network-stream-open-starttls):
23745 Don't re-get capabilities unless we've reestablished connection.
23746 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
23747
23748 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
23749 to binary to possibly avoid line encoding issues on Windows (among
23750 other things).
23751
23752 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
23753
23754 * net/network-stream.el (open-network-stream): Return an :error
23755 saying what the problem was, if possible.
23756
23757 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
23758 server.
23759
23760 * net/network-stream.el (network-stream-open-starttls): If we
23761 wanted to use STARTTLS, and the server offered it, but we weren't
23762 able to because we had no STARTTLS support, then close the connection.
23763 (open-network-stream): Return an :error element, if present.
23764
23765 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
23766
23767 * hl-line.el (hl-line-sticky-flag): Doc fix.
23768 (global-hl-line-sticky-flag): New option (Bug#8323).
23769 (global-hl-line-highlight): Obey it.
23770
23771 * vc/vc.el (vc-revert-show-diff): Default to t.
23772
23773 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
23774
23775 * allout-widgets.el (allout-widgets-post-command-business):
23776 Stop decorating intermediate isearch matches. They're not being
23777 undecorated when an isearch is continued past, and isearch
23778 automatically collapses them. This leads to "widget leaks", where
23779 decorated items accumulate in collapsed areas. Lines with lots of
23780 hidden widgets can slow down cursor travel, substantially.
23781 Too much complicated machinery would be needed to ensure undecoration,
23782 so we're doing without this nicety.
23783
23784 (allout-widgets-tally-string): Don't try to do a hash-table-count
23785 of allout-widgets-tally when it's nil. This eliminates spurious "Error
23786 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
23787 *Messages* when allout-widgets-maintain-tally is t.
23788
23789 2011-06-26 Martin Rudalics <rudalics@gmx.at>
23790
23791 * window.el (display-buffer-normalize-argument): Rename to
23792 display-buffer-normalize-arguments. Handle special meaning of
23793 LABEL argument. Respect special-display-function when popping up
23794 a new frame. Fix code searching for a window showing the buffer
23795 on another frame.
23796 (display-buffer-normalize-specifiers):
23797 Call display-buffer-normalize-arguments.
23798 (display-buffer-in-window): Don't undedicate the window if its
23799 buffer remains the same.
23800 Reported by Drew Adams <drew.adams@oracle.com>.
23801 (display-buffer-alist): Add choice for same-window macro
23802 specfier.
23803 (display-buffer): Mention special meaning of LABEL argument in
23804 doc-string. Fix quoting. Don't pop up a new frame even as
23805 fallback.
23806
23807 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
23808
23809 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
23810 avoid deleting the current window in some cases (bug#8911).
23811
23812 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
23813
23814 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
23815 (Bug#8934)
23816
23817 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
23818
23819 * net/network-stream.el (network-stream-open-starttls):
23820 Use built-in TLS support if `gnutls-available-p' is true.
23821 (network-stream-open-tls): Ditto.
23822
23823 2011-06-26 Leo Liu <sdl.web@gmail.com>
23824
23825 * register.el (registerv): New struct.
23826 (registerv-make): New function.
23827 (jump-to-register, describe-register-1, insert-register):
23828 Support the jump-func, print-func and insert-func slot of a registerv
23829 struct. (Bug#8415)
23830
23831 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
23832
23833 * vc/vc.el (vc-revert-show-diff): New defcustom.
23834 (vc-diff-internal): New arg specifying diff buffer.
23835 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
23836 reuse an existing *vc-diff* buffer (Bug#8927).
23837
23838 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
23839
23840 2011-06-26 Glenn Morris <rgm@gnu.org>
23841
23842 * progmodes/f90.el (f90-critical-indent): New option.
23843 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
23844 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
23845 (f90-mode): Doc fix.
23846 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
23847 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
23848 (f90-beginning-of-block, f90-next-block, f90-indent-region)
23849 (f90-match-end): Handle block, critical.
23850
23851 2011-06-25 Glenn Morris <rgm@gnu.org>
23852
23853 * calendar/diary-lib.el (diary-included-files): Doc fix.
23854 (diary-include-files): New function, extracted from
23855 diary-include-other-diary-files and diary-mark-included-diary-files.
23856 (diary-include-other-diary-files, diary-mark-included-diary-files):
23857 Just call diary-include-files.
23858 (diary-mark-entries): Reset diary-included-files on first call.
23859
23860 * calendar/diary-lib.el (diary-mark-entries)
23861 (diary-mark-included-diary-files):
23862 Visit included diary-files in temp buffers.
23863
23864 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
23865 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
23866 (f90-start-block-re, f90-imenu-generic-expression)
23867 (f90-looking-at-program-block-start, f90-no-block-limit):
23868 Add support for submodules.
23869
23870 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
23871 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
23872
23873 2011-06-25 Eli Zaretskii <eliz@gnu.org>
23874
23875 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
23876 buffer-file-type before setting its value, to avoid disastrous
23877 global effects on decoding files for DOS/Windows systems. (Bug#8780)
23878
23879 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
23880
23881 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
23882
23883 * ses.el (ses-unload-function):
23884 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
23885
23886 * proced.el (proced-unload-function):
23887 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
23888
23889 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
23890
23891 * server.el (server-create-window-system-frame): Add parameters arg.
23892 (server-process-filter): Doc fix. Handle frame-parameters.
23893
23894 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
23895
23896 Fix bug#8730, bug#8781.
23897
23898 * loadhist.el (unload--set-major-mode): New function.
23899 (unload-feature): Use it.
23900
23901 * progmodes/python.el (python-after-info-look): Add autoload cookie.
23902 (python-unload-function): New function.
23903
23904 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
23905
23906 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
23907
23908 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
23909
23910 * net/browse-url.el (browse-url-firefox-program): Add icecat to
23911 the candidates list.
23912
23913 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
23914
23915 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
23916
23917 2011-06-23 Richard Stallman <rms@gnu.org>
23918
23919 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
23920 (rmail-variables): Set next-error-move-function.
23921 (rmail-what-message): Take argument POS.
23922 (rmail-next-error-move): New function.
23923
23924 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
23925
23926 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
23927 messages for adjacent non-terminals.
23928
23929 2011-06-23 Richard Stallman <rms@gnu.org>
23930
23931 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
23932 (rmail-show-message-1): Preserve buffer modified flag.
23933 (rmail-start-mail): Don't specify use of rmail-mail-return;
23934 that's done by mail-bury now.
23935 (rmail-mail-return): Handle arg NEWBUF.
23936
23937 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
23938
23939 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
23940 SIZE is a number.
23941
23942 2011-06-23 Martin Rudalics <rudalics@gmx.at>
23943
23944 * window.el (get-lru-window, get-mru-window)
23945 (get-largest-window): Never return a minibuffer window.
23946 (display-buffer-pop-up-window): Fix a bug that could lead to
23947 reusing the minibuffer window.
23948 (display-buffer): Pass original specifier argument to
23949 display-buffer-function instead of the normalized one.
23950 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
23951
23952 2011-06-22 Leo Liu <sdl.web@gmail.com>
23953
23954 * minibuffer.el (completing-read-function)
23955 (completing-read-default): Move from minibuf.c.
23956
23957 2011-06-22 Richard Stallman <rms@gnu.org>
23958
23959 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
23960 to Rmail even if not started by a special Rmail command.
23961
23962 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
23963 Copy the buffer currently showing just one message.
23964
23965 2011-06-22 Roland Winkler <winkler@gnu.org>
23966
23967 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
23968 (bibtex-clean-entry): First delete the old key so that a
23969 customized algorithm for generating the new key does not get
23970 confused by the old key.
23971 (bibtex-url): Obey regexp of first step.
23972 (bibtex-search-entries): Do not use add-to-list with local
23973 list-var.
23974
23975 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
23976
23977 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
23978 stored a user name, then query for the password first, instead of
23979 waiting for SMTP to give an error message and the trying again.
23980
23981 2011-06-22 Lawrence Mitchell <wence@gmx.li>
23982
23983 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
23984 BUFFER in call-process.
23985
23986 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
23987
23988 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
23989 QUIT twice.
23990 (smtpmail-try-auth-methods): Require user name and password from
23991 auth-source.
23992
23993 2011-06-22 Martin Rudalics <rudalics@gmx.at>
23994
23995 * window.el (display-buffer-default-specifiers)
23996 (display-buffer-alist): Remove entries for pop-up-frame-alist.
23997 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
23998 (split-window): Normalize SIDE argument (Bug#8916).
23999
24000 * frame.el (pop-up-frame-alist, pop-up-frame-function)
24001 (special-display-frame-alist, special-display-popup-frame):
24002 Remove duplicate declarations. These are now in window.el.
24003
24004 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
24005
24006 * mail/smtpmail.el (smtpmail-via-smtp):
24007 Set :use-starttls-if-possible so that we always use STARTTLS if the
24008 server supports it. SMTP servers that support STARTTLS commonly
24009 require it.
24010
24011 * net/network-stream.el (network-stream-open-starttls): Support
24012 upgrading to STARTTLS always, even if we don't have built-in support.
24013 (open-network-stream): Add the :always-query-capabilities keyword.
24014
24015 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
24016 upgrades with `open-network-stream', and rely solely on
24017 auth-source for all credentials. Big changes throughout the file,
24018 but in particular:
24019 (smtpmail-auth-credentials): Remove.
24020 (smtpmail-starttls-credentials): Remove.
24021 (smtpmail-via-smtp): Check for servers saying they want AUTH after
24022 MAIL FROM, too.
24023
24024 * net/network-stream.el (network-stream-open-starttls):
24025 Provide support for client certificates both for external and built-in
24026 STARTTLS.
24027 (auth-source): Require.
24028 (open-network-stream): Document the :client-certificate keyword.
24029 (network-stream-certificate): Change cert-cert to cert and
24030 cert-key to key.
24031
24032 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
24033
24034 * net/tramp-cache.el (top): Don't load the persistency file when
24035 "emacs -Q" has been called.
24036
24037 2011-06-21 Tim Harper <timcharper@gmail.com>
24038
24039 * term/ns-win.el (ns-initialize-window-system):
24040 Set application-specific `ApplePressAndHoldEnabled' system
24041 resource to NO as it is not yet supported by the NS port.
24042
24043 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
24044
24045 * misc.el (list-dynamic-libraries--refresh): Compute header here...
24046 (list-dynamic-libraries): ...not here.
24047
24048 2011-06-21 Leo Liu <sdl.web@gmail.com>
24049
24050 * subr.el (sha1): Implement sha1 using secure-hash.
24051
24052 2011-06-21 Martin Rudalics <rudalics@gmx.at>
24053
24054 * window.el (display-buffer-alist): In default value do not
24055 enforce searching a window on any but the selected frame.
24056 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
24057 (display-buffer-select-window): Remove function.
24058 (display-buffer-in-window): When a window on another frame gets
24059 reused, do not select it any more but just raise its frame if
24060 necessary (Bug#8851) and (Bug#8856).
24061 (display-buffer-normalize-options): Handle pop-up-frames related
24062 options more faithfully.
24063 (pop-to-buffer): Don't rely on `display-buffer' selecting the
24064 window if it is on another frame.
24065 (display-buffer-alist, display-buffer-default-specifiers):
24066 Don't make new frame unsplittable by default.
24067 (display-buffer-normalize-argument): Fix doc-string typo and use
24068 'same-frame-other-window instead of 'other-window when associating
24069 with display-buffer-macro-specifiers.
24070
24071 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
24072
24073 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
24074 New functions.
24075 (5x5-mode-map, 5x5-mode-menu): Bind them.
24076 (5x5-draw-grid): Tweak the solver's rendering.
24077
24078 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
24079
24080 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
24081 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
24082
24083 2011-06-21 Drew Adams <drew.adams@oracle.com>
24084
24085 * menu-bar.el: Use function variable instead of switch-to-buffer.
24086 (menu-bar-select-buffer-function): New variable.
24087 (menu-bar-update-buffers): Use it (bug#8876).
24088
24089 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
24090
24091 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
24092 variable's status.
24093
24094 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
24095
24096 * x-dnd.el (x-dnd-version-from-flags)
24097 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
24098 and long as number (Bug#8899).
24099 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
24100
24101 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
24102
24103 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
24104 (completion-try-completion, completion-all-completions): Compute the
24105 metadata argument if it's missing; make it optional (bug#8795).
24106
24107 * wid-edit.el: Use lex-bind and move towards completion-at-point.
24108 (widget-complete): Use new :completion-function property.
24109 (widget-completions-at-point): New function.
24110 (default): Use :completion-function instead of :complete.
24111 (widget-default-completions): Rename from widget-default-complete;
24112 Rewrite.
24113 (widget-string-complete, widget-file-complete, widget-color-complete):
24114 Remove functions.
24115 (file, symbol, function, variable, coding-system, color):
24116 * international/mule-cmds.el (default-input-method, charset)
24117 (language-info-custom-alist):
24118 * cus-edit.el (face): Use new property :completions.
24119
24120 * progmodes/pascal.el (pascal-completions-at-point): New function.
24121 (pascal-mode): Use it.
24122 (pascal-mode-map): Use completion-at-point.
24123 (pascal-toggle-completions): Make obsolete.
24124 (pascal-complete-word, pascal-show-completions):
24125 * progmodes/octave-mod.el (octave-complete-symbol):
24126 Redefine as obsolete alias.
24127 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
24128 Signal absence of completion info for old Octave,
24129 (inferior-octave-complete): Redefine as obsolete alias.
24130 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
24131 (meta-completions-at-point): Rename from meta-complete-symbol and
24132 adapt it for use on completion-at-point-functions.
24133 (meta-common-mode): Use it.
24134 (meta-looking-at-backward, meta-match-buffer): Remove.
24135 (meta-complete-symbol): Redefine as obsolete alias.
24136 (meta-common-mode-map): Use completion-at-point.
24137 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
24138 (makefile-mode-map): Use completion-at-point.
24139 (makefile-completions-at-point): Rename from makefile-complete and
24140 adapt it for use on completion-at-point-functions.
24141 (makefile-mode): Use it.
24142 (makefile-complete): Redefine as obsolete alias.
24143
24144 2011-06-20 Deniz Dogan <deniz@dogan.se>
24145
24146 * net/rcirc.el: Delete trailing whitespaces once and for all.
24147
24148 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
24149
24150 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
24151
24152 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
24153
24154 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
24155
24156 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
24157
24158 2011-06-19 Martin Rudalics <rudalics@gmx.at>
24159
24160 * window.el (display-buffer-other-window-means-other-frame):
24161 Call display-buffer-normalize-alist.
24162 (display-buffer-normalize-specifiers-1): Rename to
24163 display-buffer-normalize-argument. New argument other-frame.
24164 Rewrite.
24165 (display-buffer-normalize-specifiers-2): Rename to
24166 display-buffer-normalize-options.
24167 (display-buffer-normalize-alist-1): New function.
24168 (display-buffer-normalize-specifiers-3): Rename to
24169 display-buffer-normalize-alist.
24170 Call display-buffer-normalize-alist-1.
24171 (display-buffer-normalize-options-inhibit): New variable.
24172 (display-buffer-normalize-specifiers): Rewrite calling
24173 display-buffer-normalize-alist,
24174 display-buffer-normalize-argument, and
24175 display-buffer-normalize-options. Don't call the latter if
24176 display-buffer-normalize-options-inhibit is non-nil.
24177 (frame-auto-delete): New option.
24178 (window-deletable-p): Use frame-auto-delete.
24179 (window-list-no-nils, window-state-ignored-parameters)
24180 (window-state-get-1, window-state-get, window-state-put-list)
24181 (window-state-put-1, window-state-put-2, window-state-put):
24182 New functions.
24183 (display-buffer-normalize-options): Move special-display-p group
24184 after pop-up-frame group (Bug#8851) and (Bug#8856).
24185
24186 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
24187
24188 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
24189 groups (Bug#8776).
24190 (rx-submatch-n): New function.
24191 (rx): Document it.
24192
24193 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
24194 (Bug#8768).
24195
24196 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
24197
24198 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
24199
24200 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
24201 anytime existing face settings are present (Bug#8889).
24202
24203 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
24204 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
24205 Remove unused argument.
24206
24207 2011-06-18 Martin Rudalics <rudalics@gmx.at>
24208
24209 * window.el (display-buffer-default-specifiers):
24210 Remove pop-up-frame. Add pop-up-window-min-height,
24211 pop-up-window-min-width, and another reuse-window specifier
24212 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
24213 (display-buffer-normalize-specifiers-2):
24214 Handle split-height-threshold and split-width-threshold also when
24215 pop-up-windows is unset. Add a reuse-window specifier for the
24216 case popping up a new window fails.
24217 (special-display-popup-frame): Remove double quoting.
24218 (display-buffer-normalize-specifiers-1): Fix thinko.
24219
24220 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
24221
24222 * shell.el (shell-completion-vars): Set pcomplete-termination-string
24223 according to comint-completion-addsuffix.
24224
24225 * pcomplete.el: Convert to lexical binding and fix bug#8819.
24226 (pcomplete-suffix-list): Mark as obsolete.
24227 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
24228 pcomplete-seen in the closure.
24229 (pcomplete-comint-setup): Setup completion-at-point as well.
24230 (pcomplete--entries): New function.
24231 (pcomplete--env-regexp): New var.
24232 (pcomplete-entries): Rewrite to work with partial-completion and
24233 without relying on pcomplete-suffix-list.
24234 (pcomplete-pare-list): Remove, unused.
24235
24236 2011-06-17 Martin Rudalics <rudalics@gmx.at>
24237
24238 * window.el (display-buffer-alist): Set pop-up-window-min-height
24239 and pop-up-window-min-width in default value. Reported by
24240 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
24241 other-window-means-other-frame.
24242 (display-buffer-macro-specifiers): Comment out entry for
24243 other-window specifier.
24244 (display-buffer-other-window-means-other-frame): New function.
24245 (display-buffer-normalize-specifiers-1): New arguments
24246 buffer-name and label. Treat other-window case specially.
24247 (display-buffer-normalize-specifiers-2): Treat other-window case
24248 specially.
24249 (display-buffer-normalize-specifiers-3): New function.
24250 (display-buffer-normalize-specifiers):
24251 Call display-buffer-normalize-specifiers-3.
24252
24253 2011-06-17 Martin Rudalics <rudalics@gmx.at>
24254
24255 * window.el (same-window-p): Fix two typos introduced when
24256 adding with-no-warnings.
24257 (display-buffer-normalize-specifiers-1): Don't check
24258 pop-up-frames for 'unset initialization.
24259 (display-buffer-normalize-specifiers-2): Major rewrite using
24260 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
24261 (pop-up-frames, display-buffer-reuse-frames)
24262 (display-buffer-mark-dedicated): Don't initialize to 'unset.
24263 Suggested by David Engster <deng@randomsample.de>.
24264 (even-window-heights): Initialize to 'unset.
24265 (display-buffer-alist-set): Handle new 'unset initializations.
24266 (display-buffer-macro-specifiers): Don't pop up a new frame in the
24267 other window case.
24268
24269 2011-06-16 Martin Rudalics <rudalics@gmx.at>
24270
24271 * window.el (display-buffer-normalize-specifiers-1):
24272 Respect current value of pop-up-frames for most reasonable values of
24273 second argument of display-buffer (Bug#8865).
24274 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
24275 (switch-to-buffer-other-window-same-frame)
24276 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
24277 Adams (Bug#8875).
24278 (display-buffer): Don't check noninteractive when calling
24279 display-buffer-pop-up-frame.
24280 (display-buffer-pop-up-frame): Never pop up a frame in
24281 noninteractive mode (Bug#8857).
24282 (enlarge-window, shrink-window): Don't report an error when the
24283 window can't be resized as requested (Bug#8862).
24284
24285 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
24286
24287 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
24288
24289 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
24290
24291 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
24292
24293 2011-06-15 Alan Mackenzie <acm@muc.de>
24294
24295 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
24296 for declarators, disable knr checking to speed up for normal files.
24297 2: Refactor, replacing a sequence of nested if forms by a cond form.
24298
24299 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
24300
24301 * net/network-stream.el (open-network-stream): Add the keyword
24302 :always-query-capabilities for the case where you want to force a
24303 `plain' network connection, but the protocol still requires the
24304 capabilitiy command (i.e., SMTP and EHLO).
24305
24306 * subr.el (process-live-p): Rename from `process-alive-p' for
24307 consistency with other `-live-p' functions.
24308
24309 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
24310
24311 * window.el (same-window-buffer-names, same-window-regexps)
24312 (special-display-frame-alist, special-display-popup-frame)
24313 (special-display-function, special-display-buffer-names)
24314 (special-display-regexps, pop-up-frame-alist)
24315 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
24316 (pop-up-windows, split-window-preferred-function)
24317 (split-height-threshold, split-width-threshold, even-window-heights)
24318 (display-buffer-mark-dedicated): Don't encourage the use of
24319 display-buffer-alist from Elisp code.
24320
24321 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
24322
24323 * progmodes/python.el (python-mode): Derive from prog-mode.
24324 * progmodes/ps-mode.el (ps-mode):
24325 * progmodes/mixal-mode.el (mixal-mode):
24326 * progmodes/cfengine.el (cfengine-mode):
24327 * progmodes/ld-script.el (ld-script-mode): Likewise.
24328
24329 2011-06-15 Martin Rudalics <rudalics@gmx.at>
24330
24331 * window.el (display-buffer-alist): Trim default value to avoid
24332 popping up a new frame (Bug#8857) or reusing an arbitrary window
24333 on another frame.
24334 (display-buffer): Do not fall back on popping up a new frame in
24335 batch mode (Bug#8857).
24336
24337 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
24338
24339 * cus-theme.el (describe-theme-1): Use custom-theme-p.
24340 (custom-theme-summary): New function.
24341 (customize-themes): Use it.
24342
24343 2011-06-13 Glenn Morris <rgm@gnu.org>
24344
24345 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
24346
24347 2011-06-13 Martin Rudalics <rudalics@gmx.at>
24348
24349 * help.el (help-window): Remove variable.
24350 (help-window-point-marker, temp-buffer-max-height)
24351 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
24352 (help-print-return-message): Don't set help-window.
24353 (resize-temp-buffer-window): Rewrite cod eand doc-string.
24354 (help-window-setup-finish): Remove.
24355 (help-window-display-message, help-window-setup)
24356 (with-help-window): Major rewrite based on new
24357 display-buffer-window variable.
24358
24359 * help-mode.el (help-mode-finish): Remove help-window related
24360 code.
24361
24362 * view.el (view-exits-all-viewing-windows): Remove reference to
24363 view-return-to-alist in doc-string.
24364 (view-return-to-alist): Make obsolete.
24365 (view-buffer): Call pop-to-buffer-same-window and remove
24366 undo-window code.
24367 (view-buffer-other-window): Call pop-to-buffer-other-window and
24368 simplify code. Ignore second argument.
24369 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
24370 simplify code. Ignore second argument.
24371 (view-return-to-alist-update): Make obsolete.
24372 (view-mode-enter): Rename second argument to QUIT-RESTORE.
24373 Rewrite using quit-restore window parameters.
24374 (view-mode-exit): Rename second argument to EXIT-ONLY.
24375 Rewrite using quit-restore-window.
24376 (View-exit, View-exit-and-edit, View-leave, View-quit)
24377 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
24378 appropriate arguments.
24379 (view-end-message): Use quit-restore window parameter.
24380
24381 * window.el (display-buffer-function): Rewrite doc-string.
24382 (display-buffer-window, display-buffer-alist): New variables.
24383 (display-buffer-split-specifiers)
24384 (display-buffer-side-specifiers)
24385 (display-buffer-macro-specifiers): New constants.
24386 (display-buffer-even-window-sizes, display-buffer-set-height)
24387 (display-buffer-set-width, display-buffer-select-window)
24388 (display-buffer-in-window, display-buffer-reuse-window)
24389 (display-buffer-split-window-1, display-buffer-split-window)
24390 (display-buffer-split-atom-window, display-buffer-pop-up-window)
24391 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
24392 (display-buffer-in-side-window, normalize-buffer-to-display)
24393 (display-buffer-normalize-specifiers-1)
24394 (display-buffer-normalize-specifiers-2)
24395 (display-buffer-normalize-specifiers, display-buffer-frame):
24396 New functions.
24397 (display-buffer): Major rewrite.
24398 (display-buffer-other-window, display-buffer-other-frame)
24399 (pop-to-buffer, switch-to-buffer-other-window)
24400 (switch-to-buffer-other-frame): Rewrite.
24401 (display-buffer-same-window, display-buffer-same-frame)
24402 (display-buffer-same-frame-other-window)
24403 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
24404 (pop-to-buffer-other-window)
24405 (pop-to-buffer-same-frame-other-window)
24406 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
24407 (switch-to-buffer-other-window-same-frame): New functions.
24408 (same-window-p, special-display-p): Rewrite disabling warnings.
24409 Make obsolete.
24410 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
24411 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
24412 Make obsolete
24413 (same-window-buffer-names, same-window-regexps)
24414 (special-display-frame-alist, special-display-popup-frame)
24415 (special-display-function, special-display-buffer-names)
24416 (special-display-regexps, pop-up-frame-alist)
24417 (pop-up-frame-function, split-window-preferred-function)
24418 (split-height-threshold, split-width-threshold)
24419 (even-window-heights): Make obsolete.
24420
24421 2011-06-12 Glenn Morris <rgm@gnu.org>
24422
24423 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
24424 Misc simplifications.
24425
24426 2011-06-12 Martin Rudalics <rudalics@gmx.at>
24427
24428 * window.el (window-safely-shrinkable-p): Restore function which
24429 was inadvertently removed in change from 2011-06-11. Declare as
24430 obsolete.
24431
24432 * calendar/calendar.el (calendar-generate-window):
24433 Use window-iso-combined-p instead of combination of one-window-p and
24434 window-safely-shrinkable-p.
24435
24436 2011-06-12 Glenn Morris <rgm@gnu.org>
24437
24438 * progmodes/fortran.el (fortran-mode-syntax-table):
24439 * progmodes/f90.el (f90-mode-syntax-table):
24440 Set % to punctuation. (Bug#8820)
24441 (f90-find-tag-default): Remove, no longer needed.
24442
24443 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
24444
24445 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
24446
24447 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
24448
24449 * image.el (image-animated-p): Return animation delay in seconds.
24450 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
24451 (image-animate-timeout): Remove DELAY argument. Don't assume
24452 every subimage has the same delay; get it from image-animated-p.
24453 (image-animate): Caller changed.
24454
24455 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
24456
24457 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
24458 to ignored backtrace functions.
24459
24460 2011-06-11 Glenn Morris <rgm@gnu.org>
24461
24462 * calendar/appt.el (appt-disp-window-function): Doc fix.
24463 (appt-check): Handle overlapping appointments. (Bug#8337)
24464
24465 2011-06-11 Martin Rudalics <rudalics@gmx.at>
24466
24467 * window.el (window-tree-1, window-tree): New functions, moving
24468 the latter to window.el.
24469 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
24470 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
24471 (bw-refresh-edges): Remove.
24472 (balance-windows-1, balance-windows-2): New functions.
24473 (balance-windows): Rewrite in terms of window tree functions,
24474 balance-windows-1 and balance-windows-2.
24475 (bw-adjust-window): Remove.
24476 (balance-windows-area-adjust): New function with functionality of
24477 bw-adjust-window but using resize-window.
24478 (set-window-text-height): Rewrite doc-string.
24479 Use normalize-live-window and resize-window.
24480 (enlarge-window-horizontally, shrink-window-horizontally):
24481 Rename argument to DELTA.
24482 (window-buffer-height): New function.
24483 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
24484 Rewrite using new window resize routines.
24485 (kill-buffer-and-window, mouse-autoselect-window-select):
24486 Use ignore-errors instead of condition-case.
24487 (quit-window): Call delete-frame instead of delete-windows-on
24488 for the only buffer on frame.
24489
24490 2011-06-10 Martin Rudalics <rudalics@gmx.at>
24491
24492 * loadup.el (top-level): Load window before files for the sake
24493 of replace-buffer-in-windows.
24494
24495 * files.el (read-buffer-to-switch)
24496 (switch-to-buffer-other-window)
24497 (switch-to-buffer-other-frame, display-buffer-other-frame):
24498 Move to window.el.
24499
24500 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
24501 (previous-buffer): Move to window.el.
24502
24503 * bindings.el (unbury-buffer): Move to window.el.
24504
24505 * window.el (delete-other-windows-vertically): Move after
24506 definition of delete-other-windows.
24507 (other-window, delete-windows-on, replace-buffer-in-windows):
24508 Move here from window.c.
24509 (record-window-buffer, unrecord-window-buffer)
24510 (set-window-buffer-start-and-point, switch-to-prev-buffer)
24511 (switch-to-next-buffer): New functions.
24512 (get-next-valid-buffer, last-buffer, next-buffer): Move here
24513 from simple.el. Call switch-to-next-buffer.
24514 (previous-buffer): Move here from simple.el.
24515 Call switch-to-prev-buffer.
24516 (bury-buffer): Move here from buffer.c. Switch to previous
24517 buffer when window cannot be deleted.
24518 (unbury-buffer): Move here from bindings.el.
24519 (ctl-x-map): Move binding for other-window from window.c to
24520 here.
24521 (read-buffer-to-switch, switch-to-buffer-other-window)
24522 (switch-to-buffer-other-frame): Move here from files.el.
24523 (normalize-buffer-to-switch-to): New functions.
24524 (switch-to-buffer): Move here from buffer.c.
24525 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
24526
24527 2011-06-10 Martin Rudalics <rudalics@gmx.at>
24528
24529 * window.el (window-min-height, window-min-width): Move here
24530 from window.c. Add defcustoms and rewrite doc-strings.
24531 (resize-mini-window, resize-window): New functions.
24532 (adjust-window-trailing-edge, enlarge-window, shrink-window):
24533 Move here from window.c.
24534 (maximize-window, minimize-window): New functions.
24535 (delete-window, delete-other-windows, split-window): Move here
24536 from window.c.
24537 (window-split-min-size): New function.
24538 (split-window-keep-point): Mention split-window-above-each-other
24539 instead of split-window-vertically.
24540 (split-window-above-each-other, split-window-vertically):
24541 Rename split-window-vertically to split-window-above-each-other
24542 and provide defalias for old definition.
24543 (split-window-side-by-side, split-window-horizontally):
24544 Rename split-window-horizontally to split-window-side-by-side
24545 and provide defalias for the old definition.
24546 (ctl-x-map): Move bindings for delete-window,
24547 delete-other-windows and enlarge-window here from window.c.
24548 Replace bindings for split-window-vertically and
24549 split-window-horizontally by bindings for
24550 split-window-above-each-other and split-window-side-by-side.
24551
24552 * cus-start.el (all): Remove entries for window-min-height and
24553 window-min-width. Add entries for window-splits and
24554 window-nest.
24555
24556 2011-06-09 Glenn Morris <rgm@gnu.org>
24557
24558 * calendar/appt.el (appt-mode-line): New function.
24559 (appt-check, appt-disp-window): Use it.
24560
24561 * files.el (hack-one-local-variable-eval-safep):
24562 Allow minor-modes with explicit +/-1 arguments.
24563
24564 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
24565
24566 * term/xterm.el (xterm): Add defgroup.
24567 (xterm-extra-capabilities): Add defcustom to supply known xterm
24568 capabilities, skip querying them, or query them (default).
24569 (terminal-init-xterm): Use it.
24570 (terminal-init-xterm-modify-other-keys): New function to set up
24571 modifyOtherKeys support to simplify `terminal-init-xterm'.
24572
24573 2011-06-09 Martin Rudalics <rudalics@gmx.at>
24574
24575 * window.el (resize-window-reset, resize-window-reset-1)
24576 (resize-subwindows-skip-p, resize-subwindows-normal)
24577 (resize-subwindows, resize-other-windows, resize-this-window)
24578 (resize-root-window, resize-root-window-vertically)
24579 (window-deletable-p, window-or-subwindow-p)
24580 (frame-root-window-p): New functions.
24581
24582 2011-06-09 Glenn Morris <rgm@gnu.org>
24583
24584 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
24585 (ange-ftp-get-files): Use it.
24586
24587 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
24588
24589 * mail/sendmail.el (mail-recover-1, mail-recover):
24590 * files.el (recover-file, recover-session):
24591 Handle dired-listing-switches not being just a single short option.
24592
24593 2011-06-09 Glenn Morris <rgm@gnu.org>
24594
24595 * calendar/appt.el (appt-display-message, appt-disp-window):
24596 Handle lists of appointments.
24597
24598 2011-06-08 Martin Rudalics <rudalics@gmx.at>
24599
24600 * window.el (one-window-p): Move down in code.
24601 Rewrite doc-string.
24602 (window-current-scroll-bars): Rewrite doc-string.
24603 Normalize live window argument.
24604 (walk-windows, get-window-with-predicate, count-windows):
24605 Rewrite doc-string. Use window-list-1.
24606 (window-in-direction-2, window-in-direction, get-mru-window):
24607 New functions.
24608
24609 2011-06-08 Reuben Thomas <rrt@sc3d.org>
24610
24611 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
24612 Doc fix (Bug#8713).
24613
24614 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
24615
24616 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
24617
24618 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
24619
24620 * loadhist.el (unload-feature-special-hooks):
24621 Add `comint-output-filter-functions'.
24622
24623 2011-06-08 Ivan Kanis <gnu@kanis.fr>
24624
24625 * calendar/appt.el (appt-check): Move some initializations into the let.
24626
24627 2011-06-08 Martin Rudalics <rudalics@gmx.at>
24628
24629 * window.el (window-height): Defalias to window-total-height.
24630 (window-width): Defalias to window-body-width.
24631
24632 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
24633
24634 * image-mode.el (image-toggle-animation): New command.
24635 (image-mode-map): Bind it to RET.
24636 (image-mode): Update message.
24637 (image-toggle-display-image): Avoid a spurious cache flush.
24638 (image-transform-rotation): Doc fix.
24639 (image-transform-properties): Return quickly in the normal case.
24640 (image-animate-loop): Rename from image-animate-max-time.
24641
24642 * image.el (image-animate-max-time): Move to image-mode.el.
24643 (create-animated-image): Remove unnecessary function.
24644 (image-animate): Rename from image-animate-start. New arg.
24645 (image-animate-stop): Remove; just use image-animate-timer.
24646 (image-animate-timer): Use car-safe.
24647 (image-animate-timeout): Rename argument.
24648
24649 2011-06-07 Martin Rudalics <rudalics@gmx.at>
24650
24651 * window.el (get-lru-window, get-largest-window): Move here from
24652 window.c. Rename first argument to ALL-FRAMES.
24653 Rephrase doc-strings.
24654 (get-buffer-window-list): Rewrite using window-list-1.
24655 Rephrase doc-string.
24656 (window-safe-min-height, window-safe-min-width): New constants.
24657 (window-size-ignore, window-min-size, window-min-size-1)
24658 (window-sizable, window-sizable-p, window-size-fixed-1)
24659 (window-size-fixed-p, window-min-delta-1, window-min-delta)
24660 (window-max-delta-1, window-max-delta, window-resizable)
24661 (window-resizable-p, window-total-height, window-total-width)
24662 (window-body-width): New functions.
24663 (window-full-height-p, window-full-width-p): Rewrite using
24664 window-total-size.
24665 (window-body-height): Rewrite using window-body-size.
24666
24667 2011-06-06 Martin Rudalics <rudalics@gmx.at>
24668
24669 * window.el (window-right, window-left, window-child)
24670 (window-child-count, window-last-child, window-any-p)
24671 (normalize-live-buffer, normalize-live-frame)
24672 (normalize-any-window, normalize-live-window)
24673 (window-iso-combination-p, window-iso-combined-p)
24674 (window-iso-combinations)
24675 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
24676 (windows-with-parameter, window-with-parameter)
24677 (window-atom-root, make-window-atom, window-atom-check-1)
24678 (window-atom-check, window-side-check, window-check):
24679 New functions.
24680 (ignore-window-parameters, window-sides, window-sides-vertical)
24681 (window-sides-slots): New variables.
24682 (window-size-fixed): Move down in code. Minor doc-string fix.
24683
24684 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
24685
24686 * comint.el (comint-dynamic-complete-as-filename)
24687 (comint-dynamic-complete-filename): Correctly call
24688 completion-in-region.
24689
24690 2011-06-05 Deniz Dogan <deniz@dogan.se>
24691
24692 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
24693 in last change.
24694
24695 2011-06-05 Deniz Dogan <deniz@dogan.se>
24696
24697 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
24698 (rcirc): Use it to prompt for encryption.
24699
24700 2011-06-05 Roland Winkler <winkler@gnu.org>
24701
24702 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
24703 (bibtex-search-entries): New command bound to C-c C-a.
24704 (bibtex-display-entries): New function.
24705
24706 2011-06-05 Roland Winkler <winkler@gnu.org>
24707
24708 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
24709 (bibtex-insert-kill): After yanking insert newline if necessary.
24710 (bibtex-initialize): Call bibtex-string-files-init only once.
24711 (bibtex-mode): Do not call easy-menu-add.
24712 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
24713 (bibtex-yank): Set arg properly if nil.
24714
24715 2011-06-05 Roland Winkler <winkler@gnu.org>
24716
24717 * textmodes/bibtex.el (bibtex-search-entry-globally):
24718 New variable.
24719 (bibtex-search-entry): Use it.
24720
24721 2011-06-05 Roland Winkler <winkler@gnu.org>
24722
24723 * textmodes/bibtex.el (bibtex-entry-format): New option
24724 sort-fields.
24725 (bibtex-format-entry, bibtex-reformat): Honor this option.
24726 (bibtex-parse-entry): Return fields in proper order.
24727
24728 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
24729
24730 * doc-view.el (doc-view-remove-if): Move computation of result out
24731 of `dolist' to silence misleading lexical-binding warning.
24732
24733 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
24734
24735 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
24736 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
24737
24738 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
24739
24740 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
24741 "SunOS 5.10".
24742
24743 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
24744
24745 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
24746 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
24747 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
24748 (tramp-parse-putty):
24749 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
24750 (tramp-completion-function-alist-ssh)
24751 (tramp-completion-function-alist-telnet)
24752 (tramp-completion-function-alist-su)
24753 (tramp-completion-function-alist-putty): Set `tramp-autoload'
24754 cookie.
24755
24756 * net/tramp-ftp.el:
24757 * net/tramp-sh.el:
24758 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
24759 load "tramp.el" `tramp-set-completion-function'.
24760
24761 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
24762
24763 * shell.el: Require and use pcomplete.
24764 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
24765 (shell-completion-vars): Set pcomplete-default-completion-function.
24766
24767 2011-06-04 Deniz Dogan <deniz@dogan.se>
24768
24769 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
24770 `memq' (Bug#8799).
24771
24772 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
24773
24774 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
24775
24776 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
24777
24778 * bs.el (bs--mark-unmark, bs--nth-wrapper):
24779 * mpc.el (mpc-select-extend, mpc-songpointer-context):
24780 * vc/log-view.el (log-view-beginning-of-defun):
24781 * vc/smerge-mode.el (smerge-apply-resolution-patch)
24782 (smerge-refine-forward, smerge-refine-chopup-region):
24783 Silence warning for unused `dotimes' counter variables.
24784
24785 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
24786
24787 * net/tramp.el (tramp-with-progress-reporter): Rename from
24788 with-progress-reporter. Use `declare'.
24789 * net/tramp-smb.el:
24790 * net/tramp-sh.el:
24791 * net/tramp-gvfs.el: Update all uses.
24792
24793 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
24794
24795 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
24796 buffer isn't killed before making it current.
24797
24798 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
24799
24800 Silence various byte-compiler warnings.
24801 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
24802 `access-type' and new obsolescence format.
24803 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
24804 new format.
24805 (byte-compile-check-variable): New `access-type' argument.
24806 Only warn if the access-type is obsolete.
24807 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
24808 (byte-compile-variable-set): Adjust callers.
24809 * help-fns.el (describe-variable): Adjust to new obsolescence format.
24810 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
24811 setting it as obsolete.
24812 * simple.el (minibuffer-completing-symbol):
24813 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
24814 access as obsolete.
24815 * minibuffer.el (minibuffer-completing-file-name): Don't make it
24816 obsolete yet.
24817 * international/quail.el (quail-mouse-choose-completion): Remove unused
24818 code referring to obsolete var.
24819 (quail-choose-completion-string): Remove.
24820 * server.el (server-clients-with, server-kill-buffer-query-function)
24821 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
24822 * proced.el (proced-send-signal):
24823 * emacs-lisp/lisp.el (lisp-complete-symbol):
24824 Replace completion-annotate-function with completion-extra-properties.
24825
24826 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
24827
24828 * simple.el (goto-line): Use read-number.
24829 (overriding-map-is-bound): Remove.
24830 (saved-overriding-map): Change default.
24831 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
24832 Take the map as argument.
24833 (universal-argument, negative-argument, digit-argument): Use it.
24834 (restore-overriding-map): Adjust.
24835 (do-auto-fill): Use fill-forward-paragraph.
24836 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
24837
24838 * minibuffer.el (minibuffer-inactive-mode-map): New var.
24839 (minibuffer-inactive-mode): New major mode.
24840 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
24841 the *Messages* buffer" hack.
24842 (mouse-popup-menubar): Don't burp if the event is a normal key.
24843
24844 Miscellaneous tweaks.
24845 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
24846 lexical scoping as in subr.el's dolist and dotimes.
24847 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
24848 Silence compiler warning.
24849 * thingatpt.el (forward-whitespace): Trivial coding style fix.
24850 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
24851 * international/ccl.el (ccl-compile): Trivial simplification.
24852 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
24853 * emacs-lisp/testcover.el (testcover-end): Remove spurious
24854 `printflag' argument.
24855 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
24856 Purecopy the whole obsolescence data.
24857
24858 2011-06-01 Leo Liu <sdl.web@gmail.com>
24859
24860 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
24861 improve doc-string as suggested by Marco Pessotto
24862 <melmothx@gmail.com>.
24863 (rcirc-print): Fix last change.
24864
24865 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24866
24867 * minibuffer.el (complete-with-action): Return nil for the metadata and
24868 boundaries of non-functional tables.
24869 (completion-table-dynamic): Return nil for the metadata.
24870 (completion-table-with-terminator): Add default case, using
24871 complete-with-action.
24872 (completion--metadata): New function.
24873 (completion-all-sorted-completions, minibuffer-completion-help): Use it
24874 to try and avoid pathological performance problems.
24875 (completion--embedded-envvar-table): Return `category' metadata.
24876
24877 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
24878
24879 * subr.el (process-alive-p): New tiny convenience function.
24880
24881 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24882
24883 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
24884 content but also its previous major mode.
24885
24886 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
24887
24888 * emacs-lisp/debug.el (debug): Restore the previous content of the
24889 *Backtrace* buffer when we exit with C-M-c.
24890
24891 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24892
24893 * minibuffer.el: Add metadata method to completion tables.
24894 (completion-category-overrides): New defcustom.
24895 (completion-metadata, completion--field-metadata)
24896 (completion-metadata-get, completion--styles)
24897 (completion--cycle-threshold): New functions.
24898 (completion-try-completion, completion-all-completions):
24899 Add `metadata' argument to choose completion-styles.
24900 (completion--do-completion): Use metadata to choose cycling.
24901 (completion-all-sorted-completions): Use metadata for sorting.
24902 Remove :completion-cycle-penalty which is not needed any more.
24903 (completion--try-word-completion): Add `metadata' argument.
24904 (minibuffer-completion-help): Check metadata for annotation function
24905 and sorting.
24906 (completion-file-name-table): Return `category' metadata.
24907 (minibuffer-completing-file-name): Make obsolete.
24908 * simple.el (minibuffer-completing-symbol): Make obsolete.
24909 * icomplete.el (icomplete-completions): Pass new `metadata' param to
24910 completion-try-completion.
24911
24912 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
24913
24914 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
24915
24916 2011-05-30 Leo Liu <sdl.web@gmail.com>
24917
24918 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
24919 (rcirc-print): Decode all incoming messages (bug#8744).
24920 (rcirc-decode-coding-system): Allow value nil for automatic coding
24921 system detection.
24922
24923 2011-06-01 Glenn Morris <rgm@gnu.org>
24924
24925 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
24926
24927 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
24928
24929 * image.el (image-animate-max-time): Allow nil and t values.
24930 Default to nil.
24931 (create-animated-image): Doc fix.
24932 (image-animate-start): Remove second arg; just use
24933 image-animate-max-time.
24934 (image-animate-timeout): Doc fix. Args changed.
24935
24936 * image-mode.el (image-toggle-display-image): Ensure that the
24937 image spec passed to the animate timer is the same object as in
24938 the buffer's display property (Bug#6981).
24939 (image-transform-properties): Doc fix.
24940
24941 * image.el (image-animate-max-time): Default to nil.
24942
24943 2011-05-29 Martin Rudalics <rudalics@gmx.at>
24944
24945 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
24946 entire buffer list (Bug#8184).
24947
24948 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
24949
24950 * image.el (imagemagick-types-inhibit)
24951 (imagemagick-register-types): Doc fix.
24952
24953 2011-05-29 Deniz Dogan <deniz@dogan.se>
24954
24955 * net/rcirc.el (rcirc): Use the user's stored encryption method by
24956 default.
24957
24958 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
24959
24960 * select.el: Don't perform clipboard-manager saving in hooks;
24961 leave the hooks empty.
24962
24963 2011-05-28 Leo Liu <sdl.web@gmail.com>
24964
24965 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
24966 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
24967 (occur-edit-mode): New major mode (Bug#8463).
24968 (occur-after-change-function): New function.
24969 (occur-engine): Give Occur tags a read-only property.
24970
24971 2011-05-28 Kevin Ryde <user42@zip.com.au>
24972
24973 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
24974
24975 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
24976
24977 * bindings.el (help-echo): Make the initial non-indicator dash
24978 empty on graphical terminals (Bug#7295).
24979
24980 * files.el (auto-mode-alist): Move config rule after the
24981 in-stripping one (Bug#8547).
24982
24983 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
24984
24985 * startup.el (normal-splash-screen): Remove gratuitous mode-line
24986 setting (Bug#8740).
24987
24988 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
24989
24990 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
24991 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
24992 (Bug#8539).
24993
24994 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
24995
24996 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
24997
24998 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
24999
25000 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
25001 (hs-hide-block-at-point, hs-find-block-beginning)
25002 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
25003 (Bug#8279).
25004
25005 2011-05-28 Glenn Morris <rgm@gnu.org>
25006
25007 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
25008
25009 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
25010
25011 * help-fns.el (describe-function-1): If the function is a derived
25012 major mode, print the parent mode.
25013
25014 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
25015 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
25016
25017 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
25018
25019 * minibuffer.el (completion--capf-wrapper): Check applicability before
25020 returning non-nil for non-exclusive completion data.
25021 * progmodes/etags.el (tags-completion-at-point-function):
25022 * info-look.el (info-lookup-completions-at-point): Mark as
25023 non-exclusive.
25024 (info-complete): Adjust accordingly.
25025
25026 * info-look.el: Convert to lexical-binding and completion-at-point.
25027 (info-lookup-completions-at-point): New function.
25028 (info-complete): Use it and completion-in-region.
25029
25030 2011-05-28 Drew Adams <drew.adams@oracle.com>
25031
25032 * isearch.el: Let M-e start with point at the first mismatched char.
25033 (isearch-fail-pos): New function.
25034 (isearch-edit-string): Use it.
25035
25036 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
25037
25038 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
25039
25040 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
25041
25042 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
25043 traversal functions for avl-trees.
25044 (avl-tree--stack): New struct.
25045 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
25046 (avl-tree-enter): Add optional `updatefun' arg.
25047 (avl-tree--do-enter): Add optional `updatefun' arg.
25048 Change return value.
25049 (avl-tree-delete): Add optional `test' and `nilflag' args.
25050 (avl-tree--do-delete): Add `test' and `nilflag' args.
25051 Change return value.
25052 (avl-tree-member): Add optional `nilflag'
25053 (avl-tree-member-p): New function.
25054 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
25055 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
25056 (avl-tree-stack-empty-p): New functions.
25057
25058 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
25059 avl-tree--del-balance1 and make it work both ways.
25060 (avl-tree--del-balance2): Remove.
25061 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
25062 make it work both ways.
25063 (avl-tree--enter-balance2): Remove.
25064 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
25065 New macros.
25066 (avl-tree--mapc, avl-tree-map): Add direction argument.
25067
25068 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
25069
25070 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
25071
25072 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
25073
25074 * select.el: Support clipboard managers with built-in function
25075 x-clipboard-manager-save, via delete-frame-functions and
25076 kill-emacs-hook.
25077 (xselect-convert-to-targets): Add MULTIPLE target to list.
25078 (xselect-convert-to-save-targets): New function.
25079
25080 2011-05-27 Kenichi Handa <handa@m17n.org>
25081
25082 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
25083 let-binding rfc2047-encode-encoded-words to nil.
25084
25085 2011-05-27 Glenn Morris <rgm@gnu.org>
25086
25087 * mail/emacsbug.el: Don't require url-util.
25088
25089 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
25090
25091 * files.el (set-auto-mode):
25092 Also respect mode: entries at the end of the file. (Bug#8586)
25093
25094 2011-05-26 Glenn Morris <rgm@gnu.org>
25095
25096 * files.el (hack-local-variables-prop-line, hack-local-variables):
25097 Downcase mode names, as seems to be traditional.
25098 (hack-local-variables, hack-local-variables-apply): Doc fixes.
25099
25100 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
25101 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
25102
25103 2011-05-25 Julien Danjou <julien@danjou.info>
25104
25105 * textmodes/rst.el (rst-define-level-faces): Do not define face
25106 symbol if it is already defined.
25107
25108 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
25109
25110 * play/5x5.el (5x5-new-game, 5x5-randomize):
25111 Reset 5x5-solver-output to nil when a new grid is cast.
25112 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
25113 these debugging traces, as defmacro breaks the compiled code.
25114
25115 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
25116
25117 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
25118
25119 2011-05-24 Leo Liu <sdl.web@gmail.com>
25120
25121 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
25122 (vc-bzr-sha1): Adapt.
25123
25124 * sha1.el: Remove. Function `sha1' is now builtin.
25125
25126 * bindings.el: Provide sha1 feature.
25127
25128 2011-05-24 Kenichi Handa <handa@m17n.org>
25129
25130 * mail/sendmail.el: Require `rfc2047'.
25131 (mail-insert-from-field): Do not perform RFC2047 encoding.
25132 (mail-encode-header): New function.
25133 (sendmail-send-it): Set buffer-file-coding-system of the work
25134 buffer to the return value of select-message-coding-system.
25135 Call mail-encode-header.
25136
25137 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
25138
25139 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
25140
25141 * mail/supercite.el (sc-default-cite-frame):
25142 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
25143
25144 2011-05-24 Glenn Morris <rgm@gnu.org>
25145
25146 * progmodes/python.el (brm-menu): Declare.
25147
25148 * emulation/viper.el (viper-set-hooks): Declare.
25149
25150 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
25151 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
25152 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
25153 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
25154 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
25155 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
25156
25157 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
25158
25159 Add an :exit-function for completion-at-point.
25160
25161 * minibuffer.el (completion--done): New fun.
25162 (completion--do-completion): Use it. New arg `expect-exact'.
25163 (minibuffer-complete, minibuffer-complete-word): Don't output message,
25164 since completion--do-completion does it for us now.
25165 (minibuffer-force-complete): Use completion--done and
25166 completion--replace. Handle sole-completion case with more care.
25167 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
25168 (completion-extra-properties): New var.
25169 (completion-annotate-function): Make obsolete.
25170 (minibuffer-completion-help): Adjust accordingly.
25171 Use completion-list-insert-choice-function.
25172 (completion-at-point, completion-help-at-point):
25173 Bind completion-extra-properties.
25174 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
25175 * simple.el (completion-list-insert-choice-function): New var.
25176 (completion-setup-function): Preserve it.
25177 (choose-completion): Pay attention to it, shuffle the code a bit.
25178 (choose-completion-string): New arg `insert-function'.
25179
25180 * textmodes/bibtex.el: Convert to lexical binding.
25181 (bibtex-mode-map): Use completion-at-point.
25182 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
25183 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
25184 (bibtex-complete): Define as obsolete alias.
25185 (bibtex-complete-internal): Remove.
25186 (bibtex-format-entry): Remove unused sub-group in regexp.
25187 * shell.el (shell--command-completion-data)
25188 (shell-environment-variable-completion):
25189 * pcomplete.el (pcomplete-completions-at-point):
25190 * comint.el (comint--complete-file-name-data): Use :exit-function
25191 instead of completion-table-with-terminator so it also works for
25192 choose-completion.
25193
25194 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
25195
25196 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
25197
25198 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
25199 (bug#8710).
25200
25201 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
25202
25203 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
25204
25205 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
25206 customization variable and implement: If non-nil, auto-fill will
25207 be inhibited while on topic's header line.
25208
25209 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
25210
25211 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
25212 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
25213 always have a solution in grid size = 5 cases.
25214 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
25215 (5x5-solver-output, 5x5-log-buffer): New vars.
25216 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
25217 Make these variables buffer local to achieve 5x5 multi-session-ness.
25218 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
25219 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
25220 (5x5-solve-suggest): New funs.
25221 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
25222 randomize a grid so that we ensure that there is always a solution.
25223 (5x5-make-random-grid): Allow other movement than flipping.
25224
25225 2011-05-23 Kevin Ryde <user42@zip.com.au>
25226
25227 * emacs-lisp/advice.el (ad-read-advised-function):
25228 Use `function-called-at-point' as the default, if it has
25229 advice and passes PREDICATE.
25230
25231 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
25232
25233 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
25234 byte-compile-lambda if it's actually a lambda.
25235
25236 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
25237 Fix function quoting. Use backquote better.
25238
25239 2011-05-22 Yuanle Song <sylecn@gmail.com>
25240
25241 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
25242 matching (Bug#8516).
25243
25244 2011-05-22 Jari Aalto <jari.aalto@cante.net>
25245
25246 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
25247 different face (Bug#8178).
25248
25249 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
25250
25251 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
25252 defface (Bug#8144).
25253
25254 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
25255
25256 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
25257 funcall as well (bug#8712). Warn when performing those conversions.
25258 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
25259
25260 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
25261
25262 2011-05-22 Glenn Morris <rgm@gnu.org>
25263
25264 * files.el (hack-local-variables-prop-line): Small simplifications.
25265 (hack-local-variables, hack-local-variables-prop-line):
25266 If MODE-ONLY, return the mode, rather than just `t'.
25267
25268 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
25269
25270 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
25271
25272 2011-05-21 Glenn Morris <rgm@gnu.org>
25273
25274 * files.el (hack-local-variables-prop-line, hack-local-variables):
25275 If only interested in the mode, don't bother doing the other stuff.
25276
25277 * image-mode.el (image-after-revert-hook):
25278 Redraw all frames on which the image is visible. (Bug#8567)
25279
25280 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
25281
25282 * wid-edit.el (widget-checklist-match-inline):
25283 Fix 2011-04-19 change. (Bug#8649)
25284
25285 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
25286
25287 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
25288 Also allow singlespace after single-letter capitals followed by a dot.
25289
25290 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
25291 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
25292
25293 2011-05-20 Nix <nix@esperi.org.uk>
25294
25295 * files.el (basic-save-buffer-2):
25296 Fix handling of break-hardlink-on-save with non-existent files.
25297
25298 2011-05-19 Deniz Dogan <deniz@dogan.se>
25299
25300 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
25301 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
25302
25303 2011-05-19 Glenn Morris <rgm@gnu.org>
25304
25305 * progmodes/f90.el (f90-type-def-re):
25306 Handle "type, bind(c)". (Bug#8691)
25307
25308 * emacs-lisp/autoload.el (batch-update-autoloads):
25309 Set autoload-excludes by parsing loadup.el rather than Makefiles.
25310
25311 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
25312
25313 * net/tramp.el (tramp-process-actions): Set "first-password-request"
25314 property for the correct connection in case of multihops.
25315
25316 2011-05-18 Glenn Morris <rgm@gnu.org>
25317
25318 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
25319 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
25320
25321 Rationalize calendar handling of day and month abbrev-arrays.
25322 * calendar/calendar.el (calendar-customized-p): New function.
25323 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
25324 (calendar-day-name-array, calendar-month-name-array): Doc fix.
25325 Add :set function.
25326 (calendar-abbrev-length, calendar-day-abbrev-array)
25327 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
25328 (calendar-day-abbrev-array, calendar-month-abbrev-array):
25329 Elements may no longer be nil.
25330 (calendar-day-name, calendar-month-name):
25331 Update for changed nature of abbrev arrays.
25332 * calendar/diary-lib.el (diary-name-pattern):
25333 Update for changed nature of abbrev arrays.
25334 (diary-mark-entries-1): Update calendar-make-alist calls.
25335 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
25336 * calendar/cal-html.el (cal-html-day-abbrev-array):
25337 Simply inherit from calendar-day-abbrev-array.
25338
25339 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
25340
25341 * progmodes/grep.el (grep-mode): Disable default
25342 compilation-directory-matcher setting (bug#8684).
25343
25344 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
25345
25346 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
25347 instead of "head" and "tail". There were problems with SunOS 5.9,
25348 and it performs better.
25349
25350 2011-05-17 Glenn Morris <rgm@gnu.org>
25351
25352 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
25353
25354 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
25355 Replace obsolete function.
25356
25357 * shell.el (pcomplete-parse-arguments-function): Declare.
25358
25359 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
25360 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
25361 (appt-check): Doc fixes.
25362 (appt-disp-window-function, appt-delete-window-function):
25363 Remove needless special case in custom :type.
25364 (appt-display-count): Default to 0, not nil.
25365 (appt-check): Reset appt-display-count to 0, not nil.
25366
25367 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
25368
25369 * progmodes/python.el (python-font-lock-keywords):
25370 Add the Python 3.X keyword "nonlocal" (bug#8639).
25371
25372 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
25373
25374 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
25375
25376 2011-05-16 Kevin Ryde <user42@zip.com.au>
25377
25378 * info-look.el (makefile-automake-mode): New setups, looking in
25379 automake manual, then makefile-mode.
25380 (makefile-mode): Remove automake manual, have it just in
25381 makefile-automake-mode since there's various things different or
25382 not relevant to plain make.
25383 (makefile-mode): Remove "other-modes" non-existent automake-mode,
25384 believe a hypothetical automake-mode would go to makefile-mode,
25385 not the other way around.
25386
25387 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
25388
25389 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
25390 hunk-end tags (Bug#8672).
25391
25392 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
25393 vc-annotate-show-diff-revision-at-line (Bug#8671).
25394
25395 2011-05-14 Glenn Morris <rgm@gnu.org>
25396
25397 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
25398 in the middle of an existing one with multiple authors. (Bug#8645)
25399 (change-log-font-lock-keywords): Also handle multiple author lines
25400 with leading tabs. (Bug#8644)
25401
25402 * calendar/appt.el (appt-check): Rename some local variables.
25403 Some simplification/reordering.
25404
25405 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
25406 (feedmail-sendmail-f-doesnt-sell-me-out)
25407 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
25408 (feedmail-debug-sit-for, feedmail-queue-express-hook)
25409 (feedmail-queue-runner-message-sender): Set :version.
25410 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
25411 (bbdb-dwim-net-address, vm-mail): Declare.
25412 (feedmail-binmail-gnulinuxish-template):
25413 Rename from feedmail-binmail-linuxish-template.
25414 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
25415 Use insert-buffer-substring.
25416
25417 2011-05-14 Bill Carpenter <bill@carpenter.org>
25418
25419 * mail/feedmail.el (feedmail-patch-level): Increase.
25420 (feedmail-debug): New custom group.
25421 (feedmail-confirm-outgoing-timeout)
25422 (feedmail-sendmail-f-doesnt-sell-me-out)
25423 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
25424 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
25425 (feedmail-sender-line, feedmail-from-line)
25426 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
25427 (feedmail-spray-this-address)
25428 (feedmail-spray-address-fiddle-plex-list)
25429 (feedmail-queue-use-send-time-for-date)
25430 (feedmail-queue-use-send-time-for-message-id)
25431 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
25432 (feedmail-buffer-eating-function):
25433 Doc fixes.
25434 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
25435 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
25436 (feedmail-message-action-scroll-down): New functions.
25437 (feedmail-queue-directory, feedmail-queue-draft-directory):
25438 Use expand-file-name.
25439 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
25440 Remove C-v help entry.
25441 (feedmail-queue-buffer-file-name): New variable.
25442 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
25443 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
25444 (feedmail-message-action-send-strong, feedmail-message-action-edit)
25445 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
25446 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
25447 (feedmail-message-action-toggle-spray)
25448 (feedmail-run-the-queue-no-prompts)
25449 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
25450 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
25451 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
25452 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
25453 (feedmail-envelope-deducer, feedmail-fiddle-from)
25454 (feedmail-fiddle-sender, feedmail-default-date-generator)
25455 (feedmail-fiddle-date, feedmail-fiddle-message-id)
25456 (feedmail-fiddle-spray-address)
25457 (feedmail-fiddle-list-of-spray-fiddle-plexes)
25458 (feedmail-fiddle-list-of-fiddle-plexes)
25459 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
25460 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
25461 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
25462 Change default. Doc fix.
25463 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
25464 (feedmail-binmail-linuxish-template): New constant.
25465 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
25466 Respect feedmail-sendmail-f-doesnt-sell-me-out.
25467 (feedmail-send-it): Add debug call.
25468 Use feedmail-queue-buffer-file-name, and
25469 feedmail-send-it-immediately-wrapper.
25470 (feedmail-message-action-send): Add debug call.
25471 Use feedmail-send-it-immediately-wrapper.
25472 (feedmail-queue-express-to-queue): Add debug call.
25473 Run feedmail-queue-express-hook.
25474 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
25475 (feedmail-message-action-help-blat):
25476 Rename from feedmail-queue-send-edit-prompt-help-first.
25477 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
25478 Check line-endings. Handle errors better.
25479 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
25480 Doc fix. Add debug call.
25481 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
25482 Use feedmail-queue-send-edit-prompt-inner.
25483 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
25484 (feedmail-queue-send-edit-prompt-inner): New function, extracted
25485 from feedmail-queue-send-edit-prompt.
25486 (feedmail-queue-send-edit-prompt-help)
25487 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
25488 (feedmail-tidy-up-slug): Add debug call.
25489 Respect feedmail-queue-slug-suspect-regexp.
25490 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
25491 (feedmail-dump-message-to-queue): Add debug call.
25492 Expand queue-directory.
25493 (feedmail-dump-message-to-queue): Change message slightly.
25494 Use feedmail-say-chatter.
25495 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
25496 (feedmail-send-it-immediately-wrapper): New function.
25497 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
25498 Insert empty string rather than newline. Handle full-frame case.
25499 Use catch/throw. Use feedmail-say-chatter.
25500 (feedmail-fiddle-from): Try mail-host-address.
25501 (feedmail-default-message-id-generator): Doc fix.
25502 Bind system-time-locale. Handle missing end.
25503 (feedmail-fiddle-x-mailer): Add debug call.
25504 Handle feedmail-x-mailer-line being nil.
25505 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
25506 Add debug call. Use buffer-substring-no-properties.
25507 (feedmail-say-debug, feedmail-say-chatter): New functions.
25508 (feedmail-find-eoh): Give an explicit error.
25509
25510 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
25511
25512 * net/newst-treeview.el (newsticker-treeview-face): Change default
25513 family from helvetica to sans.
25514 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
25515 etc/images/newsticker.
25516
25517 * net/newst-reader.el (newsticker-feed-face): Change default
25518 family from helvetica to sans.
25519
25520 * net/newst-plainview.el (newsticker-new-item-face)
25521 (newsticker-old-item-face, newsticker-immortal-item-face)
25522 (newsticker-obsolete-item-face, newsticker-date-face)
25523 (newsticker-statistics-face): Change default family from
25524 helvetica to sans.
25525 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
25526 etc/images/newsticker.
25527
25528 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
25529 (newsticker--process-auto-mark-filter-match): Tell user about
25530 auto-marking.
25531
25532 2011-05-13 Didier Verna <didier@xemacs.org>
25533
25534 Common Lisp indentation improvements on defmethod and lambda-lists.
25535 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
25536 TODO entries.
25537 (lisp-lambda-list-keyword-parameter-indentation)
25538 (lisp-lambda-list-keyword-parameter-alignment)
25539 (lisp-lambda-list-keyword-alignment): New customizable user options.
25540 (lisp-indent-defun-method): Improve docstring.
25541 (extended-loop-p): Fix comment.
25542 (lisp-indent-lambda-list-keywords-regexp): New variable.
25543 (lisp-indent-lambda-list): New function.
25544 (lisp-indent-259): Use it.
25545 (lisp-indent-defmethod): Support for more than one
25546 method qualifier and properly indent methods lambda-lists.
25547 (defgeneric): Provide a missing common-lisp-indent-function property.
25548
25549 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
25550
25551 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
25552 bounds for the empty string (bug#8667).
25553
25554 2011-05-13 Glenn Morris <rgm@gnu.org>
25555
25556 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
25557
25558 * mail/sendmail.el (sendmail-program): Try executable-find first.
25559 (sendmail-send-it): `sendmail-program' cannot be unbound.
25560
25561 * calendar/appt.el (appt-make-list): Simplify.
25562 (appt-time-msg-list): Doc fix.
25563 (appt-check): Change mode-line message at the time of the appointment.
25564
25565 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
25566
25567 * progmodes/ld-script.el (ld-script-keywords)
25568 (ld-script-builtins): Update keywords list.
25569
25570 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25571
25572 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
25573
25574 * shell.el (shell-completion-vars): New function.
25575 (shell-mode):
25576 * simple.el (read-shell-command): Use it.
25577 (blink-matching-open): No need for " [...]" in minibuffer-message.
25578
25579 2011-05-12 Glenn Morris <rgm@gnu.org>
25580
25581 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
25582 (appt-check): Simplify.
25583
25584 2011-05-12 Eli Zaretskii <eliz@gnu.org>
25585
25586 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
25587 literal "/dev/null".
25588
25589 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25590
25591 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
25592 Fix typo.
25593
25594 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
25595
25596 * progmodes/which-func.el (which-function):
25597 Use add-log-current-defun instead of add-log-current-defun-function,
25598 which might not be defined (Bug#8260).
25599
25600 2011-05-12 Glenn Morris <rgm@gnu.org>
25601
25602 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
25603 Let byte-compile-initial-macro-environment always take precedence.
25604
25605 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25606
25607 * net/rcirc.el: Add support for SSL/TLS connections.
25608 (rcirc-server-alist): New field `encryption'.
25609 (rcirc): Check `encryption' settings.
25610 (rcirc-connect): New arg `encryption'. Use open-network-stream.
25611 Merge make-local-variable into `set'.
25612 (rcirc--connection-open-p): New function.
25613 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
25614 the process is not a network process (e.g. running gnutls-cli).
25615 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
25616 Make rcirc-(en|de)code-coding-system local here.
25617 (rcirc-mode): Merge make-local-variable into `set'.
25618 (rcirc-parent-buffer): Make permanent buffer-local.
25619 (rcirc-multiline-minor-mode): Don't do it here.
25620 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
25621 there's no server buffer.
25622
25623 2011-05-11 Glenn Morris <rgm@gnu.org>
25624
25625 * newcomment.el (comment-kill): Prefix "unused" local.
25626
25627 * term/w32console.el (get-screen-color): Declare.
25628
25629 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
25630 Handle symbol elements of byte-compile-initial-macro-environment.
25631
25632 2011-05-10 Leo Liu <sdl.web@gmail.com>
25633
25634 * bookmark.el (bookmark-bmenu-mode-map):
25635 Bind bookmark-bmenu-search to `/'.
25636
25637 * mail/footnote.el: Convert to utf-8 encoding.
25638 (footnote-unicode-string, footnote-unicode-regexp): New variable.
25639 (Footnote-unicode): New function.
25640 (footnote-style-alist): Add unicode style to the list.
25641 (footnote-style): Doc fix.
25642
25643 2011-05-10 Jim Meyering <meyering@redhat.com>
25644
25645 Fix doubled-word typos.
25646 * international/quail.el (quail-insert-kbd-layout): and and -> and
25647 * kermit.el: and and -> and
25648 * net/ldap.el (ldap-search-internal): to to -> to
25649 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
25650 * progmodes/js.el (js-mode): and and -> and
25651 * textmodes/artist.el (artist-move-to-xy): at at -> at
25652 (artist-draw-region-trim-line-endings): if if -> if
25653 And Safetyc -> Safety.
25654 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
25655
25656 2011-05-10 Glenn Morris <rgm@gnu.org>
25657 Stefan Monnier <monnier@iro.umontreal.ca>
25658
25659 * files.el (hack-one-local-variable-eval-safep):
25660 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
25661
25662 2011-05-10 Glenn Morris <rgm@gnu.org>
25663
25664 * calendar/diary-lib.el (diary-list-entries-hook)
25665 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
25666 (diary-nongregorian-marking-hook, diary-list-entries)
25667 (diary-include-other-diary-files, diary-mark-entries)
25668 (diary-mark-included-diary-files): Doc fixes.
25669
25670 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
25671
25672 * misc.el: Require tabulated-list.el during compilation.
25673
25674 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
25675
25676 * progmodes/compile.el (compilation-start):
25677 Run compilation-filter-hook for the async case too.
25678 (compilation-filter-hook): Doc fix.
25679
25680 2011-05-09 Deniz Dogan <deniz@dogan.se>
25681
25682 * wdired.el: Remove outdated installation comment. Fix usage
25683 comment.
25684
25685 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
25686
25687 * misc.el: Implement new command `list-dynamic-libraries'.
25688 (list-dynamic-libraries--loaded-only-p): New variable.
25689 (list-dynamic-libraries--refresh): New function.
25690 (list-dynamic-libraries): New command.
25691
25692 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
25693
25694 * progmodes/compile.el (compilation-error-regexp-alist-alist):
25695 Fix the ant regexp to handle end-line and end-column info from jikes.
25696 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
25697 higher priority to avoid clobbering by gnu.
25698
25699 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
25700
25701 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
25702 if the face has existing theme settings (Bug#8454).
25703
25704 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
25705
25706 * progmodes/perl-mode.el (perl-imenu-generic-expression):
25707 Only match variables declared via `my' or `our' (Bug#8261).
25708
25709 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
25710 special file names `.' and `..' (Bug#8259).
25711
25712 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
25713
25714 * progmodes/grep.el (grep-mode-font-lock-keywords):
25715 Remove buffer-changing entries.
25716 (grep-filter): New function.
25717 (grep-mode): Add it to compilation-filter-hook.
25718
25719 * progmodes/compile.el (compilation-filter-hook)
25720 (compilation-filter-start): New defvars.
25721 (compilation-filter): Call compilation-filter-hook prior to
25722 updating the process mark.
25723
25724 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
25725
25726 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
25727
25728 2011-05-07 Eli Zaretskii <eliz@gnu.org>
25729
25730 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
25731 mailclient-send-it even if window-system is nil. (Bug#8595)
25732
25733 * term/w32console.el (terminal-init-w32console):
25734 Call get-screen-color and use its output to set the frame
25735 background-mode. (Bug#8597)
25736
25737 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
25738
25739 Make bytecomp.el understand that defmethod defines funs (bug#8631).
25740 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
25741 New functions.
25742 (defgeneric, eieio--defmethod): Use them.
25743 (eieio-defgeneric): Remove.
25744 (defmethod): Call defgeneric in a way visible to the byte-compiler.
25745
25746 2011-05-07 Glenn Morris <rgm@gnu.org>
25747
25748 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
25749 Use let rather than let*.
25750 (timeclock-find-discrep): Remove unused local.
25751
25752 * calendar/diary-lib.el (diary-comment-start): Doc fix.
25753
25754 * calendar/appt.el (appt-time-msg-list): Doc fix.
25755
25756 2011-05-06 Noah Friedman <friedman@splode.com>
25757
25758 * apropos.el (apropos-print-doc): Only use
25759 emacs-lisp-docstring-fill-column when it is bound to an integer,
25760 per that variable's documentation.
25761
25762 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
25763
25764 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
25765 and warnings are not silently discarded (e.g. use -d instead of -P).
25766
25767 2011-05-06 Glenn Morris <rgm@gnu.org>
25768
25769 * calendar/appt.el (appt-message-warning-time): Doc fix.
25770 (appt-warning-time-regexp): New option.
25771 (appt-make-list): Respect appt-message-warning-time.
25772
25773 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
25774 New options.
25775 (diary-add-to-list): Strip comments from the displayed string.
25776 (diary-mode): Set comment-start and comment-end.
25777
25778 * vc/diff-mode.el (smerge-refine-subst): Declare.
25779 (diff-refine-hunk): Don't require smerge-mode when compiling.
25780
25781 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
25782
25783 * simple.el (list-processes): Return nil as the docstring says.
25784
25785 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
25786
25787 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
25788 to "".
25789 (ange-ftp-write-region, ange-ftp-insert-file-contents)
25790 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
25791 determining of binary transfer. (Bug#7383)
25792
25793 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
25794
25795 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25796 Fix port computation bug. (Bug#8618)
25797
25798 2011-05-05 Glenn Morris <rgm@gnu.org>
25799
25800 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
25801
25802 * simple.el (shell-dynamic-complete-functions)
25803 (comint-dynamic-complete-functions): Declare.
25804
25805 * net/network-stream.el (gnutls-negotiate):
25806 * simple.el (tabulated-list-print): Fix declarations.
25807
25808 * progmodes/gud.el (syntax-symbol, syntax-point):
25809 Remove unnecessary and incorrect declarations.
25810
25811 * emacs-lisp/check-declare.el (check-declare-scan):
25812 Handle byte-compile-initial-macro-environment in bytecomp.el.
25813
25814 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
25815
25816 Fix earlier half-done eieio-defmethod change (bug#8338).
25817 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
25818 Streamline and change calling convention.
25819 (defmethod): Adjust accordingly and simplify.
25820 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
25821 new eieio--defmethod.
25822 (slot-boundp): Minor CSE simplification.
25823
25824 2011-05-05 Milan Zamazal <pdm@zamazal.org>
25825
25826 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
25827 (glasses-make-readable): Use glasses-separate-capital-groups.
25828
25829 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
25830
25831 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
25832 (warning-series): Doc fix.
25833 (display-warning): Don't try to create the buffer if we just found it.
25834
25835 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
25836
25837 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
25838 (autoload-find-generated-file): New function.
25839 (generate-file-autoloads): Bind generated-autoload-file to
25840 buffer-file-name.
25841 (update-file-autoloads, update-directory-autoloads):
25842 Use autoload-find-generated-file. If called interactively, prompt for
25843 output file (Bug#7989).
25844 (batch-update-autoloads): Doc fix.
25845
25846 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
25847
25848 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
25849
25850 2011-05-04 Glenn Morris <rgm@gnu.org>
25851
25852 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
25853 function, so it follows changes in calendar-date-style.
25854 (diary-fancy-date-matcher): New function.
25855 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
25856 (diary-fancy-font-lock-fontify-region-function):
25857 Use diary-fancy-date-pattern as a function.
25858
25859 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
25860 non-numbers for `year' etc pseudo-variables. (Bug#8583)
25861
25862 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
25863
25864 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
25865 instead of positional arguments. Allow :keylist and :crlfiles
25866 arguments.
25867 (open-gnutls-stream): Call it.
25868
25869 * net/network-stream.el (network-stream-open-starttls): Adjust to
25870 call `gnutls-negotiate' with :process and :hostname arguments.
25871
25872 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
25873
25874 * minibuffer.el (completion--message): New function.
25875 (completion--do-completion, minibuffer-complete)
25876 (minibuffer-force-complete, minibuffer-complete-word): Use it.
25877 (completion--do-completion): Don't ignore completion-auto-help when in
25878 icomplete-mode.
25879
25880 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
25881 internal encoding (e.g. tibetan zero is not whitespace).
25882 (global-whitespace-mode): Prefer save-current-buffer.
25883 (whitespace-trailing-regexp): Remove useless save-match-data.
25884 (whitespace-empty-at-bob-regexp): Minor simplification.
25885
25886 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
25887
25888 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
25889
25890 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
25891
25892 * textmodes/ispell.el (ispell-add-per-file-word-list):
25893 Use `concat' to create string for insertion.
25894
25895 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
25896
25897 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
25898 Avoid open-line which runs post-self-insert-hook.
25899 (bibtex-fill-entry): Remove unused `end' var.
25900
25901 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
25902
25903 * textmodes/ispell.el (ispell-add-per-file-word-list):
25904 Protect against `nil' value of `comment-start' (Bug#8579).
25905
25906 2011-05-03 Leo Liu <sdl.web@gmail.com>
25907
25908 * isearch.el (isearch-yank-pop): New command.
25909 (isearch-mode-map): Bind it to `M-y'.
25910 (isearch-forward): Mention it.
25911
25912 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
25913
25914 * simple.el (minibuffer-complete-shell-command): Remove.
25915 (minibuffer-local-shell-command-map): Use completion-at-point.
25916 (read-shell-command): Setup completion vars here instead.
25917 (read-expression-map): Bind TAB to symbol completion.
25918
25919 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
25920 error directly rather via storing it into `results'.
25921
25922 2011-05-02 Leo Liu <sdl.web@gmail.com>
25923
25924 * vc/diff.el: Fix description.
25925
25926 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
25927
25928 * server.el (server-eval-at): New function.
25929
25930 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
25931
25932 * net/network-stream.el (open-network-stream): Take a :nowait
25933 parameter and pass it on to `make-network-process'.
25934 (network-stream-open-plain): Ditto.
25935
25936 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
25937
25938 * faces.el (face-spec-set-match-display): Don't match toolkit
25939 options on terminal frames.
25940
25941 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
25942
25943 * progmodes/pascal.el: Use lexical binding.
25944 (pascal-mode-map): Remove author preferences.
25945
25946 * pcomplete.el (pcomplete-std-complete): Don't abuse
25947 completion-at-point.
25948
25949 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
25950
25951 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
25952 removing code that has been dead since 1991 or so.
25953
25954 * startup.el (command-line): When warning about "_emacs", use a
25955 delayed warning to allow the user to filter it out.
25956
25957 2011-04-28 Deniz Dogan <deniz@dogan.se>
25958
25959 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
25960 user has not joined.
25961
25962 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
25963
25964 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
25965 aren't any completions at point.
25966
25967 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
25968
25969 * subr.el (display-delayed-warnings): New function.
25970 (delayed-warnings-hook): New variable.
25971
25972 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
25973
25974 * minibuffer.el (completion-at-point, completion-help-at-point):
25975 Don't presume that a given completion-at-point-function will always
25976 use the same calling convention.
25977
25978 * pcomplete.el (pcomplete-completions-at-point):
25979 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
25980 pcomplete-seen is non-nil.
25981 (pcomplete-comint-setup): Also recognize the new comint/shell
25982 completion functions.
25983 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
25984 pcomplete-seen is non-nil.
25985
25986 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
25987
25988 * calendar/icalendar.el (diary-lib): Add require statement.
25989 (icalendar--create-uid): Read out a uid from a text-property on
25990 the first character in the entry. This allows for code to add its
25991 own uid to the entry.
25992 (icalendar--convert-float-to-ical): Add export of
25993 `diary-float'-entries save for those with the optional DAY
25994 argument.
25995
25996 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
25997
25998 * subr.el (shell-quote-argument): Use alternate escaping strategy
25999 when we spot a variable reference in a string.
26000
26001 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
26002
26003 * cus-start.el (all): Define customization for debug-on-event.
26004
26005 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
26006
26007 * subr.el (shell-quote-argument): Escape correctly under Windows.
26008
26009 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
26010
26011 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
26012
26013 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
26014
26015 * net/tramp.el (tramp-process-actions): Add POS argument.
26016 Delete region between POS and (pos).
26017
26018 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26019 Use `nil' position in `tramp-process-actions' call.
26020 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
26021
26022 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
26023 position in `tramp-process-actions' call.
26024
26025 * net/trampver.el: Update release number.
26026
26027 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
26028
26029 * custom.el (defcustom): Obey lexical-binding.
26030
26031 Fix octave-inf completion problems reported by Alexander Klimov.
26032 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
26033 Inherit from octave-mode-syntax-table.
26034 (inferior-octave-mode): Set info-lookup-mode.
26035 (inferior-octave-completion-at-point): New function.
26036 (inferior-octave-complete): Use it and completion-in-region.
26037 (inferior-octave-dynamic-complete-functions): Use it as well, and use
26038 comint-filename-completion.
26039 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
26040 symbol elements which shouldn't be word elements.
26041 (octave-font-lock-keywords, octave-beginning-of-defun)
26042 (octave-function-header-regexp): Adjust regexps accordingly.
26043 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
26044
26045 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
26046
26047 * net/gnutls.el (gnutls-errorp): Declare before first use.
26048
26049 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
26050
26051 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
26052 verify-error, and verify-hostname-error parameters. Check whether
26053 default trustfile exists before going to use it. Add missing
26054 argument to gnutls-message-maybe call. Return value.
26055 Reported by Claudio Bley <claudio.bley@gmail.com>.
26056 (open-gnutls-stream): Add usage example.
26057
26058 * net/network-stream.el (network-stream-open-starttls): Give host
26059 parameter to `gnutls-negotiate'.
26060 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
26061 * subr.el (shell-quote-argument): Escape correctly under Windows.
26062
26063 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
26064
26065 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
26066 Use correct match group (bug#8438).
26067
26068 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
26069
26070 * emacs-lisp/package.el (package-built-in-p): Fix typo.
26071 (package-menu--generate): New arg specifying packages to show.
26072 (package-menu-refresh, package-menu-execute, list-packages):
26073 Callers changed.
26074 (package-show-package-list): New function, replacing deleted
26075 package--list-packages (renamed because it is non-internal).
26076
26077 * finder.el (finder-list-matches): Use package-show-package-list
26078 instead of deleted package--list-packages.
26079
26080 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
26081 Based on a previous implementation by Juanma Barranquero (Bug#8366).
26082 (vc-annotate-mode-map): Bind it to RET.
26083
26084 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
26085
26086 * progmodes/etags.el (next-file): Don't use set-buffer to change
26087 buffers (Bug#8478).
26088
26089 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
26090
26091 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
26092
26093 * apropos.el (apropos-label-face): Avoid variable-pitch face.
26094 (apropos-accumulator): Doc fix.
26095 (apropos-function, apropos-macro, apropos-command)
26096 (apropos-variable, apropos-face, apropos-group, apropos-widget)
26097 (apropos-plist): Add face property.
26098 (apropos-symbols-internal): Fix indentation.
26099 (apropos-print): Simplify help, and recognize apropos-multi-type.
26100 (apropos-print-doc): Use button-type-get to extract the button's
26101 face property. Fill docstring (Bug#8352).
26102
26103 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
26104
26105 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
26106
26107 * play/mpuz.el (mpuz-silent): Doc fix.
26108 (mpuz-mode-map): Use mapc.
26109 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
26110 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
26111 Fix typos in docstrings.
26112
26113 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
26114 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
26115
26116 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
26117
26118 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
26119
26120 * minibuffer.el (completion--do-completion): Avoid the "Next char
26121 not unique" prompt if icomplete-mode is enabled (Bug#5849).
26122
26123 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
26124 mouse-2 into unread-command-events, it is interpreted correctly.
26125
26126 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
26127 (image-toggle-display): Doc fix.
26128
26129 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
26130
26131 * textmodes/page.el (what-page): Use line-number-at-pos to
26132 calculate line number (Bug#6825).
26133
26134 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
26135
26136 * eshell/esh-mode.el (find-tag-interactive): Declare function.
26137 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
26138 Pass argument NO-DEFAULT to `find-tag-interactive'.
26139
26140 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
26141
26142 Lexical-binding cleanup.
26143
26144 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
26145 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
26146 * progmodes/ada-prj.el (ada-prj-initialize-values)
26147 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
26148 (ada-prj-show-value):
26149 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
26150 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
26151 (antlr-invalidate-context-cache, antlr-options-menu-filter)
26152 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
26153 * progmodes/bug-reference.el (bug-reference-push-button):
26154 * progmodes/fortran.el (fortran-line-length):
26155 * progmodes/glasses.el (glasses-change):
26156 * progmodes/octave-mod.el (octave-fill-paragraph):
26157 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
26158 (python-pdbtrack-grub-for-buffer, python-sentinel):
26159 * progmodes/sql.el (sql-save-connection):
26160 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
26161 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
26162 Mark unused parameters.
26163
26164 * progmodes/compile.el (compilation--flush-directory-cache)
26165 (compilation--flush-parse, compile-internal): Mark unused parameters.
26166 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
26167 (compilation-next-error-function): Remove unused variable `timestamp'.
26168
26169 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
26170 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
26171
26172 * progmodes/dcl-mode.el (dcl-end-of-command):
26173 Remove unused variable `start'.
26174 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
26175 (dcl-option-value-basic, dcl-option-value-offset)
26176 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
26177 Mark unused parameters.
26178 (dcl-save-local-variable): Remove unused variable `val'.
26179 (mode): Declare.
26180
26181 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
26182 Mark unused parameters.
26183 (delphi-ignore-changes): Move before first use.
26184 (delphi-charset-token-at): Remove unused variable `start'.
26185 (delphi-else-start): Remove unused variable `if-count'.
26186 (delphi-comment-block-start, delphi-comment-block-end):
26187 Remove unused variable `kind'.
26188 (delphi-indent-line): Remove unused variable `new-point'.
26189
26190 * progmodes/ebrowse.el (ebrowse-files-list)
26191 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
26192 Mark unused parameters. Don't quote `lambda'.
26193 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
26194 Don't quote `lambda'.
26195 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
26196 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
26197 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
26198 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
26199 Use `ignore-errors'.
26200 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
26201 (ebrowse-view/find-file-and-search-pattern)
26202 (ebrowse-view/find-member-declaration/definition):
26203 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
26204 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
26205 Rename parameter PREFIX-ARG to PREFIX.
26206 (ebrowse-tags-read-name): Remove unused variables `start' and
26207 `member-info'.
26208 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
26209 to `tags-file'.
26210
26211 * progmodes/etags.el (local-find-tag-hook): Declare.
26212 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
26213 Mark unused parameters.
26214
26215 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
26216 (executable-interpret): Mark unused parameter.
26217
26218 * progmodes/flymake.el (flymake-process-sentinel)
26219 (flymake-after-change-function)
26220 (flymake-create-temp-with-folder-structure)
26221 (flymake-get-include-dirs-dot): Mark unused parameters.
26222 (flymake-safe-delete-directory): Remove unused variable `err'.
26223
26224 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
26225 (speedbar-timer-fn, speedbar-line-text)
26226 (speedbar-change-expand-button-char, speedbar-delete-subblock)
26227 (speedbar-center-buffer-smartly): Declare functions.
26228 (gdb-find-watch-expression): Remove unused variable `array'.
26229 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
26230 (gdb-starting): Mark unused parameters.
26231 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
26232 (gdb-table-string): Remove unused variable `res'.
26233 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
26234 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
26235 (gdb-display-buffer): Remove unused variable `cur-size'.
26236
26237 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
26238 allow lexical-binding compilation.
26239 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
26240 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
26241 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
26242 Mark unused parameters.
26243 (gud-gdb-marker-filter): Remove unused variable `match'.
26244 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
26245 lambda expressions and funcall them, instead of using `fset'.
26246
26247 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
26248 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
26249
26250 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
26251 variable `header-beg'; use `let'.
26252
26253 * progmodes/icon.el (indent-icon-exp): Remove unused variables
26254 `restart', `last-sexp' and `at-do'.
26255
26256 * progmodes/js.el (js--debug): Mark unused parameter.
26257 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
26258 (js--splice-into-items): Remove unused variable `item'.
26259 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
26260
26261 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
26262 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
26263 (makefile-complete): Remove unused variable `try'.
26264 (makefile-fill-paragraph, makefile-match-function-end):
26265 Mark unused parameters.
26266
26267 * progmodes/octave-inf.el (inferior-octave-complete):
26268 Remove unused variable `proc'.
26269 (inferior-octave-output-digest): Mark unused parameter.
26270
26271 * progmodes/perl-mode.el (perl-calculate-indent):
26272 Remove unused variable `err'.
26273
26274 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
26275 (prolog-indent-line): Mark unused parameters.
26276 (prolog-indent-line): Remove unused variable `beg'.
26277
26278 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
26279 (reporter-dont-compact-list): Declare.
26280
26281 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
26282 Remove unused variable `char'.
26283 (sh-debug): Mark unused parameter.
26284 (sh-get-indent-info): Remove unused variable `start'.
26285 (sh-calculate-indent): Remove unused variable `var'.
26286
26287 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
26288 (simula-electric-keyword): Remove unused variable `null'.
26289 (simula-search-backward, simula-search-forward): Remove unused
26290 variables `begin' and `end'.
26291
26292 * progmodes/vera-mode.el (vera-guess-basic-syntax):
26293 Remove unused variable `pos'.
26294 (vera-electric-tab, vera-comment-uncomment-region):
26295 Mark unused parameters.
26296 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
26297
26298 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
26299
26300 * emacs-lisp/package.el (package--builtins, package-alist)
26301 (package-load-descriptor, package-built-in-p, package-activate)
26302 (define-package, package-installed-p)
26303 (package-compute-transaction, package-buffer-info)
26304 (package--push): Doc fix. Distinguish more clearly between
26305 version strings and version lists.
26306
26307 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
26308
26309 Lexical-binding cleanup.
26310
26311 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
26312 (5x5-make-mutate-best):
26313 * play/fortune.el (fortune-in-buffer):
26314 * play/gomoku.el (gomoku-init-display):
26315 * play/solitaire.el (solitaire, solitaire-do-check):
26316 * play/tetris.el (tetris-default-update-speed-function):
26317 Mark unused parameters.
26318
26319 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
26320 (bubbles--shift): Remove unused variable `char-org'.
26321 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
26322 (bubbles--show-images): Remove unused variable `char'.
26323
26324 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
26325 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
26326 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
26327 (decipher-analyze-buffer): Use ?\s.
26328 (decipher-make-checkpoint): Remove unused variable `mapping'.
26329
26330 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
26331
26332 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
26333 Remove unused variable `result'; use `let'.
26334
26335 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
26336 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
26337 (gametree-children-shown-p, gametree-compute-reduced-score):
26338 Use `ignore-errors'.
26339
26340 * play/handwrite.el (ps-lpr-switches): Declare.
26341 (handwrite): Remove unused variables `pmin' and `lastp'.
26342
26343 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
26344
26345 * play/landmark.el (landmark-init-display)
26346 (landmark-update-naught-weights): Mark unused parameters.
26347 (landmark-y): Remove unused variable `noise'. Simplify.
26348 (landmark-human-plays): Remove unused variable `score'.
26349
26350 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
26351 (mpuz-try-proposal): Remove unused variable `game'.
26352
26353 * play/zone.el (life-patterns): Declare.
26354
26355 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
26356
26357 * vc/vc.el (ediff-vc-internal): Declare function.
26358
26359 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
26360
26361 * shell.el: Use lexical-binding and std completion UI.
26362 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
26363 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
26364 comint-preoutput-filter-functions rather than on
26365 comint-output-filter-functions.
26366 (shell-command-completion, shell--command-completion-data)
26367 (shell-filename-completion, shell-environment-variable-completion)
26368 (shell-c-a-p-replace-by-expanded-directory): New functions.
26369 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
26370 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
26371 (shell-dynamic-complete-environment-variable): Use them.
26372 (shell-dynamic-complete-as-environment-variable)
26373 (shell-dynamic-complete-as-command): Remove.
26374 (shell-match-partial-variable): Match past point.
26375 * comint.el: Clean up use of completion-at-point-functions.
26376 (comint-completion-at-point): New function.
26377 (comint-mode): Use it completion-at-point-functions.
26378 (comint-dynamic-complete): Make it obsolete.
26379 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
26380 (comint-c-a-p-replace-by-expanded-history): New function.
26381 (comint-dynamic-complete-functions)
26382 (comint-replace-by-expanded-history): Use it.
26383 * minibuffer.el (completion-table-with-terminator): Allow dynamic
26384 termination strings. Try harder to avoid second try-completion.
26385 (completion-in-region-mode-map): Disable bindings that don't work yet.
26386
26387 * comint.el: Use lexical-binding. Require CL.
26388 (comint-dynamic-complete-functions): Use comint-filename-completion.
26389 (comint-completion-addsuffix): Tweak custom type.
26390 (comint-filename-completion, comint--common-suffix)
26391 (comint--common-quoted-suffix, comint--table-subvert)
26392 (comint--complete-file-name-data): New functions.
26393 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
26394 (comint-dynamic-list-filename-completions): Use them.
26395 (comint-dynamic-simple-complete): Make obsolete.
26396
26397 * minibuffer.el (completion-in-region-mode):
26398 Keep completion-in-region-mode--predicate global.
26399 (completion-in-region--postch):
26400 Assume completion-in-region-mode--predicate is not null.
26401
26402 * progmodes/flymake.el (flymake-start-syntax-check-process):
26403 Obey `dir'. Simplify.
26404
26405 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
26406 we're in VC after all.
26407
26408 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
26409
26410 * vc/vc.el (vc-diff-build-argument-list-internal)
26411 (vc-version-ediff, vc-ediff): New commands.
26412 (vc-version-diff): Use vc-diff-build-argument-list-internal.
26413
26414 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
26415
26416 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
26417 add sanity check.
26418
26419 * obsolete/erc-hecomplete.el: Make obsolete.
26420 * obsolete/: Standardize obsolescence info in the header.
26421
26422 2011-04-20 Glenn Morris <rgm@gnu.org>
26423
26424 * calendar/solar.el (solar-horizontal-coordinates):
26425 Use the longitude argument rather than `calendar-longitude'.
26426 (solar-date-next-longitude): Remove unused locals.
26427
26428 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26429
26430 * whitespace.el: New version 13.2.1.
26431
26432 2011-04-20 felix <EmacsWiki> (tiny change)
26433
26434 * whitespace.el (global-whitespace-mode): Keep highlight when
26435 switching between major modes on a file.
26436
26437 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
26438
26439 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
26440 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
26441 multi-line comments as well.
26442
26443 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
26444
26445 Lexical-binding cleanup.
26446
26447 * arc-mode.el (archive-mode-revert):
26448 * cmuscheme.el (scheme-interactively-start-process):
26449 * custom.el (custom-initialize-delay):
26450 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
26451 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
26452 * emacs-lock.el (emacs-lock-clear-sentinel):
26453 * ezimage.el (defezimage):
26454 * follow.el (follow-avoid-tail-recenter):
26455 * fringe.el (set-fringe-mode-1):
26456 * generic-x.el (bat-generic-mode-compile):
26457 * help-mode.el (help-info-variable, help-do-xref)
26458 (help-mode-revert-buffer):
26459 * help.el (view-emacs-todo):
26460 * iswitchb.el (iswitchb-completion-help):
26461 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
26462 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
26463 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
26464 * locate.el (locate-update):
26465 * longlines.el (longlines-encode-region)
26466 (longlines-after-change-function):
26467 * outline.el (outline-isearch-open-invisible):
26468 * ps-def.el (declare-function, charset-dimension, char-width)
26469 (encode-char):
26470 * ps-mule.el (ps-mule-plot-string):
26471 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
26472 (recentf-edit-list-select, recentf-edit-list-validate)
26473 (recentf-open-files-action):
26474 * rect.el (delete-whitespace-rectangle-line)
26475 (rectangle-number-line-callback):
26476 * register.el (window-configuration-to-register)
26477 (frame-configuration-to-register):
26478 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
26479 * select.el (xselect-convert-to-string, xselect-convert-to-length)
26480 (xselect-convert-to-targets, xselect-convert-to-delete)
26481 (xselect-convert-to-filename, xselect-convert-to-charpos)
26482 (xselect-convert-to-lineno, xselect-convert-to-colno)
26483 (xselect-convert-to-os, xselect-convert-to-host)
26484 (xselect-convert-to-user, xselect-convert-to-class)
26485 (xselect-convert-to-name, xselect-convert-to-integer)
26486 (xselect-convert-to-atom, xselect-convert-to-identity):
26487 * subr.el (declare, ignore, process-kill-without-query)
26488 (text-clone-maintain):
26489 * terminal.el (te-get-char, te-tic-sentinel):
26490 * tool-bar.el (tool-bar-make-keymap):
26491 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
26492 * type-break.el (type-break-mode, type-break-noninteractive-query):
26493 * view.el (View-back-to-mark):
26494 * wid-browse.el (widget-browse-action, widget-browse-widget)
26495 (widget-browse-widgets, widget-browse-sexp):
26496 * widget.el (define-widget-keywords):
26497 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
26498 Mark unused parameters.
26499
26500 * align.el (align-adjust-col-for-rule): Mark unused parameter.
26501 (align-areas): Remove unused variable `look'.
26502 (align-region): Remove unused variables `real-end' and `pos-list'.
26503
26504 * apropos.el (apropos-score-doc): Remove unused variable `i'.
26505
26506 * bindings.el (mode-line-modified, mode-line-remote):
26507 Mark unused parameters.
26508 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
26509
26510 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
26511 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
26512
26513 * comint.el (comint-history-isearch-pop-state)
26514 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
26515 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
26516 (comint-substitute-in-file-name): Doc fix.
26517
26518 * completion.el (cmpl-statistics-block): Mark unused parameter.
26519 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
26520 (save-completions-to-file, load-completions-from-file):
26521 Remove unused local variable `e'.
26522
26523 * composite.el (compose-chars): Remove unused variable `len'.
26524 (lgstring-insert-glyph): Remove unused variable `g'.
26525 (compose-glyph-string): Remove unused variables `ascent',
26526 `descent', `lbearing' and `rbearing'.
26527 (compose-glyph-string-relative): Remove unused variables
26528 `lbearing', `rbearing' and `wadjust'.
26529 (compose-gstring-for-graphic): Remove unused variables `header',
26530 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
26531 (compose-gstring-for-terminal): Remove unused variables `header'
26532 and `nchars'. Use `let', not `let*'.
26533
26534 * cus-edit.el (Custom-set, Custom-save, custom-reset)
26535 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
26536 (Custom-buffer-done, custom-buffer-create-internal)
26537 (custom-browse-visibility-action, custom-browse-group-tag-action)
26538 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
26539 (widget-magic-mouse-down-action, custom-toggle-parent)
26540 (custom-add-parent-links, custom-toggle-hide-variable)
26541 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
26542 (custom-toggle-hide-face, face, hook, custom-group-link-action)
26543 (custom-face-menu-create, custom-variable-menu-create, get)
26544 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
26545 (custom-reset-standard-save-and-update): Remove unused variable `value'.
26546 (customize-apropos): Remove unused variable `tests'.
26547 (custom-group-value-create): Remove unused variable `hidden-p'.
26548 (sort-fold-case): Declare.
26549
26550 * cus-theme.el (custom-reset-standard-faces-list)
26551 (custom-reset-standard-variables-list): Declare.
26552 (customize-create-theme, custom-theme-revert, custom-theme-write)
26553 (custom-theme-choose-mode, customize-themes, custom-theme-save):
26554 Mark unused parameters.
26555
26556 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
26557
26558 * delim-col.el (delimit-columns-max): Move defvar before first use.
26559
26560 * descr-text.el (describe-char-categories): Don't quote `lambda'.
26561 (describe-char): Don't quote `lambda'. Mark unused parameter.
26562
26563 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
26564 (auto-insert): Declare.
26565 (desktop-restore-file-buffer): Rename desktop-* parameters;
26566 mark unused ones.
26567 (desktop-create-buffer): Rename desktop-* parameters and bind them.
26568 (desktop-buffer): Rename desktop-* parameters.
26569
26570 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
26571 (dframe-reposition-frame-xemacs, dframe-help-echo)
26572 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
26573 Mark unused parameters.
26574
26575 * dired-aux.el (backup-extract-version-start, overwrite-query)
26576 (overwrite-backup-query, rename-regexp-query)
26577 (rename-non-directory-query): Declare.
26578 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
26579 (dired-add-entry): Remove unused variable `orig-file-name'.
26580 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
26581 Use parameter PRESERVE-TIME instead of accessing dynamic variable
26582 `dired-copy-preserve-time' directly.
26583 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
26584 (dired-insert-subdir-newpos): Rename unused variable `pos'.
26585
26586 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
26587 (dired-virtual-revert, dired-make-relative-symlink):
26588 Mark unused parameters.
26589 (manual-program): Declare.
26590 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
26591 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
26592 wrapped in `with-no-warnings' to avoid replacing one warning by another.
26593
26594 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
26595
26596 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
26597
26598 * echistory.el (electric-history-in-progress, Helper-return-blurb):
26599 Declare.
26600
26601 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
26602
26603 * electric.el (Electric-command-loop): Rename parameter
26604 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
26605
26606 * expand.el (expand-in-literal): Remove unused variable `here'.
26607
26608 * facemenu.el (facemenu-add-new-color):
26609 Remove unused variable `docstring'.
26610
26611 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
26612 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
26613 (face-attr-construct): Mark unused parameter. Doc fix.
26614 (read-color): Remove unused variable `hex-string'.
26615
26616 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
26617 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
26618 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
26619 (display-buffer-other-frame): Remove unused variable `old-window'.
26620 (kill-buffer-hook): Declare.
26621 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
26622 Mark unused parameters.
26623 (after-find-file): Pass 1 to `auto-save-mode', not t.
26624
26625 * files-x.el (auto-insert): Declare.
26626 (modify-file-local-variable-prop-line): Remove unused variable `val'.
26627
26628 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
26629 variable `buf'. Mark unused parameter.
26630 (find-lisp-insert-directory): Mark unused parameter.
26631
26632 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
26633 (format-encode-region): Remove unused variables `cur-buf' and `result'.
26634 (format-common-tail): Remove, unused.
26635 (format-deannotate-region): Remove unused variable `loc'.
26636 (format-annotate-region): Remove unused variable `p'.
26637 (format-annotate-single-property-change): Remove unused variables
26638 `default' and `tail'.
26639
26640 * forms.el (read-file-filter): Declare.
26641 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
26642
26643 * frame.el (frame-creation-function-alist): Mark unused parameter.
26644 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
26645
26646 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
26647 Remove unused parameters.
26648 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
26649 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
26650
26651 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
26652 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
26653 (hfy-prepare-tag-map): Mark unused parameters.
26654 (htmlfontify-buffer): Use `called-interactively-p'.
26655
26656 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
26657 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
26658 (ibuffer-do-occur): Mark unused parameters.
26659 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
26660 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
26661
26662 * ibuffer.el: Don't quote `lambda'.
26663 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
26664 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
26665 Mark unused parameters.
26666
26667 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
26668 (ido-completing-read): Mark unused parameters.
26669 (ido-copy-current-word): Mark unused parameters;
26670 remove unused variable `name'.
26671 (ido-sort-merged-list): Remove unused parameter `dirs'.
26672
26673 * ielm.el (ielm-input-sender): Mark unused parameter.
26674 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
26675 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
26676 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
26677 `ielm-string' as a dynamic variable accessible from the IELM prompt.
26678 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
26679
26680 * image-dired.el (image-dired-display-thumbs): Remove unused
26681 variables `curr-file' and `count'.
26682 (image-dired-remove-tag): Remove unused variable `start'.
26683 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
26684 variable `curr-file'
26685 (image-dired-rotate-original): Remove unused variable `temp-file'.
26686 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
26687 Remove unused variable `file'.
26688 (image-dired-gallery-generate): Remove unused variable `curr'.
26689 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
26690
26691 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
26692
26693 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
26694
26695 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
26696
26697 * isearch.el (minibuffer-history-symbol): Declare.
26698 (isearch-edit-string): Remove unused variable `err'.
26699 (isearch-message-prefix, isearch-message-suffix):
26700 Mark unused parameters.
26701
26702 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
26703
26704 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
26705
26706 * makesum.el (double-column): Remove unused variable `cnt'.
26707
26708 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
26709 (ido-ignore-item-temp-list): Declare.
26710
26711 * mouse-drag.el (mouse-drag-throw): Remove unused variables
26712 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
26713 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
26714 (mouse-drag-drag): Remove unused variables `mouse-delta' and
26715 `mouse-col-delta'.
26716
26717 * mouse-sel.el (mouse-extend-internal):
26718 Remove unused variable `orig-window-frame'.
26719
26720 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
26721 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
26722 Move declarations before first use.
26723 (pcomplete-opt): Mark unused parameters; doc fix.
26724
26725 * proced.el (proced-revert): Mark unused parameter.
26726 (proced-send-signal): Remove unused variable `err'.
26727
26728 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
26729 Rename parameter PREFIX-ARG to ARG.
26730 (ps-basic-plot-string, ps-basic-plot-whitespace):
26731 Mark unused parameters.
26732
26733 * replace.el (replace-count): Define.
26734 (occur-revert-function): Mark unused parameters.
26735 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
26736 (isearch-case-fold-search, isearch-string): Declare.
26737 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
26738 bind `case-fold-search'. Remove unused variables `beg' and `end',
26739 and simplify.
26740 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
26741 COUNT and bind `replace-count'.
26742 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
26743 to COUNT.
26744
26745 * savehist.el (print-readably, print-string-length): Declare.
26746
26747 * shadowfile.el (shadow-expand-cluster-in-file-name):
26748 Remove unused variable `cluster'.
26749 (shadow-copy-file): Remove unused variable `i'.
26750 (shadow-noquery, shadow-clusters, shadow-site-cluster)
26751 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
26752 (shadow-define-literal-group, shadow-define-regexp-group)
26753 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
26754
26755 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
26756 (shell): Use `called-interactively-p'.
26757 (shell-directory-tracker): Remove unused variable `chdir-failure'.
26758
26759 * simple.el (compilation-context-lines, comint-file-name-quote-list)
26760 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
26761 (delete-backward-char): Remove unused variable `ocol'.
26762 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
26763 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
26764 (event-apply-hyper-modifier, event-apply-shift-modifier)
26765 (event-apply-control-modifier, event-apply-meta-modifier):
26766 Mark unused parameters.
26767 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
26768 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
26769
26770 * speedbar.el (speedbar-ignored-directory-expressions)
26771 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
26772 (speedbar-find-file, speedbar-dir-follow)
26773 (speedbar-directory-buttons-follow, speedbar-tag-find)
26774 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
26775 (speedbar-buffers-line-directory, speedbar-buffer-click):
26776 Mark unused parameters.
26777 (speedbar-tag-file): Remove unused variable `mode'.
26778 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
26779
26780 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
26781
26782 * talk.el (talk): Remove unused variable `display'.
26783
26784 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
26785 (tar-write-region-annotate): Mark unused parameter.
26786
26787 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
26788 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
26789 Declare them, wrapped in `with-no-warnings' to avoid replacing one
26790 warning by another.
26791
26792 * time-stamp.el (time-stamp-string-preprocess):
26793 Remove unused variable `require-padding'.
26794
26795 * tree-widget.el (widget-glyph-enable): Declare.
26796 (tree-widget-action): Mark unused parameter.
26797
26798 * w32-fns.el (x-get-selection): Mark unused parameter.
26799 (autoload-make-program, generated-autoload-file): Declare.
26800
26801 * wdired.el (wdired-revert): Mark unused parameters.
26802 (wdired-xcase-word): Remove unused variable `err'.
26803
26804 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
26805 (whitespace-help-scroll): Remove unused variable `data-help'.
26806
26807 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
26808 (widget-image-insert, widget-after-change, default)
26809 (widget-default-format-handler, widget-default-notify)
26810 (widget-default-prompt-value, widget-info-link-action)
26811 (widget-url-link-action, widget-function-link-action)
26812 (widget-variable-link-action, widget-file-link-action)
26813 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
26814 (widget-field-prompt-internal, widget-field-action, widget-field-match)
26815 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
26816 (widget-insert-button-action, widget-delete-button-action, visibility)
26817 (widget-documentation-link-action, widget-documentation-string-action)
26818 (widget-const-prompt-value, widget-regexp-match, symbol)
26819 (widget-coding-system-prompt-value)
26820 (widget-key-sequence-value-to-external, sexp)
26821 (widget-sexp-value-to-internal, character, vector, cons)
26822 (widget-choice-prompt-value, widget-boolean-prompt-value)
26823 (widget-color--choose-action): Mark unused parameters.
26824 (widget-item-match-inline, widget-choice-match-inline)
26825 (widget-checklist-match, widget-checklist-match-inline)
26826 (widget-group-match): Rename parameter VALUES to VALS.
26827 (widget-field-value-set): Remove unused variable `size'.
26828 (widget-color-action): Remove unused variables `value' and `start'.
26829
26830 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
26831 variable `dir'. Doc fix.
26832 (windmove-find-other-window): Don't pass it.
26833
26834 * window.el (count-windows): Mark unused parameter.
26835 (bw-adjust-window): Remove unused variable `err'.
26836
26837 * woman.el (woman-file-name): Remove unused variable `default'.
26838 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
26839 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
26840 (global-font-lock-mode): Declare.
26841 (woman-decode-region): Mark unused parameter.
26842 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
26843
26844 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
26845 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
26846 (x-dnd-handle-moz-url): Remove unused variable `title'.
26847 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
26848
26849 * xml.el (xml-parse-tag, xml-parse-attlist):
26850 Remove unused variable `pos'.
26851
26852 2011-04-19 Glenn Morris <rgm@gnu.org>
26853
26854 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
26855 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
26856 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
26857 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
26858 * calendar/cal-html.el (cal-html-insert-minical):
26859 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
26860 (calendar-mark-date-pattern):
26861 Prefix "unused" locals.
26862
26863 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
26864 optional argument `style'.
26865
26866 * calendar/appt.el (appt-make-list):
26867 * calendar/cal-china.el (calendar-chinese-date-string):
26868 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
26869 (diary-hebrew-yahrzeit):
26870 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
26871 * calendar/calendar.el (calendar-generate-window):
26872 * calendar/time-date.el (time-to-days):
26873 Remove unused local variables.
26874
26875 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
26876
26877 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
26878 glyphless-char-display table.
26879 (tabulated-list-glyphless-char-display): New var.
26880
26881 2011-04-18 Sam Steingold <sds@gnu.org>
26882
26883 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
26884 to acknowledgments.
26885
26886 2011-04-17 Glenn Morris <rgm@gnu.org>
26887
26888 * calendar/diary-lib.el (diary-sexp-entry):
26889 * calendar/holidays.el (holiday-sexp):
26890 Set debug-on-error rather than the removed stack-trace-on-error.
26891
26892 2011-04-16 Glenn Morris <rgm@gnu.org>
26893
26894 * progmodes/f90.el: Use lexical-binding.
26895 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
26896
26897 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
26898
26899 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
26900 (mail-mode): Setup mailalias completion here instead.
26901 * mail/mailalias.el: Use lexical-binding.
26902 (pattern, mailalias-done): Declare dynamic.
26903 (mail-completion-at-point-function): New function, from mail-complete.
26904 (mail-complete): Use it.
26905 (mail-completion-expand): New function.
26906 (mail-get-names): Use it.
26907 (mail-directory, mail-directory-process, mail-directory-stream):
26908 Don't use `pattern' for lexically bound arg.
26909
26910 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
26911
26912 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
26913 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
26914 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
26915
26916 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
26917 (byte-save-window-excursion, byte-temp-output-buffer-setup)
26918 (byte-interactive-p): Define them again, for use when inlining
26919 old code.
26920
26921 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
26922
26923 * loadup.el: Use `string-to-number', not `string-to-int'.
26924
26925 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
26926
26927 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
26928 gud-gdb-complete-command.
26929 (gud-gdb-completions): New function, from gud-gdb-complete-command.
26930 (gud-gdb-completion-at-point): New function.
26931 (gud-gdb-completions): Remove.
26932
26933 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
26934
26935 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
26936 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
26937 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
26938 whether `executable-find' is bound.
26939
26940 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
26941
26942 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
26943
26944 * minibuffer.el (completion-in-region-mode-predicate)
26945 (completion-in-region-mode--predicate): New vars.
26946 (completion-in-region, completion-in-region--postch)
26947 (completion-in-region-mode): Use them.
26948 (completion--capf-wrapper): Also return the hook function.
26949 (completion-at-point, completion-help-at-point):
26950 Adjust and provide a predicate.
26951
26952 Preserve arg names for advice of subr and lexical functions (bug#8457).
26953 * help-fns.el (help-function-arglist): Consolidate the subr and
26954 new-byte-code cases. Add argument `preserve-names' to extract names
26955 from the docstring when needed.
26956 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
26957 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
26958 (ad-arglist): Use help-function-arglist's new arg.
26959 (ad-definition-type): Use cond.
26960
26961 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
26962
26963 * autorevert.el (auto-revert-handler):
26964 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
26965 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
26966 Don't quote lambda.
26967
26968 * image-mode.el (image-transform-set-scale):
26969 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
26970
26971 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
26972
26973 * net/network-stream.el (network-stream-open-starttls): Only do
26974 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
26975 Upgrades via gnutls-cli are too slow to be done opportunistically.
26976
26977 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
26978
26979 * dframe.el (dframe-current-frame): Remove spurious quote.
26980
26981 2011-04-12 Glenn Morris <rgm@gnu.org>
26982
26983 * calendar/cal-tex.el (cal-tex-end-document):
26984 Try to automatically use latin1 input if needed.
26985
26986 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
26987 Don't try to cons a mark onto an empty element.
26988
26989 2011-04-11 Leo Liu <sdl.web@gmail.com>
26990
26991 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
26992 buffers.
26993 (ido-kill-buffer-at-head): Support killing virtual buffers.
26994
26995 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
26996
26997 * minibuffer.el (completion-show-inline-help): New var.
26998 (completion--do-completion, minibuffer-complete)
26999 (minibuffer-force-complete, minibuffer-complete-word):
27000 Inhibit minibuffer messages if completion-show-inline-help is nil.
27001
27002 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
27003 to avoid interference from inline help (Bug#5849).
27004
27005 2011-04-10 Leo Liu <sdl.web@gmail.com>
27006
27007 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
27008 Fix typo.
27009
27010 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
27011
27012 * image-mode.el (image-toggle-display-image): Signal an error if
27013 not in Image mode.
27014 (image-transform-mode, image-transform-resize)
27015 (image-transform-set-rotation): Doc fix.
27016 (image-transform-set-resize): Delete.
27017 (image-transform-set-scale, image-transform-fit-to-height)
27018 (image-transform-fit-to-width): Handle image-toggle-display-image
27019 and image-transform-resize directly.
27020
27021 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
27022
27023 * doc-view.el (doc-view-fit-width-to-window)
27024 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
27025 New functions for fitting the shown image to the Emacs window size.
27026 (doc-view-mode-map): Add bindings for the new functions.
27027
27028 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
27029
27030 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
27031 Fix typo in docstring.
27032
27033 2011-04-08 Eli Zaretskii <eliz@gnu.org>
27034
27035 * files.el (file-size-human-readable): Produce one digit after
27036 decimal, like "ls -lh" does.
27037
27038 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
27039 the file size representation.
27040
27041 * simple.el (list-processes): If async subprocesses are not
27042 available, error out with a clear error message.
27043
27044 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
27045
27046 * help.el (help-form-show): New function, to be called from C.
27047 Put help-form output in a buffer named differently than *Help*.
27048
27049 2011-04-08 Eli Zaretskii <eliz@gnu.org>
27050
27051 * files.el (file-size-human-readable): New function.
27052
27053 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
27054 computing the representation inline. Don't require `cl'.
27055
27056 2011-04-08 Glenn Morris <rgm@gnu.org>
27057
27058 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
27059
27060 * net/browse-url.el (browse-url-firefox):
27061 Test system-type, not system-configuration.
27062
27063 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
27064 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
27065 Use log-edit-empty-buffer-p. (Bug#7598)
27066
27067 * net/rlogin.el (rlogin-process-connection-type): Simplify.
27068 (rlogin-mode-map): Initialize in the defvar.
27069 (rlogin): Use ignore-errors.
27070
27071 * replace.el (occur-mode-map): Some fixes for menu items.
27072
27073 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
27074
27075 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
27076
27077 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
27078
27079 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
27080 issuing unused warnings.
27081
27082 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
27083 macro directly.
27084
27085 * simple.el: Lisp reimplement of list-processes. Based on an
27086 earlier reimplementation by Leo Liu, but using tabulated-list.el.
27087 (process-menu-mode): New major mode.
27088 (list-processes--refresh, list-processes):
27089 (process-menu-visit-buffer): New functions.
27090
27091 * files.el (save-buffers-kill-emacs): Don't assume any return
27092 value of list-processes, which is undocumented anyway.
27093
27094 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
27095
27096 * emacs-lisp/tabulated-list.el: New file.
27097
27098 * emacs-lisp/package.el: Use Tabulated List mode.
27099 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
27100 (package-menu-mode): Derive from tabulated-list-mode. Set up the
27101 table format using Tabulated List mode variables.
27102 (package--push): New macro, replacing package-list-maybe-add.
27103 (package-menu--generate): Use package--push. Renamed from
27104 package--generate-package-list.
27105 (package-menu-refresh, list-packages): Use it.
27106 (package-menu--print-info): Rename from package-print-package.
27107 Return insertion data instead of inserting it directly.
27108 (package-menu-describe-package, package-menu-execute):
27109 Use tabulated-list-get-id.
27110 (package-menu-mark-delete, package-menu-mark-install)
27111 (package-menu-mark-unmark, package-menu-backup-unmark)
27112 (package-menu-mark-obsolete-for-deletion):
27113 Use tabulated-list-put-tag.
27114 (package--list-packages, package-menu-revert)
27115 (package-menu-get-package, package-menu-get-version)
27116 (package-menu-sort-by-column): Functions deleted.
27117 (package-menu-package-list, package-menu-sort-key): Vars deleted.
27118 (package-menu--status-predicate, package-menu--version-predicate)
27119 (package-menu--name-predicate)
27120 (package-menu--description-predicate): Handle arguments in the
27121 Tabulated List format.
27122 (package-list-packages-no-fetch): Call list-packages.
27123
27124 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
27125
27126 * files.el (after-find-file-from-revert-buffer): Remove variable.
27127 (after-find-file): Don't bind it.
27128 (revert-buffer-in-progress-p): New variable.
27129 (revert-buffer): Bind it.
27130 Pass nil for `after-find-file-from-revert-buffer'.
27131
27132 * saveplace.el (save-place-find-file-hook): Use new variable
27133 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
27134
27135 2011-04-06 Glenn Morris <rgm@gnu.org>
27136
27137 * Makefile.in (AUTOGEN_VCS): New variable.
27138 (autoloads): Use $AUTOGEN_VCS.
27139
27140 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
27141 * calendar/calendar.el (calendar-mode-map):
27142 Check for toolkit scroll bars. (Bug#8305)
27143
27144 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
27145
27146 * minibuffer.el (completion-in-region--postch)
27147 (completion-in-region-mode): Remove unnecessary messages.
27148
27149 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
27150
27151 * font-lock.el (font-lock-refresh-defaults):
27152 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
27153 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
27154
27155 * info.el (Info-directory-list, Info-read-node-name-2)
27156 (Info-split-parameter-string): Doc fixes.
27157 (Info-virtual-nodes): Reflow docstring.
27158 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
27159 (Info-apropos-toc-nodes, info-finder, Info-get-token)
27160 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
27161 Fix typos in docstrings.
27162 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
27163 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
27164 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
27165 (Info-restore-desktop-buffer): Mark unused parameters.
27166 (Info-directory-find-file, Info-directory-find-node)
27167 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
27168 (Info-virtual-index-find-node, Info-apropos-find-file)
27169 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
27170 Mark unused parameters; fix typos in docstrings.
27171 (Info-virtual-index): Remove unused local variable `nodename'.
27172
27173 2011-04-05 Deniz Dogan <deniz@dogan.se>
27174
27175 * net/rcirc.el: Update my e-mail address.
27176 (rcirc-mode-map): Remove M-o binding.
27177
27178 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
27179
27180 * startup.el (command-line): Save the cursor's theme-face
27181 directly, instead of using face-override-spec.
27182
27183 * custom.el (load-theme): Minor optimization in assigning faces.
27184
27185 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
27186
27187 * help-fns.el (describe-variable): Complete all variables having
27188 documentation, including keywords.
27189 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
27190
27191 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
27192
27193 Convert to lexical-binding.
27194
27195 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
27196 (bs--get-marked-string, bs--get-modified-string)
27197 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
27198 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
27199 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
27200
27201 * ehelp.el (electric-help-execute-extended)
27202 (electric-help-ctrl-x-prefix):
27203 * hexl.el (hexl-revert-buffer-function):
27204 * linum.el (linum-after-change, linum-after-scroll):
27205 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
27206
27207 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
27208
27209 2011-04-04 Daiki Ueno <ueno@unixuser.org>
27210
27211 * epa-dired.el:
27212 * epa-mail.el:
27213 * epa-hook.el:
27214 * epa-file.el:
27215 * epa.el:
27216 * epg.el: Use lexical binding.
27217
27218 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
27219
27220 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
27221
27222 * textmodes/flyspell.el (flyspell-word): Recognize default
27223 dictionary case for flyspell-mark-duplications-exceptions.
27224 Use regexp matching for languages.
27225 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
27226 default dictionary (Bug#7926).
27227
27228 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
27229
27230 * emacs-lisp/package.el (package--with-work-buffer):
27231 Recognize https URLs.
27232
27233 * net/network-stream.el: Move from gnus/proto-stream.el.
27234 Change prefix to network-stream throughout.
27235 (open-protocol-stream): Merge into open-network-stream, leaving
27236 open-protocol-stream as an alias. Handle nil BUFFER args.
27237
27238 * subr.el (open-network-stream): Move to net/network-stream.el.
27239
27240 2011-04-02 Glenn Morris <rgm@gnu.org>
27241
27242 * find-dired.el (find-exec-terminator): New option.
27243 (find-ls-option): Test for -ls support.
27244 (find-ls-subdir-switches): Test for -b in find-ls-option.
27245 (find-dired, find-grep-dired): Doc fixes.
27246 (find-dired): Use find-exec-terminator.
27247
27248 * find-dired.el (find-ls-option, find-ls-subdir-switches)
27249 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
27250 (find-name-arg): Remove purecopy.
27251
27252 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
27253 (grep-compute-defaults): Check for `-exec COMMAND +' support.
27254 Set grep-find-use-xargs, grep-find-command, and grep-find-template
27255 accordingly. Don't add the null-device if not needed.
27256
27257 * files.el (save-some-buffers): Doc fix.
27258
27259 2011-04-02 Eli Zaretskii <eliz@gnu.org>
27260
27261 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
27262
27263 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
27264
27265 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
27266 Use `dolist' rather than `mapcar'.
27267
27268 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
27269
27270 Add lexical binding.
27271
27272 * subr.el (apply-partially): Use new closures rather than CL.
27273 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
27274 (dolist, dotimes): Use slightly different expansion for lexical code.
27275 (functionp): Move to C.
27276 (letrec): New macro.
27277 (with-wrapper-hook): Use it and apply-partially instead of CL.
27278 (eval-after-load): Preserve lexical-binding.
27279 (save-window-excursion, with-output-to-temp-buffer): Turn them
27280 into macros.
27281
27282 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
27283
27284 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
27285 than the arglist.
27286 (help-add-fundoc-usage): Don't add `Not documented'.
27287 (help-function-arglist): Handle closures, subroutines, and new
27288 byte-code-functions.
27289 (help-make-usage): Remove leading underscores.
27290 (describe-function-1): Handle closures.
27291 (describe-variable): Use special-variable-p for completion.
27292
27293 * files.el (lexical-binding): Declare safe.
27294
27295 * emacs-lisp/pcase.el: Don't use destructuring-bind.
27296 (pcase--memoize): Rename from pcase-memoize. Change weakness.
27297 (pcase): Add `let' pattern.
27298 Change memoization so it actually works.
27299 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
27300 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
27301 <let>: New case.
27302
27303 * emacs-lisp/macroexp.el: Use lexical binding.
27304 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
27305 Don't convert ' to #' without checking that it's indeed quoting
27306 a lambda.
27307
27308 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
27309 Use eval-sexp-add-defvars.
27310 (eval-sexp-add-defvars): New fun.
27311
27312 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
27313
27314 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
27315 Don't autoload.
27316 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
27317 than the internal `byte-compile-lambda'.
27318 (defmethod): Don't hide code under quotes.
27319 (eieio-defmethod): New `code' argument.
27320
27321 * emacs-lisp/eieio-comp.el: Remove.
27322
27323 * emacs-lisp/edebug.el (edebug-eval-defun)
27324 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
27325 (edebug-toggle): Avoid `eval'.
27326
27327 * emacs-lisp/disass.el (disassemble-internal): Handle new
27328 `closure' objects.
27329 (disassemble-1): Handle new byte codes.
27330
27331 * emacs-lisp/cl.el (pushnew): Silence warning.
27332
27333 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
27334 (cl-byte-compile-throw): Remove.
27335 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
27336
27337 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
27338 closures.
27339
27340 * emacs-lisp/cconv.el: New file.
27341
27342 * emacs-lisp/bytecomp.el: Use lexical binding instead of
27343 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
27344 (byte-compile-initial-macro-environment):
27345 Handle declare-function here.
27346 (byte-compile--lexical-environment): New var.
27347 (byte-stack-ref, byte-stack-set, byte-discardN)
27348 (byte-discardN-preserve-tos): New lap codes.
27349 (byte-interactive-p): Don't use any more.
27350 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
27351 New macros.
27352 (byte-compile-lapcode): Use them and handle new lap codes.
27353 (byte-compile-obsolete): Remove.
27354 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
27355 (byte-compile-arglist-warn): Check late def of inlinable funs.
27356 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
27357 since they should have been expanded by now.
27358 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
27359 (byte-compile-from-buffer): Remove unused second arg.
27360 (byte-compile-preprocess): New function.
27361 (byte-compile-toplevel-file-form): New function to distinguish
27362 file-form calls from outside from file-form calls from hunk-handlers.
27363 (byte-compile-file-form): Simplify.
27364 (byte-compile-file-form-defsubst): Remove.
27365 (byte-compile-file-form-defmumble): Simplify now that
27366 byte-compile-lambda always returns a byte-code-function.
27367 (byte-compile): Preprocess.
27368 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
27369 Remove, not used any more.
27370 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
27371 (byte-compile-make-args-desc): New funs.
27372 (byte-compile-lambda): Handle lexical functions. Always return
27373 a byte-code-function.
27374 (byte-compile-reserved-constants): New var, to make up room for
27375 closed-over variables.
27376 (byte-compile-constants-vector): Obey it.
27377 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
27378 (byte-compile-macroexpand-declare-function): New function.
27379 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
27380 byte-code-functions.
27381 (byte-compile-form): Check obsolescence here.
27382 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
27383 (byte-compile-variable-ref): Remove.
27384 (byte-compile-dynamic-variable-op): New fun.
27385 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
27386 (byte-compile-variable-set): New funs.
27387 (byte-compile-discard): Add 2 args.
27388 (byte-compile-stack-ref, byte-compile-stack-set)
27389 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
27390 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
27391 macroexpand-all instead.
27392 (byte-compile-quote-form): Remove.
27393 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
27394 (byte-compile-bind, byte-compile-unbind): New funs.
27395 (byte-compile-let): Handle let* and lexical binding.
27396 (byte-compile-let*): Remove.
27397 (byte-compile-catch, byte-compile-unwind-protect)
27398 (byte-compile-track-mouse, byte-compile-condition-case):
27399 Handle a new :fun-body form, used for lexical scoping.
27400 (byte-compile-save-window-excursion)
27401 (byte-compile-with-output-to-temp-buffer): Remove.
27402 (byte-compile-defun): Simplify.
27403 (byte-compile-stack-adjustment): New fun.
27404 (byte-compile-out): Use it.
27405 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
27406
27407 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
27408 handler any more.
27409
27410 * emacs-lisp/byte-opt.el: Use lexical binding.
27411 (byte-inline-lapcode): Remove (to bytecomp).
27412 (byte-compile-inline-expand): Pay attention to inlining to/from
27413 lexically bound code.
27414 (byte-compile-unfold-lambda): Don't handle byte-code-functions
27415 any more.
27416 (byte-optimize-form-code-walker): Don't handle save-window-excursion
27417 any more and don't call compiler-macros.
27418 (byte-compile-splice-in-already-compiled-code): Remove.
27419 (byte-code): Don't inline any more.
27420 (disassemble-offset): Receive `bytes' as argument rather than via
27421 dynamic scoping.
27422 (byte-compile-tag-number): Declare before first use.
27423 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
27424 `return' even if make-spliceable.
27425 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
27426 obsolete interactive-p.
27427 (byte-optimize-lapcode): Optimize new lap-codes.
27428 Don't trip up on new form of `byte-constant' lap code.
27429
27430 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
27431
27432 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
27433
27434 * custom.el (custom-initialize-default, custom-declare-variable):
27435 Use `defvar'.
27436
27437 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
27438 New variables.
27439 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
27440 (COMPILE_FIRST): Add macroexp and cconv.
27441 * makefile.w32-in: Mirror changes in Makefile.in.
27442
27443 * vc/cvs-status.el:
27444 * vc/diff-mode.el:
27445 * vc/log-edit.el:
27446 * vc/log-view.el:
27447 * vc/smerge-mode.el:
27448 * textmodes/bibtex-style.el:
27449 * textmodes/css-mode.el:
27450 * startup.el:
27451 * uniquify.el:
27452 * minibuffer.el:
27453 * newcomment.el:
27454 * reveal.el:
27455 * server.el:
27456 * mpc.el:
27457 * emacs-lisp/smie.el:
27458 * doc-view.el:
27459 * dired.el:
27460 * abbrev.el: Use lexical binding.
27461
27462 2011-04-01 Eli Zaretskii <eliz@gnu.org>
27463
27464 * info.el (info-display-manual): New function.
27465
27466 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
27467
27468 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
27469
27470 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
27471
27472 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
27473 an entry for that server in rcirc-authinfo. (Bug#8385)
27474
27475 2011-03-31 Glenn Morris <rgm@gnu.org>
27476
27477 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
27478
27479 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
27480
27481 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
27482
27483 * progmodes/python.el (python-default-interpreter)
27484 (python-python-command-args, python-jython-command-args)
27485 (python-which-shell, python-which-args, python-which-bufname)
27486 (python-file-queue, python-comint-output-filter-function)
27487 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
27488 variables and functions.
27489
27490 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
27491
27492 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
27493 (completion-in-region-mode): New minor mode.
27494 (completion-in-region): Use it.
27495 (completion-in-region--data, completion-in-region-mode-map): New vars.
27496 (completion-in-region--postch): New function.
27497 (completion--capf-misbehave-funs, completion--capf-safe-funs):
27498 New vars.
27499 (completion--capf-wrapper): New function.
27500 (completion-at-point): Use it to track well-behavedness of
27501 hook functions.
27502 (completion-help-at-point): New command.
27503
27504 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
27505
27506 * vc/add-log.el (add-change-log-entry): Don't use whitespace
27507 syntax class to search for whitespace on a single line
27508 (Message-ID: <4D938140.4030905@redhat.com>).
27509
27510 2011-03-30 Leo Liu <sdl.web@gmail.com>
27511
27512 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
27513 New commands.
27514 (edit-abbrevs-map): Bind them here.
27515 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
27516
27517 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
27518
27519 * allout.el (allout-hide-by-annotation, allout-flag-region):
27520 Reduce possibility of overlay leakage by making them volatile.
27521
27522 * allout-widgets.el (allout-widgets-tally): Define as nil so the
27523 hash is not shared between buffers. Mode initialization is
27524 responsible for giving it a useful starting value.
27525 (allout-item-span): Reduce possibility of overlay leakage by
27526 making them volatile.
27527 (allout-widgets-count-buttons-in-region): Add diagnostic function
27528 for tracking down button overlay leaks.
27529
27530 2011-03-29 Leo Liu <sdl.web@gmail.com>
27531
27532 * ido.el (ido-read-internal): Use the default history var
27533 minibuffer-history if no HISTORY is specified.
27534
27535 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
27536
27537 * net/imap.el (imap-shell-open, imap-process-connection-type):
27538 Use imap-process-connection-type for 'shell' streams as well as
27539 Kerberos, SSL, other subprocesses.
27540
27541 2011-03-28 Leo Liu <sdl.web@gmail.com>
27542
27543 * abbrev.el (abbrev-table-empty-p): New function.
27544 (prepare-abbrev-list-buffer): Place empty abbrev tables after
27545 nonempty ones. (Bug#5937)
27546
27547 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
27548
27549 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
27550
27551 2011-03-27 Leo Liu <sdl.web@gmail.com>
27552
27553 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
27554 for foreground and background colors.
27555 (ansi-color-make-color-map): Adapt.
27556
27557 2011-03-25 Leo Liu <sdl.web@gmail.com>
27558
27559 * midnight.el (midnight-time-float): Remove. Note it calculates
27560 the microsecond component incorrectly and seconds-to-time does the
27561 same job.
27562 Remove redundant (require 'timer).
27563
27564 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
27565 (ido-completions): Remove unused arguments. (Bug#8329)
27566
27567 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
27568
27569 * minibuffer.el (completion--flush-all-sorted-completions):
27570 Remove itself from hook.
27571 (completion-at-point): Let the functions perform the completion
27572 immediately and return nil or t.
27573 * comint.el (comint-dynamic-complete-functions): Now identical to
27574 completion-at-point-functions.
27575 (comint-dynamic-list-input-ring): Remove unused var `index'.
27576 (comint--match-partial-filename, comint--unquote&expand-filename):
27577 New funs, split from comint-match-partial-filename.
27578 (comint-dynamic-complete): Use completion-at-point.
27579 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
27580
27581 2011-03-24 Drew Adams <drew.adams@oracle.com>
27582
27583 * thingatpt.el: Support `defun'.
27584
27585 2011-03-23 Leo Liu <sdl.web@gmail.com>
27586
27587 * abbrevlist.el: Move to obsolete/abbrevlist.el.
27588
27589 * help-mode.el (help-mode-finish): Tweak regexp.
27590
27591 2011-03-23 Glenn Morris <rgm@gnu.org>
27592
27593 * eshell/esh-opt.el (eshell-eval-using-options):
27594 Do not bind unused local variable `eshell-option-stub'.
27595
27596 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
27597
27598 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
27599
27600 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
27601 keymap variable in `with-no-warnings' to avoid a warning when the
27602 keymap has been already `defconst'ed.
27603
27604 2011-03-22 Leo Liu <sdl.web@gmail.com>
27605
27606 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
27607 encode all chars in abbrevs; otherwise use emacs-mule or
27608 utf-8-emacs. (Bug#8308)
27609
27610 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
27611
27612 * simple.el (backward-delete-char-untabify):
27613 Avoid warning about using `delete-backward-char'.
27614
27615 * image.el (image-type-file-name-regexps): Make it variable.
27616 `imagemagick-register-types' modifies it, and the user may want
27617 to add new extensions for known image types.
27618 (imagemagick-register-types): Throw error if not using ImageMagick.
27619
27620 2011-03-22 Leo Liu <sdl.web@gmail.com>
27621
27622 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
27623 located before rcirc-prompt-end-marker.
27624 (rcirc-complete): Error if point is not after rcirc prompt.
27625 Handle the case when table is nil.
27626 (rcirc-user-authenticated): Define to fix compiler warning.
27627
27628 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
27629
27630 * custom.el (custom--inhibit-theme-enable): Make it affect only
27631 custom-theme-set-variables and custom-theme-set-faces.
27632 (provide-theme): Ignore custom--inhibit-theme-enable.
27633 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
27634 (custom-enabling-themes): Delete variable.
27635 (enable-theme): Accept only loaded themes as arguments.
27636 Ignore the special custom-enabled-themes variable.
27637 (custom-enabled-themes): Forbid themes from setting this.
27638 Eliminate use of custom-enabling-themes.
27639 (custom-push-theme): Quote "changed" custom var entry.
27640
27641 2011-03-21 Leo Liu <sdl.web@gmail.com>
27642
27643 * ido.el (ido-read-internal): Add ido-selected to history instead
27644 of user input.
27645
27646 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
27647
27648 * subr.el (deferred-action-list, deferred-action-function):
27649 Mark obsolete.
27650
27651 2011-03-21 Leo Liu <sdl.web@gmail.com>
27652
27653 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
27654 change on 2011-02-13 (bug#8309).
27655
27656 * minibuffer.el (read-file-name-function): Change default value.
27657 (read-file-name--defaults): Rename from read-file-name-defaults.
27658 (read-file-name-default): Rename from read-file-name.
27659 (read-file-name): Call read-file-name-function.
27660
27661 2011-03-21 Glenn Morris <rgm@gnu.org>
27662
27663 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
27664 Doc fixes.
27665
27666 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
27667
27668 * cus-theme.el: Add missing provide statement.
27669 (customize-create-theme): Extract theme value correctly.
27670 (custom-theme-visit-theme): Autoload.
27671 (customize-create-theme): Prompt before inserting default faces.
27672
27673 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
27674
27675 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
27676 units and musical notes.
27677
27678 2011-03-20 Leo Liu <sdl.web@gmail.com>
27679
27680 * ido.el (ido-read-internal): Use completing-read-default.
27681 (ido-completing-read): Fix compatibility with completing-read.
27682
27683 2011-03-20 Christian Ohler <ohler@gnu.org>
27684
27685 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
27686 (ert-delete-all-tests): Use `called-interactively-p' rather than
27687 `interactive-p'.
27688 (ert--make-xrefs-region): Respect END.
27689
27690 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
27691
27692 * dired-aux.el (dired-create-directory): Signal an error if the
27693 directory already exists (Bug#8246).
27694
27695 * facemenu.el (list-colors-display): Call list-faces-display
27696 inside with-help-window.
27697 (list-colors-print): Use display property to align the final
27698 column, instead of checking window-width.
27699
27700 2011-03-19 Eli Zaretskii <eliz@gnu.org>
27701
27702 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
27703 windows-nt systems.
27704 (emerge-protect-metachars): Quote correctly for ms-dos and
27705 windows-nt systems.
27706
27707 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
27708
27709 * info.el (info-initialize): Replace all uses of `:' with
27710 path-separator for compatibility with non-Unix systems.
27711 Cache quoting of path-separator. (Bug#8258)
27712
27713 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
27714
27715 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
27716 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
27717 (mouse-avoidance-mode): Fix typos in docstrings.
27718
27719 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
27720
27721 * startup.el (package-subdirectory-regexp): Move from package.el.
27722 Omit \\` and \\', and let callers add them.
27723
27724 * emacs-lisp/package.el (package-strip-version)
27725 (package-load-all-descriptors): Add \\` and \\' to
27726 package-subdirectory-regexp before using it.
27727 (package-untar-buffer): New arg DIR; ensure that file untars only
27728 into this expected directory. Remove superfluous delete-region.
27729 (package-unpack): Caller changed.
27730 (package-tar-file-info): Use package-subdirectory-regexp.
27731
27732 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
27733
27734 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
27735 diff-mode-shared-map (bug#8284).
27736 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
27737
27738 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
27739
27740 * calendar/time-date.el (format-seconds): Use assoc instead of
27741 assoc-string, since assoc-string doesn't exist in XEmacs.
27742
27743 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
27744
27745 * custom.el (custom-known-themes): Reflow docstring.
27746 (custom-theme-load-path): Fix typo in docstring.
27747 (load-theme): Fix typo in error message.
27748 (custom-available-themes, custom-variable-theme-value):
27749 Use `let', not `let*'.
27750
27751 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
27752
27753 * calc/README: Mention inclusion of musical notes.
27754
27755 * calc/calc-units.el (calc-lu-quant): Rename from
27756 `calc-logunits-quantity'.
27757 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
27758 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
27759 (calc-db): Rename from `calc-dblevel'.
27760 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
27761 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
27762 (calc-np): Rename from `calc-nplevel'.
27763 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
27764 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
27765 (calc-lu-plus): Rename from `calc-logunits-add'.
27766 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
27767 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
27768 (calc-lu-minus): Rename from `calc-logunits-sub'.
27769 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
27770 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
27771 (calc-lu-times): Rename from `calc-logunits-mul'.
27772 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
27773 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
27774 (calc-lu-divide): Rename from `calc-logunits-div'.
27775 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
27776 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
27777
27778 * calc/calc-ext.el (calc-init-extensions): Update the names of the
27779 functions being autoloaded.
27780
27781 * calc/calc.el (calc-lu-power-reference): Rename from
27782 `calc-logunits-power-reference'.
27783 (calc-lu-field-reference): Rename from
27784 `calc-logunits-field-reference'.
27785
27786 * calc/calc-help.el (calc-l-prefix-help):
27787 Mention musical note functions.
27788
27789 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
27790
27791 * minibuffer.el (completion-all-sorted-completions):
27792 Use :completion-cycle-penalty text property if present.
27793
27794 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
27795
27796 * allout.el (allout-yank-processing): Adjust for new rebulleting
27797 regime so bullet being yanked is used without prompting the user
27798 for a choice.
27799
27800 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
27801
27802 * startup.el (command-line): Warn the user that _emacs is deprecated.
27803
27804 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
27805
27806 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
27807 (delphi-verbose, delphi-comment-face, delphi-string-face)
27808 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
27809 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
27810 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
27811 (delphi-new-comment-line, delphi-font-lock-defaults)
27812 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
27813 Fix typos in docstrings.
27814
27815 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
27816
27817 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
27818 Invert the roles of character and string values for INSTEAD, so a
27819 string is used for the more common case of a defaulting prompt.
27820
27821 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
27822
27823 * progmodes/ruby-mode.el (ruby-backward-sexp):
27824 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
27825 * play/gamegrid.el (gamegrid-make-face):
27826 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
27827 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
27828 * notifications.el (notifications-notify):
27829 * net/xesam.el (xesam-search-engines):
27830 * net/quickurl.el (quickurl-list-insert):
27831 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
27832
27833 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
27834
27835 * startup.el (command-line): Update package subdirectory regexp.
27836
27837 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
27838
27839 * allout.el (allout-abbreviate-flattened-numbering)
27840 (allout-mode-deactivate-hook): Fix up obsolescence "date".
27841
27842 * subr.el (read-char-choice): Only show the cursor after the prompt,
27843 not after the answer.
27844
27845 2011-03-15 Kevin Ryde <user42@zip.com.au>
27846
27847 * help-fns.el (variable-at-point): Skip leading quotes, if any
27848 (bug#8253).
27849
27850 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
27851
27852 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
27853 warning message.
27854
27855 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
27856
27857 * shell.el (shell): When called interactively, offer to change the
27858 shell file name on remote hosts.
27859
27860 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
27861
27862 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
27863 integration for LDAP parameters. The host, base, user or binddn,
27864 and secret tokens can be specified in a netrc file, for instance.
27865 This is optional because an `auth-source' parameter must be
27866 specified in the search attributes.
27867
27868 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
27869
27870 * help.el (describe-mode): Link to the mode's definition (bug#8185).
27871
27872 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
27873
27874 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
27875 into declaration. Remove redundant and harmful binding.
27876
27877 2011-03-12 Eli Zaretskii <eliz@gnu.org>
27878
27879 * files.el (file-ownership-preserved-p): Pass `integer' as an
27880 explicit 2nd argument to `file-attributes'. If the file's owner
27881 is the Administrators group on Windows, and the current user is
27882 Administrator, consider that a match.
27883
27884 * server.el (server-ensure-safe-dir): Consider server directory
27885 safe on MS-Windows if its owner is the Administrators group while
27886 the current Emacs user is Administrator. Use `=' to compare
27887 numerical UIDs, since they could be integers or floats.
27888
27889 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
27890
27891 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
27892
27893 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
27894
27895 Sync with Tramp 2.2.1.
27896
27897 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
27898
27899 * net/trampver.el: Update release number.
27900
27901 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
27902
27903 * progmodes/compile.el (compilation--previous-directory): Fix up
27904 various nil/dead-marker mismatches (bug#8014).
27905 (compilation-directory-properties, compilation-error-properties):
27906 Don't call it at a position past the one we're about to change.
27907
27908 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
27909 Disable obsolescence warnings in the file that declares it.
27910
27911 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
27912
27913 * allout-widgets.el (allout-widgets-tally):
27914 Initialize allout-widgets-tally as a hash table rather than nil to
27915 prevent mode-line redisplay warnings. Also, clarify the module
27916 description and fix a comment typo.
27917
27918 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
27919
27920 * help-fns.el (describe-variable): Don't complete keywords.
27921 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
27922
27923 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
27924
27925 * emacs-lisp/package.el (package-version-join): Impose a standard
27926 string representation for pre/alpha/beta version lists.
27927 (package-unpack-single): Standardize the directory name by passing
27928 it through package-version-join.
27929 (package-strip-rcs-id): Accept any version string that does not
27930 signal an error in version-to-list.
27931
27932 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
27933
27934 * simple.el (delete-trailing-whitespace): Return nil for the
27935 benefit of `write-file-functions'.
27936
27937 2011-03-10 Glenn Morris <rgm@gnu.org>
27938
27939 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
27940
27941 * vc/vc-git.el (vc-git-program): New option.
27942 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
27943 (vc-git--call): Use it.
27944
27945 * eshell/esh-util.el (eshell-condition-case): Doc fix.
27946
27947 * cus-edit.el (Custom-newline): If no button at point, look
27948 for a subgroup button at start-of-line. (Bug#2298)
27949
27950 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
27951
27952 2011-03-10 Julien Danjou <julien@danjou.info>
27953
27954 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
27955 `cursor-type' is nil.
27956
27957 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
27958
27959 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
27960
27961 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
27962
27963 * allout.el: Change so yank of distinctive-bullet items
27964 preserves the existing header prefix, rebulleting it if necessary,
27965 rather than replacing it. This is necessary for proper operation
27966 of cooperative addons like allout-widgets.
27967 (allout-make-topic-prefix, allout-rebullet-heading):
27968 Change SOLICIT arg to INSTEAD, and interpret additionally a string
27969 value as alternate bullet to be used, instead of prompting the user
27970 for a bullet character.
27971
27972 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
27973
27974 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
27975 Do not use `tramp-file-name-port', because this returns also
27976 `tramp-default-port'.
27977
27978 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
27979
27980 * net/rcirc.el (rcirc-handler-001): Remove useless
27981 with-rcirc-process-buffer.
27982 (rcirc-check-auth-status): Swap arguments to string-match.
27983
27984 2011-03-09 Glenn Morris <rgm@gnu.org>
27985
27986 * shell.el (shell-mode):
27987 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
27988
27989 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
27990 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
27991
27992 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
27993
27994 * emacs-lisp/package.el (package-refresh-contents)
27995 (package-menu-execute): Use condition-case-no-debug.
27996
27997 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
27998
27999 * simple.el (shell-command-to-string): Use `process-file'.
28000
28001 * emacs-lisp/package.el (package-tar-file-info): Handle also
28002 remote files.
28003
28004 * emacs-lisp/package-x.el (package-upload-buffer-internal):
28005 Use `equal' for upload base check.
28006
28007 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
28008
28009 * textmodes/texinfo.el (texinfo-environments):
28010 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
28011
28012 2011-03-08 Glenn Morris <rgm@gnu.org>
28013
28014 * cus-start.el (cursor-in-non-selected-windows):
28015 Fix :set quoting oddness. (Bug#8192)
28016
28017 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
28018 in some setf expressions. (Bug#2159)
28019
28020 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
28021
28022 * custom.el (custom-available-themes): Return themes in
28023 alphabetical order.
28024
28025 See ChangeLog.15 for earlier changes.
28026
28027 ;; Local Variables:
28028 ;; coding: utf-8
28029 ;; End:
28030
28031 Copyright (C) 2011-2013 Free Software Foundation, Inc.
28032
28033 This file is part of GNU Emacs.
28034
28035 GNU Emacs is free software: you can redistribute it and/or modify
28036 it under the terms of the GNU General Public License as published by
28037 the Free Software Foundation, either version 3 of the License, or
28038 (at your option) any later version.
28039
28040 GNU Emacs is distributed in the hope that it will be useful,
28041 but WITHOUT ANY WARRANTY; without even the implied warranty of
28042 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28043 GNU General Public License for more details.
28044
28045 You should have received a copy of the GNU General Public License
28046 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.