* vc/log-view.el: Header fix.
[bpt/emacs.git] / lisp / ChangeLog
1 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
2
3 * vc/log-view.el: Header fix.
4
5 2013-06-02 Tassilo Horn <tsdh@gnu.org>
6
7 * eshell/esh-ext.el (eshell-external-command): Pass args to
8 `eshell-find-interpreter'.
9 (eshell-find-interpreter): Add new second parameter ARGS.
10
11 * eshell/em-script.el (eshell-script-initialize): Add second arg
12 to the function added as MATCH to `eshell-interpreter-alist'
13
14 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
15 the function added as MATCH to `eshell-interpreter-alist'
16
17 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
18 (eshell-visual-options): New defcustom.
19 (eshell-escape-control-x): Adapt docstring.
20 (eshell-term-initialize): Test `eshell-visual-subcommands' and
21 `eshell-visual-options' in addition to `eshell-visual-commands'.
22 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
23
24 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
25
26 * progmodes/python.el (python-indent-block-enders): Add break,
27 continue and raise keywords.
28
29 2013-06-01 Glenn Morris <rgm@gnu.org>
30
31 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
32
33 Plain (f)boundp silences compilation warnings since Emacs 22.1.
34 * progmodes/cc-cmds.el (delete-forward-p):
35 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
36 * progmodes/cc-engine.el (buffer-syntactic-context):
37 * progmodes/cc-fonts.el (face-property-instance):
38 * progmodes/cc-mode.el (set-keymap-parents):
39 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
40 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
41 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
42 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
43 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
44
45 * progmodes/cc-vars.el (other): Emacs has this widget since
46 at least 21.1, so don't (re)define it.
47
48 * eshell/em-cmpl.el (eshell-cmpl-initialize):
49 Replace the obsolete alias pcomplete-arg-quote-list.
50
51 2013-06-01 Leo Liu <sdl.web@gmail.com>
52
53 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
54 punctuation syntax.
55 (inferior-octave-minimal-columns)
56 (inferior-octave-last-column-width): New variables.
57 (inferior-octave-track-window-width-change): New function.
58 (inferior-octave-mode): Adjust column width so that Octave output,
59 for example from 'ls', can fit into the window nicely.
60
61 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
62
63 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
64 Highlight expansions inside regexp literals.
65
66 2013-05-31 Glenn Morris <rgm@gnu.org>
67
68 * obsolete/sym-comp.el (symbol-complete):
69 Replace obsolete completion-annotate-function.
70
71 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
72
73 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
74
75 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p): New
76 function, checks if point is inside a literal that allows
77 expression expansion.
78 (ruby-syntax-propertize-expansion): Use it.
79 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
80 around the body.
81
82 2013-05-30 Juri Linkov <juri@jurta.org>
83
84 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
85 to "\M-si".
86 (isearch-invisible): New variable.
87 (isearch-forward): Doc fix.
88 (isearch-mode): Set `isearch-invisible'
89 to the value of `search-invisible'.
90 (isearch-toggle-case-fold): Doc fix.
91 (isearch-toggle-invisible): New command.
92 (isearch-query-replace): Let-bind `search-invisible'
93 to the value of `isearch-invisible'.
94 (isearch-search): Use `isearch-invisible' instead of
95 `search-invisible'. Let-bind `search-invisible'
96 to the value of `isearch-invisible'. (Bug#11378)
97
98 2013-05-30 Juri Linkov <juri@jurta.org>
99
100 * replace.el (perform-replace): Avoid `isearch-range-invisible'
101 call when `query-flag' is nil and `search-invisible' is non-nil.
102 (Bug#11746)
103
104 2013-05-30 Glenn Morris <rgm@gnu.org>
105
106 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
107
108 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
109 (cc-require): Suppress spurious "noruntime" warnings.
110 (cc-require-when-compile): Use fboundp, for sake of compiler.
111
112 * progmodes/cc-mode.el: Move load of cc-vars before that of
113 cc-langs (which in turn loads cc-vars), to quieten compiler.
114
115 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
116
117 * paren.el: Simplify the code.
118 (show-paren-mode): Always start the timer.
119 (show-paren--idle-timer): Rename from show-paren-idle-timer.
120 (show-paren--overlay, show-paren--overlay-1): Rename from
121 show-paren-overlay and show-paren-overlay-1, and initialize to an
122 overlay rather than to nil.
123 (show-paren-function): Misc cleanup and simplifications.
124
125 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
126
127 * paren.el (show-paren-data-function): New hook.
128 (show-paren--default): New function, extracted from show-paren-function.
129 (show-paren-function): Use show-paren-data-function.
130
131 2013-05-30 Glenn Morris <rgm@gnu.org>
132
133 * ielm.el (ielm-map, ielm-complete-symbol):
134 Use completion-at-point rather than obsolete functions.
135 (inferior-emacs-lisp-mode): Doc fix.
136 Set completion-at-point-functions, rather than
137 comint-dynamic-complete-functions.
138
139 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
140 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
141 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
142
143 * image.el (image-animated-p): Tweak definition.
144
145 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
146 (rlogin-process-connection-type): Tweak default. Add set-after.
147 (rlogin-host): Doc fix.
148 (rlogin): Tweak prompt.
149 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
150
151 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
152 * progmodes/tcl.el (inferior-tcl-mode-map):
153 Use completion-at-point rather than obsolete alias.
154
155 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
156
157 * minibuffer.el (read-file-name-completion-ignore-case):
158 Move before completion--in-region, for eager macro expansion.
159
160 2013-05-29 Juri Linkov <juri@jurta.org>
161
162 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
163 for total count of matching lines. Add `global-matches' for total
164 count of matches. Rename `matches' to `lines' for count of
165 matching lines. Add `matches' for count of matches.
166 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
167 to `prev-line' for line number of prev match endpt.
168 Increment `matches' for every match. Print the number of
169 matching lines in the header.
170 (occur-context-lines): Rename `lines' to `curr-line'.
171 Rename `prev-lines' to `prev-line'. (Bug#14017)
172
173 2013-05-29 Juri Linkov <juri@jurta.org>
174
175 * replace.el (perform-replace): Add `skip-read-only-count',
176 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
177 Increment them for corresponding conditions and report the number
178 of skipped occurrences in the final message. (Bug#11746)
179 (query-replace, query-replace-regexp, query-replace-regexp-eval)
180 (replace-string, replace-regexp): Doc fix.
181
182 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
183
184 * emacs-lisp/trace.el (trace--read-args): Provide a default.
185
186 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
187 prog-mode-map.
188
189 2013-05-29 Leo Liu <sdl.web@gmail.com>
190
191 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
192 (octave-help): Small simplification.
193
194 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
195 off the highlight first.
196
197 2013-05-29 Glenn Morris <rgm@gnu.org>
198
199 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
200 Handle idlwave-last-system-routine-info-cons-cell being nil.
201
202 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
203 (idlwave-write-paths): Simplify via with-temp-buffer.
204
205 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
206 * emulation/cua-rect.el: Also load cua-base at run time.
207
208 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
209 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
210 (cperl-imenu-on-info): Require imenu.
211
212 2013-05-28 Alan Mackenzie <acm@muc.de>
213
214 Handle "capitalised keywords" correctly.
215 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
216
217 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
218
219 * eshell/em-unix.el: Added -r option to cp
220
221 2013-05-28 Glenn Morris <rgm@gnu.org>
222
223 * vc/vc-arch.el (vc-exec-after): Declare.
224 (vc-switches): Autoload.
225 * vc/vc-bzr.el: No need to require vc when compiling.
226 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
227 (vc-resynch-buffer, vc-dir-refresh): Declare.
228 (vc-setup-buffer, vc-switches): Autoload.
229 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
230 (vc-resynch-buffer): Declare.
231 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
232 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
233 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
234 (grep-read-regexp, grep-read-files, grep-expand-template)
235 (vc-dir-refresh): Declare.
236 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
237 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
238 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
239 * vc/vc-mtn.el (vc-exec-after): Declare.
240 (vc-switches): Autoload.
241 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
242 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
243 (vc-file-tree-walk): Declare.
244 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
245 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
246 (vc-tag-precondition, vc-rename-master): Autoload.
247 * vc/vc-svn.el (vc-exec-after): Declare.
248 (vc-switches, vc-setup-buffer): Autoload.
249 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
250 Autoload.
251 (vc-resynch-buffer): Declare.
252
253 * obsolete/fast-lock.el (byte-compile-warnings):
254 Don't warn about obsolete features in this obsolete file.
255
256 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
257 Move definition before use.
258
259 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
260 (dun-unix-verbs): Remove dun-zippy.
261 (dun-zippy): Remove function.
262
263 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
264
265 2013-05-27 Juri Linkov <juri@jurta.org>
266
267 * replace.el (replace-search): New function with code moved out
268 from `perform-replace'.
269 (replace-highlight, replace-dehighlight): Move function definitions
270 up closer to `replace-search'. (Bug#11746)
271
272 2013-05-27 Juri Linkov <juri@jurta.org>
273
274 * replace.el (perform-replace): Ignore invisible matches.
275 In addition to checking `query-replace-skip-read-only', also
276 filter out matches by calling `run-hook-with-args-until-failure'
277 on `isearch-filter-predicates', and also check `search-invisible'
278 for t or call `isearch-range-invisible'.
279 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
280
281 2013-05-27 Juri Linkov <juri@jurta.org>
282
283 * isearch.el (isearch-filter-predicates): Rename from
284 `isearch-filter-predicate'. Doc fix. (Bug#11378)
285 (isearch-message-prefix): Display text from the property
286 `isearch-message-prefix' of the currently active filters.
287 (isearch-search): Don't compare `isearch-filter-predicate' with
288 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
289 on `isearch-filter-predicates'. Also check `search-invisible' for t
290 or call `isearch-range-invisible'.
291 (isearch-filter-visible): Make obsolete.
292 (isearch-lazy-highlight-search):
293 Call `run-hook-with-args-until-failure' on
294 `isearch-filter-predicates' and use `isearch-range-invisible'.
295
296 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
297 `isearch-filter-predicates' instead of `funcall'ing
298 `isearch-filter-predicate'.
299 (Info-mode): Set `Info-isearch-filter' to
300 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
301
302 * dired-aux.el (dired-isearch-filter-predicate-orig):
303 Remove variable.
304 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
305 (dired-isearch-filenames-end): Add and remove
306 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
307 instead of changing the value of `isearch-filter-predicate'.
308 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
309 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
310 Put property `isearch-message-prefix' to "filename " on
311 `dired-isearch-filter-filenames'.
312
313 * wdired.el (wdired-change-to-wdired-mode):
314 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
315 locally instead of changing `isearch-filter-predicate'.
316 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
317
318 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
319
320 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
321 return the commit hash (Bug#14459). Also set the
322 `vc-git-detached' property.
323 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
324 (vc-git-mode-line-string): Use the same help-echo format whether
325 in detached mode or not, because we know the actual revision now.
326 When in detached mode, shorten the revision to 7 chars.
327
328 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
329
330 * emacs-lisp/easy-mmode.el (define-minor-mode):
331 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
332 mode hook and provide a docstring.
333
334 2013-05-27 Alan Mackenzie <acm@muc.de>
335
336 Remove spurious syntax-table text properties inserted by C-y.
337 * progmodes/cc-mode.el (c-after-change): Also clear hard
338 syntax-table property with value nil.
339
340 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
341
342 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
343 when reading the events; the buffer layout shall not be changed.
344
345 2013-05-27 Leo Liu <sdl.web@gmail.com>
346
347 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
348 New variable.
349 (inferior-octave-directory-tracker): Automatically re-sync
350 default-directory.
351 (octave-help): Improve handling of 'See also'.
352
353 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
354
355 * doc-view.el: Minor naming convention tweaks.
356 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
357
358 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
359 even if there's no `display' property yet (bug#14435).
360
361 2013-05-25 Eli Zaretskii <eliz@gnu.org>
362
363 * subr.el (unmsys--file-name): Rename from reveal-filename.
364
365 * Makefile.in (custom-deps, finder-data, autoloads)
366 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
367 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
368 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
369
370 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
371
372 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
373 error-completion on the first 2 args of condition-case (bug#14446).
374 Don't burp at EOB.
375
376 2013-05-25 Leo Liu <sdl.web@gmail.com>
377
378 * comint.el (comint-previous-matching-input): Do not flood the
379 *Messages* buffer with trivial messages.
380
381 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
382
383 * progmodes/flymake.el (flymake-nop): Don't return a string.
384 (flymake-set-at): Fix typo.
385
386 * simple.el (read--expression): New function, extracted from
387 eval-expression. Set completion-at-point-functions (bug#14465).
388 (eval-expression, eval-minibuffer): Use it.
389
390 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
391
392 * progmodes/flymake.el (flymake-save-buffer-in-file)
393 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
394 (flymake-selected-frame, flymake-log, flymake-ins-after)
395 (flymake-set-at, flymake-get-buildfile-from-cache)
396 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
397 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
398 Refine the doc string.
399 (flymake-get-file-name-mode-and-masks): Reformat.
400 (flymake-get-real-file-name-function): Fix a minor bug.
401
402 2013-05-24 Juri Linkov <juri@jurta.org>
403
404 * progmodes/grep.el (grep-mode-font-lock-keywords):
405 Support =linenumber= format used by git-grep for lines with
406 function names. (Bug#13549)
407
408 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
409
410 * progmodes/octave.el (octave-smie-rules): Return nil rather than
411 0 after a semi-colon; it works better for smie-auto-fill.
412 (octave--indent-new-comment-line): New function.
413 (octave-indent-new-comment-line): Use it (indirectly).
414 (octave-mode): Don't disable smie-auto-fill. Use add-function to
415 modify comment-line-break-function.
416
417 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
418 (smie-setup): Use add-function to set it.
419
420 2013-05-24 Sam Steingold <sds@gnu.org>
421
422 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
423 argument (before the `interactive' argument).
424
425 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
426
427 * image-mode.el (image-mode-winprops): Add winprops to
428 image-mode-winprops-alist before running
429 image-mode-new-window-functions.
430 * doc-view.el (doc-view-new-window-function): Don't delay
431 doc-view-goto-page via timers (bug#14435).
432
433 2013-05-24 Tassilo Horn <tsdh@gnu.org>
434
435 * doc-view.el: Integrate with desktop.el. (Bug#14435)
436 (doc-view-desktop-save-buffer): New function.
437 (doc-view-restore-desktop-buffer): New function.
438 (desktop-buffer-mode-handlers):
439 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
440 handler.
441 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
442 `desktop-save-buffer' function.
443
444 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
445
446 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
447 (tramp-gvfs-file-name-handler): Raise a user error when
448 `tramp-gvfs-enabled' is nil.
449 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
450 Do not raise a user error when loading package. (Bug#14447)
451
452 * net/xesam.el: Move to obsolete/.
453
454 2013-05-24 Glenn Morris <rgm@gnu.org>
455
456 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
457
458 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
459
460 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
461 (Info-find-node, Man-getpage-in-background): Declare.
462
463 * mail/unrmail.el (unrmail):
464 Replace obsolete detect-coding-with-priority.
465
466 * net/socks.el (socks-split-string): Use this rather than split-string.
467 (socks-nslookup-host): Update for above change.
468 (dynamic-choice, s5-dynamic-choice-match)
469 (s5-dynamic-choice-match-inline, s5-widget-value-create):
470 Comment out unused code.
471
472 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
473 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
474 (gud-tooltip-echo-area): Make obsolete.
475 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
476
477 * progmodes/js.el (js--optimize-arglist): Declare.
478
479 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
480
481 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
482 (ediff-window-C): Declare.
483
484 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
485 Tweak requires to silence compiler.
486
487 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
488 (he-search-string, he-tried-table, he-expand-list)
489 (he-init-string, he-string-member, he-substitute-string)
490 (he-reset-string): Declare.
491
492 * obsolete/options.el (list-options): Use custom-variable-p,
493 rather than obsolete alias.
494
495 2013-05-23 Sam Steingold <sds@gnu.org>
496
497 * simple.el (shell-command-on-region): Pass the `replace' argument
498 down to `call-process-region' to comply with the doc as reported on
499 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
500
501 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
502
503 * emacs-lisp/smie.el (smie-indent-forward-token)
504 (smie-indent-backward-token): Handle string tokens (bug#14381).
505
506 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
507
508 * ielm.el (ielm-menu): New menu.
509 (inferior-emacs-lisp-mode): Set comment-start.
510
511 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
512
513 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
514 Fix deactivate action.
515
516 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
517 Add cleveref macros.
518
519 * lisp/textmodes/reftex-parse.el
520 (reftex-locate-bibliography-files): Accept options for
521 bibliography commands.
522 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
523 Add addbibresource. Basic Biblatex support.
524
525 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
526
527 * net/tramp-gvfs.el (top):
528 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
529 when loading package. (Bug#14447)
530
531 2013-05-23 Glenn Morris <rgm@gnu.org>
532
533 * progmodes/js.el: No need to load comint when compiling.
534 (ring-insert, comint-send-string, comint-send-input)
535 (comint-last-input-end, ido-chop): Declare.
536
537 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
538 * vc/ediff-mult.el: Adjust requires.
539 (ediff-directories-internal, ediff-directory-revisions-internal)
540 (ediff-patch-file-internal): Declare.
541 * vc/ediff-ptch.el: Adjust requires.
542 (ediff-use-last-dir, ediff-buffers-internal): Declare.
543 (ediff-find-file): Autoload.
544 * vc/ediff-util.el: No need to load ediff when compiling.
545 (ediff-regions-internal): Declare.
546 * vc/ediff-wind.el: Adjust requires.
547 (ediff-compute-toolbar-width): Define when compiling.
548 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
549 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
550 (dired-get-filename, dired-get-marked-files)
551 (ediff-last-dir-patch, ediff-patch-default-directory)
552 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
553 (ediff-patch-buffer-internal): Declare.
554
555 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
556 (ispell-process, ispell-buffer-local-words, lm-summary)
557 (lm-section-start, lm-section-end): Declare.
558 (checkdoc-ispell-init): Simplify.
559
560 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
561 (he-string-member, he-reset-string, he-substitute-string): Declare.
562
563 * eshell/em-ls.el: Adjust requires.
564 (eshell-glob-regexp): Declare.
565 * eshell/em-tramp.el: Adjust requires.
566 (eshell-parse-command): Autoload.
567 * eshell/em-xtra.el: Adjust requires.
568 (eshell-parse-command): Autoload.
569 * eshell/esh-ext.el: Adjust requires.
570 (eshell-parse-command, eshell-close-handles): Autoload.
571 * eshell/esh-io.el: Adjust requires.
572 (eshell-output-filter): Autoload.
573 * eshell/esh-util.el: No need to load tramp when compiling.
574 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
575 Declare.
576 (eshell-parse-ange-ls): Require ange-ftp and tramp.
577 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
578 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
579 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
580 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
581 * eshell/esh-opt.el, eshell/esh-proc.el:
582 * eshell/esh-var.el: Adjust requires.
583 * eshell/eshell.el: Do not require esh-util twice.
584 (eshell-add-input-to-history): Declare.
585 (eshell-command): Check history module is active before using it.
586
587 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
588
589 2013-05-22 Leo Liu <sdl.web@gmail.com>
590
591 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
592
593 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
594
595 * autorevert.el (auto-revert-notify-add-watch)
596 (auto-revert-notify-handler): Add `attrib' for the inotify case,
597 it indicates changes in file modification time.
598
599 2013-05-22 Glenn Morris <rgm@gnu.org>
600
601 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
602 Always delete the autoloaded function from the noruntime and
603 unresolved functions lists.
604
605 * allout.el: No need to load epa, epg, overlay when compiling.
606 (epg-context-set-passphrase-callback, epg-list-keys)
607 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
608 (epg-key-user-id-list): Declare.
609
610 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
611 (viper-set-parsing-style-toggling-macro)
612 (viper-set-emacs-state-searchstyle-macros):
613 Use called-interactively-p on Emacs.
614 (viper-looking-back): Make it an obsolete alias. Update callers.
615 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
616 Use looking-back rather than viper-looking-back.
617 (viper-tmp-insert-at-eob, viper-enlarge-region)
618 (viper-read-string-with-history, viper-register-to-point)
619 (viper-append-to-register, viper-change-state-to-vi)
620 (viper-backward-char-carefully, viper-forward-char-carefully)
621 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
622 (viper-change-state-to-emacs): Declare.
623 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
624 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
625 * emulation/viper-mous.el: Do not load viper-cmd.
626 (viper-backward-char-carefully, viper-forward-char-carefully)
627 (viper-forward-word, viper-adjust-window): Declare.
628
629 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
630
631 * progmodes/idlw-help.el (idlwave-help-fontify):
632 Use called-interactively-p.
633
634 * term/w32console.el (w32-get-console-codepage)
635 (w32-get-console-output-codepage): Declare.
636
637 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
638 Remove unnecessary declarations.
639 (dframe-message): Doc fix.
640
641 * info.el (dframe-select-attached-frame, dframe-current-frame):
642 Declare.
643
644 * speedbar.el (speedbar-message): Make it an obsolete alias.
645 Update all callers.
646 (speedbar-with-attached-buffer)
647 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
648 (speedbar-with-writable): Use backquote.
649 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
650 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
651 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
652 rather than speedbar- aliases.
653 * mail/rmail.el: Load dframe rather than speedbar when compiling.
654 (speedbar-make-specialized-keymap, speedbar-insert-button)
655 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
656 (speedbar-do-function-pointer): Declare.
657 (rmail-speedbar-button, rmail-speedbar-find-file)
658 (rmail-speedbar-move-message):
659 Use dframe-with-attached-buffer rather than speedbar- alias.
660 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
661 (dframe-message, speedbar-make-specialized-keymap)
662 (speedbar-add-expansion-list, speedbar-mode-functions-list)
663 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
664 (speedbar-insert-button, dframe-select-attached-frame)
665 (dframe-maybee-jump-to-attached-frame)
666 (speedbar-change-initial-expansion-list)
667 (speedbar-previously-used-expansion-list-name): Declare.
668 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
669 Use dframe-message, dframe-with-attached-buffer rather than
670 speedbar- aliases.
671 (gud-sentinel): Silence compiler.
672 * progmodes/vhdl-mode.el (speedbar-refresh)
673 (speedbar-do-function-pointer, speedbar-add-supported-extension)
674 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
675 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
676 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
677 (speedbar-file-lists, speedbar-make-tag-line)
678 (speedbar-line-directory, speedbar-goto-this-file)
679 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
680 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
681 (speedbar-make-button, speedbar-reset-scanners)
682 (speedbar-files-item-info, speedbar-line-text)
683 (speedbar-find-file-in-frame, speedbar-set-timer)
684 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
685 (speedbar-with-writable): Do not (re)define it.
686 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
687 rather than speedbar- alias.
688
689 2013-05-21 Leo Liu <sdl.web@gmail.com>
690
691 * progmodes/octave.el (octave-mode-menu): Update and re-organize
692 menu items.
693 (octave-mode): Tweak fill-nobreak-predicate.
694 (inferior-octave-startup): Check process to avoid infinite loop.
695 (inferior-octave): Pop to buffer first to show abornmal process
696 exit information.
697
698 2013-05-21 Glenn Morris <rgm@gnu.org>
699
700 * printing.el (pr-menu-bar): Define when compiling.
701
702 2013-05-21 Leo Liu <sdl.web@gmail.com>
703
704 * progmodes/octave.el (octave-auto-fill): Remove.
705 (octave-indent-new-comment-line): Improve.
706 (octave-mode): Use auto fill mode through
707 comment-line-break-function and fill-nobreak-predicate
708 (octave-goto-function-definition): Support DEFUN_DLD.
709 (octave-beginning-of-defun): Small Tweak
710 (octave-help): Show parent directory.
711
712 2013-05-21 Glenn Morris <rgm@gnu.org>
713
714 * files.el (dired-unmark):
715 * progmodes/gud.el (gdb-input): Update declarations.
716
717 * calculator.el (electric, ehelp): No need to load when compiling.
718 (Electric-command-loop, electric-describe-mode): Declare.
719
720 * doc-view.el (doc-view-current-converter-processes): Move before use.
721
722 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
723 Move MODE-set-explicitly definition before use.
724
725 * international/mule-diag.el (mule-diag):
726 Don't use obsolete window-system-version.
727
728 * mail/feedmail.el (smtpmail): No need to load when compiling.
729 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
730
731 * mail/mail-utils.el (rfc822): No need to load when compiling.
732 (rfc822-addresses): Autoload it.
733 (mail-strip-quoted-names): Trivial simplification.
734
735 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
736 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
737
738 * net/snmp-mode.el (tempo): Don't duplicate requires.
739
740 * progmodes/prolog.el (info): No need to load when compiling.
741 (comint): Require before shell requires it.
742 (Info-goto-node): Autoload it.
743 (Info-follow-nearest-node): Declare.
744 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
745
746 * textmodes/artist.el (picture-mode-exit): Declare.
747
748 * textmodes/reftex-parse.el (reftex-parse-from-file):
749 Trivial rewrite so the compiler can parse it better.
750
751 2013-05-20 Leo Liu <sdl.web@gmail.com>
752
753 * progmodes/octave.el (octave-help-mode-map)
754 (octave-help-mode-finish-hook): New variables.
755 (octave-help-mode, octave-help-mode-finish): New functions.
756 (octave-help): Use octave-help-mode.
757
758 2013-05-20 Glenn Morris <rgm@gnu.org>
759
760 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
761
762 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
763
764 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
765 start at point, so that expansion starting right after opening
766 slash in a regexp is recognized.
767 (ruby-syntax-before-regexp-re): New defvar, extracted from
768 ruby-syntax-propertize-function. Since the value of this regexp
769 is looked up at runtime now, we should be able to turn
770 `ruby-syntax-methods-before-regexp' into a defcustom later.
771 (ruby-syntax-propertize-function): Split regexp matching into two
772 parts, for opening and closing slashes. That allows us to skip
773 over string interpolations and support multiline regexps.
774 Don't call `ruby-syntax-propertize-expansions', instead use another rule
775 for them, which calls `ruby-syntax-propertize-expansion'.
776 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
777 call to `ruby-syntax-propertize-function'.
778 (ruby-syntax-propertize-expansion): Extracted from
779 `ruby-syntax-propertize-expansions'. Handles one expansion.
780 (ruby-syntax-propertize-percent-literal): Leave point right after
781 the percent symbol, so that the expression expansion rule can
782 propertize the contents.
783 (ruby-syntax-propertize-heredoc): Leave point at bol following the
784 heredoc openers.
785 (ruby-syntax-propertize-expansions): Remove.
786
787 2013-05-18 Juri Linkov <juri@jurta.org>
788
789 * man.el (Man-default-man-entry): Remove `-' from the end
790 of the default value. (Bug#14400)
791
792 2013-05-18 Glenn Morris <rgm@gnu.org>
793
794 * comint.el (comint-password-prompt-regexp):
795 Allow "password for XXX" where XXX contains colons (eg https://...).
796
797 2013-05-18 Leo Liu <sdl.web@gmail.com>
798
799 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
800 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
801 (octave-source-directories): Don't check process.
802 (octave-source-directories, octave-find-definition): Doc fix.
803
804 2013-05-18 Glenn Morris <rgm@gnu.org>
805
806 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
807 Remove backspace/delete bindings. (Bug#14392)
808
809 * cus-dep.el (custom-make-dependencies): Sort the output.
810 (custom-versions-load-alist): Convert comment to doc.
811
812 2013-05-17 Leo Liu <sdl.web@gmail.com>
813
814 * newcomment.el (comment-search-backward): Stricter in finding
815 comment start. (Bug#14303)
816
817 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
818 (octave-comment-start-skip): Properly anchored.
819
820 2013-05-17 Leo Liu <sdl.web@gmail.com>
821
822 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
823 Clean up when turned off. (Bug#14395)
824 (smie--highlight-matching-block-overlay): No longer buffer-local.
825 (smie-highlight-matching-block): Adjust.
826
827 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
828
829 Doc string fix for "nanoseconds" (Bug#14406).
830 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
831 Fix doc string typo that had "nanoseconds" instead of "microseconds".
832
833 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
834
835 * calc/calc-units.el (math-extract-units): Preserve powers
836 of units.
837
838 2013-05-17 Leo Liu <sdl.web@gmail.com>
839
840 * subr.el (delete-consecutive-dups): New function.
841 * ido.el (ido-set-matches-1): Use it.
842 * progmodes/octave.el (inferior-octave-completion-table): Use it.
843 * ido.el (ido-remove-consecutive-dups): Remove.
844
845 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
846
847 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
848 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
849 regexp-opt's `words'.
850
851 2013-05-16 Leo Liu <sdl.web@gmail.com>
852
853 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
854 (smie--highlight-matching-block-overlay)
855 (smie--highlight-matching-block-lastpos)
856 (smie--highlight-matching-block-timer): New variables.
857 (smie-highlight-matching-block): New function.
858 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
859 (smie-setup): Conditionally enable smie-blink-matching-open.
860
861 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
862
863 Sync with upstream verilog-mode r840.
864 * progmodes/verilog-mode.el (verilog-mode-version)
865 (verilog-mode-release-date): Update.
866 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
867 (verilog-sig-tieoff): Fix string error on
868 AUTORESET with colon define, bug594. Reported by Andrew Hou.
869 (verilog-read-decls): Fix parameters confusing
870 AUTOINST interfaces, bug565. Reported by Leith Johnson.
871
872 2013-05-16 Eli Zaretskii <eliz@gnu.org>
873
874 * subr.el (reveal-filename): New function.
875
876 * loadup.el: Compute Emacs executable versions on MS-Windows,
877 where executables have the .exe extension. Add a hard link
878 emacs-XX.YY.ZZ.exe on MS-Windows.
879
880 * Makefile.in (XARGS_LIMIT): New variable.
881 (custom-deps, finder-data, autoloads)
882 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
883 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
884 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
885 (compile-main): Limit xargs according to $(XARGS_LIMIT).
886
887 2013-05-16 Leo Liu <sdl.web@gmail.com>
888
889 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
890 (octave-mode-menu, octave-mode-map): Remove its uses.
891
892 2013-05-16 Reto Zimmermann <reto@gnu.org>
893
894 Sync with upstream vhdl mode v3.34.2.
895 * progmodes/vhdl-mode.el: Use `push' throughout.
896 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
897 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
898 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
899 (vhdl-actual-generic-name): New option to derive actual generic name.
900 (vhdl-port-paste-signals): Replace formal by actual generics.
901 (vhdl-beautify): New name for old group vhdl-align. Update users.
902 (vhdl-beautify-options): New option.
903 (vhdl-last-input-event): New compat alias. Use throughout.
904 (vhdl-goto-line): Replace user level function `goto-line'.
905 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
906 vhdl-fix-statement-buffer.
907 (vhdl-create-mode-menu): Add some entries.
908 (vhdl-align-region-groups): Respect vhdl-beautify-options.
909 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
910 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
911 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
912 to force statements on one line.
913 (vhdl-remove-trailing-spaces-region):
914 New, split from vhdl-remove-trailing-spaces.
915 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
916 Respect vhdl-beautify-options.
917 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
918 (vhdl-update-sensitivity-list): Not add with index if exists without.
919 Not include array index with signal. Ignore keywords in comments.
920 (vhdl-get-visible-signals): Regexp tweaks.
921 (vhdl-template-component-inst): Handle empty library.
922 (vhdl-template-type): Add template for 'enum' type.
923 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
924 Use vhdl-replace-string.
925 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
926 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
927 (vhdl-speedbar-initialize): Update for above name change.
928 (vhdl-compose-wire-components): Fix in handling of constants.
929 (vhdl-error-regexp-emacs-alist): New variable.
930 (vhdl-error-regexp-add-emacs): New function;
931 adds support for new compile.el (Emacs 22+)
932 (vhdl-generate-makefile-1): Change target order for single lib. units.
933 Allow use of absolute file names.
934
935 2013-05-16 Leo Liu <sdl.web@gmail.com>
936
937 * simple.el (prog-indent-sexp): Indent enclosing defun.
938
939 2013-05-15 Glenn Morris <rgm@gnu.org>
940
941 * cus-start.el (show-trailing-whitespace): Move to editing basics.
942 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
943 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
944 (whitespace-highlight): Move to whitespace group.
945
946 * comint.el (comint-source):
947 * pcmpl-linux.el (pcmpl-linux):
948 * shell.el (shell-faces):
949 * eshell/esh-opt.el (eshell-opt):
950 * international/ccl.el (ccl): Remove empty custom groups.
951
952 * completion.el (dynamic-completion-mode):
953 * jit-lock.el (jit-lock-debug-mode):
954 * minibuffer.el (completion-in-region-mode):
955 * type-break.el (type-break-mode-line-message-mode)
956 (type-break-query-mode):
957 * emulation/tpu-edt.el (tpu-edt-mode):
958 * progmodes/subword.el (global-subword-mode, global-superword-mode):
959 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
960 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
961
962 * term/xterm.el (xterm): Change parent group to terminals.
963
964 * master.el (master): Remove empty custom group.
965 (master-mode): Remove unused :group argument.
966 * textmodes/refill.el (refill): Remove empty custom group.
967 (refill-mode): Remove unused :group argument.
968
969 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
970
971 * cus-dep.el: Provide a feature.
972 (custom-make-dependencies): Ignore dotfiles (dir-locals).
973 Don't mistakenly ignore files whose basenames match a basename
974 from preloaded-file-list (eg cedet/ede/simple.el).
975 Add a fallback method for getting :group.
976
977 2013-05-15 Juri Linkov <juri@jurta.org>
978
979 * isearch.el (isearch-char-by-name): Rename from
980 `isearch-insert-char-by-name'. Doc fix.
981 (isearch-forward): Mention `isearch-char-by-name' in
982 the docstring. (Bug#13348)
983
984 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
985 `exit-minibuffer' instead of
986 `isearch-nonincremental-exit-minibuffer'.
987 (isearch-edit-string): Remove mention of
988 `isearch-nonincremental-exit-minibuffer' from docstring.
989 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
990 (isearch-forward-exit-minibuffer)
991 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
992
993 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
994
995 * loadup.el: Just use unversioned DOC.
996
997 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
998 literals as extending to EOB.
999 (nxml-last-fontify-end): Remove unused variable.
1000 (nxml-after-change1): Use with-silent-modifications.
1001 (nxml-extend-after-change-region): Simplify.
1002 (nxml-extend-after-change-region1): Remove function.
1003 (nxml-after-change1): Don't adjust for dependent regions.
1004 (nxml-fontify-matcher): Simplify.
1005 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
1006 (xmltok-add-dependent): Remove function.
1007 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
1008 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
1009 (xmltok-scan-prolog-after-processing-instruction-open): Treat
1010 unclosed <[[, <?, comment, and other literals as extending to EOB.
1011 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
1012 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
1013 Remove functions.
1014 (rng-do-some-validation-1): Don't mark dependent regions.
1015 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
1016 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
1017 (nxml-clear-dependent-regions): Remove functions.
1018 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
1019 (nxml-ensure-scan-up-to-date):
1020 Don't clear&mark dependent regions.
1021
1022 2013-05-15 Leo Liu <sdl.web@gmail.com>
1023
1024 * progmodes/octave.el (octave-goto-function-definition):
1025 Improve and fix callers.
1026
1027 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1028
1029 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
1030 the setter (bug#14387).
1031
1032 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
1033 surrounding group (bug#14402).
1034
1035 2013-05-14 Juri Linkov <juri@jurta.org>
1036
1037 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
1038 (Bug#14390)
1039
1040 2013-05-14 Glenn Morris <rgm@gnu.org>
1041
1042 * progmodes/f90.el (f90-imenu-generic-expression):
1043 Fix typo in 2013-05-08 change. (Bug#14402)
1044
1045 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
1046
1047 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
1048 Remove signals for which replies are never received.
1049
1050 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
1051
1052 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
1053 (gdb-handler-alist, gdb-handler-number): Remove variables.
1054 (gdb-handler-list): New variable.
1055 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
1056 (gdb-pending-handler-p, gdb-handle-reply)
1057 (gdb-remove-all-pending-triggers): New functions.
1058 (gdb-discard-unordered-replies): New defcustom.
1059 (gdb-handler): New defstruct.
1060 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
1061 instead of gdb-pending-triggers. Update docstring.
1062 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
1063 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
1064 (gdb-var-update-handler, def-gdb-auto-update-trigger)
1065 (def-gdb-auto-update-handler, gdb-get-changed-registers)
1066 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
1067 (gdb-frame-handler): Pending triggers are now automatically managed.
1068 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
1069 Remove argument.
1070 (gdb-input): Automatically handles pending triggers. Update docstring.
1071 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
1072 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
1073 Update comments.
1074 (gdb-done-or-error): Now use gdb-handle-reply.
1075
1076 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
1077
1078 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
1079 gdb-debug-log.
1080
1081 2013-05-14 Glenn Morris <rgm@gnu.org>
1082
1083 * subr.el (user-emacs-directory-warning): New option.
1084 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
1085
1086 2013-05-14 Leo Liu <sdl.web@gmail.com>
1087
1088 * progmodes/octave.el (octave-font-lock-keywords): Fix error
1089 during redisplay.
1090 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
1091 (octave-font-lock-texinfo-comment): Fix invalid search bound
1092 error: wrong side of point.
1093
1094 2013-05-14 Glenn Morris <rgm@gnu.org>
1095
1096 * progmodes/flymake.el (flymake-xml-program): New option.
1097 (flymake-xml-init): Use it.
1098
1099 * term/xterm.el: Provide a feature.
1100
1101 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
1102
1103 2013-05-13 Glenn Morris <rgm@gnu.org>
1104
1105 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
1106 Add compat aliases as a hack workaround. (Bug#14384)
1107
1108 2013-05-13 Leo Liu <sdl.web@gmail.com>
1109
1110 * progmodes/octave.el (octave-indent-comment): Fix indentation for
1111 ###, and %!.
1112 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
1113 C-M-q.
1114 (octave-comment-start-skip): Include %!.
1115 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
1116
1117 2013-05-12 Leo Liu <sdl.web@gmail.com>
1118
1119 * progmodes/octave.el (inferior-octave-startup): Store the value
1120 of __octave_srcdir__ for octave-source-directories.
1121 (inferior-octave-check-process): New function refactored out of
1122 inferior-octave-send-list-and-digest.
1123 (octave-source-directories)
1124 (octave-find-definition-filename-function): New variables.
1125 (octave-source-directories)
1126 (octave-find-definition-default-filename): New functions.
1127 (octave-find-definition): Improve to find functions implemented in C++.
1128
1129 2013-05-12 Glenn Morris <rgm@gnu.org>
1130
1131 * calendar/diary-lib.el (diary-outlook-format-1):
1132 Don't include dayname in the output. (Bug#14349)
1133
1134 2013-05-11 Glenn Morris <rgm@gnu.org>
1135
1136 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
1137
1138 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
1139 Treat cc-provide like provide.
1140
1141 2013-05-11 Kevin Ryde <user42@zip.com.au>
1142
1143 * cus-dep.el (custom-make-dependencies):
1144 Use generated-autoload-load-name for the sake of files such
1145 such cedet/semantic/bovine/c.el, where the base file name
1146 is not in load-path. (Bug#5277)
1147
1148 2013-05-11 Glenn Morris <rgm@gnu.org>
1149
1150 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
1151 Provide features.
1152
1153 2013-05-11 Leo Liu <sdl.web@gmail.com>
1154
1155 * progmodes/octave.el (octave-indent-comment): Improve.
1156 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
1157 (octave-eldoc-function-signatures, octave-eldoc-function):
1158 New functions.
1159 (octave-mode, inferior-octave-mode): Add eldoc support.
1160
1161 2013-05-11 Richard Stallman <rms@gnu.org>
1162
1163 * epa.el (epa-decrypt-file): Take output file name as argument
1164 and read it using `interactive'.
1165
1166 2013-05-11 Leo Liu <sdl.web@gmail.com>
1167
1168 * progmodes/octave.el (octave-beginning-of-line)
1169 (octave-end-of-line): Check before using up-list because it jumps
1170 out of more syntactic contructs since moving to smie.
1171 (octave-indent-comment): New function.
1172 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
1173 (octave-begin-keywords, octave-end-keywords)
1174 (octave-reserved-words, octave-smie-bnf-table)
1175 (octave-smie-rules): Add new keywords from Octave 3.6.4.
1176
1177 2013-05-11 Glenn Morris <rgm@gnu.org>
1178
1179 * faces.el (internal-face-x-get-resource):
1180 * frame.el (ns-display-monitor-attributes-list):
1181 * calc/calc-aent.el (math-to-radians-2): Fix declarations.
1182
1183 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
1184
1185 * calc/calc-menu.el: Make it loadable in isolation.
1186
1187 * net/eudcb-bbdb.el: Make it loadable without bbdb.
1188 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
1189 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
1190 (eudc-bbdb-query-internal): Require 'bbdb.
1191
1192 * lpr.el (lpr-headers-switches):
1193 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
1194
1195 * progmodes/sql.el (sql-login-params): Fix and improve :type.
1196
1197 * emulation/edt-mapper.el: In batch mode, error rather than hang.
1198
1199 * term.el (term-set-escape-char): Make it idempotent.
1200
1201 2013-05-10 Leo Liu <sdl.web@gmail.com>
1202
1203 * progmodes/octave.el (inferior-octave-completion-table):
1204 No longer a function and all uses changed. Use cache to speed up
1205 completion due to bug#11906.
1206 (octave-beginning-of-defun): Re-write to be more general.
1207
1208 2013-05-10 Glenn Morris <rgm@gnu.org>
1209
1210 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
1211
1212 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1213
1214 * comint.el (comint-redirect-send-command-to-process): Use :around
1215 rather than :override for comint-redirect-filter.
1216 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
1217 Call it instead of comint-redirect-original-filter-function (which
1218 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
1219
1220 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
1221
1222 * frame.el (display-monitor-attributes-list): Add NS case.
1223 (ns-display-monitor-attributes-list): Declare.
1224
1225 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
1226
1227 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
1228
1229 2013-05-09 Glenn Morris <rgm@gnu.org>
1230
1231 * international/fontset.el (vertical-centering-font-regexp):
1232 Set standard-value.
1233
1234 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
1235
1236 * bookmark.el (bookmark-search-delay):
1237 * cus-start.el (vertical-centering-font-regexp):
1238 * ps-mule.el (ps-mule-font-info-database-default):
1239 * ps-print.el (ps-default-fg, ps-default-bg):
1240 * type-break.el (type-break-good-break-interval):
1241 * whitespace.el (whitespace-indentation-regexp)
1242 (whitespace-space-after-tab-regexp):
1243 * emacs-lisp/testcover.el (testcover-1value-functions)
1244 (testcover-noreturn-functions, testcover-progn-functions)
1245 (testcover-prog1-functions):
1246 * emulation/viper-init.el (viper-emacs-state-cursor-color):
1247 * eshell/em-glob.el (eshell-glob-translate-alist):
1248 * play/tetris.el (tetris-tty-colors):
1249 * progmodes/cpp.el (cpp-face-default-list):
1250 * progmodes/flymake.el (flymake-allowed-file-name-masks):
1251 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
1252 (idlwave-help-browser-generic-args):
1253 * progmodes/make-mode.el (makefile-special-targets-list):
1254 * progmodes/python.el (python-shell-virtualenv-path):
1255 * progmodes/verilog-mode.el (verilog-active-low-regexp)
1256 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
1257 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
1258 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
1259 * textmodes/reftex-vars.el (reftex-format-label-function):
1260 * textmodes/remember.el (remember-diary-file): Fix custom types.
1261
1262 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
1263 Add :version.
1264
1265 2013-05-09 Leo Liu <sdl.web@gmail.com>
1266
1267 * progmodes/octave.el (inferior-octave-completion-at-point):
1268 Restore file completion. (Bug#14300)
1269 (inferior-octave-startup): Fix incorrect highlighting for the
1270 first prompt.
1271
1272 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1273
1274 * progmodes/ruby-mode.el: First cut at SMIE support.
1275 (ruby-use-smie): New var.
1276 (ruby-smie-grammar): New constant.
1277 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
1278 (ruby-smie--forward-token, ruby-smie--backward-token)
1279 (ruby-smie-rules): New functions.
1280 (ruby-mode-variables): Setup SMIE if applicable.
1281
1282 2013-05-08 Eli Zaretskii <eliz@gnu.org>
1283
1284 * simple.el (line-move-visual): Signal beginning/end of buffer
1285 only if vertical-motion moved less than it was requested. Avoids
1286 silly incorrect error messages when there are display strings with
1287 multiple newlines at EOL.
1288
1289 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1290
1291 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
1292 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
1293 (prolog-char-quote-workaround):
1294 * progmodes/cperl-mode.el (cperl-under-as-char):
1295 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
1296 Mark as obsolete.
1297 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
1298 their declaration.
1299 (vhdl-mode-syntax-table-init): Remove.
1300
1301 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
1302 last change.
1303
1304 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
1305 syntax for "_".
1306 (ld-script-font-lock-keywords):
1307 Change regexps to use things like \_< and \_>.
1308
1309 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
1310 Change all regexps to use things like \_< and \_>.
1311
1312 * progmodes/autoconf.el (autoconf-definition-regexp)
1313 (autoconf-font-lock-keywords, autoconf-current-defun-function):
1314 Handle a _ with symbol syntax.
1315 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
1316
1317 * progmodes/ada-mode.el (ada-mode-abbrev-table):
1318 Consolidate declaration.
1319 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
1320 the declaration.
1321 (ada-create-syntax-table): Remove.
1322 (ada-capitalize-word): Don't mess with the syntax of "_" since it
1323 already has the right syntax nowadays.
1324 (ada-goto-next-word): Don't change the syntax of "_".
1325
1326 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
1327 with-wrapper-hook.
1328
1329 2013-05-08 Sam Steingold <sds@gnu.org>
1330
1331 * thingatpt.el (thing-at-point): Accept optional second argument
1332 NO-PROPERTIES to strip the text properties from the return value.
1333 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
1334 to `thing-at-point' instead of stripping the properties ourselves.
1335 Also, when `thing-at-point' fails to find a url, prepend "http://"
1336 to the filename at point on the assumption that the user is
1337 pointing at something like gnu.org/gnu.
1338
1339 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
1340
1341 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
1342 * faces.el (crm-separator):
1343 Silence byte-compiler.
1344
1345 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
1346 (tool-bar-map): Remove unneeded defvars.
1347
1348 2013-05-08 Leo Liu <sdl.web@gmail.com>
1349
1350 Re-work a fix for bug#10994 based on Le Wang's patch.
1351 * ido.el (ido-remove-consecutive-dups): New helper.
1352 (ido-completing-read): Use it.
1353 (ido-chop): Revert fix for bug#10994.
1354
1355 2013-05-08 Adam Spiers <emacs@adamspiers.org>
1356
1357 * cus-edit.el (custom-save-variables):
1358 Pretty-print long values. (Bug#14187)
1359
1360 2013-05-08 Glenn Morris <rgm@gnu.org>
1361
1362 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
1363 (m4-mode-syntax-table): Init in the defvar.
1364 (m4-mode-abbrev-table): Let define-derived-mode define it.
1365
1366 2013-05-08 Tom Tromey <tromey@redhat.com>
1367
1368 * progmodes/m4-mode.el (m4-mode-syntax-table):
1369 Do not treat "_" as word constituent. (Bug#14167)
1370
1371 2013-05-07 Glenn Morris <rgm@gnu.org>
1372
1373 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
1374 Remove explicit eshell-isearch-cancel-map.
1375
1376 * progmodes/f90.el (f90-smart-end-names): New option.
1377 (f90-smart-end): Doc fix.
1378 (f90-end-block-optional-name): New constant.
1379 (f90-block-match): Respect f90-smart-end-names.
1380
1381 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1382
1383 * progmodes/octave.el (octave-smie-forward-token): Be more careful
1384 about implicit semi-colons (bug#14218).
1385
1386 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1387
1388 * frame.el (display-monitor-attributes-list)
1389 (frame-monitor-attributes): New functions.
1390
1391 2013-05-06 Leo Liu <sdl.web@gmail.com>
1392
1393 * progmodes/octave.el (octave-syntax-propertize-function): Change
1394 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
1395 (octave-font-lock-keywords): Use octave-operator-regexp.
1396 (octave-completion-at-point): Rename from
1397 octave-completion-at-point-function.
1398 (inferior-octave-directory-tracker): Robustify.
1399 (octave-text-functions): Remove and fix its uses. No such things
1400 any more.
1401
1402 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1403
1404 * emacs-lisp/trace.el (trace--display-buffer): New function.
1405 (trace-make-advice): Use it.
1406
1407 2013-05-06 Juri Linkov <juri@jurta.org>
1408
1409 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
1410 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
1411 Doc fix.
1412 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
1413 in the help string. (Bug#12985)
1414
1415 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1416
1417 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
1418
1419 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1420
1421 * progmodes/perl-mode.el: Add support for here documents.
1422 (perl-syntax-propertize-function): Match here-doc markers.
1423 (perl-syntax-propertize-special-constructs): Find their end.
1424 (perl-imenu-generic-expression): Use [:alnum:].
1425
1426 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
1427 (advice--add-function): Refresh the advice if already present
1428 (bug#14317).
1429
1430 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
1431
1432 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
1433
1434 2013-05-06 Glenn Morris <rgm@gnu.org>
1435
1436 * w32-fns.el (w32-charset-info-alist): Declare.
1437
1438 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
1439 of its defcustom properties.
1440 (eshell-cmpl-initialize): No need to load pcomplete.
1441
1442 * generic-x.el: No need to require comint when compiling.
1443
1444 * net/eudc-export.el: Make it loadable without bbdb.
1445 (top-level): Use require rather than load-library.
1446 (eudc-create-bbdb-record, eudc-bbdbify-phone)
1447 (eudc-batch-export-records-to-bbdb)
1448 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
1449 Require bbdb.
1450
1451 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1452
1453 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
1454 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
1455 some tweaks, instead.
1456
1457 2013-05-05 Leo Liu <sdl.web@gmail.com>
1458
1459 * progmodes/octave.el (octave-font-lock-keywords)
1460 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
1461 (inferior-octave-send-list-and-digest): Improve error message.
1462 (octave-mode, inferior-octave-mode): Use setq-local.
1463 (octave-help): Set info-lookup-mode.
1464
1465 2013-05-05 Richard Stallman <rms@gnu.org>
1466
1467 * vc/compare-w.el (compare-windows-whitespace):
1468 Treat no-break space as whitespace.
1469
1470 * mail/rmailsum.el (rmail-summary-rmail-update):
1471 Detect empty summary and don't change selected message.
1472 (rmail-summary-goto-msg): Likewise.
1473
1474 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
1475 Doc fixes, rename args.
1476
1477 2013-05-05 Alan Mackenzie <acm@muc.de>
1478
1479 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
1480
1481 2013-05-05 Juri Linkov <juri@jurta.org>
1482
1483 * info.el (Info-read-subfile): Use (point-min) instead of (point)
1484 to not add the length of the summary segment to the return value.
1485 (Bug#14125)
1486
1487 2013-05-05 Leo Liu <sdl.web@gmail.com>
1488
1489 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
1490 (inferior-octave-output-filter): Remove.
1491 (octave-send-region, inferior-octave-startup): Fix callers.
1492 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
1493 (octave-binary-file-extensions): New user variable.
1494 (octave-find-definition): Confirm if opening binary files.
1495 (octave-help-file): Use octave-find-definition to get the binary
1496 confirmation.
1497 (octave-help): Adjust for octave-help-file change.
1498
1499 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1500
1501 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
1502 Merge the two entries that handle function definitions.
1503 (pascal--syntax-propertize): New const.
1504 (pascal-mode): Use it. Use setq-local.
1505
1506 2013-05-04 Glenn Morris <rgm@gnu.org>
1507
1508 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
1509 (diary-from-outlook): Respect diary-from-outlook-function.
1510
1511 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1512
1513 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
1514 Move the declaration from C.
1515 (read-minibuffer, eval-minibuffer): Move from C.
1516 (completion-setup-function): Avoid minibuffer-completion-contents.
1517
1518 2013-05-03 Leo Liu <sdl.web@gmail.com>
1519
1520 * progmodes/octave.el (octave-font-lock-keywords): Do not
1521 dehighlight 'end' in comments or strings.
1522 (octave-completing-read, octave-goto-function-definition):
1523 New helpers.
1524 (octave-help-buffer): New user variable.
1525 (octave-help-file, octave-help-function): New button types.
1526 (octave-help): New command and bind it to C-h ;.
1527 (octave-find-definition): New command and bind it to M-.
1528 (user-error): Alias to error if not defined.
1529
1530 2013-05-02 Leo Liu <sdl.web@gmail.com>
1531
1532 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
1533 for \. (bug#14332)
1534 (octave-font-lock-keywords): Include [ and {.
1535
1536 2013-05-02 Leo Liu <sdl.web@gmail.com>
1537
1538 * progmodes/octave.el (inferior-octave-startup-file): Change default.
1539 (inferior-octave): Remove calling comint-mode and return the buffer.
1540 (inferior-octave-startup): Cosmetic changes.
1541
1542 2013-05-02 Leo Liu <sdl.web@gmail.com>
1543
1544 * progmodes/octave.el (octave-syntax-propertize-function):
1545 Include the case when ' is at line beginning. (Bug#14336)
1546
1547 2013-05-02 Glenn Morris <rgm@gnu.org>
1548
1549 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
1550 * desktop.el (vc-dir-mode): Just autoload it here.
1551
1552 2013-05-02 Alan Mackenzie <acm@muc.de>
1553
1554 Eliminate variable c-standard-font-lock-fontify-region-function.
1555 * progmodes/cc-mode.el
1556 (c-standard-font-lock-fontify-region-function): Remove.
1557 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
1558
1559 2013-05-01 Leo Liu <sdl.web@gmail.com>
1560
1561 * progmodes/octave.el: Compatible with older emacs-24 releases.
1562 (inferior-octave-has-built-in-variables): Remove. Built-in
1563 variables were removed from Octave in 2007.
1564 (inferior-octave-startup): Fix uses.
1565 (comint-line-beginning-position): Remove compatibility code for
1566 emacs 21.
1567
1568 2013-05-01 Juri Linkov <juri@jurta.org>
1569
1570 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
1571
1572 2013-05-01 Juri Linkov <juri@jurta.org>
1573
1574 * comint.el (comint-previous-matching-input): Don't print message
1575 "History item: %d" when `isearch-mode' is active.
1576 (comint-history-isearch-message): Print message "History item: %d"
1577 when `comint-input-ring-index' is not empty and this function is
1578 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
1579
1580 2013-05-01 Leo Liu <sdl.web@gmail.com>
1581
1582 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
1583 definitions. Use completion-at-point to insert keywords.
1584 (octave-abbrev-start): Remove.
1585 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
1586
1587 2013-04-30 Leo Liu <sdl.web@gmail.com>
1588
1589 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
1590 change.
1591
1592 2013-04-30 Alan Mackenzie <acm@muc.de>
1593
1594 Handle arbitrarily long C++ member initialisation lists.
1595 * progmodes/cc-engine.el (c-back-over-member-initializers):
1596 new function.
1597 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
1598 (most) member init lists.
1599
1600 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1601
1602 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
1603 variable.
1604
1605 2013-04-30 Leo Liu <sdl.web@gmail.com>
1606
1607 * progmodes/octave.el (octave-variables): Remove. No builtin
1608 variables any more. All converted to functions.
1609 (octave-font-lock-keywords, octave-completion-at-point-function):
1610 Fix uses.
1611 (octave-font-lock-texinfo-comment): New user variable.
1612 (octave-texinfo-font-lock-keywords): New variable for texinfo
1613 comment block.
1614 (octave-function-comment-block): New face.
1615 (octave-font-lock-texinfo-comment): New function.
1616 (octave-mode): Font lock texinfo comment block.
1617
1618 2013-04-29 Leo Liu <sdl.web@gmail.com>
1619
1620 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
1621 indexing expression.
1622 (octave-continuation-string): Do not use \.
1623 (inferior-octave-complete-impossible): Remove.
1624 (inferior-octave-completion-table)
1625 (inferior-octave-completion-at-point): Remove its uses.
1626 (inferior-octave-startup): completion_matches was introduced to
1627 Octave in 1996 so safe to assume it.
1628 (octave-function-file-comment): Improve to follow how Octave does it.
1629 (octave-update-function-file-comment): Tweak.
1630
1631 2013-04-29 Leo Liu <sdl.web@gmail.com>
1632
1633 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
1634 (inferior-octave-startup): Remove inferior-octave-startup-hook.
1635 (octave-function-file-comment): Fix typo.
1636 (octave-sync-function-file-names): Use read-char-choice.
1637
1638 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
1639
1640 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
1641 to t for the less important warnings.
1642
1643 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
1644
1645 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
1646
1647 2013-04-27 Glenn Morris <rgm@gnu.org>
1648
1649 * vc/log-view.el (log-view-current-entry):
1650 Treat "---" separator lines as part of the following rev. (Bug#14169)
1651
1652 2013-04-27 Juri Linkov <juri@jurta.org>
1653
1654 * subr.el (read-number): Doc fix about using it by interactive
1655 code letter `n'. (Bug#14254)
1656
1657 2013-04-27 Juri Linkov <juri@jurta.org>
1658
1659 * desktop.el (desktop-auto-save-timeout): New option.
1660 (desktop-file-checksum): New variable.
1661 (desktop-save): Add optional arg `auto-save' and don't auto-save
1662 if nothing changed.
1663 (desktop-auto-save-timer): New variable.
1664 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
1665 (after-init-hook): Call `desktop-auto-save-set-timer'.
1666 Suggested by Reuben Thomas <rrt@sc3d.org> in
1667 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
1668
1669 2013-04-27 Leo Liu <sdl.web@gmail.com>
1670
1671 * progmodes/octave.el (octave-function-file-p)
1672 (octave-skip-comment-forward, octave-function-file-comment)
1673 (octave-update-function-file-comment): New functions.
1674 (octave-mode-map): Bind C-c ; to
1675 octave-update-function-file-comment.
1676 (octave-mode-menu): Add octave-update-function-file-comment.
1677 (octave-mode, inferior-octave-mode): Fix doc-string.
1678 (octave-insert-defun): Conform to Octave's coding convention.
1679 (Bug#14285)
1680
1681 * files.el (basic-save-buffer): Don't let errors in
1682 before-save-hook prevent saving buffer.
1683
1684 2013-04-20 Roland Winkler <winkler@gnu.org>
1685
1686 * faces.el (read-face-name): Use completing-read if arg multiple
1687 is nil.
1688
1689 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
1690
1691 * ls-lisp.el (ls-lisp-insert-directory): If no files are
1692 displayed, move point to after the totals line.
1693 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
1694 for the details.
1695
1696 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1697
1698 * emacs-lisp/package.el (package-autoload-ensure-default-file):
1699 Add current dir to the load-path.
1700 (package-generate-autoloads): Don't rely on
1701 autoload-ensure-default-file.
1702
1703 2013-04-26 Reuben Thomas <rrt@sc3d.org>
1704
1705 * textmodes/remember.el (remember-store-in-files): Document that
1706 the file name format is passed to `format-time-string'.
1707
1708 2013-04-26 Leo Liu <sdl.web@gmail.com>
1709
1710 * progmodes/octave.el (octave-sync-function-file-names): New function.
1711 (octave-mode): Use it in before-save-hook.
1712
1713 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1714
1715 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
1716 (bug#14274).
1717
1718 * progmodes/octave.el (octave-smie-forward-token): Properly skip
1719 \n and comment, even if it's not an implicit ; (bug#14218).
1720
1721 2013-04-26 Glenn Morris <rgm@gnu.org>
1722
1723 * subr.el (read-number): Once more use `read' rather than
1724 `string-to-number', to trap non-numeric input. (Bug#14254)
1725
1726 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
1727
1728 * emacs-lisp/syntax.el (syntax-propertize-multiline):
1729 Use `syntax-multiline' text property consistently instead of
1730 `font-lock-multiline'. (Bug#14237)
1731
1732 2013-04-26 Glenn Morris <rgm@gnu.org>
1733
1734 * emacs-lisp/shadow.el (list-load-path-shadows):
1735 No longer necessary to check for duplicate simple.el, since
1736 2012-07-07 change to init_lread to not include installation lisp
1737 directories in load-path when running uninstalled. (Bug#14270)
1738
1739 2013-04-26 Leo Liu <sdl.web@gmail.com>
1740
1741 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
1742 (octave-mode, inferior-octave-mode): Use setq-local.
1743 (octave-not-in-string-or-comment-p): Rename to
1744 octave-in-string-or-comment-p.
1745 (octave-in-comment-p, octave-in-string-p)
1746 (octave-in-string-or-comment-p): Replace defsubst with defun.
1747
1748 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
1749
1750 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
1751
1752 2013-04-25 Bastien Guerry <bzg@gnu.org>
1753
1754 * textmodes/remember.el (remember-data-directory)
1755 (remember-directory-file-name-format): Fix custom types.
1756
1757 2013-04-25 Leo Liu <sdl.web@gmail.com>
1758
1759 * progmodes/octave.el (octave-completion-at-point-function):
1760 Make use of inferior octave process.
1761 (octave-initialize-completions): Remove.
1762 (inferior-octave-completion-table): New function.
1763 (inferior-octave-completion-at-point): Use it.
1764 (octave-completion-alist): Remove.
1765
1766 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1767
1768 * progmodes/opascal.el: Use font-lock and syntax-propertize.
1769 (opascal-mode-syntax-table): New var.
1770 (opascal-literal-kind, opascal-is-literal-end)
1771 (opascal-literal-token-at): Rewrite.
1772 (opascal--literal-start-re, opascal-font-lock-keywords)
1773 (opascal--syntax-propertize): New constants.
1774 (opascal-font-lock-defaults): Adjust.
1775 (opascal-mode): Use them. Set comment-<foo> variables as well.
1776 (delphi-comment-face, opascal-comment-face, delphi-string-face)
1777 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
1778 (delphi-other-face, opascal-other-face): Remove face variables.
1779 (opascal-save-state): Remove macro.
1780 (opascal-fontifying-progress-step): Remove constant.
1781 (opascal--ignore-changes): Remove var.
1782 (opascal-set-token-property, opascal-parse-next-literal)
1783 (opascal-is-stable-literal, opascal-complete-literal)
1784 (opascal-is-literal-start, opascal-face-of)
1785 (opascal-parse-region, opascal-parse-region-until-stable)
1786 (opascal-fontify-region, opascal-after-change)
1787 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
1788 (opascal-debug-parse-region, opascal-debug-parse-window)
1789 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
1790 (opascal-debug-fontify-buffer): Remove.
1791 (opascal-debug-mode-map): Adjust accordingly.
1792
1793 2013-04-25 Leo Liu <sdl.web@gmail.com>
1794
1795 Merge octave-mod.el and octave-inf.el into octave.el with some
1796 cleanups.
1797 * progmodes/octave.el: New file renamed from octave-mod.el.
1798 * progmodes/octave-inf.el: Merged into octave.el.
1799 * progmodes/octave-mod.el: Renamed to octave.el.
1800
1801 2013-04-25 Tassilo Horn <tsdh@gnu.org>
1802
1803 * textmodes/reftex-vars.el
1804 (reftex-label-ignored-macros-and-environments): New defcustom.
1805
1806 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
1807
1808 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1809
1810 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
1811 (smie-indent-keyword): Improve the check to ensure that the next
1812 comment is really on the same line.
1813 (smie-indent-comment): Don't align with a subsequent closer (or eob).
1814
1815 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
1816 semi-colons if the line is not otherwise empty (bug#14218).
1817
1818 2013-04-25 Glenn Morris <rgm@gnu.org>
1819
1820 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
1821
1822 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1823
1824 * progmodes/opascal.el (opascal-set-token-property): Rename from
1825 opascal-set-text-properties and only set `token' (bug#14134).
1826 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
1827 (opascal-literal-text-properties): Remove.
1828 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
1829 Adjust callers.
1830
1831 2013-04-24 Reuben Thomas <rrt@sc3d.org>
1832
1833 * textmodes/remember.el (remember-handler-functions): Add an
1834 option for a new handler `remember-store-in-files'.
1835 (remember-data-directory, remember-directory-file-name-format):
1836 New options.
1837 (remember-store-in-files): New function to store remember notes
1838 as separate files within a directory.
1839
1840 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
1841
1842 * progmodes/compile.el (compilation-next-error-function):
1843 Pass "formats" to compilation-find-file (bug#11777).
1844
1845 2013-04-24 Glenn Morris <rgm@gnu.org>
1846
1847 * vc/vc-bzr.el (vc-bzr-print-log):
1848 * vc/vc-hg.el (vc-hg-print-log):
1849 * vc/vc-svn.el (vc-svn-print-log):
1850 Fix START-REVISION with LIMIT != 1. (Bug#14168)
1851
1852 * vc/vc-bzr.el (vc-bzr-print-log):
1853 * vc/vc-cvs.el (vc-cvs-print-log):
1854 * vc/vc-git.el (vc-git-print-log):
1855 * vc/vc-hg.el (vc-hg-print-log):
1856 * vc/vc-mtn.el (vc-mtn-print-log):
1857 * vc/vc-rcs.el (vc-rcs-print-log):
1858 * vc/vc-sccs.el (vc-sccs-print-log):
1859 * vc/vc-svn.el (vc-svn-print-log):
1860 * vc/vc.el (vc-print-log-internal): Doc fixes.
1861
1862 2013-04-23 Glenn Morris <rgm@gnu.org>
1863
1864 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
1865 Remove venerable code attempting to avoid substitute-command-keys.
1866
1867 2013-04-23 Tassilo Horn <tsdh@gnu.org>
1868
1869 * textmodes/reftex-vars.el (reftex-label-regexps):
1870 Call `reftex-compile-variables' after changes to this variable.
1871
1872 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1873
1874 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
1875 Use lexical-binding.
1876 (jit-lock-force-redisplay): Use markers, check buffer's continued
1877 existence and beware narrowed buffers.
1878 (jit-lock-fontify-now): Adjust call accordingly.
1879
1880 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1881
1882 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
1883 to avoid misleading the user.
1884
1885 2013-04-22 Leo Liu <sdl.web@gmail.com>
1886
1887 * info-look.el: Prefer latex2e.info. (Bug#14240)
1888
1889 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
1890
1891 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
1892
1893 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
1894 * net/tramp.el (tramp-call-process): ... here
1895 (tramp-set-completion-function, tramp-parse-putty):
1896 * net/tramp-adb.el (tramp-adb-execute-adb-command):
1897 * net/tramp-gvfs.el (tramp-gvfs-send-command):
1898 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
1899 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
1900 (tramp-call-local-coding-command): Use `tramp-call-process'
1901 instead of `tramp-compat-call-process'.
1902
1903 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
1904 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
1905 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
1906 (tramp-find-inline-compress): Improve traces.
1907 (tramp-maybe-send-script): Check for Perl binary.
1908 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
1909
1910 2013-04-22 Daiki Ueno <ueno@gnu.org>
1911
1912 * epg.el (epg-context-pinentry-mode): New function.
1913 (epg-context-set-pinentry-mode): New function.
1914 (epg--start): Pass --pinentry-mode option to gpg command.
1915
1916 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
1917
1918 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
1919 `comint-dynamic-complete' is obsolete since 24.1, replaced by
1920 `completion-at-point'. (Bug#13774)
1921
1922 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
1923 default key binding for `describe-distribution' has been moved to
1924 `C-h C-o'. (Bug#13970)
1925
1926 2013-04-21 Glenn Morris <rgm@gnu.org>
1927
1928 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
1929 Add doc strings.
1930 (vc-print-log): Clarify interactive prompt.
1931
1932 2013-04-20 Glenn Morris <rgm@gnu.org>
1933
1934 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
1935 No longer include timestamp etc information.
1936
1937 2013-04-20 Roland Winkler <winkler@gnu.org>
1938
1939 * faces.el (read-face-name): Bug fix, return just one face if arg
1940 multiple is nil. (Bug#14209)
1941
1942 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1943
1944 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
1945 (remove-function): Autoload.
1946
1947 * comint.el (comint-redirect-original-filter-function): Remove.
1948 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
1949 * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
1950 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
1951 * progmodes/prolog.el (prolog-consult-compile):
1952 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
1953 Use add/remove-function instead.
1954 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
1955 (gud-tooltip-process-output, gud-tooltip-tips):
1956 Use add/remove-function instead.
1957 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
1958 (scheme-interaction-mode, exit-scheme-interaction-mode):
1959 Use add/remove-function instead.
1960
1961 * vc/vc-dispatcher.el: Use lexical-binding.
1962 (vc--process-sentinel): Rename from vc-process-sentinel.
1963 Change last arg to be the code to run. Don't use vc-previous-sentinel
1964 and vc-sentinel-commands any more.
1965 (vc-exec-after): Allow code to be a function. Use add/remove-function.
1966 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
1967
1968 2013-04-19 Masatake YAMATO <yamato@redhat.com>
1969
1970 * progmodes/sh-script.el (sh-imenu-generic-expression):
1971 Handle function names with a single character. (Bug#14111)
1972
1973 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
1974
1975 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
1976 for subroutines defined in an eval (bug#14182).
1977
1978 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1979
1980 * bookmark.el (bookmark-completing-read): Improve handling of empty
1981 string (bug#14176).
1982
1983 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1984
1985 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
1986
1987 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
1988
1989 New faster Imenu implementation (bug#14058).
1990 * progmodes/python.el:
1991 (python-imenu-prev-index-position):
1992 (python-imenu-format-item-label-function)
1993 (python-imenu-format-parent-item-label-function)
1994 (python-imenu-format-parent-item-jump-label-function):
1995 New vars.
1996 (python-imenu-format-item-label)
1997 (python-imenu-format-parent-item-label)
1998 (python-imenu-format-parent-item-jump-label)
1999 (python-imenu--put-parent, python-imenu--build-tree)
2000 (python-imenu-create-index, python-imenu-create-flat-index)
2001 (python-util-popn): New functions.
2002 (python-mode): Set imenu-create-index-function to
2003 python-imenu-create-index.
2004
2005 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2006
2007 * winner.el (winner-active-region): Use region-active-p, activate-mark
2008 and deactivate-mark (bug#14225).
2009
2010 * simple.el (deactivate-mark): Don't inline it.
2011
2012 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
2013
2014 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
2015
2016 2013-04-18 Tassilo Horn <tsdh@gnu.org>
2017
2018 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
2019 file extensions from the archive-mode entry in order to prefer
2020 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
2021
2022 2013-04-18 Leo Liu <sdl.web@gmail.com>
2023
2024 * bindings.el (help-event-list): Add ?\?.
2025
2026 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2027
2028 * subr.el (with-wrapper-hook): Declare obsolete.
2029 * simple.el (filter-buffer-substring-function): New hook.
2030 (filter-buffer-substring): Use it.
2031 (filter-buffer-substring-functions): Mark obsolete.
2032 * minibuffer.el (completion-in-region-function): New hook.
2033 (completion-in-region): Use it.
2034 (completion-in-region-functions): Mark obsolete.
2035 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
2036 * abbrev.el (abbrev-expand-function): New hook.
2037 (expand-abbrev): Use it.
2038 (abbrev-expand-functions): Mark obsolete.
2039 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
2040 and :filter-return.
2041
2042 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2043
2044 * progmodes/python.el (python-nav--syntactically): Fix cornercases
2045 and do not care about match data.
2046
2047 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
2048
2049 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
2050 completion tables when completing error conditions and
2051 `declare' arguments.
2052 (lisp-complete-symbol, field-complete): Mark as obsolete.
2053 (check-parens): Unmatched parens are user errors.
2054 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
2055
2056 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
2057
2058 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
2059 command changed buffer (ie. `flyspell-pre-buffer' is not current
2060 buffer), which prevents making decisions based on invalid value of
2061 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
2062 cause an error when `flyspell-pre-point' was nil after switching
2063 buffers.
2064 (flyspell-post-command-hook): No longer needs to change buffers when
2065 checking pre-word. While at it remove unnecessary progn.
2066
2067 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
2068
2069 * textmodes/ispell.el (ispell-add-per-file-word-list):
2070 Fix `flyspell-correct-word-before-point' error when accepting
2071 words and `coment-padding' is an integer by using
2072 `comment-normalize-vars' (Bug #14214).
2073
2074 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2075
2076 New defun movement commands.
2077 * progmodes/python.el (python-nav--syntactically)
2078 (python-nav--forward-defun, python-nav-backward-defun)
2079 (python-nav-forward-defun): New functions.
2080
2081 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2082
2083 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
2084 (python-syntax-context): Use named compiler-macro for backwards
2085 compatibility with Emacs 24.x.
2086
2087 2013-04-17 Leo Liu <sdl.web@gmail.com>
2088
2089 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
2090 octave-hide-process-buffer.
2091
2092 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
2093
2094 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
2095 (bug#14216).
2096
2097 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
2098
2099 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
2100 Fix adjustment of offset when receiving incomplete responses from GDB
2101 (bug#14129).
2102
2103 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2104
2105 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
2106 python-mode-abbrev-table.
2107 (python-skeleton-define): Adjust accordingly.
2108 (python-mode-abbrev-table): New table that inherits from it so that
2109 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
2110
2111 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
2112 (abbrev-symbol): Use it.
2113 (abbrev--before-point): Use it since we already handle inheritance.
2114
2115 2013-04-16 Leo Liu <sdl.web@gmail.com>
2116
2117 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
2118 binding to info-lookup-symbol.
2119
2120 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
2121
2122 * minibuffer.el (completion--twq-all):
2123 * term/ns-win.el (ns-initialize-window-system):
2124 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
2125
2126 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2127
2128 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
2129 global bindings.
2130
2131 * doc-view.el (doc-view-start-process): Handle url-handler directories.
2132
2133 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
2134
2135 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
2136 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
2137 to nil.
2138 (ruby-end-of-defun): Remove the unused arg, change the docstring
2139 to reflect that this function is only used as the value of
2140 `end-of-defun-function'.
2141 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
2142 to reflect an earlier change that beginning/end-of-defun functions
2143 jump between methods in a class definition, as well as top-level
2144 functions.
2145
2146 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2147
2148 * minibuffer.el (minibuffer-complete): Don't just scroll
2149 a *Completions* that's been iconified.
2150 (minibuffer-force-complete): Make sure repetitions do cycle when going
2151 through completion-in-region -> minibuffer-complete.
2152
2153 2013-04-15 Alan Mackenzie <acm@muc.de>
2154
2155 Correct the placement of c-cpp-delimiters when there're #s not at
2156 col 0.
2157
2158 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
2159 place a submatch around the #.
2160 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
2161 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
2162 on the #, not BOL.
2163
2164 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2165
2166 * emacs-lisp/nadvice.el: Properly test names when adding advice.
2167 (advice--member-p): New arg `name'.
2168 (advice--add-function, advice-member-p): Use it (bug#14202).
2169
2170 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
2171
2172 Reformulate java imenu-generic-expression.
2173 The old expression contained ill formed regexps.
2174
2175 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
2176 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
2177 (cc-imenu-java-method-arg-regexp): New defconsts.
2178 (cc-imenu-java-build-type-args-regex): New defun.
2179 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
2180 handling of spaces in the regexp.
2181
2182 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2183
2184 * textmodes/ispell.el (ispell-command-loop): Remove
2185 flyspell highlight of a word when ispell accepts it (bug #14178).
2186
2187 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
2188
2189 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
2190 uses code from the previous `ange-ftp-run-real-handler'.
2191 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
2192 only in case that function exist. This is needed for proper
2193 unloading of Tramp.
2194
2195 2013-04-15 Tassilo Horn <tsdh@gnu.org>
2196
2197 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
2198
2199 * textmodes/reftex.el (reftex-compile-variables): Use it.
2200
2201 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2202
2203 * files.el (normal-mode): Only use default major-mode if no other mode
2204 was specified.
2205
2206 * emacs-lisp/trace.el (trace-values): New function.
2207
2208 * files.el: Allow : in local variables (bug#14089).
2209 (hack-local-variable-regexp): New var.
2210 (hack-local-variables-prop-line, hack-local-variables): Use it.
2211
2212 2013-04-13 Roland Winkler <winkler@gnu.org>
2213
2214 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
2215 data before it gets modified by bibtex-beginning-of-entry.
2216
2217 2013-04-13 Roland Winkler <winkler@gnu.org>
2218
2219 * textmodes/bibtex.el (bibtex-url): Doc fix.
2220
2221 2013-04-13 Roland Winkler <winkler@gnu.org>
2222
2223 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
2224 does not visit a BibTeX file, exclude it from the list of buffers
2225 returned by bibtex-initialize.
2226
2227 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
2228
2229 * window.el (split-window): Remove interactive form, since as a
2230 command this function is a special case of split-window-below.
2231 Correct doc string.
2232
2233 2013-04-12 Roland Winkler <winkler@gnu.org>
2234
2235 * faces.el (read-face-name): Do not override value of arg default.
2236 Allow single faces and strings as default values. Remove those
2237 elements from return value that are not faces.
2238 (describe-face): Simplify.
2239 (face-at-point): New optional args thing and multiple so that this
2240 function can provide the same functionality previously provided by
2241 read-face-name.
2242 (make-face-bold, make-face-unbold, make-face-italic)
2243 (make-face-unitalic, make-face-bold-italic, invert-face)
2244 (modify-face, read-face-and-attribute): Use face-at-point.
2245
2246 * cus-edit.el (customize-face, customize-face-other-window)
2247 * cus-theme.el (custom-theme-add-face)
2248 * face-remap.el (buffer-face-set)
2249 * facemenu.el (facemenu-set-face): Use face-at-point.
2250
2251 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
2252
2253 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
2254
2255 2013-04-10 Tassilo Horn <tsdh@gnu.org>
2256
2257 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
2258 off leading { and trailing } from field values.
2259
2260 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2261
2262 * emacs-lisp/timer.el (timer--check): New function.
2263 (timer--time, timer-set-function, timer-event-handler): Use it.
2264 (timer-set-idle-time): Simplify.
2265 (timer--activate): CSE.
2266 (timer-event-handler): Give more info in error message.
2267 (internal-timer-start-idle): New function, moved from C.
2268
2269 * mpc.el (mpc-proc): Add `restart' argument.
2270 (mpc-proc-cmd): Use it.
2271 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
2272 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
2273 less often.
2274
2275 2013-04-10 Masatake YAMATO <yamato@redhat.com>
2276
2277 * progmodes/sh-script.el: Implement `sh-mode' own
2278 `add-log-current-defun-function' (bug#14112).
2279 (sh-current-defun-name): New function.
2280 (sh-mode): Use the function.
2281
2282 2013-04-09 Bastien Guerry <bzg@gnu.org>
2283
2284 * simple.el (choose-completion-string): Fix docstring (bug#14163).
2285
2286 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2287
2288 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
2289
2290 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
2291 timer (bug#14156).
2292
2293 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
2294
2295 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
2296 declaration.
2297
2298 2013-04-07 Leo Liu <sdl.web@gmail.com>
2299
2300 * pcmpl-x.el: New file.
2301
2302 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
2303
2304 Do not set x-display-name until X connection is established.
2305 This is needed to prevent from weird situation described at
2306 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
2307 * frame.el (make-frame): Set x-display-name after call to
2308 window system initialization function, not before.
2309 * term/x-win.el (x-initialize-window-system): Add optional
2310 display argument and use it.
2311 * term/w32-win.el (w32-initialize-window-system):
2312 * term/ns-win.el (ns-initialize-window-system):
2313 * term/pc-win.el (msdos-initialize-window-system):
2314 Add compatible optional display argument.
2315
2316 2013-04-06 Eli Zaretskii <eliz@gnu.org>
2317
2318 * files.el (normal-backup-enable-predicate): On MS-Windows and
2319 MS-DOS compare truenames of temporary-file-directory and of the
2320 file, so that 8+3 aliases (usually found in $TEMP on Windows)
2321 don't fail comparison by compare-strings. Also, compare file
2322 names case-insensitively on MS-Windows and MS-DOS.
2323
2324 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2325
2326 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
2327 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
2328
2329 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
2330
2331 * whitespace.el (whitespace-color-on, whitespace-color-off):
2332 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
2333
2334 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
2335
2336 * ispell.el (ispell-set-spellchecker-params):
2337 Really set `ispell-args' for all equivs.
2338
2339 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2340
2341 * ido.el (ido-completions): Use extra elements of ido-decorations
2342 (bug#14143).
2343 (ido-decorations): Update docstring.
2344
2345 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
2346
2347 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
2348 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
2349 nil during initialization, in order not to miss changes since the
2350 file was opened. (Bug#14140)
2351
2352 2013-04-05 Leo Liu <sdl.web@gmail.com>
2353
2354 * kmacro.el (kmacro-call-macro): Fix bug#14135.
2355
2356 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
2357
2358 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
2359
2360 2013-04-04 Glenn Morris <rgm@gnu.org>
2361
2362 * electric.el (electric-pair-inhibit-predicate): Add :version.
2363
2364 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2365
2366 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
2367 when a package is required several times (bug#14082).
2368
2369 2013-04-04 Roland Winkler <winkler@gnu.org>
2370
2371 * faces.el (read-face-name): Behave as promised by the docstring.
2372 Assume that arg default is a list of faces.
2373 (describe-face): Call read-face-name with list of default faces.
2374
2375 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2376
2377 * bookmark.el: Fix deletion of bookmarks (bug#13972).
2378 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
2379 (bookmark-bmenu-execute-deletions): Only skip first line if it's
2380 the header.
2381 (bookmark-exit-hook-internal): Save even if list is empty.
2382
2383 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
2384
2385 * emacs-lisp/package.el (package-pinned-packages): New var.
2386 (package--add-to-archive-contents): Obey it (bug#14118).
2387
2388 2013-04-03 Alan Mackenzie <acm@muc.de>
2389
2390 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
2391 Also adapt to the new values of element 7 of a parse state.
2392
2393 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
2394 parameter `not-in-delimiter'. Handle being inside comment opener.
2395 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
2396 character in case we're typing a '*' after a '/'.
2397 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
2398 instead by passing the parameter to c-state-pp-to-literal.
2399
2400 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
2401 for elt. 7 of a parse state.
2402
2403 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
2404
2405 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
2406 * international/latin1-disp.el, international/mule-util.el:
2407 * language/cyril-util.el, language/european.el, language/ind-util.el:
2408 * language/lao-util.el, language/thai.el, language/tibet-util.el:
2409 * language/tibetan.el, language/viet-util.el:
2410 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
2411
2412 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2413
2414 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
2415 (electric-pair-post-self-insert-function): Use it.
2416 (electric-pair-default-inhibit): New function, extracted from
2417 electric-pair-post-self-insert-function.
2418
2419 2013-03-31 Roland Winkler <winkler@gnu.org>
2420
2421 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
2422
2423 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2424
2425 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
2426
2427 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
2428
2429 Un-indent after "pass" and "return" statements (Bug#13888)
2430 * progmodes/python.el (python-indent-block-enders): New var.
2431 (python-indent-calculate-indentation): Use it.
2432
2433 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
2434
2435 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
2436 defun. Defining it as defalias could introduce too eager
2437 byte-compiler optimization. (Bug#14030)
2438
2439 2013-03-30 Chong Yidong <cyd@gnu.org>
2440
2441 * iswitchb.el (iswitchb-read-buffer): Fix typo.
2442
2443 2013-03-30 Leo Liu <sdl.web@gmail.com>
2444
2445 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
2446 (kmacro-execute-from-register): Pass the keyboard macro to
2447 kmacro-call-macro or repeating won't work correctly.
2448
2449 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
2450
2451 * progmodes/subword.el: Back to using `forward-symbol'.
2452
2453 * subr.el (forward-whitespace, forward-symbol)
2454 (forward-same-syntax): Move from thingatpt.el.
2455
2456 2013-03-29 Leo Liu <sdl.web@gmail.com>
2457
2458 * kmacro.el (kmacro-to-register): New command.
2459 (kmacro-execute-from-register): New function.
2460 (kmacro-keymap): Bind to 'x'. (Bug#14071)
2461
2462 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2463
2464 * mpc.el: Use defvar-local and setq-local.
2465 (mpc--proc-connect): Connection failures are not bugs.
2466 (mpc-mode-map): `follow-link' only applies to the buffer's content.
2467 (mpc-volume-map): Bind to the up-events.
2468
2469 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
2470
2471 * progmodes/subword.el (superword-mode): Use `forward-sexp'
2472 instead of `forward-symbol'.
2473
2474 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2475
2476 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
2477 (edebug--recursive-edit): Use it.
2478 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
2479 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
2480
2481 2013-03-28 Leo Liu <sdl.web@gmail.com>
2482
2483 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
2484
2485 2013-03-27 Eli Zaretskii <eliz@gnu.org>
2486
2487 * facemenu.el (list-colors-callback): New defvar.
2488 (list-colors-redisplay): New function.
2489 (list-colors-display): Install list-colors-redisplay as the
2490 revert-buffer-function. (Bug#14063)
2491
2492 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2493
2494 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
2495 and suffixes don't overlap (bug#14061).
2496
2497 * case-table.el: Use lexical-binding.
2498 (case-table-get-table): New function.
2499 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
2500
2501 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
2502
2503 * progmodes/subword.el: Add `superword-mode' to do word motion
2504 over symbol_words (parallels and leverages `subword-mode' which
2505 does word motion inside MixedCaseWords).
2506
2507 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
2508
2509 * eshell/em-unix.el: Move su and sudo to...
2510 * eshell/em-tramp.el: ...Eshell tramp module.
2511
2512 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2513
2514 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
2515 Change return value to be a sexp. Delay `get-buffer' to after
2516 restoring the desktop (bug#13951).
2517
2518 2013-03-26 Leo Liu <sdl.web@gmail.com>
2519
2520 * register.el: Move semantic tag handling back to
2521 cedet/semantic/senator.el. (Bug#14052)
2522
2523 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2524
2525 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
2526 into the prompt either (bug#13963).
2527
2528 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2529
2530 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
2531 part of "(error-foo)".
2532
2533 2013-03-24 Juri Linkov <juri@jurta.org>
2534
2535 * replace.el (list-matching-lines-prefix-face): New defcustom.
2536 (occur-1): Pass `list-matching-lines-prefix-face' to the function
2537 `occur-engine' if `face-differs-from-default-p' returns t.
2538 (occur-engine): Add `,' inside backquote construct to evaluate
2539 `prefix-face'. Propertize the prefix with the `prefix-face' face.
2540 Pass `prefix-face' to the functions `occur-context-lines' and
2541 `occur-engine-add-prefix'.
2542 (occur-engine-add-prefix, occur-context-lines): Add optional arg
2543 `prefix-face' and propertize the prefix with `prefix-face'.
2544 (Bug#14017)
2545
2546 2013-03-24 Leo Liu <sdl.web@gmail.com>
2547
2548 * nxml/rng-valid.el (rng-validate-while-idle)
2549 (rng-validate-quick-while-idle): Guard against deleted buffer.
2550 (Bug#13999)
2551
2552 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
2553 is the last entry in kill-buffer-hook.
2554
2555 * files.el (kill-buffer-hook): Doc fix.
2556
2557 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
2558
2559 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
2560 Make it safe-local.
2561
2562 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
2563
2564 2013-03-23 Leo Liu <sdl.web@gmail.com>
2565
2566 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
2567 Remove.
2568
2569 * nxml/rng-valid.el (rng-validate-mode)
2570 (rng-after-change-function, rng-do-some-validation):
2571 * nxml/rng-maint.el (rng-validate-buffer):
2572 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
2573 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
2574 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
2575 (nxml-extend-after-change-region): Use with-silent-modifications.
2576
2577 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
2578 timer-idle-list.
2579
2580 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
2581 (rng-next-error-1, rng-previous-error-1): Do not let-bind
2582 timer-idle-list. (Bug#13999)
2583
2584 2013-03-23 Juri Linkov <juri@jurta.org>
2585
2586 * info.el (info-index-match): New face.
2587 (Info-index, Info-apropos-matches): Add a nested subgroup to the
2588 main pattern and add text properties with the new face to matches
2589 in index entries relative to the beginning of the index entry.
2590 (Bug#14015)
2591
2592 2013-03-21 Eric Ludlam <zappo@gnu.org>
2593
2594 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
2595 Inhibit read only while inserting objects.
2596
2597 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
2598
2599 * progmodes/cfengine.el: Update docs to mention
2600 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
2601 symbol motion. Remove "_" from the word syntax.
2602
2603 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
2604
2605 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
2606 syntax for both `cfengine2-mode' and `cfengine3-mode'.
2607
2608 2013-03-20 Juri Linkov <juri@jurta.org>
2609
2610 * info.el (Info-next-reference-or-link)
2611 (Info-prev-reference-or-link): New functions.
2612 (Info-next-reference, Info-prev-reference): Use them.
2613 (Info-try-follow-nearest-node): Handle footnote navigation.
2614 (Info-fontify-node): Fontify footnotes. (Bug#13989)
2615
2616 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2617
2618 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
2619 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
2620
2621 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
2622
2623 Suppress unnecessary non-ASCII chatter during build process.
2624 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
2625 (batch-skkdic-convert): Suppress most of the chatter.
2626 It's not needed so much now that machines are faster,
2627 and its non-ASCII component was confusing; see Dmitry Gutov in
2628 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
2629
2630 2013-03-20 Leo Liu <sdl.web@gmail.com>
2631
2632 * ido.el (ido-chop): Fix bug#10994.
2633
2634 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
2635
2636 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
2637 Remove vars.
2638 (whitespace-color-on, whitespace-color-off):
2639 Use `font-lock-fontify-buffer' (Bug#13817).
2640
2641 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2642
2643 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
2644 remapping in mode-line.
2645 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
2646
2647 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
2648
2649 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
2650 value for `whitespace-line' face (Bug#13875).
2651 (whitespace-font-lock-keywords): Change description.
2652 (whitespace-color-on): Don't save `font-lock-keywords' value, save
2653 the constructed keywords instead.
2654 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
2655
2656 2013-03-19 Leo Liu <sdl.web@gmail.com>
2657
2658 * progmodes/compile.el (compilation-display-error): New command.
2659 (compilation-mode-map, compilation-minor-mode-map): Bind it to
2660 C-o. (Bug#13992)
2661
2662 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
2663
2664 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
2665
2666 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
2667
2668 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
2669
2670 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
2671
2672 * net/tramp-compat.el (tramp-compat-user-error): New defun.
2673
2674 * net/tramp-adb.el (tramp-adb-handle-shell-command):
2675 * net/tramp-gvfs.el (top):
2676 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
2677 (tramp-handle-shell-command): Use it.
2678 (tramp-dissect-file-name): Raise an error when hostname is a
2679 method name, and neither method nor user is specified.
2680
2681 * net/trampver.el: Update release number.
2682
2683 2013-03-18 Leo Liu <sdl.web@gmail.com>
2684
2685 Make sure eldoc can be turned off properly.
2686 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
2687 eldoc-mode.
2688 (eldoc-display-message-p): Revert last change.
2689 (eldoc-display-message-no-interference-p)
2690 (eldoc-print-current-symbol-info): Tweak.
2691
2692 2013-03-18 Tassilo Horn <tsdh@gnu.org>
2693
2694 * doc-view.el (doc-view-new-window-function): Check the new window
2695 overlay's display property instead the char property of the
2696 buffer's first char. Use `with-selected-window' instead of
2697 `save-window-excursion' with `select-window'.
2698 (doc-view-document->bitmap): Check the current doc-view overlay's
2699 display property instead the char property of the buffer's first char.
2700
2701 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
2702
2703 Automate the build of ja-dic.el (Bug#13984).
2704 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
2705 from the input, rather than assume that it's been done for us by the
2706 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
2707 the current date into a ja-dic.el comment, as that complicates
2708 regression testing.
2709
2710 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
2711
2712 * whitespace.el: Fix double evaluation.
2713 (whitespace-space, whitespace-hspace, whitespace-tab)
2714 (whitespace-newline, whitespace-trailing, whitespace-line)
2715 (whitespace-space-before-tab, whitespace-indentation)
2716 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
2717 obsolete defvars.
2718 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
2719 (whitespace-color-on): Use a single font-lock-add-keywords call.
2720 Fix double-evaluation of face variables.
2721
2722 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
2723
2724 * net/tramp-adb.el (tramp-adb-parse-device-names):
2725 Use `start-process' instead of `call-process'. Otherwise, the
2726 function might be blocked under MS Windows. (Bug#13299)
2727
2728 2013-03-17 Leo Liu <sdl.web@gmail.com>
2729
2730 Extend eldoc to display info in the mode-line. (Bug#13978)
2731 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
2732 (eldoc-mode-line-string): New variable.
2733 (eldoc-minibuffer-message): New function.
2734 (eldoc-message-function): New variable.
2735 (eldoc-message): Use it.
2736 (eldoc-display-message-p)
2737 (eldoc-display-message-no-interference-p):
2738 Support eldoc-post-insert-mode.
2739
2740 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
2741 (eval-expression): Run it.
2742
2743 2013-03-17 Roland Winkler <winkler@gnu.org>
2744
2745 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
2746 strings in the list of return values.
2747
2748 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
2749
2750 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
2751 radix before checking for HMS forms.
2752
2753 2013-03-16 Leo Liu <sdl.web@gmail.com>
2754
2755 * progmodes/scheme.el: Add indentation and font-locking for λ.
2756 (Bug#13975)
2757
2758 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
2759
2760 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
2761 token before point (bug#13942).
2762
2763 2013-03-16 Leo Liu <sdl.web@gmail.com>
2764
2765 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
2766
2767 2013-03-16 Eli Zaretskii <eliz@gnu.org>
2768
2769 * startup.el (command-line-normalize-file-name): Fix handling of
2770 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
2771 <xfq.free@gmail.com> in
2772 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
2773
2774 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
2775
2776 Sync with Tramp 2.2.7.
2777
2778 * net/trampver.el: Update release number.
2779
2780 2013-03-14 Tassilo Horn <tsdh@gnu.org>
2781
2782 * doc-view.el Fix bug#13887.
2783 (doc-view-insert-image): Don't modify overlay associated to
2784 non-live windows, and implement horizontal centering of image in
2785 case it's smaller than the window.
2786 (doc-view-new-window-function): Force redisplay of new windows on
2787 doc-view buffers.
2788
2789 2013-03-13 Karl Fogel <kfogel@red-bean.com>
2790
2791 * saveplace.el (save-place-alist-to-file): Don't sort
2792 `save-place-alist', just pretty-print it (bug#13882).
2793
2794 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
2795
2796 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
2797 whether `default-file-name-coding-system' is bound. It isn't in
2798 XEmacs.
2799
2800 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
2801
2802 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
2803 backquotes for `obsolete' (bug#13929).
2804
2805 * international/mule.el (find-auto-coding): Include file name in
2806 obsolescence warning (bug#13922).
2807
2808 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
2809
2810 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
2811 for CFEngine 3-specific indentation.
2812 (cfengine3-indent-line): Use it. Fix up category regex.
2813 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
2814
2815 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2816
2817 * type-break.el (type-break-file-name):
2818 * textmodes/remember.el (remember-data-file):
2819 * strokes.el (strokes-file):
2820 * shadowfile.el (shadow-initialize):
2821 * saveplace.el (save-place-file):
2822 * ps-bdf.el (bdf-cache-file):
2823 * progmodes/idlwave.el (idlwave-config-directory):
2824 * net/quickurl.el (quickurl-url-file):
2825 * international/kkc.el (kkc-init-file-name):
2826 * ido.el (ido-save-directory-list-file):
2827 * emulation/viper.el (viper-custom-file-name):
2828 * emulation/vip.el (vip-startup-file):
2829 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
2830 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
2831
2832 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
2833
2834 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
2835 * language/thai-word.el: Switch to UTF-8.
2836
2837 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2838
2839 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
2840
2841 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2842
2843 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
2844 Use with-current-buffer and don't move point.
2845 (net-utils-run-simple): Remove useless code.
2846 (net-utils-remove-ctl-m): Remove unused custom.
2847
2848 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
2849
2850 * international/characters.el (glyphless-set-char-table-range): New fun.
2851 (update-glyphless-char-display): Use it (bug#13744).
2852
2853 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
2854
2855 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
2856 namespaces in the syntax, indent closer for hanging brace
2857 correctly, allow single-quote delimited 'strings', and make
2858 `cfengine3-mode' the default.
2859
2860 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
2861
2862 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
2863 Use lexical-binding. Fix up docstring according to conventions.
2864 (gdbmi-debug-mode): New var.
2865 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
2866 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
2867 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
2868 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
2869 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
2870 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
2871 (gdbmi-bnf-incomplete-record-result): New functions.
2872 (gdb-car<): Remove function.
2873 (gdbmi-record-list): Remove variable.
2874 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
2875 (gdbmi-bnf-result-state-configs): New const.
2876 (gud-gdbmi-marker-filter): Rewrite.
2877 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
2878 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
2879 Add `token' argument.
2880 (gdb-done, gdb-error): New functions.
2881 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
2882
2883 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2884
2885 * term/xterm.el (xterm--report-background-handler): Don't burp
2886 upon timeout.
2887 (xterm--version-handler): Extract from terminal-init-xterm.
2888 (xterm--query): Don't mishandle timeout. Remove debugging messages.
2889 Allow multiple handlers.
2890 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
2891
2892 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
2893 (xterm--report-background-handler, xterm--query): New functions.
2894 (terminal-init-xterm): Use them.
2895
2896 2013-03-11 Michael R. Mauger <michael@mauger.com>
2897
2898 * progmodes/sql.el Version 3.2
2899 Please note that my address changed to <michael@mauger.com>;
2900 the <mmaug@yahoo.com> address remains active.
2901 (sql-connection-alist): Updates documentation to fix bug#13715.
2902 (sql-connect): Handle missing `sql-connection-alist' correctly.
2903 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
2904 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
2905 property.
2906 (sql-default-value): New function.
2907 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
2908 values were not used.
2909 (sql-rename-buffer): Make sure alternate buffer name has no text
2910 properties.
2911 (sql-input-sender, sql-execute-feature): Fetch variable with
2912 `buffer-local-value' rather than `with-current-buffer'.
2913 (sql-*): Use #' function syntax consistently.
2914 (sql-*): Use message/error/user-error consistently.
2915
2916 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2917
2918 * xt-mouse.el (xterm-mouse-event-read): Remove.
2919 (xterm-mouse--read-event-sequence-1000)
2920 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
2921
2922 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2923
2924 * term/xterm.el (xterm-function-map): Support format used with
2925 formatOtherKeys=1 (bug#13839).
2926
2927 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
2928 (with-no-warnings): Use `declare'.
2929
2930 * whitespace.el (whitespace-enable-predicate): New variable.
2931 (whitespace-enable-predicate): Use it.
2932
2933 * comint.el (comint-send-input, comint-snapshot-last-prompt)
2934 (comint-output-filter, comint-update-fence):
2935 Use with-silent-modifications.
2936
2937 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
2938
2939 * replace.el (occur-read-regexp-defaults-function): New var.
2940 (occur-read-regexp-defaults): New defun.
2941 (occur-read-primary-args): Propagate above change (bug#13892).
2942
2943 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
2944
2945 * mouse.el (mouse-drag-track): Remove left-over debugging code.
2946
2947 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
2948
2949 Major rewrite due to changed D-Bus interface of GVFS 1.14.
2950
2951 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
2952 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
2953 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
2954 New defconst.
2955 (tramp-gvfs-file-name-handler-alist) [directory-files]
2956 [directory-files-and-attributes, file-exists-p, file-modes]:
2957 Use Tramp default handler.
2958 [file-acl, file-selinux-context, process-file, set-file-acl]:
2959 [set-file-modes, set-file-selinux-context, shell-command]:
2960 [start-file-process]: Remove handler.
2961 [verify-visited-file-modtime]: New handler.
2962 (tramp-gvfs-dbus-string-to-byte-array)
2963 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
2964 calls of `dbus-string-to-byte-array' and
2965 `tramp-gvfs-dbus-byte-array-to-string'.
2966 (tramp-gvfs-handle-copy-file)
2967 (tramp-gvfs-handle-delete-directory)
2968 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
2969 (tramp-gvfs-handle-file-directory-p)
2970 (tramp-gvfs-handle-file-executable-p)
2971 (tramp-gvfs-handle-file-name-all-completions)
2972 (tramp-gvfs-handle-file-readable-p)
2973 (tramp-gvfs-handle-file-writable-p)
2974 (tramp-gvfs-handle-insert-directory)
2975 (tramp-gvfs-handle-insert-file-contents)
2976 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
2977 (tramp-gvfs-handle-set-visited-file-modtime)
2978 (tramp-gvfs-handle-write-region): Rewrite.
2979 (tramp-gvfs-handle-file-acl)
2980 (tramp-gvfs-handle-file-selinux-context)
2981 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
2982 (tramp-gvfs-handle-set-file-modes)
2983 (tramp-gvfs-handle-set-file-selinux-context)
2984 (tramp-gvfs-handle-shell-command)
2985 (tramp-gvfs-handle-start-file-process)
2986 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
2987 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
2988 over the symlinks. Fix user handling.
2989 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
2990 of the D-Bus signals.
2991 (tramp-gvfs-connection-mounted-p): Handle different names of the
2992 D-Bus methods.
2993 (tramp-gvfs-mount-spec-entry): New defun.
2994 (tramp-gvfs-mount-spec): Use it.
2995 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
2996 there is a share name. Handle different names of the D-Bus
2997 signals and methods. Set connection properties needed for
2998 `tramp-check-cached-permissions'.
2999 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
3000 Return t or nil.
3001
3002 * net/tramp.el (tramp-backtrace): Move up.
3003 (tramp-error): Dump a backtrace into the debug buffer when
3004 `tramp-verbose > 9.
3005 (tramp-file-mode-type-map, tramp-file-mode-from-int)
3006 (tramp-file-mode-permissions, tramp-get-local-uid)
3007 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
3008 tramp-sh.el.
3009
3010 * net/tramp-sh.el (tramp-file-mode-type-map)
3011 (tramp-check-cached-permissions, tramp-file-mode-from-int)
3012 (tramp-file-mode-permissions, tramp-get-local-uid)
3013 (tramp-get-local-gid): Move to tramp.el.
3014
3015 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
3016
3017 Separate mouse-1-click-follows-link from mouse-drag-region.
3018 * mouse.el (mouse--down-1-maybe-follows-link): New function.
3019 (key-translation-map): Use it to implement mouse-1-click-follows-link.
3020 (mouse-drag-line, mouse-drag-track):
3021 Remove mouse-1-click-follows-link code.
3022 (mouse--remap-link-click-p): Remove.
3023
3024 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
3025
3026 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
3027 (hi-lock-read-regexp-defaults): New defun.
3028 (hi-lock-line-face-buffer, hi-lock-face-buffer)
3029 (hi-lock-face-phrase-buffer): Propagate above change.
3030 Update docstring (bug#13892).
3031
3032 * subr.el (find-tag-default-as-regexp): New defun.
3033 * replace.el (read-regexp): Propagate above change.
3034
3035 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
3036
3037 * calc/calc-units.el (calc-convert-units): Fix the way that default
3038 new units are stored.
3039
3040 2013-03-07 Matthias Meulien <orontee@gmail.com>
3041
3042 * bookmark.el: Define a face to highlight bookmark names in
3043 bookmark menu buffers, where the default is a bold face similarly
3044 to buffer names in buffer menu buffers.
3045 (bookmark-menu-bookmark): New face to highlight bookmark names.
3046 (bookmark-insert-location): Remove duplicated text property to
3047 conform to buffer list (see `list-buffers').
3048 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
3049 `bookmark-menu-bookmark' to bookmark names.
3050
3051 2013-03-07 Matthias Meulien <orontee@gmail.com>
3052 Karl Fogel <kfogel@red-bean.com>
3053
3054 * bookmark.el: Display the bookmark list header similarly to the
3055 buffer list header (see `list-buffers'), where the default is now
3056 an immovable/immutable header line.
3057 (bookmark-bmenu-use-header-line): New variable.
3058 (bookmark-bmenu-inline-header-height): New name for
3059 `bookmark-bmenu-header-height', to avoid confusion with the code
3060 for the new immovable header. All references changed.
3061 (bookmark-bmenu-set-header): New function.
3062 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
3063 Conditionalize header construction accordingly.
3064 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
3065 the inline header height.
3066 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
3067 Conditionalize the skipping of the inline header height.
3068
3069 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
3070
3071 * progmodes/js.el (js--multi-line-declaration-indentation):
3072 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
3073
3074 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
3075
3076 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3077 Only propertize regexp when not inside a string (Bug#13885).
3078
3079 2013-03-06 Alan Mackenzie <acm@muc.de>
3080
3081 Correct the position of point in some line-up functions.
3082 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
3083 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
3084 point at column 0 rather than at a random place in the line.
3085
3086 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
3087
3088 * net/tramp-compat.el (tramp-compat-delete-directory):
3089 Implement TRASH argument.
3090
3091 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
3092
3093 Keep pre-existing highlighting in completion candidates (Bug#13250).
3094 * minibuffer.el (completions-first-difference): State that the
3095 face is "added" in the docstring.
3096 (completions-common-part): Same. And don't inherit from default.
3097 (completion-hilit-commonality): Prepend 'completions-common-part
3098 and 'completion-first-difference faces to the 'face property,
3099 instead of replacing the value(s).
3100 (completion--insert-strings): Same with 'completions-annotations face.
3101 (completion-hilit-commonality): Use 'face instead of
3102 'font-lock-face, because it gets priority if the completion
3103 strings already have 'face set.
3104
3105 2013-03-04 Alan Mackenzie <acm@muc.de>
3106
3107 Replace `last-command-event' by `last-command-char' in XEmacs.
3108 * progmodes/cc-defs.el (c-last-command-char): New macro.
3109 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
3110 (c-semi&comma-no-newlines-before-nonblanks)
3111 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
3112 in place of `last-command-event'.
3113 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
3114 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
3115 (c-electric-paren, c-electric-continued-statement): Use the new
3116 macro in place of `last-command-event'.
3117
3118 2013-03-04 Glenn Morris <rgm@gnu.org>
3119
3120 * files.el (inhibit-local-variables-regexps):
3121 Add .diff and .patch. (Bug#13862)
3122
3123 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
3124
3125 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
3126 whether the "su" command is available on the device.
3127
3128 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
3129
3130 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
3131 (tramp-adb-handle-process-file): Remove superfluous setting.
3132 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
3133 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
3134 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
3135
3136 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
3137
3138 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
3139 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
3140 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
3141 Use dict-key rather than dict-name for the error message.
3142
3143 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3144
3145 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
3146 when reverting (bug#13831).
3147
3148 2013-03-01 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3149
3150 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
3151 Always expand affix-file before storing to protect against changed
3152 `default-directory'.
3153 (ispell-print-if-debug): Make sure message is printed at the end
3154 of the debug buffer.
3155
3156 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
3157
3158 * net/tramp.el (tramp-obsolete-methods): New defconst.
3159 (tramp-warned-obsolete-methods): New defvar.
3160 (tramp-find-method): Check for obsolete methods. Map them to a
3161 replacement method if appropriate.
3162
3163 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
3164 Remove methods.
3165 (top): Remove completion functions for "scp1", "scp2", "ssh1",
3166 "ssh2" and "plink1".
3167
3168 2013-02-28 Dale Sedivec <dale@codefu.org>
3169
3170 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
3171 Return valid syntax-table property value when converting
3172 quotes within text from string syntax to punctuation syntax (bug#13844).
3173
3174 2013-02-28 Juri Linkov <juri@jurta.org>
3175
3176 * dired-aux.el (dired-diff): If file at point is a backup file,
3177 use its original as the default value, and reverse the order
3178 of arguments to the `diff' call. Doc fix. (Bug#13772)
3179
3180 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
3181
3182 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
3183 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
3184
3185 2013-02-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3186
3187 Initial support for hunspell dictionaries auto-detection (Bug#13639)
3188
3189 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
3190 Ask hunspell about available and default dictionaries.
3191 (ispell-parse-hunspell-affix-file): Extract relevant info from
3192 hunspell affix file.
3193 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
3194 `ispell-dictionary-alist' entry for given dictionary after info
3195 provided by `ispell-parse-hunspell-affix-file'.
3196 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
3197 of parsed hunspell dicts and associated affix files.
3198 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
3199 of parsed hunspell dicts and associated parameters.
3200 (ispell-set-spellchecker-params):
3201 Call `ispell-find-hunspell-dictionaries' if hunspell and not
3202 previously done.
3203 (ispell-start-process):
3204 Call `ispell-hunspell-fill-dictionary-entry' for current
3205 dictionary if it is not initialized.
3206
3207 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3208
3209 * imenu.el: Comment nitpicks.
3210
3211 2013-02-28 Sam Steingold <sds@gnu.org>
3212
3213 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
3214 See <http://stackoverflow.com/questions/14720205>.
3215
3216 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3217
3218 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
3219 (net-utils-mode): Use it.
3220 (net-utils--revert-cmd): New var.
3221 (net-utils-run-simple): Set it, and remove bogus interactive spec.
3222 (traceroute): Use net-utils-run-simple.
3223
3224 2013-02-28 Glenn Morris <rgm@gnu.org>
3225
3226 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
3227
3228 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3229
3230 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
3231 (doc-view-fallback-mode): Remove overlays here.
3232 (doc-view-toggle-display): Instead of here. Don't throw away
3233 image-mode-winprops-alist.
3234 (doc-view-goto-page): Don't mess with hscroll.
3235
3236 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3237
3238 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
3239 &optional (bug#13819).
3240
3241 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
3242
3243 * net/tramp-adb.el (tramp-adb-parse-device-names)
3244 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
3245
3246 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
3247
3248 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3249 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
3250 defined. POSIX environments fall back to the "C" locale then and
3251 emit a warning, which shall be suppressed.
3252
3253 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
3254
3255 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
3256 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
3257
3258 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
3259
3260 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
3261
3262 2013-02-25 Juri Linkov <juri@jurta.org>
3263
3264 * replace.el (read-regexp): Let-bind `default' to the first
3265 element of `defaults' if it's a list, otherwise it should be
3266 a string or nil. Let-bind `suggestions' to `defaults' if it's
3267 a list, otherwise make a list with the string value. Doc fix.
3268 (Bug#13805)
3269
3270 2013-02-25 Eli Zaretskii <eliz@gnu.org>
3271
3272 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
3273 that match "\`\.#", to avoid compiling lock files, even if they
3274 are readable (as they are on MS-Windows).
3275
3276 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
3277
3278 * files.el (basic-save-buffer): Remove redundant directory-creation.
3279
3280 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
3281
3282 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
3283 Add option to force `pi' to remain symbolic.
3284 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
3285 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
3286 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
3287 derivatives, when necessary.
3288
3289 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
3290
3291 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
3292 (ps-mode-octal-region): Use string-make-unibyte.
3293
3294 2013-02-23 Glenn Morris <rgm@gnu.org>
3295
3296 * emulation/viper-cmd.el (viper-submit-report):
3297 * progmodes/ps-mode.el (ps-mode-maintainer-address):
3298 * progmodes/vera-mode.el (vera-mode-help-address):
3299 * textmodes/artist.el (artist-maintainer-address):
3300 * textmodes/reftex.el (reftex-report-bug):
3301 * vc/ediff-util.el (ediff-submit-report):
3302 Add bug-gnu-emacs to bug report address.
3303
3304 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
3305 Remove bug report entries.
3306 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
3307
3308 * emacs-lisp/bytecomp.el (byte-compile-level): New.
3309 (byte-compile-file, byte-compile-from-buffer):
3310 Use separate input/output buffers for each level of recursive
3311 byte-compile-file calls. (Bug#13787)
3312
3313 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
3314
3315 * net/tramp.el (tramp-methods): Fix docstring.
3316 (tramp-ssh-controlmaster-options): Rename it from
3317 `tramp-ssh-controlmaster-template'. Return a string.
3318 (tramp-default-method): Adapt check for
3319 `tramp-ssh-controlmaster-options'.
3320
3321 * net/tramp-sh.el (tramp-methods):
3322 Replace `tramp-ssh-controlmaster-template' by "%c".
3323 (tramp-do-copy-or-rename-file-out-of-band)
3324 (tramp-maybe-open-connection): Use it in format spec. Ensure,
3325 that it is applied for the first hop only.
3326
3327 2013-02-22 Juri Linkov <juri@jurta.org>
3328
3329 * isearch.el (isearch-lazy-highlight-new-loop):
3330 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
3331 to `isearch-other-end' if it is not nil. (Bug#13402)
3332
3333 * replace.el (replace-highlight): Let-bind `isearch-other-end'
3334 to `match-beg'.
3335
3336 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
3337 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
3338 and `isearch-error' to nil.
3339
3340 2013-03-16 Fabián Ezequiel Gallina <fgallina@cuca>
3341
3342 * progmodes/python.el (python-info-current-defun):
3343 Enhance match-data cluttering prevention.
3344
3345 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
3346
3347 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
3348
3349 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3350 Handle multibyte file names.
3351
3352 2013-02-22 Glenn Morris <rgm@gnu.org>
3353
3354 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
3355 (sgml-transformation-function): Give it a :set function.
3356 (sgml-tag): Doc fix.
3357
3358 * cmuscheme.el (scheme-buffer):
3359 * progmodes/inf-lisp.el (inferior-lisp-buffer):
3360 * progmodes/tcl.el (inferior-tcl-buffer):
3361 * textmodes/tex-mode.el (tex-command): Doc fixes.
3362
3363 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
3364
3365 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
3366
3367 2013-02-21 Bastien Guerry <bzg@gnu.org>
3368
3369 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
3370
3371 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
3372
3373 * progmodes/python.el (python-info-current-defun):
3374 Enhance match-data cluttering prevention.
3375
3376 2013-02-21 Glenn Morris <rgm@gnu.org>
3377
3378 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
3379 loaded while outline-regexp is let bound. (Bug#9584)
3380
3381 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
3382
3383 * progmodes/python.el (python-info-current-defun): Fix failed
3384 defun name retrieval because of unwanted match-data cluttering.
3385
3386 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
3387
3388 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
3389 defconst. Apply independent check for ControlPersist.
3390
3391 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
3392 temporarily, via "env".
3393
3394 2013-02-21 Glenn Morris <rgm@gnu.org>
3395
3396 * info.el (Info-enable-edit): Remove.
3397 (Info-edit): Disable it rather than using Info-enable.
3398 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
3399 (Info-cease-edit): Make editing of Info files obsolete.
3400
3401 * informat.el (Info-tagify):
3402 Handle buffers not visiting files. (Bug#13763)
3403
3404 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
3405
3406 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
3407
3408 2013-02-21 Glenn Morris <rgm@gnu.org>
3409
3410 * files.el (basic-save-buffer): Move check for existing parent
3411 directory after hooks. (Bug#13773)
3412
3413 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
3414
3415 * simple.el (command-execute): Move from C. Add obsolete check.
3416 (extended-command-history): Move from C.
3417
3418 2013-02-20 Ulrich Müller <ulm@gentoo.org>
3419
3420 * jka-cmpr-hook.el (jka-compr-compression-info-list)
3421 (jka-compr-mode-alist-additions): Handle .txz suffix for
3422 XZ-compressed tar archives (bug#13770).
3423
3424 2013-02-20 Bastien Guerry <bzg@gnu.org>
3425
3426 * outline.el (outline-regexp, outline-heading-end-regexp):
3427 Make variables, not options (bug#13731).
3428
3429 2013-02-20 Glenn Morris <rgm@gnu.org>
3430
3431 * image.el (image-current-frame): Change from variable to function.
3432 (image-show-frame): Rename from image-nth-frame. Update callers.
3433 * image-mode.el (image-multi-frame): New variable.
3434 (image-mode-map, image-mode, image-goto-frame):
3435 Use image-multi-frame rather than image-current-frame.
3436 (image-mode, image-goto-frame): Use image-current-frame as
3437 function rather than as variable.
3438
3439 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
3440 * emacs-lisp/cl-macs.el (cl--make-type-test)
3441 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
3442
3443 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
3444
3445 * net/tramp-cache.el (tramp-get-hash-table): New defun.
3446 (tramp-get-file-property, tramp-set-file-property)
3447 (tramp-get-connection-property, tramp-set-connection-property): Use it.
3448 (tramp-flush-file-property, tramp-flush-directory-property):
3449 Rename argument to KEY.
3450 (tramp-flush-connection-property): Simplify a little bit.
3451 (tramp-connection-property-p): New defun.
3452 (top): Reapply saved values only if there isn't a corresponding
3453 entry in `tramp-connection-properties'.
3454
3455 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
3456
3457 * progmodes/python.el (python-indent-context):
3458 Fix python-info-line-ends-backslash-p call.
3459 (python-info-line-ends-backslash-p)
3460 (python-info-beginning-of-backslash): Respect line-number argument.
3461 (python-info-current-line-comment-p):
3462 Fix behavior when not at beginning-of-line.
3463 (python-util-position): Remove function.
3464 (python-util-goto-line): New function.
3465
3466 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
3467
3468 * eshell/em-unix.el (eshell/su): Require tramp.
3469 (eshell/sudo): Require tramp. Remove now unnecessary check.
3470
3471 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
3472 `tramp-current-connection' in order to avoid an error when several
3473 commands are invoked in a short time in eshell and friends.
3474
3475 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
3476
3477 Cleanup some of EIEIO's namespace.
3478 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
3479 Use it to define all the class-* and object-* field accessors (renamed
3480 to eieio--class-* and eieio--object-*). Update all uses.
3481 (eieio--class-num-slots, eieio--object-num-slots): Rename from
3482 class-num-slots and object-num-slots.
3483 (eieio--check-type): New macro.
3484 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
3485 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
3486 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
3487 (object-assoc-list-safe): Use it.
3488 (eieio-defclass): Tighten regexp.
3489 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
3490 Remove unreachable code.
3491 (object-class-fast): Declare obsolete.
3492 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
3493 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
3494 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
3495 Rename from class-name, object-name, object-set-name-string,
3496 object-class, object-class-name, class-parents, class-children,
3497 class-precedence-list, class-parent; with obsolete alias.
3498 (class-of, class-direct-superclasses, class-direct-subclasses):
3499 Declare obsolete.
3500 (eieio-defmethod): Use `memq'; remove unreachable code.
3501 * emacs-lisp/eieio-base.el (eieio-persistent-read):
3502 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
3503 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
3504
3505 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
3506
3507 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
3508 commentary.
3509
3510 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
3511
3512 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
3513 Use font-lock-keyword-face for macros and special forms (bug#8345).
3514
3515 2013-02-17 Didier Verna <didier@didierverna.net>
3516
3517 * net/network-stream.el (network-stream-open-starttls):
3518 Check that response to the starttls-command is non-nil. (Bug#13706)
3519
3520 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
3521
3522 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
3523 Don't assume all identifier chars have syntax word.
3524 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3525 Remove bar-not-symbol. Adjust callers.
3526 (lisp-mode-variables): Don't set a font-lock-syntax-table.
3527
3528 2013-02-17 Leo Liu <sdl.web@gmail.com>
3529
3530 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
3531
3532 2013-02-17 Glenn Morris <rgm@gnu.org>
3533
3534 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
3535
3536 * image-mode.el (image-mode-map): Add image-dired menu entry.
3537
3538 * image-dired.el (tumme): Make this alias obsolete.
3539
3540 2013-02-16 Glenn Morris <rgm@gnu.org>
3541
3542 * image.el (image-animated-types): Remove.
3543 (image-multi-frame-p): Rename from image-animated-p, and generalize.
3544 (image-animated-p): Make obsolete alias.
3545 (image-animate, image-nth-frame, image-animate-timeout):
3546 Use image-multi-frame-p.
3547 (image-animate-timeout): If no delay, use image-default-frame-delay.
3548 * image-mode.el (image-mode, image-toggle-animation):
3549 Use image-multi-frame-p. (Bug#763, bug#10739)
3550 (image-mode): Adjust startup message for a multi-frame image.
3551
3552 * image-mode.el (image-mode-map): Give it a menu.
3553
3554 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
3555
3556 * net/tramp-cache.el (tramp-connection-properties): New customer
3557 option.
3558 (tramp-get-connection-property): Use it.
3559
3560 * net/tramp-compat.el (top): Require 'trampver.
3561
3562 * net/tramp-sh.el (tramp-remote-process-environment):
3563 Set tramp-autoload cookie.
3564
3565 2013-02-16 Kevin Ryde <user42@zip.com.au>
3566
3567 * info-look.el (info-lookup-select-mode): If major-mode has no
3568 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
3569
3570 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
3571
3572 * replace.el (read-regexp): Tighten the regexp that matches tag.
3573 When tag is retrieved with `find-tag-default', use regexp that
3574 matches tag at point. Also update docstring (Bug#13687).
3575
3576 2013-02-16 Eli Zaretskii <eliz@gnu.org>
3577
3578 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
3579 add watch for the file, not its parent directory, since w32notify
3580 sets up the watch for the directory internally. (Bug#13725)
3581
3582 2013-02-16 Glenn Morris <rgm@gnu.org>
3583
3584 * image.el (image-default-frame-delay): New variable.
3585 (image-animated-p): Use image-default-frame-delay.
3586 (image-minimum-frame-delay): New constant.
3587 (image-animate-timeout): Use image-minimum-frame-delay.
3588
3589 * image.el (image-nth-frame): New, split from image-animate-timeout.
3590 (image-animate-timeout): Use image-nth-frame.
3591 * image-mode.el (image-goto-frame, image-next-frame)
3592 (image-previous-frame): New commands.
3593 (image-mode-map): Add new frame commands.
3594
3595 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
3596
3597 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
3598 If col-desc already has help-echo, use it. (Bug#13563)
3599
3600 2013-02-16 Glenn Morris <rgm@gnu.org>
3601
3602 * image.el (image-current-frame): New variable.
3603 (image-animate-timeout): Set image-current-frame.
3604 * image-mode.el (image-mode): For animated images,
3605 display a frame counter via mode-line-process.
3606
3607 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
3608
3609 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3610
3611 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
3612
3613 2013-02-15 Alan Mackenzie <acm@muc.de>
3614
3615 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
3616 global minor mode has been enabled, call the minor mode function
3617 for a new buffer once only, after the major mode hook, whilst
3618 allowing that hook explicitly to disable the minor mode.
3619 (MODE-disable-in-buffer): New (generated) function.
3620 (disable-MODE): New (generated) buffer local variable.
3621
3622 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
3623
3624 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
3625 `iswitchb-next-match' and `iswitchb-prev-match' resply.
3626 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
3627 `ido-next-match' and `ido-prev-match' resply.
3628 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
3629 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
3630 `icomplete-backward-completions' (Bug#13708).
3631
3632 2013-02-15 Glenn Morris <rgm@gnu.org>
3633
3634 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3635
3636 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3637
3638 * net/goto-addr.el (goto-address-fontify): Add start and end args.
3639 (goto-address-fontify-region): Use them instead of narrowing, so
3640 syntax-ppss has access to the whole buffer.
3641
3642 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
3643
3644 * progmodes/python.el: Explain how to restore "cc-mode"-like
3645 forward-sexp movement in header documentation (Bug#13642).
3646 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
3647 comments and strings (GH bug 114).
3648
3649 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
3650
3651 * progmodes/python.el (python-info-current-defun): Fix current
3652 defun detection (Bug#13618).
3653
3654 2013-02-15 Chong Yidong <cyd@gnu.org>
3655
3656 * xml.el (xml-parse-string): Fix typo in handling of bad character
3657 references.
3658
3659 2013-02-15 Glenn Morris <rgm@gnu.org>
3660
3661 * play/fortune.el (fortune-compile): Simplify and fix previous change.
3662
3663 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
3664
3665 * net/tramp.el (tramp-debug-message):
3666 Add `tramp-condition-case-unless-debug'.
3667 (tramp-debug-on-error): New defvar.
3668 (tramp-condition-case-unless-debug): New defun.
3669 (tramp-file-name-handler): Use it.
3670
3671 2013-02-14 Juri Linkov <juri@jurta.org>
3672
3673 * info.el (Info-isearch-filter): Treat non-nil values of
3674 `search-invisible' including its default value `open'
3675 like the value `t' to match hidden text. (Bug#13402)
3676
3677 2013-02-14 Glenn Morris <rgm@gnu.org>
3678
3679 * help-fns.el (find-lisp-object-file-name): Give special treatment
3680 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
3681
3682 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
3683
3684 * net/quickurl.el (quickurl-save-urls):
3685 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
3686
3687 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
3688
3689 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
3690 depth for unfinished percent literal. Not using it in the caller.
3691 (ruby-move-to-block): Jump over multiline literals of all types,
3692 ignoring code-looking contents inside them.
3693 (ruby-add-log-current-method): Improve performance at the expense
3694 of accuracy. `ruby-block-contains-point' is relatively slow, so
3695 only use it for method and singleton class blocks.
3696
3697 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
3698
3699 Use ControlMaster where applicable. (Bug#13677)
3700
3701 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
3702 replacing `tramp-detect-ssh-controlmaster'.
3703 (tramp-default-method): Use it.
3704
3705 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
3706 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
3707 arguments.
3708 [scpc, rsyncc]: Remove methods.
3709 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
3710 and "ssh2_old".
3711 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
3712 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
3713
3714 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
3715
3716 * emacs-lisp/package.el (package--initialized): Move before first use.
3717
3718 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
3719
3720 * icomplete.el (icomplete-hide-common-prefix): New user option.
3721 (icomplete-first-match): New face.
3722 (icomplete-completions): Correct handling of "complete but not
3723 unique" (Bug#12638).
3724
3725 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
3726
3727 * descr-text.el (describe-char): Display the script (bug#13698).
3728
3729 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
3730
3731 * tmm.el: Use lexical-binding and current-active-maps.
3732 (tmm-menubar): Use map-keymap and pcase.
3733 (tmm--completion-table): New function.
3734 (tmm-prompt): Use it to fix the menu order.
3735 (tmm-get-keybind): Use current-active-maps.
3736
3737 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
3738
3739 Add dired-hide-details-mode. (Bug#6799)
3740
3741 * locate.el (locate-mode): Set parent mode property to dired-mode.
3742
3743 * find-dired.el (find-dired): Call dired-insert-set-properties on
3744 initial information line. Set process mark on end of buffer.
3745 (find-dired-sentinel):
3746 Call dired-insert-set-properties on summary.
3747
3748 * dired.el (dired-hide-details-hide-symlink-targets)
3749 (dired-hide-details-hide-information-lines): New options.
3750 (dired-insert-directory):
3751 Set properties after final treatment of output.
3752 (dired-insert-set-properties):
3753 Set dired-hide-details-* properties.
3754 (dired-mode-map): Bind dired-hide-details-mode.
3755 (dired-mode): Set buffer-invisibility-spec to a list.
3756 (dired-next-line): Skip hidden lines.
3757 (dired-previous-line): Use dired-next-line.
3758 (dired-hide-details-mode): New minor mode.
3759 (dired-hide-details-update-invisibility-spec): New function.
3760
3761 2013-02-13 Glenn Morris <rgm@gnu.org>
3762
3763 * play/yow.el: Move to obsolete/. (Bug#9384)
3764
3765 2013-02-13 Juri Linkov <juri@jurta.org>
3766
3767 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
3768 to select `ediff-control-frame' and set input focus correctly on Xfce.
3769 (Bug#12218)
3770
3771 2013-02-13 Juri Linkov <juri@jurta.org>
3772
3773 * image-mode.el (image-mode-map):
3774 * doc-view.el (doc-view-mode-map):
3775 * vc/ediff-util.el (ediff-setup-keymap):
3776 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
3777
3778 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
3779
3780 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
3781 performance. Instead of recalculating indentation fully for each
3782 line, sum up indentation depth based only on visited lines.
3783 (ruby-parse-partial): Increase the depth after "do" even when END
3784 is right after it.
3785 (ruby-parse-partial): When END is in the middle of a percent
3786 literal, increase the depth if the delimiter chars belong to the
3787 paren syntax class.
3788
3789 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
3790
3791 * play/fortune.el (fortune-compile): Also make the compiled file
3792 if it does not exist at all, not just if it is old. (Bug#5338)
3793
3794 2013-02-13 Glenn Morris <rgm@gnu.org>
3795
3796 * emacs-lisp/package.el (package-menu-execute): Doc fix.
3797
3798 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
3799
3800 * lisp/emacs-lisp/package.el (package-menu-execute):
3801 Add optional noquery argument. (Bug#13625)
3802
3803 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
3804
3805 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
3806 if DIR exists and PARENTS is non-nil.
3807
3808 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
3809
3810 * progmodes/js.el (js--multi-line-declaration-indentation):
3811 Silence byte-compiler warning.
3812
3813 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
3814
3815 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
3816
3817 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
3818 only if it doesn't exist.
3819
3820 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3821 Set process marker.
3822
3823 2013-02-12 Tassilo Horn <tsdh@gnu.org>
3824
3825 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
3826 UserInstallation when calling soffice to work around LibreOffice
3827 bug 37531.
3828
3829 2013-02-12 Glenn Morris <rgm@gnu.org>
3830
3831 * files.el (basic-save-buffer):
3832 Offer to create a non-existing directory. (Bug#3016)
3833
3834 * calc/calc-graph.el (calc-graph-show-dumb):
3835 * calendar/calendar.el (calendar-mode-map):
3836 * cus-edit.el (custom-mode-map):
3837 * ehelp.el (electric-help-map):
3838 * emulation/vip.el (vip-mode-map):
3839 * epa.el (epa-key-list-mode-map):
3840 * info.el (Info-mode-map):
3841 * mail/rmail.el (rmail-mode-map):
3842 * mail/rmailsum.el (rmail-summary-mode-map):
3843 * man.el (Man-mode-map):
3844 * net/newst-plainview.el (newsticker-mode-map):
3845 * progmodes/cpp.el (cpp-edit-mode-map):
3846 * progmodes/grep.el (grep-mode-map):
3847 * progmodes/idlw-help.el (idlwave-help-mode-map):
3848 * simple.el (special-mode-map):
3849 * startup.el (splash-screen-keymap):
3850 * view.el (view-mode-map):
3851 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
3852
3853 2013-02-11 Elias Pipping <pipping@lavabit.com>
3854
3855 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
3856 (bug#13679).
3857
3858 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3859
3860 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
3861
3862 2013-02-11 Glenn Morris <rgm@gnu.org>
3863
3864 * vc/diff.el (diff-use-labels): New variable.
3865 (diff-no-select): Use --label rather than -L, and first
3866 check that it is supported. (Bug#11067)
3867
3868 * files.el (enable-dir-local-variables): New variable.
3869 (hack-dir-local-variables): Respect enable-dir-local-variables.
3870 * tutorial.el (help-with-tutorial):
3871 Ignore directory-local variables. (Bug#11127)
3872
3873 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
3874 (vc-svn-global-switches): ... to here. (Bug#13513)
3875
3876 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
3877
3878 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
3879 Handle "foo (bar, default: xxx): " prompts.
3880
3881 2013-02-10 Chong Yidong <cyd@gnu.org>
3882
3883 * files.el (basic-save-buffer-1): Do not set
3884 buffer-file-coding-system-explicit (Bug#4533).
3885
3886 * mail/emacsbug.el (report-emacs-bug): Change binding of
3887 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
3888
3889 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
3890
3891 * calc/calc.el (calc-allow-units-as-numbers): New variable.
3892 * calc/calc-units.el (calc-convert-units): Use new variable.
3893
3894 2013-02-09 Eli Zaretskii <eliz@gnu.org>
3895
3896 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
3897
3898 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
3899 buffer-file-type.
3900
3901 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
3902 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
3903 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
3904 coding-system-for-write instead.
3905
3906 * jka-compr.el (jka-compr-write-region): Don't bind
3907 buffer-file-type.
3908
3909 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
3910 buffer-file-type.
3911
3912 * files.el (file-name-buffer-file-type-alist): Remove defvar.
3913 (insert-file-contents-literally): Remove reference to
3914 file-name-buffer-file-type-alist.
3915
3916 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
3917 make-obsolete.
3918 (find-buffer-file-type-match, find-buffer-file-type): Remove.
3919 (find-buffer-file-type-coding-system): Remove references to
3920 find-buffer-file-type-match, find-buffer-file-type, and
3921 buffer-file-type.
3922 Don't put find-buffer-file-type-coding-system into
3923 file-coding-system-alist.
3924 (find-file-binary, find-file-text): Bind coding-system-for-read
3925 instead of file-name-buffer-file-type-alist.
3926
3927 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
3928
3929 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
3930 converter (Bug#13622).
3931 (doc-view-unoconv-program): Make obsolete alias.
3932 (doc-view-odf->pdf-converter-program): New variable.
3933 (doc-view-odf->pdf-converter-function): New variable.
3934 (doc-view-mode-p): Use it.
3935 (doc-view-odf->pdf-converter-unoconv):
3936 Rename from `doc-view-odf->pdf-converter-unoconv'.
3937 (doc-view-odf->pdf-converter-soffice): New function.
3938 (doc-view-convert-current-doc):
3939 Use `doc-view-odf->pdf-converter-function'.
3940
3941 2013-02-09 Chong Yidong <cyd@gnu.org>
3942
3943 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
3944 view-echo-area-messages (Bug#13340).
3945
3946 * help.el (view-echo-area-messages): Use display-buffer.
3947
3948 * dired-x.el (dired-do-run-mail): Prompt for confirmation
3949 (Bug#13561).
3950
3951 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
3952
3953 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
3954 Eval body right away, now that we do eager macroexpansion (bug#13605).
3955
3956 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
3957 (fundamental-mode): Use run-mode-hooks.
3958
3959 * eshell/esh-proc.el (eshell/kill): Fix last change.
3960 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
3961
3962 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
3963
3964 * eshell/esh-proc.el (eshell/kill): Rewrite.
3965
3966 * eshell/em-ls.el (show-almost-all): Declare.
3967 (eshell-do-ls): Add support for -A argument.
3968
3969 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
3970
3971 * icomplete.el (icomplete-forward-completions)
3972 (icomplete-backward-completions): Handle corner case (bug#13602).
3973
3974 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
3975
3976 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
3977 be nil. Handle this. (Bug#13636)
3978
3979 2013-02-07 Richard Stallman <rms@gnu.org>
3980
3981 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
3982 `save-buffer-coding-system'.
3983
3984 2013-02-07 Alan Mackenzie <acm@muc.de>
3985
3986 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
3987 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
3988 (c-parse-state-get-strategy): Don't return 'BOD any more.
3989 (c-append-lower-brace-pair-to-state-cache):
3990 Extra parameter HERE instead of narrowing.
3991 Widen to top of buffer before searching backwards for a brace pair.
3992 (c-state-push-any-brace-pair): Add HERE parameter to function call.
3993 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
3994 Narrow to parameter HERE, in place of being called narrowed.
3995 (c-remove-stale-state-cache): Extra parameter HERE in place of
3996 narrowing. Check there's an open brace in the cache before
3997 searching for its match.
3998 (c-invalidate-state-cache-1): Add HERE parameter to function call.
3999 (c-parse-state-1): Don't narrow here for 'forward strategy,
4000 instead passing extra parameter HERE to several functions.
4001 Remove 'BOD strategy.
4002
4003 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
4004
4005 * emacs-lisp/package.el (describe-package-1): Tell what archive is
4006 used to install the package.
4007
4008 2013-02-06 Glenn Morris <rgm@gnu.org>
4009
4010 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
4011 if we can't get user input. (Bug#6567)
4012
4013 * startup.el (command-line): If simple.el is missing,
4014 test and warn about for some possible causes.
4015
4016 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
4017
4018 * cus-start.el (all): Add ns-use-native-fullscreen.
4019
4020 2013-02-05 Glenn Morris <rgm@gnu.org>
4021
4022 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
4023
4024 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
4025 Fix directory creation in fallback case.
4026
4027 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4028
4029 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
4030 (vc-update-change-log): Use dolist.
4031
4032 2013-02-04 Chong Yidong <cyd@gnu.org>
4033
4034 * thingatpt.el: Rewrite the URL detection routines, absorbing some
4035 code from ffap.el.
4036 (thing-at-point-beginning-of-url-regexp): New var.
4037 (thing-at-point-uri-schemes): Update list of URI schemes.
4038 (thing-at-point-url-regexp): Variable deleted.
4039 (thing-at-point-markedup-url-regexp): Disallow newlines.
4040 (thing-at-point-newsgroup-regexp)
4041 (thing-at-point-newsgroup-heads)
4042 (thing-at-point-default-mail-uri-scheme): New variables.
4043 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
4044 method to find the possible bounds of the URI at point.
4045 New optional argument to find ill-formed URIs.
4046 (thing-at-point-url-at-point): Rewrite. New arguments for finding
4047 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
4048 the scheme-adding heuristics from ffap-url-at-point.
4049 (thing-at-point--bounds-of-well-formed-url): New function.
4050 Do parens matching to decide whether to include parens in the URI
4051 (Bug#9153).
4052
4053 * ffap.el: Require thingatpt.
4054 (ffap-url-at-point): Delegate URI detection to thing-at-point.
4055 All URI-valid characters are now recognized (Bug#5673).
4056 (ffap-string-at-point): Use use-region-p.
4057 (ffap-url-regexp): Extra character is handled by thing-at-point.
4058 (ffap-string-at-point-mode-alist): Allow parentheses.
4059 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
4060 Convert to aliases; code moved to thingatpt.el.
4061 (ffap-gnus-hook): Use setq-local.
4062
4063 2013-02-04 Glenn Morris <rgm@gnu.org>
4064
4065 * emacs-lisp/ert.el (ert--explain-format-atom):
4066 Don't try to print non-characters as characters. (Bug#13543)
4067
4068 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
4069
4070 * net/tramp.el (tramp-debug-message): Extend function exclude list.
4071 (tramp-backtrace): New defun.
4072 (tramp-handle-insert-file-contents): Use `visit' when inserting
4073 the local copy.
4074
4075 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
4076 Use `remote-file-name-inhibit-cache'.
4077
4078 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
4079
4080 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
4081 (bug#13614).
4082
4083 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
4084 current-load-list (bug#13366).
4085
4086 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
4087
4088 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4089 Identify g++ template instantiation trace. (Bug#12287)
4090 (compilation-mode-hook, compilation-start-hook)
4091 (compilation-window-height): Simplify docstrings. (Bug#13379)
4092
4093 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4094
4095 * mouse.el (mouse-drag-track): Always deactivate the mark before
4096 running the final event's command since that command is in charge of
4097 activating the mark if needed (bug#13523).
4098
4099 2013-02-02 Juri Linkov <juri@jurta.org>
4100
4101 * replace.el (perform-replace): Move let-bindings of isearch-*
4102 variables deeper to the loop that searches for the next match.
4103 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
4104 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
4105 (Bug#13579)
4106
4107 * isearch.el (isearch-search-fun-default): Check for null
4108 first element of isearch-cmds as a precaution when it's used
4109 with inactive isearch.
4110
4111 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
4112
4113 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
4114 error when buffer in question is narrowed so position 1 is out of
4115 visible part.
4116
4117 2013-02-02 Glenn Morris <rgm@gnu.org>
4118
4119 * textmodes/remember.el (remember-clipboard): Doc fix.
4120
4121 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4122
4123 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
4124 properties (bug#13179).
4125
4126 2013-02-02 Juri Linkov <juri@jurta.org>
4127
4128 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
4129 instead of hard-coded default face `match'. (Bug#9438)
4130
4131 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
4132
4133 * vc/vc-arch.el (vc-arch-registered):
4134 * vc/vc-bzr.el (vc-bzr-registered):
4135 * vc/vc-cvs.el (vc-cvs-registered):
4136 * vc/vc-git.el (vc-git-registered):
4137 * vc/vc-hg.el (vc-hg-registered):
4138 * vc/vc-mtn.el (vc-mtn-registered):
4139 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
4140 (Bug#13139)
4141
4142 * info.el (Info-next-reference, Info-prev-reference): Add numeric
4143 prefix argument. (Bug#11656)
4144
4145 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4146
4147 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
4148
4149 2013-02-01 Glenn Morris <rgm@gnu.org>
4150
4151 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
4152 if the backend is known not to support it.
4153
4154 * imenu.el (imenu-default-create-index-function):
4155 Tweak infinite loop test to check for forward motion as well as none.
4156
4157 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
4158
4159 * net/soap-client.el (soap-invoke): Encode the string for
4160 `url-request-data' as UTF-8.
4161 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
4162
4163 2013-02-01 Glenn Morris <rgm@gnu.org>
4164
4165 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
4166
4167 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
4168
4169 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
4170
4171 * net/tramp.el (tramp-tramp-file-p): Comment check for
4172 `string-as-unibyte'. The function does not exist on XEmacs, and
4173 likely we need another approach.
4174
4175 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
4176 `tramp-gw-*' variables are bound.
4177
4178 2013-01-31 Glenn Morris <rgm@gnu.org>
4179
4180 * files.el (basic-save-buffer-2): Choose coding system for
4181 writing the file before backing it up, to reduce delay between
4182 backing up and writing the new version. (Bug#13522)
4183
4184 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
4185
4186 * simple.el (cycle-spacing): New command.
4187 (just-one-space): Use it.
4188
4189 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
4190
4191 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
4192 (opascal-newline-always-indents): Remove custom.
4193 (opascal-tab, opascal-newline): Remove commands.
4194 (opascal-new-comment-line): Insert "\n" instead of calling newline.
4195 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
4196 (opascal-save-match-data): Remove, use save-match-data instead.
4197 (opascal-save-state): Use with-silent-modifications.
4198
4199 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
4200 (bug#13585).
4201
4202 2013-01-30 Juri Linkov <juri@jurta.org>
4203
4204 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
4205 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
4206 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
4207
4208 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
4209
4210 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
4211 column if we're just deleting the backslashes.
4212 (makefile-fill-paragraph): Use eolp.
4213
4214 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
4215
4216 * autorevert.el (auto-revert-use-notify): Fix docstring.
4217
4218 2013-01-30 Leo Liu <sdl.web@gmail.com>
4219
4220 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
4221
4222 2013-01-30 Glenn Morris <rgm@gnu.org>
4223
4224 * mouse.el (mouse-drag-line): Avoid pushing same event onto
4225 unread-command-events twice in some cases. This tries to implement
4226 the 2012-07-26 changes in a different way. (Bug#13560)
4227
4228 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
4229
4230 * progmodes/python.el
4231 (python-pdbtrack-comint-output-filter-function): Enhancements on
4232 stacktrace detection. (thanks @gnovak)
4233
4234 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
4235
4236 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
4237 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
4238 Use defvar-local.
4239 (jit-lock-register): Use setq-local.
4240
4241 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
4242
4243 * calc-units.el (math-default-units-table): Remove initial value.
4244 (calc-convert-units): Treat expressions where all the units cancel as
4245 if they didn't have units.
4246
4247 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
4248
4249 * net/tramp.el (tramp-process-connection-type): Fix docstring.
4250 (tramp-completion-reread-directory-timeout): Fix type.
4251 (tramp-connection-min-time-diff): New defcustom.
4252
4253 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
4254
4255 2013-01-30 Glenn Morris <rgm@gnu.org>
4256
4257 * imenu.el (imenu-default-create-index-function):
4258 Put back a version of the infinite loop test removed 2013-01-23.
4259
4260 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
4261
4262 * progmodes/python.el (python-shell-parse-command):
4263 Find python-shell-interpreter with modified environment.
4264
4265 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
4266
4267 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
4268
4269 2013-01-29 Alan Mackenzie <acm@muc.de>
4270
4271 Amend to fontify /regexp/s in actions correctly.
4272 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
4273 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
4274 are no longer included.
4275 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
4276 What used to be these variables without "-line" in the name.
4277 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
4278 (c-awk-non-arith-op-bra-re): Now also matches {.
4279 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
4280 "return", and "case".
4281 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
4282 by /.
4283 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
4284 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
4285
4286 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
4287
4288 * autorevert.el (auto-revert-use-notify):
4289 Use `custom-initialize-default' for initialization. (Bug#13583)
4290
4291 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
4292
4293 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4294 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
4295 in `tramp-file-name-handler'.
4296 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
4297 compatibility.
4298 (tramp-compute-multi-hops): Check, whether
4299 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
4300
4301 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
4302
4303 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
4304 (bug#13297).
4305
4306 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
4307
4308 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
4309 checks made superfluous by the \_< operator.
4310 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
4311 temporarily) broken indentation.
4312 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4313 Highlight nested constants, too. \_< broke that.
4314
4315 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
4316
4317 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
4318 instead of "\\b".
4319
4320 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
4321
4322 * autorevert.el (auto-revert-handler): Notifications which result
4323 from a saved file shall not be taken into account. (Bug#13557)
4324
4325 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
4326
4327 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
4328 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
4329 (lisp-mode): Pass t for it. (Bug#13556)
4330
4331 2013-01-25 Alan Mackenzie <acm@muc.de>
4332
4333 AWK Mode: Fix indentation bug at top level. Bug #12274.
4334
4335 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
4336 just before CASE 5D.
4337
4338 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
4339
4340 * net/socks.el (socks-nslookup-host): Use string-to-number.
4341
4342 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
4343
4344 * autorevert.el (auto-revert-remote-files)
4345 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
4346 (auto-revert-notify-enabled, auto-revert-use-notify)
4347 (auto-revert-notify-watch-descriptor-hash-list)
4348 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
4349 (auto-revert-notify-event-descriptor)
4350 (auto-revert-notify-event-action)
4351 (auto-revert-notify-event-file-name): Doc fix.
4352 (global-auto-revert-mode): Reorder checks.
4353 (auto-revert-notify-rm-watch): Respect changed values of
4354 `auto-revert-notify-watch-descriptor-hash-list'.
4355 (auto-revert-notify-add-watch): Check for
4356 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
4357 `inotify-add-watch'. Watch `default-directory' instead of
4358 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
4359 has a changed meaning now. (Bug#13540)
4360 (auto-revert-notify-handler): Change implementation wrt events
4361 returning from a directory.
4362 (auto-revert-handler): Reorder implementation for checks of remote
4363 files.
4364 (auto-revert-buffers): Fix parentheses error.
4365
4366 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
4367
4368 * progmodes/python.el: Enhancements to header documentation about
4369 skeletons. (Bug#5716)
4370
4371 * imenu.el (imenu-default-create-index-function): Remove useless
4372 infinite loop check. (Bug#13438)
4373
4374 2013-01-25 Alan Mackenzie <acm@muc.de>
4375
4376 Fix a bug in the state cache mechanism. Refactor this a bit.
4377
4378 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
4379 `cache-pos' element from the return value.
4380 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
4381 buffer to enable proper searching from beyond HERE. Amend the
4382 test for detecting the sought brace pair. Amend the value written
4383 to the "brace desert cache" when the brace isn't found.
4384 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
4385 and several other variables analogously.
4386 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
4387 parameter to a locally calculated variable.
4388 (c-parse-state-1): Change the calling conventions to the two
4389 defuns involving `cache-pos'.
4390
4391 2013-01-25 Chong Yidong <cyd@gnu.org>
4392
4393 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
4394
4395 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
4396
4397 * paren.el (show-paren-function): Make sure to set 'priority and
4398 'face only if the overlay does exist.
4399
4400 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
4401
4402 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
4403
4404 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
4405 basic attributes.
4406 (tramp-sh-handle-set-file-acl): Improve error checking.
4407
4408 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
4409
4410 * doc-view.el (doc-view-display): Force mode line update until all
4411 document is converted. Suggested by Stefan Monnier (Bug#13164).
4412
4413 2013-01-23 Bastien Guerry <bzg@gnu.org>
4414
4415 * paren.el (show-paren-function): Make sure an overlay exists
4416 before trying to delete it. Also use `pos' as a position only
4417 when it is an integer.
4418
4419 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
4420
4421 * play/gametree.el (gametree-break-line-here): Use point-marker.
4422
4423 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
4424
4425 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
4426 Mark descriptive parts with `display' property.
4427
4428 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4429
4430 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
4431 New variable to map standard dict names to hunspell ones.
4432 (ispell-set-spellchecker-params): Make sure specific dict names
4433 are used for standard dicts with hunspell.
4434
4435 2013-01-21 Tassilo Horn <tsdh@gnu.org>
4436
4437 * textmodes/reftex-cite.el (reftex-format-citation): Add format
4438 chars for note (%N) and url (%U).
4439 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
4440
4441 2013-01-21 Juri Linkov <juri@jurta.org>
4442
4443 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
4444 in addition to existing separate binding `meta f10' in `global-map'.
4445 (Bug#13484)
4446
4447 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
4448
4449 Improve XEmacs compatibility.
4450
4451 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
4452
4453 * net/tramp-adb.el (top): Require `time-date'.
4454 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
4455 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
4456 Use `tramp-file-name-handler'.
4457 (tramp-adb-maybe-open-connection):
4458 Use `tramp-compat-set-process-query-on-exit-flag'.
4459
4460 * net/tramp-sh.el (tramp-sh-handle-file-acl):
4461 Use `tramp-compat-funcall'.
4462
4463 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
4464 `tramp-compat-funcall'.
4465
4466 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
4467
4468 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
4469 reimplementation using "adb shell command ..." instead of running
4470 remote shell interactively.
4471
4472 2013-01-20 Glenn Morris <rgm@gnu.org>
4473
4474 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4475 Add native profiler menu entries.
4476
4477 * profiler.el (profiler-running-p): New function.
4478 (profiler-cpu-profile): Use profiler-running-p.
4479 (profiler-report-mode-map): Add some more menu entries.
4480
4481 2013-01-19 Glenn Morris <rgm@gnu.org>
4482
4483 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
4484 fixes 2012-12-07 change. (Bug#13499)
4485
4486 2013-01-19 Leo Liu <sdl.web@gmail.com>
4487
4488 * dired.el (dired-get-marked-files): Prune erroneous values due to
4489 last change. (Bug#13152)
4490
4491 2013-01-19 Glenn Morris <rgm@gnu.org>
4492
4493 * progmodes/etags.el (tags-table-check-computed-list):
4494 Preserve point in tags buffer. (Bug#13412)
4495
4496 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
4497
4498 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
4499 Chong Yidong <cyd@gnu.org>
4500
4501 * image-mode.el (image-next-file, image-previous-file):
4502 New commands (Bug#8453).
4503 (image-mode-map): Bind them to n and p.
4504 (image-mode--images-in-directory): New helper function.
4505
4506 2013-01-19 Chong Yidong <cyd@gnu.org>
4507
4508 * image-mode.el (image-mode-fit-frame): Add a frame argument.
4509 Suggested by Drew Adams (Bug#7730). Handle window decorations;
4510 save and restore the old window configuration.
4511
4512 2013-01-18 Leo Liu <sdl.web@gmail.com>
4513
4514 * progmodes/js.el: Tweak autoload cookie for alias.
4515
4516 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
4517
4518 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
4519 buffer local, again. This was lost with the fix on 2013-01-12.
4520
4521 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
4522
4523 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
4524 order to support several eshell buffers in parallel.
4525
4526 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
4527
4528 * autorevert.el (auto-revert-use-notify): In the :set function, do
4529 not modify `kill-buffer-hook'.
4530 (auto-revert-notify-rm-watch):
4531 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
4532 (auto-revert-notify-add-watch): Do not call
4533 `auto-revert-notify-rm-watch', but add it to a buffer local
4534 `kill-buffer-hook'.
4535
4536 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4537
4538 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
4539 call to `eval' rather than a backquoted lambda.
4540
4541 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
4542
4543 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
4544 to return an explicit nil.
4545 (advice--remove-function): Change accordingly.
4546
4547 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
4548 the use of nadvice.el.
4549
4550 * progmodes/which-func.el (which-function): Silence imenu errors
4551 (bug#13433).
4552
4553 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
4554
4555 * progmodes/sql.el (sql-imenu-generic-expression):
4556 (sql-mode-font-lock-object-name): Match schema qualified names.
4557 (sql-connect): Use string keys.
4558 (sql-product-interactive): Wait for interpreter prompt.
4559 (sql-comint-oracle): Set process coding based on NLS_LANG.
4560
4561 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
4562
4563 * progmodes/sql.el (sql-output-to-send): Remove, unused.
4564 (sql-interactive-remove-continuation-prompt):
4565 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
4566
4567 2013-01-14 Leo Liu <sdl.web@gmail.com>
4568
4569 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
4570 (Bug#13420)
4571
4572 2013-01-14 Glenn Morris <rgm@gnu.org>
4573
4574 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4575 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
4576
4577 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
4578
4579 * progmodes/python.el (python-nav-end-of-statement):
4580 Fix cornercase when handling multiline strings.
4581
4582 2013-01-13 Richard Stallman <rms@gnu.org>
4583
4584 * mail/sendmail.el (mail-position-on-field): Add doc string.
4585
4586 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
4587 Get current message boundaries and pass them to
4588 message-forward-make-body-mime. Minor style changes.
4589
4590 2013-01-13 Eli Zaretskii <eliz@gnu.org>
4591
4592 * cus-start.el (all): Avoid warnings about
4593 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
4594
4595 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
4596
4597 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
4598
4599 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4600
4601 * jit-lock.el (jit-lock-debug-mode): New minor mode.
4602 (jit-lock--debug-fontifying): New var.
4603 (jit-lock--debug-fontify): New function.
4604 * subr.el (condition-case-unless-debug): Don't prevent catching the
4605 error, just let the debbugger run.
4606 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
4607 timer code and don't drop errors silently.
4608
4609 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
4610
4611 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
4612 `permanent-local' property.
4613 (auto-revert-notify-handler): Use `file-equal-p'.
4614
4615 2013-01-12 Eli Zaretskii <eliz@gnu.org>
4616
4617 * autorevert.el (auto-revert-notify-handler): Fix filtering of
4618 file notification by ACTION. For filtering by file name, compare
4619 only the non-directory part of the file name.
4620
4621 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
4622
4623 * autorevert.el: Use cl-lib instead of cl.
4624
4625 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
4626 (vc-bzr-checkin): Use it.
4627 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
4628 will preserve match-data.
4629
4630 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
4631
4632 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
4633 (js--declaration-keyword-re): New var.
4634 (js--multi-line-declaration-indentation): New function.
4635 (js--proper-indentation): Use it.
4636
4637 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
4638
4639 * calc/calc.el (calc-highlight-selections-with-faces)
4640 (calc-dispatch):
4641 * comint.el (comint-history-isearch-message):
4642 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
4643 * ffap.el (ffap-string-at-point-region, ffap-next)
4644 (ffap-string-at-point, ffap-string-around)
4645 (ffap-copy-string-as-kill, ffap-highlight-overlay)
4646 (ffap-literally):
4647 * font-lock.el (font-lock-keywords-alist)
4648 (font-lock-removed-keywords-alist):
4649 * help-mode.el (help-xref-symbol-regexp):
4650 * info.el (Info-find-emacs-command-nodes):
4651 * international/mule.el (add-to-coding-system-list):
4652 * isearch.el (isearch-message-function, isearch-fail-pos):
4653 * misearch.el (multi-isearch-next-buffer-function):
4654 * newcomment.el (comment-box):
4655 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
4656 (pr-setting-database):
4657 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
4658 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
4659 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
4660 (pike-font-lock-keywords-3):
4661 * progmodes/compile.el (compile):
4662 * progmodes/etags.el (tags-table-files)
4663 (tags-table-files-function, tags-included-tables-function):
4664 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
4665 (gdb-restore-windows):
4666 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
4667 (ps-n-up-filling-database):
4668 * server.el (server-buffer, server-log):
4669 * simple.el (newline, delete-backward-char, delete-forward-char)
4670 (minibuffer-history-isearch-message, kill-line, track-eol)
4671 (temporary-goal-column):
4672 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
4673 (flyspell-default-deplacement-commands):
4674 * textmodes/ispell.el (ispell-accept-output):
4675 * textmodes/sgml-mode.el (html-tag-help):
4676 * vc/compare-w.el (compare-ignore-whitespace)
4677 (compare-ignore-case, compare-windows-dehighlight):
4678 * vc/diff.el (diff):
4679 * whitespace.el (whitespace-point)
4680 (whitespace-font-lock-refontify, whitespace-bob-marker)
4681 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
4682
4683 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
4684
4685 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
4686 (auto-revert-notify-rm-watch): Ignore errors.
4687 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
4688 inotify, and '(size last-write-time) for w32notify.
4689 Set buffer-local `auto-revert-use-notify' to nil when adding a file
4690 watch fails - this is a fallback to the file modification check.
4691 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
4692 (auto-revert-notify-event-action)
4693 (auto-revert-notify-event-file-name): New defuns.
4694 (auto-revert-notify-handler): Use them. Implement first
4695 plausibility checks.
4696 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
4697
4698 2013-01-11 Julien Danjou <julien@danjou.info>
4699
4700 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
4701 max are almost equal. Also return the correct value for V which is
4702 already between 0 and 1.
4703
4704 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
4705
4706 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
4707
4708 2013-01-11 Eli Zaretskii <eliz@gnu.org>
4709
4710 * autorevert.el (auto-revert-notify-rm-watch)
4711 (auto-revert-notify-add-watch): Fix typos in w32notify function
4712 names.
4713
4714 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
4715
4716 * autorevert.el (auto-revert-notify-enabled): Move up.
4717 (auto-revert-use-notify): New defcustom.
4718 (auto-revert-mode, global-auto-revert-mode)
4719 (auto-revert-notify-add-watch, auto-revert-handler)
4720 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
4721 `auto-revert-notify-enabled'.
4722
4723 2013-01-10 Elias Pipping <pipping@exherbo.org>
4724
4725 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
4726 * doc-view.el (doc-view-document->bitmap):
4727 Use doc-view-single-page-converter-function instead of
4728 single-page-converter arg; adjust callers.
4729
4730 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
4731
4732 * progmodes/which-func.el (which-function): Understand Semantic's use
4733 of overlays in imenu--index-alist.
4734
4735 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
4736
4737 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
4738 (Man-man-k-use-anchor): New var.
4739 (Man-parse-man-k): New function.
4740 (Man-completion-table): Use it.
4741 (man): Flush the completion cache between uses.
4742
4743 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
4744
4745 * autorevert.el: Add file watch support.
4746 (auto-revert-notify-enabled): New defconst.
4747 (auto-revert-notify-watch-descriptor-hash-list)
4748 (auto-revert-notify-watch-descriptor)
4749 (auto-revert-notify-modified-p): New defvars.
4750 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
4751 (auto-revert-notify-handler): New defuns.
4752 (auto-revert-mode, global-auto-revert-mode): Remove file watches
4753 when mode is disabled.
4754 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
4755 (auto-revert-buffers): Add file watches for active buffers.
4756
4757 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
4758
4759 * cus-start.el (toplevel): Only allow float values for
4760 scroll-up-aggressively and scroll-down-aggressively.
4761 Allow any number for line-spacing.
4762
4763 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4764
4765 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
4766 (doc-view-pdf->png-converter-function): Use mupdf if available.
4767 (doc-view-djvu->png-converter-function)
4768 (doc-view-ps->png-converter-function): Remove.
4769 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
4770 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
4771 (doc-view-already-converted-p): Adjust accordingly.
4772 (doc-view-mode-p): Simplify.
4773 (doc-view-enlarge): Use setq-local.
4774 (doc-view-pdf->png-converter-ghostscript)
4775 (doc-view-djvu->png-converter-ddjvu)
4776 (doc-view-pdf->png-converter-mupdf): Rework to call
4777 doc-view-start-process directly.
4778 (doc-view-pdf/ps->png): Simplify accordingly.
4779 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
4780 (doc-view-document->bitmap): Rename from doc-view-document->png.
4781 (doc-view-convert-current-doc): Merge pdf and djvu cases.
4782 (doc-view-set-slice-from-bounding-box): Fix completion table.
4783 (doc-view-mode): Use add-hook for after-revert-hook.
4784
4785 2013-01-10 Glenn Morris <rgm@gnu.org>
4786
4787 * emacs-lisp/authors.el (authors-ignored-files)
4788 (authors-valid-file-names, authors-renamed-files-alist):
4789 Add some more entries.
4790
4791 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4792
4793 * image-mode.el (image-mode-winprops): Don't throw away the fallback
4794 `t' pseudo-window entry.
4795
4796 2013-01-10 Alan Mackenzie <acm@muc.de>
4797
4798 Fix bugs in the c-parse-state mechanism. Reuse some markers
4799 instead of continually generating new ones.
4800
4801 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
4802 (c-state-old-cpp-end-marker): New variables.
4803 (c-append-lower-brace-pair-to-state-cache): Start a backward
4804 search for "}" definitively outside CPP constructs.
4805 (c-remove-stale-state-cache): Inform the caller of a need to
4806 search back for a brace pair in certain circumstances.
4807 (c-state-maybe-marker): New macro.
4808 (c-parse-state): Reuse markers when appropriate.
4809
4810 2013-01-10 Glenn Morris <rgm@gnu.org>
4811
4812 * simple.el (execute-extended-command): Doc fix.
4813 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
4814
4815 2013-01-10 Chong Yidong <cyd@gnu.org>
4816
4817 * faces.el (read-face-name): Doc fix.
4818
4819 2013-01-10 Roland Winkler <winkler@gnu.org>
4820
4821 * emacs-lisp/crm.el: Allow any regexp for separators.
4822 (crm-default-separator): All spaces around the default comma separator.
4823 (crm--completion-command): New macro.
4824 (crm-completion-help, crm-complete, crm-complete-word): Use it.
4825 (crm-complete-and-exit): Handle non-single-char separators.
4826
4827 2013-01-09 Elias Pipping <pipping@lavabit.com>
4828
4829 * doc-view.el: Add support for DjVu (bug#13164).
4830 (doc-view-djvu->png-converter-function): New config var.
4831 (doc-view-single-page-converter-function, doc-view--image-type)
4832 (doc-view--image-file-extension): New vars.
4833 (doc-view-mode): Initialize them.
4834 (doc-view-goto-page): Use them.
4835 (doc-view-mode-p): Add support for ddjvu.
4836 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
4837 (doc-view-set-up-single-converter): New funs.
4838 (doc-view-pdf/ps->png): Extend for djvu.
4839 (doc-view-document->png): Rename from doc-view-pdf->png.
4840 (doc-view-convert-current-doc): Handle djvu.
4841 (doc-view-insert-image, doc-view-display)
4842 (doc-view-already-converted-p): Don't hardcode png.
4843 (doc-view-set-doc-type): Recognize djvu docs.
4844
4845 2013-01-09 Elias Pipping <pipping@lavabit.com>
4846
4847 * doc-view.el: Add support for mupdf converter (bug#13164).
4848 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
4849 (doc-view-ps->png-converter-function): New config vars.
4850 (doc-view-pdf->png-converter-ghostscript)
4851 (doc-view-ps->png-converter-ghostscript)
4852 (doc-view-pdf->png-converter-mupdf): New functions.
4853 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
4854
4855 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
4856
4857 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
4858 first in session cache: When `tramp-own-remote-path' is in
4859 `tramp-remote-path', the remote path is only set in the session
4860 cache.
4861
4862 2013-01-09 Glenn Morris <rgm@gnu.org>
4863
4864 * emacs-lisp/trace.el (trace-function-foreground)
4865 (trace-function-background): Doc fix.
4866
4867 2013-01-09 Juri Linkov <juri@jurta.org>
4868
4869 * international/mule-cmds.el (read-char-by-name): Move let-binding
4870 of completion-ignore-case around completing-read to fix regression
4871 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
4872 `string-match-p' using the nil value of `case-fold-search' and
4873 `completion-ignore-case' in `completion-pcm--all-completions'.
4874 (Bug#12615).
4875
4876 2013-01-09 Glenn Morris <rgm@gnu.org>
4877
4878 * progmodes/compile.el (compilation-parse-errors):
4879 Fix typo. (Bug#13369)
4880
4881 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
4882
4883 * comint.el (comint-send-input): Check size of buffer before
4884 waiting for process output, in case already accepted. (Bug#13290)
4885
4886 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
4887
4888 Spelling fixes.
4889 * net/tramp-adb.el (tramp-adb-get-toolbox):
4890 Fix misspelling of 'unknown'.
4891
4892 2013-01-08 Juri Linkov <juri@jurta.org>
4893
4894 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4895 * progmodes/flymake.el (flymake-errline, flymake-warnline):
4896 Use underline style wave on terminals that support it. (Bug#13000)
4897
4898 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
4899
4900 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
4901 the predicate returns nil.
4902
4903 * simple.el: Use lexical-binding.
4904 (primitive-undo): Use pcase.
4905 (minibuffer-history-isearch-push-state): Use a closure.
4906
4907 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4908
4909 * simple.el (primitive-undo): Move from undo.c.
4910
4911 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
4912
4913 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
4914 (cvs-mode-remove-handled): Use it (bug#13380).
4915
4916 * emacs-lisp/nadvice.el (advice--tweak): New function.
4917 (advice--remove-function, advice--subst-main): Use it.
4918
4919 * emacs-lisp/advice.el: Update commentary.
4920
4921 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
4922
4923 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4924 Remove spurious entry.
4925
4926 2013-01-08 Glenn Morris <rgm@gnu.org>
4927
4928 * net/tramp.el (tramp-default-host-alist): Add :version.
4929
4930 2013-01-08 Juri Linkov <juri@jurta.org>
4931
4932 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
4933 single completion. (Bug#12456)
4934 (info--manual-names): Expand node completions into an explicit list
4935 before appending it to another list. Filter out internal buffers
4936 with the leading space in the buffer name. (Bug#10771)
4937
4938 2013-01-08 Juri Linkov <juri@jurta.org>
4939
4940 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
4941 that defaults to the Top node.
4942 (Info-goto-node, Info-read-node-name): Doc fix to mention that
4943 the short format (FILENAME) goes to the Top node.
4944 (Info-build-node-completions): Rename arg `file' to `filename'.
4945 (Bug#13365)
4946
4947 2013-01-07 Bastien Guerry <bzg@gnu.org>
4948
4949 * menu-bar.el (menu-bar-search-documentation-menu):
4950 Use `apropos-user-option' and fix the help message.
4951
4952 2013-01-07 Bastien Guerry <bzg@gnu.org>
4953
4954 * apropos.el (apropos-do-all): Update docstring.
4955 (apropos-user-option-button): New face.
4956 (apropos-user-option): Rename from `apropos-variable' and update
4957 docstring.
4958 (apropos-variable): Rewrite, now show all variables by default.
4959 (apropos-print): Mention "User option" instead of "Variable" when
4960 printing doc for user options. (Bug#13276)
4961
4962 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
4963
4964 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
4965 Handle filename correctly, when parsing "source -> target" symlink
4966 output.
4967 (tramp-adb-handle-set-file-times): New defun.
4968
4969 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
4970
4971 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
4972 advice list when the interactive-spec of ad-Advice-* changes.
4973
4974 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
4975
4976 * wid-edit.el (widget-default-get): Work for inlined elements.
4977 (Bug#12670)
4978
4979 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
4980
4981 * net/tramp.el (tramp-default-host-alist): New defcustom.
4982 (tramp-find-host): Use it.
4983 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
4984 `eshell-directory-change-hook'.
4985
4986 * net/tramp-adb.el (top): Add adb specific entry in
4987 `tramp-default-host-alist'.
4988 (tramp-adb-file-name-host): Remove function.
4989 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
4990 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
4991
4992 * net/tramp-sh.el: Move eshell integration code to tramp.el.
4993
4994 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
4995
4996 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
4997
4998 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
4999
5000 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
5001 consist of more than one digit.
5002 (tramp-adb-file-name-handler-alist):
5003 Use `tramp-handle-file-exists-p' consistently.
5004 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
5005 (tramp-adb-handle-file-exists-p): Remove function.
5006 (tramp-adb-file-name-host): New defun.
5007 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
5008 Use it.
5009 (tramp-adb-maybe-open-connection): Set "remote-path" property.
5010
5011 2013-01-06 Chong Yidong <cyd@gnu.org>
5012
5013 * vc/vc.el (vc-next-action): Detect buffer modifications
5014 conflicting with locking VCS operation (Bug#11490).
5015
5016 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
5017
5018 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
5019
5020 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
5021 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
5022
5023 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
5024
5025 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
5026 parsing of ls output using regular expression (handle filenames
5027 with spaces). Use virtual device number.
5028 (tramp-do-parse-file-attributes-with-ls): New defun (Code
5029 cleanup).
5030
5031 2013-01-04 Daiki Ueno <ueno@gnu.org>
5032
5033 * epg.el: Silence byte-compiler warnings.
5034 (epg--start): Use delete-char instead of delete-backward-char.
5035 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
5036
5037 2013-01-04 Daiki Ueno <ueno@gnu.org>
5038
5039 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
5040 Suggested by Eli Zaretskii <eliz@gnu.org>.
5041
5042 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
5043
5044 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
5045 non-negative integers. Otherwise, the default values are used.
5046 (tramp-convert-file-attributes): Convert uid and gid to integers.
5047
5048 2013-01-04 Glenn Morris <rgm@gnu.org>
5049
5050 * term.el (term-handle-colors-array): Ensure face attributes
5051 are fully specified, not nil. (Bug#13337)
5052
5053 * term.el (term-default-fg-color, term-default-bg-color):
5054 Fix custom type.
5055
5056 * progmodes/etags.el (tags-compression-info-list): Doc fix.
5057 (tag-find-file-of-tag-noselect): Check auto-compression-mode
5058 rather than 'jka-compr being loaded. (Bug#13338)
5059
5060 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
5061
5062 * icomplete.el (icomplete-completions):
5063 Honor icomplete-prospects-height once more following
5064 2012-11-29 changes. (Bug#13224)
5065
5066 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5067
5068 * subr.el (internal--called-interactively-p--get-frame): Find aliases
5069 of called-interactively-p as well (bug#13237).
5070
5071 * view.el (view--enable, view--disable): Rename from view-mode-enable
5072 and view-mode-disable and assume it's called from view-mode.
5073 (view-mode-enable, view-mode-disable): Redefine as obsolete
5074 compatibility layer above view-mode.
5075 (view-mode-enter): Call `view-mode'.
5076
5077 * files.el (after-find-file): Call `view-mode'.
5078
5079 * doc-view.el (doc-view-scale-internally): New var.
5080 (doc-view-enlarge, doc-view-insert-image): Obey it.
5081
5082 2013-01-03 Daiki Ueno <ueno@gnu.org>
5083
5084 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
5085 exist. (Bug#13344)
5086
5087 2013-01-03 Glenn Morris <rgm@gnu.org>
5088
5089 * mail/rmail.el (rmail-set-header-1): Ignore case.
5090 Handle multi-line headers. (Bug#13330)
5091
5092 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
5093 Handle paragraph starting at beginning of buffer.
5094
5095 * subr.el (eval-after-load): Don't purecopy the form, so that it
5096 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
5097
5098 * emacs-lisp/byte-run.el (defun): Place cl declarations
5099 after any interactive spec. (Bug#13265)
5100
5101 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
5102
5103 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
5104 defun. Don't check for DECL if DOCSTRING isn't a string.
5105 (defun): Likewise.
5106
5107 2013-01-02 Glenn Morris <rgm@gnu.org>
5108
5109 * eshell/em-cmpl.el (eshell-pcomplete):
5110 More thoroughly imitate pcomplete. (Bug#13293)
5111
5112 * files.el (parse-colon-path): Doc fix. (Bug#12351)
5113 Return nil for empty path elements. (Bug#13296)
5114
5115 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
5116
5117 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
5118 order to improve efficiency (Based on Daniel Colascione's
5119 <dancol@dancol.org> patch). (Bug#13182)
5120
5121 2013-01-02 Glenn Morris <rgm@gnu.org>
5122
5123 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
5124
5125 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
5126
5127 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
5128 neither DOCSTRING nor DECL was given. (Bug#13316)
5129
5130 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
5131
5132 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
5133 `error' call.
5134 (tramp-do-copy-or-rename-file): Ignore errors when calling
5135 `set-file-extended-attributes'.
5136
5137 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5138 Add handler for `file-acl'.
5139 (tramp-smb-handle-file-acl): New defun.
5140
5141 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
5142
5143 * calc/README: Mention ISO 8601 week-numbering dates.
5144
5145 2013-01-01 Martin Rudalics <rudalics@gmx.at>
5146
5147 * view.el (view-mode-enable): New argument run-view-mode-hook.
5148 Run view-mode-hook only when it's non-nil (Bug#13315).
5149 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
5150 argument t.
5151
5152 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
5153
5154 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
5155 (No device connected, invalid device name). (Bug #13299)
5156
5157 2012-12-31 Martin Rudalics <rudalics@gmx.at>
5158
5159 * window.el (window-resizable--p): Rename to window-resizable-p.
5160 (window-resize-no-error): New function.
5161
5162 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
5163 broken in fix from 2012-12-28.
5164
5165 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
5166
5167 * subr.el (special-form-p): Don't signal errors on undef aliases.
5168
5169 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
5170
5171 * calc/calc-forms.el (math-parse-date): Try using
5172 `math-parse-iso-date' when it looks like it might be needed.
5173 Allow times of 24:00.
5174 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
5175 of 24:00.
5176
5177 2012-12-30 Glenn Morris <rgm@gnu.org>
5178
5179 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
5180 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
5181 (rmail-summary-displayed, rmail-summary): Declare.
5182 (mairix-rmail-display): Just require rmail.
5183
5184 2012-12-30 Chong Yidong <cyd@gnu.org>
5185
5186 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
5187 check for the tarball contents.
5188
5189 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
5190
5191 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
5192 tarfile content listings (Bug#13136).
5193
5194 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
5195
5196 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
5197 Insert the undecoded text of the message being forwarded. (Bug#9521)
5198
5199 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
5200
5201 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
5202 integers, if they are real numbers. (Bug#13282)
5203
5204 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
5205 Return `t' on success.
5206
5207 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5208 Add handler for `set-file-selinux-context'.
5209
5210 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
5211
5212 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
5213 (tramp-sh-handle-set-file-acl): Return `t' on success.
5214
5215 2012-12-29 Eli Zaretskii <eliz@gnu.org>
5216
5217 * files.el (backup-buffer-copy, basic-save-buffer-2):
5218 If set-file-extended-attributes fails, fall back on set-file-modes
5219 instead of signaling an error. (Bug#13298)
5220 (basic-save-buffer): Likewise.
5221
5222 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
5223
5224 * progmodes/python.el: Support other commands triggering
5225 python-indent-line so indentation cycling continues to work.
5226 (python-indent-trigger-commands): New defcustom.
5227 (python-indent-line): Use it.
5228
5229 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
5230
5231 * progmodes/python.el (python-shell-send-region): Add blank lines
5232 for non sent code so backtraces remain correct.
5233
5234 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
5235
5236 * progmodes/python.el: Remove cl dependency.
5237 (python-syntax-count-quotes): Replace incf call.
5238 (python-fill-string): Replace setf call.
5239
5240 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
5241
5242 * info.el (info-other-window): New arg, for consistency with info.
5243
5244 2012-12-28 Martin Rudalics <rudalics@gmx.at>
5245
5246 * mail/rmail.el (rmail-maybe-display-summary):
5247 Rewrite (Bug#13066).
5248
5249 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
5250
5251 * epg.el (epg--start): Modify process-environment locally.
5252
5253 2012-12-28 Daiki Ueno <ueno@gnu.org>
5254
5255 * epg.el: Support pinentry-curses.
5256 Suggested by Werner Koch in
5257 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
5258 (epg-agent-file, epg-agent-mtime): New variable.
5259 (epg--start): Record the modified time of gpg-agent socket file,
5260 to restore Emacs frame after pinentry-curses termination.
5261 (epg-wait-for-completion): Restore Emacs frame here.
5262
5263 2012-12-27 Juri Linkov <juri@jurta.org>
5264
5265 * info.el (Info-file-completions): New variable.
5266 (Info-read-node-name-1): Complete node names in the Info file
5267 when a file name is given. Call `Info-build-node-completions'
5268 with a file name.
5269 (Info-build-node-completions): Add new arg `file'. When it is
5270 non-nil, visit it in a temporary buffer and cache its completions in
5271 `Info-current-file-completions'. Move most of the function body to
5272 `Info-build-node-completions-1'.
5273 (Info-build-node-completions-1): New function with the body from
5274 `Info-build-node-completions'. (Bug#12456)
5275
5276 2012-12-27 Juri Linkov <juri@jurta.org>
5277
5278 * frame.el (frame-maximization-style): Remove user option.
5279 (cycle-frame-maximized): Remove function.
5280 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
5281 (toggle-frame-fullscreen): New command bound to <f11> instead of
5282 `toggle-frame-maximized'.
5283 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
5284
5285 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
5286
5287 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
5288
5289 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5290 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5291 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
5292 for `file-accessible-directory-p'. (Bug#13275)
5293
5294 2012-12-27 Sam Steingold <sds@gnu.org>
5295
5296 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
5297 continuations, see <http://stackoverflow.com/questions/3582436>.
5298
5299 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
5300
5301 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
5302 "module" and "def" to have indentation before them.
5303 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
5304
5305 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
5306
5307 2012-12-27 Alan Mackenzie <acm@muc.de>
5308
5309 Speed up fontification where there's large brace blocks.
5310 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
5311 to a call of c-beginning-of-decl-1.
5312
5313 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
5314
5315 * comint.el (comint-adjust-window-point): New function.
5316 (comint-postoutput-scroll-to-bottom):
5317 Call comint-adjust-window-point (Bug#13248).
5318
5319 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
5320
5321 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
5322 Rakefile regexp.
5323 (auto-mode-alist): Associate .gemspec files with ruby-mode
5324 (https://bugs.ruby-lang.org/issues/5453).
5325
5326 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
5327
5328 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
5329 Suppress coloring, if possible (required for BusyBox based systems like
5330 CyanogenMod).
5331 (tramp-adb-handle-file-attributes)
5332 (tramp-adb-handle-insert-directory)
5333 (tramp-adb-handle-file-name-all-completions): Use it.
5334 (tramp-adb-get-toolbox): New defun. Check for remote shell
5335 implementation (BusyBox or Toolbox).
5336
5337 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
5338
5339 * startup.el (initial-buffer-choice): Allow function as value
5340 (Bug#13251).
5341 (command-line-1): Handle case where initial-buffer-choice
5342 specifies a function.
5343 * server.el (server-execute): Handle case where
5344 initial-buffer-choice specifies a function.
5345
5346 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
5347
5348 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
5349 its own function.
5350 (smtpmail-try-auth-methods): Forget the user name/password if the
5351 login is unsuccessful (bug#12424).
5352
5353 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
5354
5355 * notifications.el (notifications-notify): Protect body with
5356 `with-demoted-errors'.
5357
5358 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5359 Check properties of remote device. Restart connection, if there is a
5360 change.
5361
5362 2012-12-21 Chong Yidong <cyd@gnu.org>
5363
5364 * sort.el (sort-subr): Doc fix (Bug#13056).
5365
5366 2012-12-21 Bastien Guerry <bzg@gnu.org>
5367
5368 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
5369
5370 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
5371
5372 * simple.el (process-file): Overwrite stderr file, if exists.
5373
5374 2012-12-21 Daiki Ueno <ueno@gnu.org>
5375
5376 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
5377 (epg-error): Set `error-message' property.
5378
5379 2012-12-21 Chong Yidong <cyd@gnu.org>
5380
5381 * international/mule-cmds.el (read-char-by-name): Signal an error
5382 if the user does not supply a valid character (Bug#13177).
5383
5384 * simple.el (transpose-subr-1): Preserve marker positions by
5385 changing the insertion sequence (Bug#13122).
5386
5387 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
5388
5389 * simple.el (kill-region): Deactivate mark even for empty regions
5390 (Bug#13169).
5391
5392 2012-12-21 Chong Yidong <cyd@gnu.org>
5393
5394 * help-fns.el (describe-variable): Make sure we get the right
5395 buffer name (Bug#13105). Suggested by Kelly Dean.
5396
5397 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
5398
5399 * comint.el (comint-redirect-previous-input-string): New variable.
5400 (comint-redirect-setup, comint-redirect-cleanup)
5401 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
5402 (comint-redirect-preoutput-filter): Fix verbose message.
5403
5404 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
5405
5406 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
5407 is too long for Tramp. See discussion in
5408 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
5409
5410 * progmodes/compile.el (compilation-start): Remove line escape
5411 template.
5412
5413 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
5414
5415 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
5416 Adjust comment.
5417
5418 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
5419
5420 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
5421 following non-comment text (bug#13207).
5422 (lm-header-multiline): Continuation lines need to be indented more than
5423 the first line.
5424 (lm-homepage): New function.
5425 (lm-with-file): Don't be confused if narrowing is in effect.
5426
5427 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
5428
5429 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
5430 very beginning of a hunk (e.g. killing the first line).
5431
5432 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
5433
5434 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
5435 and text properties from returned ACL string.
5436 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
5437 for "setfacl" command.
5438
5439 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
5440
5441 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
5442 `tramp-cleanup-this-connection', when the process has died.
5443 (Bug#13151)
5444
5445 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
5446
5447 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
5448
5449 2012-12-17 Kevin Ryde <user42@zip.com.au>
5450
5451 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
5452
5453 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
5454
5455 Add support for preserving ACL entries of files.
5456
5457 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
5458 `set-file-acl' handlers.
5459
5460 * net/tramp-adb.el (tramp-adb-handle-copy-file):
5461 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5462
5463 * net/tramp-compat.el (tramp-compat-copy-file):
5464 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5465
5466 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5467 Add `file-acl' and `set-file-acl' handlers.
5468 (tramp-gvfs-handle-copy-file):
5469 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5470 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
5471 New defuns.
5472
5473 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5474 Add `file-acl' and `set-file-acl' handlers.
5475 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
5476 (tramp-sh-handle-set-file-acl): New defuns.
5477 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
5478 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5479
5480 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5481 Add `file-acl' and `set-file-acl' handlers.
5482 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
5483
5484 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
5485
5486 * help-macro.el (make-help-screen): Instead of switch-to-buffer
5487 use pop-to-buffer with NORECORD argument t. As buffer name, use
5488 *Metahelp* with a leading space (Bug#13190).
5489
5490 2012-12-16 Romain Francoise <romain@orebokech.com>
5491
5492 * files.el (file-extended-attributes)
5493 (set-file-extended-attributes): New functions.
5494 (backup-buffer): Use them to handle both SELinux context and ACL
5495 entries.
5496 (backup-buffer-copy): Work with an alist of extended attributes,
5497 rather than an SELinux context.
5498 (basic-save-buffer-2): Ditto.
5499
5500 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
5501
5502 * battery.el (battery-bsd-apm): New function.
5503
5504 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
5505
5506 * calc/calc.el (calc-standard-date-formats): Adjust one of the
5507 standard date formats.
5508
5509 2012-12-15 Juri Linkov <juri@jurta.org>
5510
5511 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
5512 `isearch-insert-char-by-name'.
5513 (with-isearch-suspended): New defmacro with body mostly from
5514 `isearch-edit-string' except the part that sets
5515 `isearch-new-string' and `isearch-new-message'.
5516 (isearch-edit-string): Use new macro `with-isearch-suspended' with
5517 body that sets `isearch-new-string' and `isearch-new-message'.
5518 (isearch-insert-char-by-name): New command.
5519 * international/mule-cmds.el (read-char-by-name): Let-bind
5520 `enable-recursive-minibuffers' to t.
5521 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
5522
5523 2012-12-15 Juri Linkov <juri@jurta.org>
5524
5525 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
5526 (Bug#13175)
5527
5528 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
5529
5530 * dired-x.el (dired-guess-shell-command): Put colon at the end of
5531 the prompt. (Bug#13045)
5532
5533 2012-12-14 Glenn Morris <rgm@gnu.org>
5534
5535 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
5536 Try to include filename in non-bytecomp warning. (Bug#13132)
5537
5538 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
5539
5540 Fix permissions bugs with setgid directories etc. (Bug#13125)
5541 * files.el (backup-buffer): Don't rely on 9th output of
5542 file-attributes, as it's now a placeholder. Instead, use the new
5543 optional arg of file-ownership-preserved-p.
5544 (file-ownership-preserved-p): New optional arg GROUP.
5545 Fix mishandling of setuid directories that would cause this
5546 function to return t when it should have returned nil.
5547 Document what happens if the file does not exist, and when
5548 it's not known whether the ownership will be preserved.
5549 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
5550 Likewise.
5551 (tramp-get-local-gid): Use group-gid for integer, as that's
5552 faster and more reliable.
5553
5554 2012-12-14 Julien Danjou <julien@danjou.info>
5555
5556 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
5557 Update keywords list, data type and PL/pgSQL.
5558
5559 2012-12-14 Dave Abrahams <dave@boostpro.com>
5560
5561 * vc/ediff-util.el (ediff-buffer-type): New function.
5562 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
5563 rather than taking it as as argument.
5564 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
5565
5566 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
5567
5568 * json.el: Add pretty-print option (bug#12634).
5569 (json-encoding-separator, json-encoding-default-indentation)
5570 (json--encoding-current-indentation, json-encoding-pretty-print)
5571 (json-encoding-lisp-style-closings): New vars.
5572 (json--with-indentation): New macro.
5573 (json-encode-hash-table, json-encode-alist, json-encode-plist)
5574 (json-encode-array): Use it to obey json-encoding-pretty-print.
5575 (json-pretty-print-buffer, json-pretty-print): New commands.
5576
5577 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
5578
5579 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5580 Extract `ruby-syntax-propertize-expansions'.
5581 (ruby-syntax-propertize-expansions): Only change syntax on
5582 certain string delimiters, to punctuation. This way the common
5583 functions like forward-word and thing-at-point still work.
5584 (ruby-match-expression-expansion): Improve readability.
5585 (ruby-block-contains-point): New function.
5586 (ruby-add-log-current-method): Handle several edge cases.
5587
5588 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
5589
5590 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
5591 unload-feature finishes even when aborting an ongoing edebug session.
5592 Also, do not worry about edebug-mode, unload-feature takes care of it.
5593
5594 2012-12-13 Andreas Schwab <schwab@suse.de>
5595
5596 * net/tls.el (tls-program): Update customize type.
5597
5598 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
5599
5600 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
5601 (edebug-setup-hook, cl-read-load-hooks): Use it.
5602 (edebug-unload-function): New function. (Bug#13163)
5603
5604 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
5605
5606 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
5607 Otherwise, there could be errors in autoloading. (Bug#13151)
5608
5609 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
5610
5611 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
5612 sequences.
5613
5614 2012-12-13 Alan Mackenzie <acm@muc.de>
5615
5616 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
5617 * progmodes/cc-engine.el (c-backward-comments): Add code to work
5618 around `forward-comment' not recognizing ^M as whitespace.
5619
5620 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
5621
5622 * progmodes/python.el (python-skeleton-class)
5623 (python-skeleton-def): Do not add space after defun name.
5624
5625 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5626
5627 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
5628 (cl--symbol-function): Remove (now that funbound is like nil).
5629
5630 2012-12-12 Glenn Morris <rgm@gnu.org>
5631
5632 * button.el (button--area-button-p): Fix typo.
5633
5634 2012-12-12 Sam Steingold <sds@gnu.org>
5635
5636 * frame.el (frame-maximization-style): New user option.
5637 (toggle-frame-maximized): Toggle frame maximization according to
5638 `frame-maximization-style', bound to <f11>.
5639 (cycle-frame-maximized): Cycle between all maximization styles and
5640 non-maximized frame, bound to shift-<f11>.
5641
5642 2012-12-12 David Cadé <codename68@gmail.com>
5643
5644 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
5645
5646 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
5647
5648 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
5649 (eieio-override-prin1): Don't quote kewords and booleans.
5650 (object-write) <eieio-default-superclass>: Don't put closing parens
5651 on new line, avoid needless empty lines, align values that are objects
5652 with the slot keyword (instead of beginning on the same line).
5653 (eieio-list-prin1): Align value with slot keyword; increase
5654 eieio-print-depth before printing members of the list.
5655
5656 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
5657
5658 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
5659 a display text-property.
5660 (report-emacs-bug-hook): Don't bother deleting it any more.
5661
5662 * hilit-chg.el (highlight-save-buffer-state): Delete.
5663 Use with-silent-modifications instead.
5664 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
5665
5666 * button.el: Handle buttons in display text-properties.
5667 (button--area-button-p, button--area-button-string):
5668 Use (STRING . STRING-POS) representation instead of just STRING.
5669
5670 2012-12-11 Eli Zaretskii <eliz@gnu.org>
5671
5672 * makefile.w32-in (compile4-SH): Fix a typo that caused term
5673 subdirectory be skipped.
5674
5675 2012-12-11 Glenn Morris <rgm@gnu.org>
5676
5677 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
5678
5679 * progmodes/f90.el (f90-line-continued, f90-indent-region):
5680 Treat preprocessor lines embedded in continuations like comments.
5681 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
5682
5683 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
5684
5685 * calc/calc.el (calc-standard-date-formats): Add more date
5686 formats.
5687 * calc/calc-forms.el (math-parse-iso-date): New function.
5688 (math-parse-date): Use `math-parse-iso-date' when appropriate.
5689 (math-parse-iso-date-validate): Add extra error checking.
5690 (calc-date-notation): Add ability to access new date formats.
5691
5692 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5693
5694 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
5695 font-lock as well as when there's no text-property.
5696
5697 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
5698
5699 * hi-lock.el: Refine the choice of default face.
5700 (hi-lock-keyword->face): New function. Use it wherever we used
5701 cadadadr instead.
5702 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
5703 (hi-lock--last-face): Remove var.
5704 (hi-lock--unused-faces): New var to replace it.
5705 (hi-lock-read-face-name): Use/maintain it.
5706 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
5707 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
5708 if it has another face.
5709
5710 2012-12-10 Eli Zaretskii <eliz@gnu.org>
5711
5712 * subr.el (w32notify-handle-event): New function.
5713 (inotify-handle-event): Doc fix.
5714
5715 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5716
5717 * subr.el (inotify-event-p, inotify-handle-event): New functions.
5718
5719 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
5720
5721 * simple.el (just-one-space): Doc fix.
5722
5723 2012-12-10 Eli Zaretskii <eliz@gnu.org>
5724
5725 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
5726
5727 2012-12-10 Le Wang <l26wang@gmail.com>
5728
5729 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
5730 narrowed buffer (bug#12361).
5731
5732 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
5733
5734 * vc/vc-hooks.el (vc-state): Doc fix.
5735
5736 2012-12-10 Glenn Morris <rgm@gnu.org>
5737
5738 * mail/rmail.el (rmail-maybe-display-summary):
5739 Preserve buffer, in case select-window changes it. (Bug#13066)
5740
5741 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5742
5743 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
5744 cl-load-hook where they belong.
5745
5746 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5747
5748 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
5749
5750 2012-12-09 Eli Zaretskii <eliz@gnu.org>
5751
5752 Parallelize byte compilation on MS-Windows.
5753 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
5754 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
5755 (WINS_BASIC): Define as concatenation of the above.
5756 (compile): Subdivide into 4 separate and independent jobs that can
5757 be run in parallel.
5758 (compile0-CMD, compile0-SH): New targets for compiling
5759 COMPILE_FIRST files, which are prerequisites for the rest of the
5760 byte-compilation.
5761 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
5762 New targets for parallel compilation with cmd.exe.
5763 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
5764 compiling under a Unixy shell.
5765
5766 2012-12-09 Chong Yidong <cyd@gnu.org>
5767
5768 * simple.el (set-mark-default-inactive): Delete this
5769 accidentally-introduced option.
5770 (set-mark-command, exchange-point-and-mark): Remove calls.
5771
5772 2012-12-09 Glenn Morris <rgm@gnu.org>
5773
5774 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
5775 Respect a defcustom's :set function, if appropriate. (Bug#109)
5776 (eval-defun): Doc fix.
5777
5778 2012-12-08 Juri Linkov <juri@jurta.org>
5779
5780 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
5781 (Info-fontify-node, Info-bookmark-make-record): Remove the
5782 file extension from Info-current-file (Bug#13016).
5783
5784 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5785
5786 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
5787 point, still provide some default.
5788 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
5789 names, since we don't use it right now. Actually return the list.
5790 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
5791
5792 2012-12-07 Chong Yidong <cyd@gnu.org>
5793
5794 * novice.el (disabled-command-function): Remove a spurious help
5795 xref (Bug#13043). Suggested by Kelly Dean.
5796
5797 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
5798 syntax is specified (Bug#13025).
5799
5800 * info.el (Info-set-mode-line): Remove the file extension from
5801 Info-current-file if there is one (Bug#13016).
5802
5803 2012-12-07 Glenn Morris <rgm@gnu.org>
5804
5805 * mail/rmail.el (rmail-mime-decoded): New permanent local.
5806 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
5807 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
5808 and rmail-mime-decoded. (Bug#9841)
5809
5810 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
5811 (batch-unrmail, unrmail): Doc fixes.
5812 (unrmail): Respect unrmail-mbox-format.
5813 * mail/rmail.el (rmail-mbox-format): New option.
5814 (rmail-show-message-1): Respect rmail-mbox-format.
5815
5816 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5817
5818 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
5819
5820 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5821
5822 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
5823 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
5824 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
5825 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
5826 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
5827 (cl-progv): Don't rely on dynamic scoping to find the body.
5828 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
5829 (cl--proclaims-deferred): Rename from the "cl-" prefix.
5830 (cl-declaim): Use backquotes.
5831 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
5832 Use "cl--" prefix for the object's tag.
5833
5834 * ses.el: Use advice-add/remove.
5835 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
5836 (copy-region-as-kill, yank): Use advice-add.
5837 (ses-unload-function): Use advice-remove.
5838
5839 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
5840
5841 * button.el: Make them work in header-lines (bug#12817).
5842 (button-map): Add bindings for header-line and mode-line use.
5843 (button-get, button-put, button-label): `button' may now be a string.
5844 (button-activate): Don't make it a defsubst.
5845 (button--area-button-p, button--area-button-string): New functions.
5846 (make-text-button): Fix the return value when `beg' was a string.
5847 (push-button): Handle the mode-line case.
5848
5849 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5850
5851 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
5852 (sql-signum): Remove. Use `cl-signum' instead.
5853 (sql-read-passwd): Remove; use read-passwd instread.
5854 (sql-get-login-ext): Use read-string.
5855 (sql-get-login): Use dolist and pcase.
5856 (sql--completion-table): Rename from sql-try-completion.
5857 Use complete-with-action.
5858 (sql-mode): Don't change abbrev-all-caps globally.
5859 (sql-connect): Don't rely on dynamic scoping for `new-name'.
5860 (sql-postgres-completion-object): Initialize vars in their `let'.
5861 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
5862 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
5863 (sql-comint-interbase): Use a single append, without setq.
5864 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
5865
5866 * hi-lock.el: Rework the default face and the serialize regexp code.
5867 (hi-lock--auto-select-face-defaults): Remove.
5868 (hi-lock-string-serialize-serial): Remove.
5869 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
5870 make weak.
5871 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
5872 equal string.
5873 (hi-lock-set-pattern): Adjust accordingly.
5874 (hi-lock--regexps-at-point): Simplify accordingly.
5875 (hi-lock--auto-select-face-defaults): Remove.
5876 (hi-lock--last-face): New var to replace it.
5877 (hi-lock-read-face-name): Rewrite (bug#11095).
5878 (hi-lock-unface-buffer): Arrange for the face to be the next default.
5879
5880 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
5881
5882 * net/tramp.el (tramp-replace-environment-variables):
5883 Hide compiler warning.
5884 (tramp-file-name-for-operation): Remove `executable-find',
5885 `start-process', `call-process' and `call-process-region'.
5886
5887 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
5888
5889 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
5890 compatibility.
5891
5892 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
5893
5894 2012-12-06 Chong Yidong <cyd@gnu.org>
5895
5896 * ffap.el (ffap-replace-file-component): Fix typo.
5897
5898 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5899
5900 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
5901 fix open-paren-like token test (bug#12785).
5902
5903 2012-12-06 Glenn Morris <rgm@gnu.org>
5904
5905 * mail/rmailsum.el (rmail-new-summary): Tweak for
5906 rmail-maybe-display-summary changing buffer. (Bug#13066)
5907
5908 2012-12-06 Juri Linkov <juri@jurta.org>
5909
5910 * info.el (Info-fontify-node): Don't hide the last newline.
5911 (Bug#12272)
5912
5913 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
5914
5915 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
5916 so as to enable message-read-from-minibuffer to expand mail aliases.
5917
5918 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5919
5920 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
5921 the `intangible' property.
5922 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
5923
5924 2012-12-05 Deniz Dogan <deniz@dogan.se>
5925
5926 * net/rcirc.el (rcirc-urls): Update documentation.
5927 (rcirc-condition-filter): New function.
5928 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
5929 and exclude consecutive duplicate URLs (Bug#6082).
5930
5931 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
5932
5933 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
5934 Check return code of copy command.
5935
5936 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
5937 Use group `tramp'. Add version.
5938
5939 2012-12-05 Chong Yidong <cyd@gnu.org>
5940
5941 * ffap.el (ffap-url-regexp): Don't require matching at front of
5942 string (Bug#4952).
5943 (ffap-url-p): If only a substring matches, return that.
5944 (ffap-url-at-point): Use the return value of ffap-url-p.
5945 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
5946 (find-file-at-point, dired-at-point, dired-at-point-prompter)
5947 (ffap-guess-file-name-at-point): Likewise.
5948 (ffap-replace-file-component): Fix typo.
5949
5950 * info.el (info-display-manual): Add existing Info buffers, whose
5951 files may not be in Info-directory-list, to the completion.
5952 (info--manual-names): New helper function.
5953
5954 2012-12-05 Glenn Morris <rgm@gnu.org>
5955
5956 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
5957 New functions, for detecting and resolving conflicts. (Bug#10709)
5958
5959 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
5960
5961 * hi-lock.el (hi-lock-auto-select-face): New user variable.
5962 (hi-lock-auto-select-face-defaults): New buffer local variable.
5963 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
5964 (hi-lock-unface-buffer): Prompt user with useful defaults.
5965 With prefix arg, unhighlight all hi-lock patterns in buffer.
5966
5967 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5968
5969 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
5970
5971 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
5972
5973 * Makefile.in (TRAMP_SRC):
5974 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
5975
5976 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
5977
5978 * net/tramp-adb.el: New package.
5979
5980 2012-12-04 Chong Yidong <cyd@gnu.org>
5981
5982 * terminal.el: Move to obsolete/.
5983
5984 * longlines.el: Move to obsolete/.
5985
5986 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
5987 Remove code referring to longlines mode.
5988
5989 2012-12-03 Juri Linkov <juri@jurta.org>
5990
5991 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
5992
5993 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5994
5995 * textmodes/ispell.el (ispell-init-process)
5996 (ispell-start-process, ispell-internal-change-dictionary):
5997 Make sure personal dictionary name is expanded after initial
5998 `default-directory' value. Use expanded strings for
5999 keep/restart checks and for value (Bug#13019).
6000
6001 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
6002
6003 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
6004
6005 2012-12-03 Leo Liu <sdl.web@gmail.com>
6006
6007 * files.el (dir-locals-read-from-file): Check file non-empty
6008 before reading. (Bug#13038)
6009
6010 2012-12-03 Glenn Morris <rgm@gnu.org>
6011
6012 * jka-cmpr-hook.el (jka-compr-get-compression-info):
6013 Remove any version extension before checking filename. (Bug#13006)
6014 (jka-compr-compression-info-list): Belated :version bump.
6015
6016 2012-12-03 Chong Yidong <cyd@gnu.org>
6017
6018 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
6019
6020 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
6021 (buffer-menu): Doc fix (Bug#12294).
6022
6023 2012-12-03 Roland Winkler <winkler@gnu.org>
6024
6025 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
6026 of diary-show-all-entries in the diary buffer (Bug#12994).
6027
6028 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
6029
6030 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
6031 "<STDIN>". This is binary safe.
6032
6033 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
6034
6035 * calc/calc-forms.el (math-absolute-from-iso-dt)
6036 (math-date-to-iso-dt, math-parse-iso-date-validate)
6037 (math-iso-dt-to-date): New functions.
6038 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
6039 (math-fd-isoweekday): New variables.
6040 (calc-date-notation, math-parse-standard-date, math-format-date)
6041 (math-format-date-part): Add support for more formatting codes.
6042
6043 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
6044
6045 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
6046 current buffer's file name when called interactively (Bug#12488).
6047
6048 2012-12-02 Juri Linkov <juri@jurta.org>
6049
6050 * info.el (info-display-manual): Don't clobber an existing Info
6051 buffer (Bug#10770). Add completion (Bug#10771).
6052
6053 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
6054
6055 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
6056 before using it for comparison (Bug#5297).
6057
6058 2012-12-01 Jari Aalto <jari.aalto@cante.net>
6059
6060 * textmodes/css-mode.el (css-current-defun-name): New function.
6061 (css-mode): Use it.
6062
6063 * textmodes/sgml-mode.el (html-current-defun-name): New function.
6064 (html-mode): Use it.
6065
6066 2012-12-01 Chong Yidong <cyd@gnu.org>
6067
6068 Modularize add-log-current-defun (Bug#2224).
6069 Suggested by Jari Aalto.
6070
6071 * vc/add-log.el (add-log-current-defun-function): Doc fix.
6072 (add-log-current-defun): Move mode-specific code to other files.
6073 (add-log-lisp-like-modes, add-log-c-like-modes)
6074 (add-log-tex-like-modes): Variables deleted.
6075
6076 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
6077 (lisp-mode-variables): Use it.
6078
6079 * progmodes/cc-mode.el (c-common-init):
6080 * progmodes/cperl-mode.el (cperl-mode): Set a value for
6081 add-log-current-defun-function.
6082
6083 * progmodes/m4-mode.el (m4-current-defun-name): New function.
6084 (m4-mode): Use it.
6085
6086 * progmodes/perl-mode.el (perl-current-defun-name): New.
6087 (perl-mode): Use it.
6088
6089 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6090 Use lisp-current-defun-name.
6091
6092 * textmodes/tex-mode.el (tex-current-defun-name): New.
6093 (tex-common-initialization): Use it.
6094
6095 * textmodes/texinfo.el (texinfo-current-defun-name): New.
6096 (texinfo-mode): Use it.
6097
6098 2012-12-01 Chong Yidong <cyd@gnu.org>
6099
6100 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
6101 * progmodes/autoconf.el (autoconf-mode):
6102 * progmodes/js.el (js-mode):
6103 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
6104 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
6105 * progmodes/perl-mode.el (perl-mode):
6106 * progmodes/sh-script.el (sh-mode, sh-set-shell):
6107 * textmodes/css-mode.el (css-mode):
6108 * textmodes/sgml-mode.el (html-mode, sgml-mode)
6109 (sgml-tags-invisible, sgml-guess-indent):
6110 * textmodes/tex-mode.el (tex-common-initialization)
6111 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
6112 (doctex-mode, plain-tex-mode, latex-mode):
6113 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
6114
6115 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
6116
6117 * vc/vc-hg.el (vc-hg-next-revision):
6118 Ensure use of default "tip" output format. (Bug#6968)
6119
6120 2012-12-01 Kim F. Storm <storm@cua.dk>
6121
6122 * startup.el (fancy-startup-tail): Add a clickable link
6123 (Bug#2176).
6124
6125 2012-12-01 Chong Yidong <cyd@gnu.org>
6126
6127 * startup.el (fancy-startup-tail): Improve the message about
6128 auto-save files (Bug#2176).
6129
6130 * files.el (recover-session): Improve the descriptive message, and
6131 use substitute-command-keys.
6132
6133 2012-12-01 Glenn Morris <rgm@gnu.org>
6134
6135 * ido.el (ido-file-internal):
6136 Handle other-window, other-frame for dired. (Bug#13036)
6137
6138 2012-11-30 Glenn Morris <rgm@gnu.org>
6139
6140 * icomplete.el (icomplete-separator): Fix :version.
6141
6142 2012-11-30 Chong Yidong <cyd@gnu.org>
6143
6144 * shell.el (shell): For C-u M-x shell, use an inactive shell
6145 buffer as the default (Bug#1975).
6146 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
6147 (shell-mode): Use them to reapply ansi colorization if Shell mode
6148 is re-enabled.
6149
6150 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
6151
6152 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
6153
6154 2012-11-30 Samuel Bronson <naesten@gmail.com>
6155
6156 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
6157 flag to xargs, for compatibility with BSD xargs (Bug#11703).
6158
6159 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6160
6161 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
6162 by move-to-column (Bug#3234).
6163
6164 2012-11-30 Chong Yidong <cyd@gnu.org>
6165
6166 * longlines.el (longlines-wrap-line, longlines-encode-region):
6167 Preserve text properties (Bug#1425).
6168
6169 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
6170
6171 * vc/vc.el (vc-register): Allow registering a file which is
6172 already registered with a different backend (Bug#10589).
6173
6174 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
6175 Stefan Monnier <monnier@iro.umontreal.ca>
6176
6177 * icomplete.el: Change separator; add ido-style commands.
6178 (icomplete-show-key-bindings): Remove custom var.
6179 (icomplete-get-keys): Remove function.
6180 (icomplete-forward-completions, icomplete-backward-completions):
6181 New commands.
6182 (icomplete-minibuffer-map): New var.
6183 (icomplete-minibuffer-setup): Use it.
6184 (icomplete-exhibit): Don't delay if the list of completions is known.
6185 (icomplete-separator): New custom.
6186 (icomplete-completions): Use it.
6187 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
6188 (minibuffer-force-complete-and-exit): New command.
6189 (minibuffer--complete-and-exit): New function extracted from
6190 minibuffer-complete-and-exit.
6191 (minibuffer-complete-and-exit): Use it.
6192
6193 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
6194 error message when the file doesn't exist (bug#12974).
6195
6196 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
6197
6198 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
6199
6200 2012-11-29 Glenn Morris <rgm@gnu.org>
6201
6202 * files.el (hack-dir-local-variables): Warn if try to set
6203 coding via dir-locals, since it doesn't work. (Bug#7169)
6204
6205 Add desktop support for restoring vc-dir buffers. (Bug#10606)
6206 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
6207 Set buffer-local value of desktop-save-buffer.
6208 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
6209 New functions.
6210 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
6211 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
6212
6213 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
6214 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
6215 Doc fix.
6216 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
6217 Doc fixes.
6218
6219 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
6220
6221 * calc/calc-forms.el (calc-date-notation): Fix regexp
6222 used to find time codes. Fix symbol for seconds.
6223
6224 2012-11-27 Glenn Morris <rgm@gnu.org>
6225
6226 * emacs-lisp/derived.el (derived-mode-make-docstring):
6227 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
6228
6229 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6230
6231 * textmodes/table.el (table-insert): Don't use `symbol-name' on
6232 lexically scoped variables (bug#13005).
6233
6234 2012-11-27 Glenn Morris <rgm@gnu.org>
6235
6236 * vc/vc-hooks.el (vc-mistrust-permissions):
6237 Default to t, to avoid data-loss. (Bug#11490)
6238
6239 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
6240
6241 * progmodes/python.el (python-indent-guess-indent-offset):
6242 If indentation is guessed make python-indent-offset buffer-local.
6243
6244 Fix Imenu regression.
6245 * progmodes/python.el (python-nav-beginning-of-defun):
6246 Fix forward movement when statement(s) separates point from defun.
6247 (python-imenu-prev-index-position): New function.
6248
6249 2012-11-27 Eli Zaretskii <eliz@gnu.org>
6250
6251 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
6252
6253 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6254 Don't set buffer-file-type. Return nil. (Bug#12989)
6255
6256 2012-11-27 Glenn Morris <rgm@gnu.org>
6257
6258 * hippie-exp.el (hippie-expand-try-functions-list):
6259 Re-autoload it. (Bug#12982)
6260
6261 2012-11-27 Eli Zaretskii <eliz@gnu.org>
6262
6263 * descr-text.el (describe-char-padded-string):
6264 Call internal-char-font only on GUI frames. (Bug#11964)
6265
6266 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
6267
6268 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
6269 and obsoletion message.
6270
6271 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6272
6273 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
6274 the constructs to keep outside of the `cl-block' (bug#12977).
6275
6276 2012-11-27 Chong Yidong <cyd@gnu.org>
6277
6278 * mouse.el (mouse-drag-line): Even if the line is not draggable,
6279 keep reading until we get the up-event anyway, in order to process
6280 the up-event for mouse-1-click-follows-link (Bug#12971).
6281
6282 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6283
6284 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
6285 base function is not yet defined (bug#12965).
6286 (ad-activate-advised-definition): Use ad-compile-function.
6287 (ad-activate): Use cond.
6288
6289 2012-11-25 Leo Liu <sdl.web@gmail.com>
6290
6291 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
6292 (Bug#12979)
6293
6294 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
6295
6296 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
6297 reftex-section-info-function in order to be compatible with
6298 Texinfo integration.
6299
6300 * textmodes/reftex.el (reftex-section-pre-regexp)
6301 (reftex-section-post-regexp, reftex-section-info-function):
6302 New variable.
6303 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
6304 reftex-section-post-regexp, and reftex-section-info-function in order
6305 to be compatible with Texinfo integration.
6306
6307 * textmodes/reftex-toc.el (reftex-toc-promote-action):
6308 use reftex-section-pre-regexp variable in order to be compatible with
6309 Texinfo integration.
6310
6311 2012-11-25 Chong Yidong <cyd@gnu.org>
6312
6313 * faces.el: Make face-spec-set more analogous to setq.
6314 (face-spec-set): Change the third arg to specify whether this
6315 function is being called via defface, customize, or a third party.
6316 Set the appropriate symbol properties. Clear the override spec if
6317 setting via Custom. Initialize face if necessary. (Bug#4988)
6318 (face-spec-recalc): Allow theme faces to completely replace the
6319 defface spec, in the same way as custom faces (Bug#8454).
6320
6321 * cus-face.el (custom-declare-face): Move face initialization to
6322 face-spec-set.
6323 (custom-theme-set-faces): Don't initialize the face name here, as
6324 that is now done in face-spec-set.
6325
6326 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
6327 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
6328 Simplify by using the new arg to face-spec-set.
6329
6330 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
6331 reset face-override-spec too, and use custom-declare-face.
6332
6333 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
6334
6335 * term/ns-win.el (ns-initialize-window-system): Move creation of
6336 fontsets here (Bug#11964).
6337
6338 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
6339
6340 * ses.el (ses-rename-cell): Correct bug on mode-line update after
6341 cell renaming.
6342
6343 2012-11-24 Chong Yidong <cyd@gnu.org>
6344
6345 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
6346 obsolete.
6347
6348 * custom.el (custom-theme-set-variables): Use a topological sort
6349 for ordering by custom dependencies (Bug#12952).
6350 (custom--sort-vars, custom--sort-vars-1): New functions.
6351
6352 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6353
6354 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
6355 lexical-binding (bug#12938).
6356
6357 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
6358
6359 * image-mode.el (image-transform-check-size): Use assertions only
6360 for images of type imagemagick.
6361
6362 Otherwise no error, image-transform-fit-to-{width,height} is
6363 silently ignored, as before. Doc fix.
6364
6365 2012-11-24 Chong Yidong <cyd@gnu.org>
6366
6367 * faces.el (color-defined-p): Doc fix (Bug#12853).
6368
6369 2012-11-24 Juri Linkov <juri@jurta.org>
6370
6371 * dired.el (dired-mark): Add optional arg `interactive'.
6372 Check for `use-region-p' if `interactive' is non-nil.
6373 (dired-unmark, dired-flag-file-deletion): Add optional arg
6374 `interactive'. Call `dired-mark' with the arg `interactive'.
6375 (Bug#10624)
6376
6377 * wdired.el: Revert 2012-10-17 change partly and replace it with
6378 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
6379 (wdired-finish-edit): Add marks for new file names to
6380 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
6381 after `revert-buffer'.
6382 (wdired-do-renames): Remove calls to `dired-remove-file',
6383 `dired-add-file', `dired-add-entry'. (Bug#11795)
6384
6385 2012-11-24 Alan Mackenzie <acm@muc.de>
6386
6387 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
6388
6389 Fix bugs in the state cache. Enhance a debugging mechanism.
6390 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
6391 "brace at column zero" strategy for C++.
6392 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
6393 (c-parse-state-point): New variable.
6394 (c-record-parse-state-state): Record old parse state with
6395 `copy-tree'. Record previous value of point.
6396 (c-debug-parse-state-double-cons): New debugging function.
6397 (c-debug-parse-state): Call the above new function.
6398 (c-toggle-parse-state-debug): Output a confirmatory message.
6399
6400 * progmodes/cc-mode.el (c-before-change, c-after-change):
6401 Call c-invalidate-state-cache from `c-before-change' instead of
6402 `c-after-change'.
6403
6404 2012-11-23 Chong Yidong <cyd@gnu.org>
6405
6406 * find-cmd.el (find-constituents): Add executable, ipath,
6407 readable, samefile, writable, daystart, regextype (Bug#12856).
6408
6409 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6410
6411 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
6412
6413 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
6414
6415 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
6416 definition. This fixes a bootstrap failure.
6417 (calc-gregorian-switch): In menu, put dates before regions.
6418 This is easier to follow, lines up better in the menu, and lets us
6419 coalesce regions that switch at the same time. Give country
6420 names, not "Vatican", as that's better for non-expert users.
6421 Use names that are stable between the date of switch and now, e.g.,
6422 Bohemia and Moravia (which existed then and now) and not
6423 Czechoslovakia (which didn't exist then and doesn't exist now).
6424 What is now the U.S. mostly did not switch at the same time as
6425 Britain, so omit the U.S. Correct spelling of "Britain".
6426 Catholic Switzerland was too much of a mess, so omit it.
6427
6428 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
6429
6430 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
6431 after the variable is changed.
6432
6433 2012-11-21 Daniel Colascione <dancol@dancol.org>
6434
6435 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
6436 in SQL declarations for font-lock.
6437 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
6438
6439 2012-11-21 Glenn Morris <rgm@gnu.org>
6440
6441 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
6442 (face-italic-p): Add optional argument "inherit".
6443
6444 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
6445 Remove -p suffix from names, for consistency with other set-face-*.
6446 (set-face-inverse-video): Fix interactive spec.
6447 * play/gamegrid.el (gamegrid-make-mono-tty-face):
6448 * textmodes/table.el (table--update-cell-face):
6449 Use set-face-inverse-video rather than now obsolete alias.
6450
6451 2012-11-21 Eli Zaretskii <eliz@gnu.org>
6452
6453 * simple.el (line-move): Don't call line-move-partial if
6454 scroll-conservatively is in effect. (Bug#12927)
6455
6456 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6457
6458 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
6459 Fallback on completion-at-point rather than
6460 pcomplete-expand-and-complete, and only if pcomplete actually failed.
6461 (eshell-cmpl-initialize): Setup completion-at-point.
6462
6463 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
6464
6465 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
6466
6467 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
6468
6469 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
6470 are remote, check out-of-band property for both.
6471
6472 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6473
6474 * window.el (switch-to-buffer): Re-add the warning that was lost in the
6475 code rewrite.
6476
6477 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
6478
6479 More minor time fixes.
6480 * calendar/time-date.el: Commentary fix.
6481 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
6482 too much other code depends on (0 0) time stamps.
6483 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
6484 Add a couple of FIXME comments.
6485
6486 Minor cleanup for times as lists of four integers.
6487 * files.el (dir-locals-directory-cache):
6488 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
6489 Doc fixes.
6490 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
6491 * ps-bdf.el (bdf-file-newer-than-time):
6492 Process four-integers time stamps, not two. Doc fixes.
6493
6494 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6495
6496 * uniquify.el (uniquify-managed): Use defvar-local.
6497 (rename-buffer, create-file-buffer): Advise with advice-add.
6498 (uniquify-unload-function): Unadvise accordingly.
6499
6500 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
6501 (trace-buffer): Don't purecopy.
6502 (trace-entry-message, trace-exit-message): Add `context' arg.
6503 (trace--timer): New var.
6504 (trace-make-advice): Adjust for use in nadvice.
6505 Add `context' argument. Delay `display-buffer' via a timer.
6506 (trace-function-internal): Use advice-add.
6507 (trace--read-args): New function.
6508 (trace-function-foreground, trace-function-background): Use it.
6509 (trace-function): Rename to trace-function-foreground and redefine as
6510 an alias to that new name.
6511 (untrace-function, untrace-all): Adjust to the use of nadvice.
6512
6513 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
6514
6515 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
6516
6517 * subr.el (called-interactively-p-functions): New var.
6518 (internal--called-interactively-p--get-frame): New macro.
6519 (called-interactively-p, interactive-p): Rewrite in Lisp.
6520 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
6521 (called-interactively-p-functions): Use it.
6522 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
6523 (called-interactively-p-functions): Use it.
6524 * allout.el (allout-called-interactively-p): Don't assume
6525 called-interactively-p is a subr.
6526
6527 2012-11-20 Glenn Morris <rgm@gnu.org>
6528
6529 * profiler.el (profiler-report-mode-map): Add a menu.
6530 No need to bind `q' because we derive from special-mode.
6531 (profiler-report-find-entry): Handle calls from the menu-bar.
6532
6533 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6534
6535 * emacs-lisp/byte-run.el (defun-declarations-alist):
6536 Allow a compiler-macro to be a lambda expression.
6537
6538 * progmodes/python.el: Use cl-lib. Move var declarations outside of
6539 eval-when-compile.
6540 (python-syntax-context): Add compiler-macro.
6541 (python-font-lock-keywords): Simplify with De Morgan.
6542
6543 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
6544
6545 * files.el (load-file): Require match in minibuffer selection, as was
6546 the case in Emacs-20 before we changed the spec to allow .elc files
6547 (bug#12935).
6548
6549 * json.el: Don't require cl since we don't use it.
6550 * color.el: Don't require cl.
6551 (color-complement): `caddr' -> `nth 2'.
6552
6553 * calendar/time-date.el (time-to-seconds): De-obsolete.
6554
6555 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
6556
6557 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
6558 year numbers.
6559 (math-date-to-julian-dt): Adjust the initial approximation for the
6560 year to deal with the new definition of the DATE.
6561
6562 2012-11-19 Daniel Colascione <dancol@dancol.org>
6563
6564 * term/w32-win.el (cygwin-convert-path-from-windows):
6565 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
6566
6567 2012-11-18 Chong Yidong <cyd@gnu.org>
6568
6569 * filecache.el (file-cache--read-list): New function.
6570 (file-cache-add-directory-list, file-cache-add-file-list)
6571 (file-cache-delete-file-list, file-cache-delete-directory-list):
6572 Use it to read a list of files or directories (Bug#12846).
6573 (file-cache-add-file, file-cache-add-directory)
6574 (file-cache-delete-file-list, file-cache-delete-file-regexp)
6575 (file-cache-delete-directory): Print an message.
6576
6577 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
6578
6579 * calc/calc-forms.el (math-date-to-dt): Use integer date when
6580 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
6581
6582 2012-11-18 Glenn Morris <rgm@gnu.org>
6583
6584 * image.el (insert-image, insert-sliced-image): Doc fix.
6585
6586 2012-11-18 Chong Yidong <cyd@gnu.org>
6587
6588 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
6589 (Bug#12810).
6590
6591 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
6592
6593 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
6594 response when the target file is in a subdirectory (Bug#12757).
6595
6596 2012-11-18 Chong Yidong <cyd@gnu.org>
6597
6598 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
6599
6600 2012-11-18 Glenn Morris <rgm@gnu.org>
6601
6602 * emacs-lisp/cl-lib.el (face-underline-p):
6603 Use set-face-underline rather than the alias set-face-underline-p.
6604
6605 * window.el (with-temp-buffer-window): Doc fix.
6606 * subr.el (with-output-to-temp-buffer):
6607 Add doc xref to with-temp-buffer-window.
6608
6609 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
6610
6611 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
6612 * calc/calc.el (math-format-date-cache): Declare.
6613
6614 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
6615
6616 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
6617 It also uses January 1, 1 AD as its day number 1.
6618 * calc/calc-forms.el (math-julian-date-beginning)
6619 (math-julian-date-beginning-int): Implement this.
6620
6621 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
6622
6623 * descr-text.el (quail-find-key):
6624 * dired.el (desktop-file-name):
6625 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
6626 * generic-x.el (comint-mode, comint-exec):
6627 * image-dired.el (widget-forward):
6628 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
6629 (speedbar-change-expand-button-char)
6630 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
6631 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
6632 * printing.el (easy-menu-add-item, easy-menu-remove-item)
6633 (widget-field-action, widget-value-set):
6634 * speedbar.el (imenu--make-index-alist):
6635 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
6636 (ring-length, ring-insert):
6637 * vcursor.el (compare-windows-skip-whitespace):
6638 * woman.el (dired-get-filename):
6639 Declare functions.
6640
6641 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
6642
6643 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
6644
6645 * calc/calc.el (calc-gregorian-switch): New variable.
6646
6647 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
6648 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
6649 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
6650 (math-leap-year-p): Add option to distinguish between Julian
6651 and Gregorian calendars.
6652 (math-day-number): Use `math-day-in-year' to do the computations.
6653 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
6654 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
6655 to do the computations.
6656 (math-date-to-dt): Use `math-date-to-julian-dt' and
6657 `math-date-to-gregorian-dt' to do the computations.
6658 (calcFunc-weekday, math-format-date-part): Use the new version of
6659 the DATE to determine the weekday.
6660 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
6661 when necessary.
6662
6663 2012-11-17 Eli Zaretskii <eliz@gnu.org>
6664
6665 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
6666 Cygwin; otherwise use 'file:'. (Bug#12914)
6667 (cygwin-convert-path-from-windows): Declare, to avoid
6668 byte-compiler warnings.
6669
6670 2012-11-17 Andreas Politz <politza@fh-trier.de>
6671
6672 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
6673 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
6674 prefix and negative numeric prefix args (Bug#12795).
6675
6676 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
6677
6678 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
6679 Don't signal an error with a score that is too low to add to the
6680 list of top scores. (Bug#12779)
6681
6682 2012-11-17 Chong Yidong <cyd@gnu.org>
6683
6684 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
6685
6686 * filecache.el (file-cache-add-file): Handle relative file name in
6687 the argument (Bug#12694).
6688
6689 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
6690
6691 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
6692
6693 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6694
6695 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
6696
6697 * emacs-lisp/cl-lib.el: Set more meaningful version number.
6698
6699 2012-11-16 Martin Rudalics <rudalics@gmx.at>
6700
6701 * window.el (enlarge-window, shrink-window): Don't mention return
6702 value in doc-string (Bug#12896).
6703 (window--display-buffer): Don't resize frames - it won't work
6704 with all window managers and defeat pop-up-frame-alist.
6705 (display-buffer-alist): In doc-string explain that CONDITION can
6706 be a function and which arguments are passed to it (Bug#12854).
6707 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
6708 expressions (Bug#12854).
6709 (display-buffer): Pass ACTION argument to
6710 display-buffer-assq-regexp.
6711
6712 2012-11-16 Glenn Morris <rgm@gnu.org>
6713
6714 * window.el (fit-frame-to-buffer-bottom-margin)
6715 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
6716
6717 * faces.el (face-underline-p): Use face-attribute-specified-or.
6718
6719 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
6720
6721 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
6722
6723 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6724
6725 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
6726
6727 2012-11-16 Glenn Morris <rgm@gnu.org>
6728
6729 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
6730 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
6731
6732 * faces.el (face-underline-p): Doc fix. Handle :underline being
6733 things other than `t' (a string, a list).
6734 (face-inverse-video-p): Doc fix.
6735 (set-face-underline): Rename it back from set-face-underline-p.
6736 Doc fix. Allow interactive input of values other than t.
6737 (read-face-attribute): Apply formatting to :underline,
6738 since like :box and :stipple it can take list values.
6739
6740 * term.el (ansi-term): Don't let C-x escape-char binding
6741 clobber the more standard C-c binding. (Bug#12842)
6742
6743 * subr.el (set-temporary-overlay-map): Doc fix.
6744
6745 2012-11-16 Martin Rudalics <rudalics@gmx.at>
6746
6747 * window.el (record-window-buffer)
6748 (display-buffer-record-window): When copying the markers to
6749 window-point preserve window-point-insertion-type. (Bug#12588)
6750
6751 2012-11-16 Glenn Morris <rgm@gnu.org>
6752
6753 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
6754 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
6755 Use new names for hooks rather than obsolete aliases.
6756
6757 2012-11-15 Daniel Colascione <dancol@dancol.org>
6758
6759 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
6760 prefix instead of "file:" so that when FILE-NAME begins with "//",
6761 as it does when the target file is on a network share, url-handler
6762 isn't confused.
6763
6764 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6765
6766 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
6767 a preactivated advice from an old advice.el; they're not compatible!
6768
6769 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
6770
6771 * emacs-lisp/nadvice.el (advice--make-interactive-form):
6772 Fix string-spec case.
6773
6774 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
6775
6776 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6777
6778 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
6779 (advice--buffer-local-function-sample): New var.
6780 (advice--set-buffer-local, advice--buffer-local): New functions.
6781 (add-function, remove-function): Use them.
6782
6783 2012-11-15 Drew Adams <drew.adams@oracle.com>
6784
6785 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
6786
6787 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6788
6789 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
6790 potential binding of print-gensym to t, and prettify (back)quotes in
6791 case they appear in args's default values (bug#12884).
6792
6793 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6794
6795 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
6796 (advice-eval-interactive-spec): New function.
6797 (advice--make-interactive-form): Support around advice (bug#12844).
6798
6799 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
6800
6801 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
6802 more strict. Add docstring.
6803 (ruby-expression-expansion-re): Extract from
6804 `ruby-match-expression-expansion'.
6805 (ruby-syntax-propertize-function): After everything else, search
6806 for expansions in string literals, mark their insides as
6807 whitespace syntax and save match data for font-lock.
6808 (ruby-font-lock-keywords): Use the 2nd group from expression
6809 expansion matches.
6810 (ruby-match-expression-expansion): Use the match data saved to the
6811 text property in ruby-syntax-propertize-function.
6812
6813 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6814
6815 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
6816 (bug#12879).
6817
6818 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6819
6820 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
6821 start/end keyword a bit harder. Works with different values of N.
6822 Add more comments.
6823 (ruby-end-of-block): Update accordingly.
6824
6825 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6826
6827 * woman.el (woman-file-name): Don't mess with unread-command-events
6828 (bug#12861).
6829
6830 * emacs-lisp/advice.el: Layer on top of nadvice.el.
6831 Remove out of date self-require hack.
6832 (ad-do-advised-functions): Use simple `dolist'.
6833 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
6834 (ad-advice-definition): Redefine as functions.
6835 (ad-advice-classes): Move before first use.
6836 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
6837 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
6838 (ad--defalias-fset): Remove functions.
6839 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
6840 (ad-get-orig-definition): Rewrite.
6841 (ad-make-advised-definition-docstring): Change base docstring.
6842 (ad-real-orig-definition): Rewrite.
6843 (ad-map-arglists): Change name of called function.
6844 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
6845 (ad-make-advised-definition): Simplify.
6846 (ad-assemble-advised-definition): Tweak for new calling context.
6847 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
6848 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
6849 function and call ad-activate if needed.
6850 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
6851 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
6852 (ad-compile-function): Compile ad-Advice-*.
6853 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
6854 (ad-start-advice, ad-stop-advice): Remove.
6855
6856 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6857
6858 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
6859 period before class method names, not after. Remove handling of
6860 one impossible case. Add comments.
6861
6862 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6863
6864 * emacs-lisp/advice.el: Remove support for freezing.
6865 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
6866 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
6867 Remove support for `freeze'.
6868
6869 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
6870 override the default.
6871 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
6872 cl--dotimes/dolist.
6873 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
6874 `cl' is loaded.
6875
6876 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
6877 from add-advice.
6878 (advice--strip-macro): New function.
6879 (advice--defalias-fset): Use them to handle macros.
6880 (advice-add): Use them.
6881 (advice-member-p): Correctly handle macros.
6882
6883 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6884
6885 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6886 Never font-lock the beginning of singleton class as heredoc.
6887
6888 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6889
6890 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
6891
6892 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
6893
6894 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
6895 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
6896 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
6897
6898 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
6899
6900 Fix end-of-defun misbehavior.
6901 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
6902 python-beginning-of-defun-function. Handle nested defuns
6903 correctly.
6904 (python-nav-end-of-defun): Rename from
6905 python-end-of-defun-function. Ensure forward movement.
6906 (python-info-current-defun): Reimplement to work as intended
6907 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
6908 parent defuns as soon as possible.
6909
6910 2012-11-13 Glenn Morris <rgm@gnu.org>
6911
6912 * progmodes/flymake.el (flymake-error-bitmap)
6913 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
6914 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
6915
6916 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6917
6918 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
6919 backward, always stop at indentation. Reverts the change from
6920 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
6921
6922 2012-11-13 Glenn Morris <rgm@gnu.org>
6923
6924 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
6925 Add ibuffer-filter-by-derived-mode.
6926
6927 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
6928 the same name shadowing each other.
6929
6930 * window.el (with-temp-buffer-window): Doc tweak.
6931
6932 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
6933
6934 * help.el (temp-buffer-max-height):
6935 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
6936 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
6937
6938 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6939
6940 * emacs-lisp/nadvice.el: New package.
6941 * subr.el (special-form-p): New function.
6942 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
6943 (elp-all-instrumented-list): Remove var.
6944 (elp-not-profilable): Remove elp-wrapper.
6945 (elp-profilable-p): Use autoloadp and special-form-p.
6946 (elp--advice-name): New const.
6947 (elp-instrument-function): Use advice-add.
6948 (elp--instrumented-p): New predicate.
6949 (elp-restore-function): Use advice-remove.
6950 (elp-restore-all, elp-reset-all): Use mapatoms.
6951 (elp-set-master): Use elp--instrumented-p.
6952 (elp--make-wrapper): Rename from elp-wrapper, return a function
6953 suitable for advice-add. Use cl-inf.
6954 (elp-results): Use mapatoms+elp--instrumented-p.
6955 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
6956 (debug-function-list): Remove var.
6957 (debug): Rename arg, and then let-bind it explicitly inside.
6958 (debugger-setup-buffer): Rename arg.
6959 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
6960 (debugger-frame-number): Adjust to new debug-on-entry setup.
6961 (debug--implement-debug-on-entry): Rename from
6962 implement-debug-on-entry, add argument.
6963 (debugger-special-form-p): Remove, use special-form-p instead.
6964 (debug-on-entry): Use advice-add.
6965 (debug--function-list): New function.
6966 (cancel-debug-on-entry): Use it, along with advice-remove.
6967 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
6968 (debugger-list-functions): Use debug--function-list instead of
6969 debug-function-list.
6970 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
6971 (ad-special-form-p): Remove, use special-form-p instead.
6972 (ad-set-advice-info): Use add-function and remove-function.
6973 (ad--defalias-fset): Adjust accordingly.
6974
6975 2012-11-10 Glenn Morris <rgm@gnu.org>
6976
6977 * mail/emacsbug.el (report-emacs-bug-tracker-url)
6978 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
6979 (report-emacs-bug-create-existing-bugs-buffer)
6980 (report-emacs-bug-parse-query-results)
6981 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
6982
6983 * term.el (term-default-fg-color, term-default-bg-color):
6984 Make obsolete, rather than just saying "deprecated" in the doc.
6985
6986 * term.el (term): Rename from `term-face'.
6987 (term-current-face, ansi-term-color-vector)
6988 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
6989 Update all users.
6990
6991 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
6992
6993 * server.el (server-create-window-system-frame): Handle Nextstep
6994 specially (Bug#12780).
6995
6996 2012-11-10 Glenn Morris <rgm@gnu.org>
6997
6998 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
6999 Unautoload, and make obsolete. (Bug#7449)
7000
7001 2012-11-10 Chong Yidong <cyd@gnu.org>
7002
7003 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
7004 rename from diff-remove-trailing-whitespace (Bug#12831).
7005
7006 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7007
7008 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
7009 miscompilation of trace.el.
7010
7011 2012-11-10 Glenn Morris <rgm@gnu.org>
7012
7013 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
7014
7015 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7016
7017 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
7018 (bug#12812).
7019
7020 2012-11-10 Chong Yidong <cyd@gnu.org>
7021
7022 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
7023 a defcustom with an appropriate :set function.
7024 (minibuffer-default--in-prompt-regexps): New function.
7025
7026 2012-11-10 Glenn Morris <rgm@gnu.org>
7027
7028 * emacs-lisp/cl.el (define-setf-expander, defsetf)
7029 (define-modify-macro): Doc fixes.
7030
7031 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
7032 (gv-define-simple-setter): Update doc of `fix-return'.
7033
7034 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7035
7036 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
7037 twice when `fix-return' is set (bug#12813).
7038
7039 * emacs-lisp/cl.el (defsetf): Pass the third arg to
7040 gv-define-simple-setter (bug#12812).
7041
7042 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
7043 (bug#12756).
7044
7045 2012-11-10 Glenn Morris <rgm@gnu.org>
7046
7047 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
7048
7049 * emacs-lisp/cl-extra.el (cl-prettyexpand):
7050 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
7051 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
7052 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
7053
7054 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
7055
7056 2012-11-10 Leo Liu <sdl.web@gmail.com>
7057
7058 * ido.el (ido-set-matches-1): Improve flex matching performance by
7059 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
7060
7061 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7062
7063 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
7064 (ad--defalias-fset): New function.
7065 (ad-safe-fset): Remove.
7066 (ad-make-freeze-definition): Use cl-letf*.
7067
7068 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7069
7070 * subr.el (dolist): Don't bind VAR in RESULT.
7071
7072 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
7073 (fset, documentation): Don't save real def since we don't advise.
7074 (ad-do-advised-functions): Remove problematic `result-form'.
7075 (ad-safe-fset): `ad-real-fset' => `fset'.
7076 (ad-read-advised-function): Don't assume that ad-do-advised-functions
7077 uses CL's dolist internally.
7078 (ad-arglist): Remove unused arg `name'.
7079 (ad-docstring, ad-make-advised-docstring):
7080 `ad-real-documentation' => `documentation'.
7081 (warning-suppress-types): Declare.
7082 (ad-set-arguments): Simple CSE.
7083 (ad-recover-normality): Sanity check.
7084
7085 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
7086 (funcall '(lambda ..) ..) into ((lambda ..) ..).
7087
7088 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
7089
7090 * ses.el: symbol to coordinate mapping is made by symbol property
7091 `ses-cell'. This means that the same mapping is done for all SES
7092 sheets. That is good enough for cells with standard A1 names, but
7093 not for named cell. So a hash map is added for the latter.
7094 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
7095 (ses-sym-rowcol): Use hashmap for named cell.
7096 (ses-is-cell-sym-p): New defun.
7097 (ses-decode-cell-symbol): New defun.
7098 (ses-create-cell-variable): Add cell to hashmap when name is not
7099 A1-like.
7100 (ses-rename-cell): Check that cell new name is not already in
7101 spreadsheet with the use of ses-is-cell-sym-p
7102 (ses-rename-cell): Use hash map for named cells, but accept also
7103 renaming back to A1-like.
7104
7105 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7106
7107 * emacs-lisp/advice.el: Use new dynamic docstrings.
7108 (ad-make-advised-definition-docstring, ad-advised-definition-p):
7109 Use dynamic-docstring-function instead of ad-advice-info.
7110 (ad--make-advised-docstring): New function extracted from
7111 ad-make-advised-docstring.
7112 (ad-make-advised-docstring): Use it.
7113 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
7114 from sql-help.
7115 (sql-help): Use it with dynamic-docstring-function.
7116
7117 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
7118
7119 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7120
7121 * files.el (hack-one-local-variable--obsolete): New function.
7122 (hack-one-local-variable): Use it for obsolete settings.
7123
7124 * subr.el (locate-user-emacs-file): If both old and new name exist, use
7125 the new name.
7126
7127 * progmodes/js.el (js--filling-paragraph): New var.
7128 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
7129 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
7130 less sneaky.
7131
7132 2012-11-08 Julien Danjou <julien@danjou.info>
7133
7134 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
7135 `auto-mode-alist' (Bug#12835).
7136
7137 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7138
7139 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
7140 (perl--prettify-symbols-alist): New const.
7141 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
7142 New functions.
7143 (perl-font-lock-keywords-2): Use them.
7144 (perl-electric-noindent-p): New function.
7145 (perl-mode): Use it to set up electric-indent-mode.
7146 (perl-electric-terminator, perl-indent-command): Mark obsolete.
7147 (perl-mode-map): Remove bindings for them.
7148 (perl-imenu-generic-expression, perl-outline-level):
7149 Match functions&packages in column>0.
7150
7151 * env.el (env--substitute-vars-regexp): New const.
7152 (substitute-env-vars): Use it. Add `only-defined' arg.
7153 * net/tramp.el (tramp-replace-environment-variables): Use it.
7154
7155 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
7156 Byte-compile *before* eval in eval-and-compile.
7157 (byte-compile-log-warning): Remove redundant inhibit-read-only.
7158 (byte-compile-file-form-autoload): Don't hide actual definition.
7159 (byte-compile-maybe-guarded): Accept `functionp' as well.
7160
7161 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
7162
7163 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
7164
7165 * notifications.el (notifications-get-server-information-method):
7166 New defconst.
7167 (notifications-get-capabilities): Fix docstring.
7168 (notifications-get-server-information): New defun.
7169
7170 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7171
7172 * textmodes/ispell.el (ispell-region): Standard re-indent for better
7173 readability.
7174
7175 * textmodes/ispell.el: Experimental support for support debugging.
7176 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
7177 buffer for ispell.
7178 (ispell-print-if-debug): New function to print stuff to
7179 `ispell-debug-buffer' if debugging is enabled.
7180 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
7181 show some debugging info.
7182 (ispell-buffer-with-debug): New function that creates a debugging
7183 buffer and calls `ispell-buffer' with debugging enabled.
7184
7185 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
7186 comment in autoconf mode. (Bug#12768)
7187
7188 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
7189
7190 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
7191 frame-first-window, frame-root-window, frame-selected-window,
7192 minibuffer-selected-window, minibuffer-window,
7193 window-absolute-pixel-edges, window-at, window-body-height,
7194 window-body-width, window-display-table, window-combination-limit,
7195 window-frame, window-fringes, window-inside-absolute-pixel-edges,
7196 window-inside-edges, window-inside-pixel-edges, window-left-child,
7197 window-left-column, window-margins, window-next-buffers,
7198 window-next-sibling, window-new-normal, window-new-total,
7199 window-normal-size, window-parameter, window-parameters, window-parent,
7200 window-pixel-edges, window-point, window-prev-buffers,
7201 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
7202 window-start, window-text-height, window-top-child, window-top-line,
7203 window-total-height, window-total-width and window-use-time to the list
7204 of functions without side-effects.
7205 (toplevel): Add window-valid-p to the list of error-free functions
7206 without side-effects.
7207
7208 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7209
7210 * textmodes/ispell.el (ispell-program-name):
7211 Update spellchecker parameters when customized.
7212
7213 2012-11-04 Glenn Morris <rgm@gnu.org>
7214
7215 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
7216
7217 2012-11-04 Chong Yidong <cyd@gnu.org>
7218
7219 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
7220 same-window-* variables.
7221
7222 2012-11-04 Juri Linkov <juri@jurta.org>
7223
7224 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
7225 (isearch-describe-key, isearch-describe-mode): Use a display
7226 action instead of binding same-window-* variables (Bug#10040).
7227
7228 2012-11-03 Glenn Morris <rgm@gnu.org>
7229
7230 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
7231 Rename handler properties back from cl-- to cl-. (Bug#12788)
7232
7233 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
7234
7235 2012-11-03 Eli Zaretskii <eliz@gnu.org>
7236
7237 * term/pc-win.el: Don't load term/internal from here.
7238
7239 * loadup.el: Load term/internal from here.
7240
7241 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
7242
7243 * progmodes/python.el (inferior-python-mode): Fix hang in
7244 jit-lock (Bug#12645).
7245
7246 2012-11-03 Martin Rudalics <rudalics@gmx.at>
7247
7248 * window.el (switch-to-visible-buffer)
7249 (switch-to-buffer-preserve-window-point): Fix doc-strings.
7250
7251 2012-11-03 Glenn Morris <rgm@gnu.org>
7252
7253 * emacs-lisp/cl-lib.el (cl--random-time):
7254 Rename from cl-random-time. (Bug#12773)
7255 (cl--gensym-counter, cl--random-state): Update callers.
7256 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
7257
7258 2012-11-03 Chong Yidong <cyd@gnu.org>
7259
7260 * cus-start.el: Make cursor-type customizable (Bug#11633).
7261
7262 2012-11-02 Glenn Morris <rgm@gnu.org>
7263
7264 * filecache.el: No need to load find-lisp when compiling.
7265 (find-lisp-find-files): Autoload it.
7266 (file-cache-add-directory-recursively): Don't require find-lisp.
7267
7268 * image.el (image-type-from-file-name): Trivial simplification.
7269
7270 * emacs-lisp/bytecomp.el (byte-compile-eval):
7271 Decouple "noruntime" and "cl-functions" warnings.
7272
7273 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
7274
7275 * play/gomoku.el (gomoku-display-statistics): Update mode line
7276 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
7277
7278 2012-10-31 Martin Rudalics <rudalics@gmx.at>
7279
7280 * window.el (quit-restore-window): If the window has been
7281 created on an existing frame and ended up as the sole window on
7282 that frame, do not delete it (Bug#12764).
7283
7284 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
7285
7286 * progmodes/sh-script.el (sh--inside-noncommand-expression):
7287 Rename from sh--inside-arithmetic-expression, handle more cases
7288 (bug#11263).
7289
7290 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
7291 (sh-font-lock-open-heredoc): Use it (bug#12770).
7292
7293 2012-10-30 Glenn Morris <rgm@gnu.org>
7294
7295 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
7296
7297 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
7298
7299 2012-10-29 Chong Yidong <cyd@gnu.org>
7300
7301 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
7302 function key is stored in a keyboard macro (Bug#4894).
7303
7304 * thingatpt.el (number-at-point): Apply a thing-at-point property.
7305
7306 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7307
7308 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
7309 header comments".
7310 (diff-unified->context, diff-context->unified)
7311 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
7312
7313 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
7314
7315 * files.el (find-alternate-file): Only ask one question (bug#12487).
7316
7317 2012-10-29 Chong Yidong <cyd@gnu.org>
7318
7319 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
7320 Suggested by Dan Nicolaescu (Bug#6326).
7321
7322 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
7323
7324 * startup.el (fancy-about-screen): Don't message (Bug#12680).
7325
7326 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
7327
7328 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
7329
7330 * face-remap.el (face-remap-add-relative): Handle the case where a
7331 face-remapping-alist entry is a cons cell (Bug#12762).
7332
7333 2012-10-29 Kevin Ryde <user42@zip.com.au>
7334
7335 * woman.el (woman-parse-numeric-value): Handle picas correctly
7336 (Bug#12639).
7337
7338 2012-10-29 Glenn Morris <rgm@gnu.org>
7339
7340 * emacs-lisp/cl.el (defsetf): Doc fix.
7341
7342 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7343
7344 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
7345 syntax to the matching opener, if any (bug#12547).
7346 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
7347 matching open as a "case-(".
7348 (sh-smie-rc-grammar): Add a corresponding rule for it.
7349
7350 2012-10-28 Daniel Hackney <dan@haxney.org>
7351
7352 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
7353 "PKGNAME-autoloads.el" in case we created it.
7354
7355 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7356
7357 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
7358 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
7359 (completion--twq-all): Disable too-strict assertions.
7360
7361 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
7362
7363 2012-10-27 Eli Zaretskii <eliz@gnu.org>
7364
7365 * profiler.el (profiler-report-make-entry-part): Fix help-echo
7366 text to match the real keybindings.
7367
7368 2012-10-27 Juri Linkov <juri@jurta.org>
7369
7370 * wdired.el (wdired-keep-marker-rename): New defcustom.
7371 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
7372 (Bug#11795)
7373
7374 * dired.el (dired-keep-marker-rename): Add reference to
7375 `wdired-keep-marker-rename' in the docstring.
7376 Add default character value ?R to display initially in
7377 Customization UI instead of ?@.
7378
7379 2012-10-27 Martin Rudalics <rudalics@gmx.at>
7380
7381 * window.el (display-buffer): In doc-string describe
7382 window-height and window-width alist entries.
7383
7384 * time.el (display-time-world): Restore fit-window-to-buffer
7385 behavior.
7386
7387 2012-10-27 Chong Yidong <cyd@gnu.org>
7388
7389 * subr.el (insert-buffer-substring-as-yank): Doc fix.
7390
7391 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
7392
7393 * minibuffer.el (completion-category-overrides): New completion
7394 category `bookmark' (bug#11131).
7395
7396 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7397
7398 * emacs-lisp/advice.el (ad-assemble-advised-definition):
7399 Silence bogus compiler warnings for ad-do-it.
7400
7401 * bookmark.el (bookmark-completing-read): Set the completion category
7402 to `bookmark' (bug#11131).
7403
7404 2012-10-26 Bastien <bzg@altern.org>
7405 Stefan Monnier <monnier@iro.umontreal.ca>
7406
7407 * face-remap.el: Use lexical-binding.
7408 (text-scale-adjust): Improve docstring. Use itself for the temporary
7409 overlay-map bindings, so as to repeat the "Use..." message each time.
7410
7411 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7412
7413 * emacs-lisp/macroexp.el (macroexp--expand-all):
7414 Obey byte-compile-warning-enabled-p (bug#12486).
7415
7416 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
7417 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
7418
7419 2012-10-26 Martin Rudalics <rudalics@gmx.at>
7420
7421 * mouse.el (mouse-drag-line): Move last form into preceding when
7422 clause (Bug#12731).
7423
7424 * help.el (resize-temp-buffer-window): Fix doc-string.
7425
7426 2012-10-25 David Engster <deng@randomsample.de>
7427
7428 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
7429 Remove. This feature is already integrated in imenu.
7430
7431 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
7432 always loaded. Require `speedbar' unconditionally.
7433
7434 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7435
7436 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
7437
7438 * minibuffer.el (minibuffer-force-complete): Fix thinko.
7439
7440 * net/ldap.el (ldap-search-internal): The official ldif format starts
7441 with a "version: 1" header (bug#12724).
7442
7443 * emacs-lisp/package.el (package-installed-p): Warn if not ready
7444 (bug#12721).
7445
7446 2012-10-25 Glenn Morris <rgm@gnu.org>
7447
7448 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
7449
7450 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7451
7452 * minibuffer.el (minibuffer-force-complete): Use one more marker
7453 for the temporary-overlay-map command (bug#12619).
7454
7455 2012-10-24 Chong Yidong <cyd@gnu.org>
7456
7457 * time.el (display-time-world-mode): Derive from special-mode.
7458 (display-time-world): Use display-buffer (Bug#12708).
7459 (display-time-world-mode-map): Variable deleted.
7460 (display-time-world-display): Wrap the final delete-char inside
7461 inhibit-read-only.
7462
7463 2012-10-24 Chong Yidong <cyd@gnu.org>
7464
7465 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
7466 Doc fix.
7467
7468 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
7469
7470 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7471
7472 * minibuffer.el (completion--all-sorted-completions-location): New var.
7473 (completion--cache-all-sorted-completions)
7474 (completion--flush-all-sorted-completions): Use it.
7475 (completion-in-region, completion-in-region--postch)
7476 (completion-at-point, completion-help-at-point): Use markers in
7477 completion-in-region--data (bug#12619).
7478
7479 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7480
7481 * progmodes/compile.el (compilation-start): Try to handle common
7482 quoting of `cd' argument (bug#12640).
7483
7484 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
7485 (bug#12671).
7486
7487 2012-10-23 Glenn Morris <rgm@gnu.org>
7488
7489 * progmodes/gud.el (gud-menu-map):
7490 Check gdb-active-process is bound. (Bug#12358)
7491
7492 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7493
7494 * repeat.el (repeat): Set real-this-command (bug#12232).
7495
7496 * htmlfontify.el (hfy-post-html-hook):
7497 * filesets.el (filesets-cache-fill-content-hook):
7498 * arc-mode.el (archive-extract-hook):
7499 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
7500 * net/rcirc.el (rcirc-sentinel-functions)
7501 (rcirc-receive-message-functions, rcirc-activity-functions)
7502 (rcirc-print-functions):
7503 * net/dbus.el (dbus-event-error-functions):
7504 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
7505 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
7506 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
7507 * term/sun.el (sun-raw-prefix-hooks):
7508 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
7509
7510 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
7511
7512 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7513 Set `tramp-chunksize' to 1. This improves the performance.
7514 (tramp-smb-wait-for-output): Add timeout to
7515 `tramp-accept-process-output' calls.
7516
7517 2012-10-23 Chong Yidong <cyd@gnu.org>
7518
7519 * faces.el (font-list-limit): Define as an obsolete variable.
7520
7521 * startup.el (command-line):
7522 * cus-start.el: Don't refer to font-list-limit.
7523
7524 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
7525
7526 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7527
7528 * subr.el (internal-temp-output-buffer-show): Rename from
7529 temp-output-buffer-show, since previously compiled files expect this name.
7530
7531 2012-10-23 Glenn Morris <rgm@gnu.org>
7532
7533 * image.el (image-type-from-file-name): If multiple types match,
7534 return the first one that is supported. (Bug#9045)
7535
7536 2012-10-22 Glenn Morris <rgm@gnu.org>
7537
7538 * image.el (imagemagick-enabled-types): Doc fix.
7539
7540 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
7541
7542 * progmodes/which-func.el (which-func-current): The hash-table may have
7543 an explicit nil (bug#12338).
7544
7545 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7546
7547 * electric.el (electric-pair-delete-selection-self-insert-function):
7548 Rename to electric-pair-will-use-region, return a boolean.
7549 (electric-pair-mode): Adjust accordingly. Don't require delsel.
7550
7551 * delsel.el (delete-selection-helper): Use a function instead of a hook.
7552 (delete-selection-pre-hook): Use use-region-p.
7553 (delete-selection-self-insert-function): Remove.
7554 (self-insert-command): Obey self-insert-uses-region-functions.
7555 (self-insert-iso): Revert to previous setting, since we don't actually
7556 know what that command does.
7557 (delete-selection-self-insert-hooks): Remove.
7558
7559 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
7560
7561 * delsel.el (delete-selection-helper): New function, extracted from
7562 delete-selection-pre-hook.
7563 (delete-selection-pre-hook): Use it.
7564 (delete-selection-self-insert-function): New function.
7565 (delete-selection-self-insert-hooks): New hook.
7566 (self-insert-command, self-insert-iso): Use it.
7567 * electric.el (electric-pair-syntax): New function, extracted from
7568 electric-pair-post-self-insert-function.
7569 (electric-pair-post-self-insert-function): Use it.
7570 (electric-pair-delete-selection-self-insert-function): New function.
7571 (electric-pair-mode): Require delsel and setup
7572 delete-selection-self-insert-hooks (bug#11520).
7573
7574 2012-10-20 Chong Yidong <cyd@gnu.org>
7575
7576 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
7577 no changes to show (Bug#12586).
7578
7579 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
7580 list explicitly (Bug#12571).
7581
7582 2012-10-20 Arne Jørgensen <arne@arnested.dk>
7583
7584 * progmodes/flymake.el (flymake-create-temp-inplace):
7585 Use file-truename.
7586
7587 2012-10-20 Eli Zaretskii <eliz@gnu.org>
7588
7589 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
7590
7591 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
7592
7593 * calc/calc-units.el (math-extract-units): Properly extract powers
7594 of units.
7595
7596 2012-10-20 Daniel Colascione <dancol@dancol.org>
7597
7598 * frame.el (make-frame): Set x-display-name as we used to in order
7599 to unbreak creating an X11 frame from an Emacs daemon started
7600 without a display.
7601
7602 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7603
7604 * minibuffer.el (minibuffer-force-complete): Make the next completion use
7605 the same completion-field (bug#12221).
7606
7607 2012-10-19 Martin Rudalics <rudalics@gmx.at>
7608
7609 * emacs-lisp/debug.el (debug): Record height of debugger window
7610 also when debugger will be back (Bug#8789).
7611
7612 2012-10-18 Chong Yidong <cyd@gnu.org>
7613
7614 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
7615 Convert to defcustom.
7616 (gdb-get-source-file): Don't bind pop-up-windows.
7617
7618 * progmodes/gud.el (gud-display-line): Don't specially re-use
7619 other frames for the gdb-mi case (Bug#12648).
7620
7621 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7622
7623 * emacs-lisp/advice.el: Clean up commentary a bit.
7624 (ad-do-advised-functions, ad-with-originals): Use `declare'.
7625 (byte-code-function-p): Never redefine.
7626
7627 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
7628
7629 2012-10-18 Glenn Morris <rgm@gnu.org>
7630
7631 * dired.el (dired-sort-toggle): Some ls implementations only allow
7632 a single option string. (Bug#12666)
7633
7634 * minibuffer.el (completion-cycle-threshold): Doc fix.
7635
7636 2012-10-17 Kenichi Handa <handa@gnu.org>
7637
7638 * international/mule.el (set-keyboard-coding-system):
7639 Recover input meta mode when the new coding system doesn not use 8-bit.
7640 Supply TERMINAL arg to set-input-meta-mode.
7641
7642 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
7643
7644 * wdired.el (wdired-old-marks): New variable.
7645 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
7646 (wdired-do-renames): Move point with renamed file and don't lose
7647 mark status (Bug#11795).
7648
7649 2012-10-16 Juri Linkov <juri@jurta.org>
7650
7651 * replace.el (query-replace-help): Mention multi-buffer replacement
7652 keys in the Help message. (Bug#12655)
7653
7654 2012-10-15 Chong Yidong <cyd@gnu.org>
7655
7656 * emacs-lisp/byte-run.el (defsubst): Doc fix.
7657
7658 2012-10-14 Eli Zaretskii <eliz@gnu.org>
7659
7660 * window.el (display-buffer): Doc fix.
7661
7662 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7663 Adjust the msft regexp to the output of Studio 2010, and move msft
7664 before edg-1. See the discussion on emacs-devel,
7665 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
7666 for the details.
7667
7668 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7669
7670 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
7671 (oset): Move uses of object-class-fast macro after its definition.
7672
7673 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
7674
7675 2012-10-13 Chong Yidong <cyd@gnu.org>
7676
7677 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
7678 enabled, re-enable it (Bug#11963).
7679
7680 2012-10-13 Martin Rudalics <rudalics@gmx.at>
7681
7682 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
7683 non-nil, restore window configuration (Bug#12623).
7684
7685 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7686
7687 * help-fns.el (describe-variable, describe-function-1):
7688 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
7689
7690 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
7691
7692 2012-10-12 Glenn Morris <rgm@gnu.org>
7693
7694 * mail/rmailsum.el (rmail-header-summary):
7695 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
7696
7697 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
7698
7699 * progmodes/python.el (python-mode-map):
7700 Replace subtitute-key-definition with proper command remapping.
7701 (python-nav--up-list): Fix behavior for blocks on the same level.
7702
7703 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7704
7705 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
7706
7707 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
7708 changes to the format of load-history.
7709
7710 * international/mule-cmds.el (read-char-by-name): Move let-binding of
7711 completion-ignore-case in case that var is buffer-local (bug#12615).
7712
7713 2012-10-11 Kenichi Handa <handa@gnu.org>
7714
7715 * international/eucjp-ms.el: Re-generated.
7716
7717 2012-10-10 Kenichi Handa <handa@gnu.org>
7718
7719 * select.el (xselect--encode-string): If a coding is specified for
7720 selection, and that is compatible with COMPOUND_TEXT, use it.
7721
7722 2012-10-10 Martin Rudalics <rudalics@gmx.at>
7723
7724 * window.el (switch-to-buffer-preserve-window-point): New option.
7725 (switch-to-buffer):
7726 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
7727
7728 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7729
7730 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
7731 Don't document nil as a useful value (bug#12583).
7732
7733 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
7734
7735 * net/tramp.el (tramp-debug-message):
7736 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
7737 (with-tramp-progress-reporter): Rename from
7738 `tramp-with-progress-reporter'.
7739 (with-tramp-file-property, with-tramp-connection-property):
7740 Move from tramp-cache.el, rename from `with-file-property' and
7741 `with-connection-property', respectively.
7742
7743 * net/tramp-cache.el: Remove `with-file-property' and
7744 `with-connection-property'.
7745
7746 * net/tramp.el:
7747 * net/tramp-gvfs.el:
7748 * net/tramp-sh.el:
7749 * net/tramp-smb.el: Adapt callees.
7750
7751 * net/trampver.el: Update release number.
7752
7753 2012-10-09 Glenn Morris <rgm@gnu.org>
7754
7755 * w32-fns.el (set-message-beep):
7756 * term/w32-win.el (set-message-beep): Update declarations.
7757
7758 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7759
7760 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
7761 (mode-line-widen, mode-line-input-method-map)
7762 (mode-line-coding-system-map, mode-line-remote)
7763 (mode-line-unbury-buffer, mode-line-bury-buffer)
7764 (mode-line-next-buffer, mode-line-previous-buffer):
7765 Replace save-selected-window+select-window => with-selected-window.
7766
7767 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
7768 * progmodes/cc-vars.el (bq-process): Remove, unused.
7769
7770 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
7771
7772 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
7773
7774 Implemented `backward-up-list'-like navigation.
7775 * progmodes/python.el (python-nav-up-list)
7776 (python-nav-backward-up-list): New functions.
7777 (python-mode-map): Define substitute key for backward-up-list to
7778 python-nav-backward-up-list.
7779
7780 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
7781
7782 * progmodes/python.el (python-fill-paragraph): Rename from
7783 python-fill-paragraph-function. Fixed fill-paragraph for
7784 decorators (Bug#12605).
7785
7786 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
7787
7788 * progmodes/python.el (python-shell-output-filter): Handle extra
7789 carriage return in OSX (Bug#12409).
7790
7791 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
7792
7793 Fix shell handling of unbalanced quotes and parens in output.
7794 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
7795 (python-syntax-propertize-function): Use it.
7796 (python-shell-output-syntax-table): New var.
7797 (inferior-python-mode): Prevent unbalanced parens/quotes from
7798 previous output mess with current input context.
7799
7800 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
7801
7802 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
7803 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
7804
7805 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
7806
7807 * ffap.el (ffap-replace-file-component): Support Tramp file name
7808 syntax, not only ange-ftp's one.
7809
7810 2012-10-08 Glenn Morris <rgm@gnu.org>
7811
7812 * cus-start.el (message-log-max): Set :version.
7813
7814 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
7815
7816 2012-10-08 Martin Rudalics <rudalics@gmx.at>
7817
7818 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
7819 the minibuffer window (Bug#10851).
7820
7821 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
7822
7823 Enhancements on forward-sexp movement.
7824 * progmodes/python.el (python-nav-beginning-of-statement)
7825 (python-nav-end-of-statement): Return point-marker.
7826 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
7827 (python-info-current-symbol)
7828 (python-info-statement-starts-block-p): Rename from
7829 python-info-beginning-of-block-p.
7830 (python-info-statement-ends-block-p): Rename from
7831 python-info-end-of-block-p.
7832 (python-info-beginning-of-statement-p)
7833 (python-info-end-of-statement-p)
7834 (python-info-beginning-of-block-p, python-info-end-of-block-p):
7835 New functions.
7836
7837 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7838
7839 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
7840 frame-selected-windows.
7841
7842 2012-10-08 Daniel Colascione <dancol@dancol.org>
7843
7844 * battery.el (battery-status-function): Check for
7845 w32-battery-status itself, not system-time windows-nt.
7846
7847 * frame.el: Require cl-lib.
7848 (display-format-alist): New variable mapping frame types to
7849 functions that initialize them.
7850 (window-system-for-display): New function: interprets
7851 display-format-alist.
7852 (make-frame-on-display): Remove existing display-selection logic
7853 and just forward to make-frame, which will now DTRT.
7854 (make-frame): Restructure to use window-system-for-display to
7855 figure out how to create a frame on a given display.
7856 (display-mouse-p): Look for frame-type w32, not a particular
7857 system-type.
7858
7859 * loadup.el: Load w32 lisp code when we have the w32 feature.
7860
7861 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
7862 system-type windows-nt.
7863
7864 * server.el (server-create-window-system-frame): Look for window
7865 type.
7866 (server-proces-filter): Only force a window system when windows-nt
7867 _and_ w32. Explain why.
7868
7869 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
7870 of window systems we configure for the mode.
7871
7872 * startup.el (command-line): Mark window system is initialized
7873 after we've done it.
7874
7875 * common-win.el (x-select-text): Look for w32, not windows-nt.
7876
7877 * ns-win.el: Require cl-lib. Add ourselves to
7878 display-format-alist.
7879 (ns-initialize-window-system): Assert we're not initialized twice.
7880
7881 * w32-win.el: Enable lexical binding; require cl-lib; add
7882 ourselves to display-format-alist.
7883 (w32-handle-dropped-file): Convert incoming dropped files from
7884 Windows paths to Cygwin ones before passing them on to the rest of
7885 Emacs.
7886 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
7887 (w32-initialize-window-system): Assert we're not initialized twice.
7888
7889 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
7890 (x-initialize-window-system): Assert we're not initialized twice.
7891
7892 * w32-common-fns.el: New File.
7893 (w32-version, w32-using-nt, w32-get-clipboard-data)
7894 (w32-set-clipboard-data, x-set-selection, x-get-selection)
7895 (w32-charset-info-alist, x-last-selected, text)
7896 (x-get-selection-value, x-selection-value): Move here.
7897
7898 * w32-fns.el: Require w32-common-fns.
7899 (w32-version, w32-using-nt, w32-get-clipboard-data)
7900 (w32-set-clipboard-data, x-set-selection, x-get-selection)
7901 (w32-charset-info-alist, x-last-selected, text)
7902 (x-get-selection-value, x-selection-value): Move to
7903 w32-common-fns.
7904
7905 * w32-vars.el:
7906 (w32-allow-system-shell, w32-system-shells): Define only in
7907 non-cygwin case.
7908
7909 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7910
7911 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
7912 (read-passwd): Remove a few more potential sources of leaks.
7913
7914 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
7915
7916 * progmodes/python.el (inferior-python-mode)
7917 (python-shell-make-comint): Fix initialization of local
7918 variables copied from parent buffer.
7919
7920 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
7921
7922 * term/ns-win.el (ns-read-file-name): Update declaration to match
7923 nsfns.m.
7924 (ns-respond-to-change-font): Change fontsize separately so we are sure
7925 it is set when font is acted upon.
7926
7927 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
7928
7929 Enhancements to indentation.
7930 * progmodes/python.el (python-indent-context): Give priority to
7931 inside-string context. Make comments indentation markers.
7932 (python-indent-region): Do not mess with strings, unless it's the
7933 enclosing set of quotes.
7934
7935 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7936
7937 * window.el (internal--before-save-selected-window)
7938 (internal--after-save-selected-window): New functions extracted from
7939 save-selected-window. Make sure we return the `alist' we construct.
7940 (save-selected-window): Use them.
7941
7942 * textmodes/tex-mode.el (tex-recenter-output-buffer):
7943 Use with-selected-window.
7944
7945 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
7946 forms that define macros (bug#12593).
7947
7948 2012-10-07 Kenichi Handa <handa@gnu.org>
7949
7950 * international/mule-conf.el (compound-text-with-extensions):
7951 Add :mime-charset property as x-ctext.
7952
7953 2012-10-07 Stefan Merten <smerten@oekonux.de>
7954
7955 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
7956 (rst-indent-literal-normal, rst-indent-literal-minimized)
7957 (rst-indent-comment): Correct :version tag.
7958 (rst-official-cvs-rev): Correct version string.
7959
7960 2012-10-07 Glenn Morris <rgm@gnu.org>
7961
7962 * mail/rmailmm.el (rmail-mime-process-multipart):
7963 Do not confuse a multipart message with an epilogue
7964 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
7965
7966 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
7967
7968 Fix shell output retrieval and comint-prompt-regexp init.
7969 * progmodes/python.el (inferior-python-mode):
7970 (python-shell-make-comint): Fix initialization of
7971 comint-prompt-regexp from copied file local variables.
7972 (python-shell-fetched-lines): Remove var.
7973 (python-shell-output-filter-in-progress): Rename from
7974 python-shell-fetch-lines-in-progress.
7975 (python-shell-output-filter-buffer): Rename from
7976 python-shell-fetch-lines-string.
7977 (python-shell-fetch-lines-filter): Delete function.
7978 (python-shell-output-filter): New function.
7979 (python-shell-send-string-no-output): Use them.
7980
7981 2012-10-07 Glenn Morris <rgm@gnu.org>
7982
7983 * hi-lock.el (hi-lock-process-phrase):
7984 Try to make it less fragile. (Bug#7161)
7985
7986 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
7987
7988 2012-10-06 Glenn Morris <rgm@gnu.org>
7989
7990 * ehelp.el (electric-help-mode): Use help-mode rather than
7991 non-existent mode `help'.
7992 (electric-help-map): Use button-buffer-map. (Bug#10917)
7993
7994 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
7995 (reftex-create-bibtex-footer): Fix custom types.
7996
7997 * progmodes/sh-script.el (sh-indent-after-continuation):
7998 Add explicit :group.
7999
8000 * textmodes/rst.el (rst-preferred-decorations)
8001 (rst-shift-basic-offset): Clarify obsolescence versions.
8002
8003 * profiler.el (profiler): Add missing group :version tag.
8004 * avoid.el (mouse-avoidance-banish-position):
8005 * proced.el (proced-renice-command):
8006 * calc/calc.el (calc-ensure-consistent-units):
8007 * calendar/icalendar.el (icalendar-import-format-uid):
8008 * net/tramp.el (tramp-save-ad-hoc-proxies):
8009 * progmodes/bug-reference.el (bug-reference-bug-regexp):
8010 * progmodes/flymake.el (flymake-error-bitmap)
8011 (flymake-warning-bitmap, flymake-fringe-indicator-position):
8012 * progmodes/sh-script.el (sh-indent-after-continuation):
8013 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
8014 (verilog-before-save-font-hook, verilog-after-save-font-hook):
8015 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
8016 (vhdl-array-index-record-field-in-sensitivity-list)
8017 (vhdl-indent-comment-like-next-code-line):
8018 * textmodes/reftex-vars.el (reftex-ref-style-alist)
8019 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
8020 (reftex-cite-key-separator, reftex-create-bibtex-header)
8021 (reftex-create-bibtex-footer):
8022 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
8023 (rst-indent-literal-normal, rst-indent-literal-minimized)
8024 (rst-indent-comment): Add missing custom :version tags.
8025
8026 * calendar/timeclock.el (timeclock-modeline-display):
8027 Add missing obsolete alias for renamed user option.
8028
8029 * strokes.el (strokes-modeline-string):
8030 * emulation/crisp.el (crisp-mode-modeline-string):
8031 * eshell/esh-mode.el (eshell-status-in-modeline):
8032 Aliases to defcustoms must come before the defcustom.
8033
8034 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
8035 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8036 (cal-tex-cursor-week-monday): Doc fixes.
8037 (cal-tex-cursor-week2-summary): Doc fix.
8038 Rename from cal-tex-cursor-week-at-a-glance.
8039
8040 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
8041 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
8042
8043 * calendar/calendar.el (calendar-mode-map):
8044 Add cal-tex-cursor-week2-summary.
8045
8046 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
8047
8048 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
8049
8050 * subr.el (read-passwd-map): New var.
8051 (read-passwd): Use `read-string' again.
8052 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
8053
8054 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
8055
8056 * register.el (append-to-register, prepend-to-register):
8057 Deactivate mark, as does `copy-to-register' (bug#12389).
8058
8059 2012-10-06 Chong Yidong <cyd@gnu.org>
8060
8061 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
8062
8063 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
8064
8065 * international/characters.el: Fix simple mistake ((car chars) ->
8066 elt), delete duplicated code.
8067
8068 2012-10-06 Glenn Morris <rgm@gnu.org>
8069
8070 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
8071
8072 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
8073
8074 * color.el (color-hsl-to-rgb): Fix incorrect results for
8075 small and large hue values. (Bug#12559)
8076
8077 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
8078
8079 Enhancements to docstring formatting when filling paragraphs.
8080 * progmodes/python.el (python-fill-docstring-style): Rename from
8081 python-fill-string-style. Added new style.
8082 (python-fill-string): Use new style. Better checks for
8083 docstrings.
8084
8085 2012-10-05 Glenn Morris <rgm@gnu.org>
8086
8087 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
8088
8089 * color.el (color-name-to-rgb, color-rgb-to-hex)
8090 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
8091 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
8092 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
8093 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
8094
8095 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
8096
8097 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
8098
8099 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
8100 to get the correct size across symlinks.
8101
8102 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
8103
8104 2012-10-04 Juri Linkov <juri@jurta.org>
8105
8106 * replace.el (query-replace-interactive): Declare obsolete.
8107 (query-replace-read-from): Add the last incremental search string
8108 to the list of default values accessible via M-n.
8109 (map-query-replace-regexp): Use `read-regexp'.
8110 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8111 (map-query-replace-regexp, replace-string, replace-regexp):
8112 Fix docstrings to replace mentions of `query-replace-interactive'
8113 with alternatives. (Bug#12526)
8114
8115 2012-10-04 Juri Linkov <juri@jurta.org>
8116
8117 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
8118 (dired-pop-to-buffer): Declare obsolete.
8119 (dired-mark-pop-up): Doc fix.
8120
8121 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
8122
8123 Allow user to set docstring style for fill-paragraph.
8124 * progmodes/python.el
8125 (python-fill-comment-function, python-fill-string-function)
8126 (python-fill-decorator-function, python-fill-paren-function):
8127 Remove :safe for defcustoms.
8128 (python-fill-string-style): New defcustom
8129 (python-fill-paragraph-function): Enhance context detection.
8130 (python-fill-string): Honor python-fill-string-style settings.
8131
8132 2012-10-04 Martin Rudalics <rudalics@gmx.at>
8133
8134 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
8135 after setting its buffer (Bug#10805).
8136
8137 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
8138
8139 Fix cornercase for string syntax.
8140 * progmodes/python.el (python-syntax-propertize-function):
8141 Simplify and enhance the regexp for unescaped quotes. Now it also
8142 matches quotes in weird situations like the single quote in
8143 "something\"'".
8144 (python-syntax-stringify): Simplify num-quotes detecting code.
8145
8146 2012-10-03 Glenn Morris <rgm@gnu.org>
8147
8148 * help-macro.el (three-step-help):
8149 Revert 2012-09-29 change. (Bug#12567)
8150
8151 2012-10-03 Martin Rudalics <rudalics@gmx.at>
8152
8153 * menu-bar.el (kill-this-buffer): Don't do anything when
8154 `menu-frame' is not alive or visible (Bug#8184).
8155
8156 * emacs-lisp/debug.el (debug): When quitting the debugger window
8157 restore current buffer (Bug#12502).
8158
8159 2012-10-02 Chong Yidong <cyd@gnu.org>
8160
8161 * progmodes/hideif.el (hif-lookup, hif-defined):
8162 Handle semantic-c-takeover-hideif.
8163
8164 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
8165
8166 Change sampling interval units from ms to ns.
8167 * profiler.el (profiler-sampling-interval): Change units
8168 from ms to ns, multiplying the default by 1000000 so that
8169 it remains 1 ms.
8170 (profiler-report-cpu-line-format): Give enough room for
8171 the maximum counters on 64-bit hosts.
8172 (profiler-report-render-calltree-1): Call them "CPU samples",
8173 not "Time (ms)", since they are not milliseconds now (and
8174 never really were).
8175
8176 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
8177
8178 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
8179 Fix querying BBDB for entries without a last name (Bug#11580).
8180
8181 2012-10-02 Chong Yidong <cyd@gnu.org>
8182
8183 * emacs-lisp/eieio.el: Restore Version header.
8184
8185 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8186
8187 * vc/diff-mode.el (diff--auto-refine-data): New var.
8188 (diff-hunk): Use it to delay refinement.
8189 (diff-mode): Remove overlays when we turn off font-lock.
8190
8191 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
8192 (table-initialize-table-fixed-width-mode)
8193 (table-set-table-fixed-width-mode): Remove functions.
8194 (table-command-list): Move initialization into declaration.
8195 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
8196 (table-with-cache-buffer): Use `declare'.
8197 (table-span-cell): Simplify via CSE.
8198 (table-fixed-width-mode): Use define-minor-mode.
8199 (table-call-interactively, table-funcall, table-apply): Remove.
8200 (table-function): New function, to replace them.
8201
8202 * bookmark.el (bookmark-search-pattern): Remove var.
8203 (bookmark-read-search-input): Remove function.
8204 (bookmark-bmenu-search): Reimplement using a minibuffer.
8205
8206 * faces.el (modeline): Remove obsolete face name.
8207
8208 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
8209 and give a non-nil default value.
8210 (add-change-log-entry): Simplify accordingly.
8211
8212 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
8213
8214 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
8215 (vc-git-log-edit-toggle-amend): New function.
8216 (vc-git-log-edit-toggle-signoff): New function.
8217 (vc-git-log-edit-mode): New major mode.
8218 (vc-git-log-edit-mode-map): Keymap for it.
8219 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
8220
8221 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
8222 header names.
8223 (log-edit-toggle-header): New function.
8224 (log-edit-extract-headers): Accept function values in HEADERS alist.
8225
8226 2012-10-01 David Engster <deng@randomsample.de>
8227
8228 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
8229 from symbol property and change message to be more consistent with
8230 Emacs proper.
8231 (eieio-describe-generic): Add filename for each implementation.
8232 Fix indices for generic and normal methods.
8233 (eieio-method-def, eieio-class-def): New buttons.
8234 (eieio-help-find-method-definition)
8235 (eieio-help-find-class-definition): New functions.
8236 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
8237 class, constructor and method definitions.
8238
8239 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
8240 information in symbol property.
8241 (scoped-class): Remove.
8242 (eieio-slot-name-index, call-next-method): Check if it is bound.
8243
8244 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
8245
8246 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
8247 (eieio-custom-mode): New major mode.
8248 (eieio-customize-object): Use it.
8249
8250 2012-10-01 Eric Ludlam <zappo@gnu.org>
8251
8252 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
8253 specifying the expected class, and whether subclassing is allowed.
8254 (eieio-persistent-convert-list-to-object):
8255 (eieio-persistent-validate/fix-slot-value)
8256 (eieio-persistent-slot-type-is-class-p): New functions.
8257 (eieio-named::slot-missing): Doc fix.
8258
8259 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
8260 Stop using unused publd variable.
8261
8262 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
8263 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
8264 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
8265 (eieio-speedbar-handle-click): Do not specify a class for the
8266 method. Fixes method invocation order problems with EDE.
8267
8268 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8269
8270 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
8271 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
8272
8273 2012-10-01 Karl Fogel <kfogel@red-bean.com>
8274
8275 * bookmark.el (bookmark-version-control): Give tags in the
8276 :type choices (Bug#12309), and improve doc string.
8277 (bookmark-write-file): Bind `print-circle' to `t' to allow
8278 circular custom bookmark types. (Bug#12503)
8279
8280 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
8281
8282 Revert the FOLLOW-SYMLINKS change for file-attributes.
8283 * files.el (remote-file-name-inhibit-cache, after-find-file):
8284 * time.el (display-time-file-nonempty-p): Undo last change.
8285
8286 * profiler.el (profiler-sampling-interval): Change default back to 1.
8287 See Stefan Monnier in
8288 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
8289
8290 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
8291
8292 Shell output catching a la gud-gdb.
8293 * progmodes/python.el (python-shell-fetch-lines-in-progress)
8294 (python-shell-fetch-lines-string, python-shell-fetched-lines):
8295 New Vars.
8296 (python-shell-fetch-lines-filter): New function.
8297 (python-shell-send-string-no-output): Use them.
8298
8299 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
8300
8301 * profiler.el (profiler-sampling-interval): Rename from
8302 profiler-sample-interval.
8303 (profiler-sampling-interval): Default to 10.
8304 (profiler-find-profile): New command (was profiler-find-log).
8305 (profiler-find-profile-other-window): New command.
8306 (profiler-find-profile-other-frame): New command.
8307 (profiler-profile): Introduce API-level data structure.
8308
8309 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
8310
8311 file-attributes has a new optional arg FOLLOW-SYMLINKS.
8312 * files.el (remote-file-name-inhibit-cache):
8313 * time.el (display-time-file-nonempty-p): Use it.
8314 * files.el (after-find-file): Don't chase links before calling
8315 file-exists-p, as file-exists-p already does the right thing.
8316
8317 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
8318
8319 Merge from standalone RefTeX repository.
8320
8321 The following ChangeLog entries are shortened versions of the
8322 original ones with file paths adapted. A not so strongly edited
8323 version of the original ChangeLog can be found in the commit log.
8324
8325 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
8326 (reftex-arg-cite): Use `reftex-cite-key-separator'.
8327 Correctly handle new value type returned by `reftex-citation'.
8328
8329 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
8330 that entries with whitespace at various places are found.
8331 Doc fix. Include entries that are cross-referenced from cited entries.
8332 Include @String definitions in the resulting bib file. Add header
8333 and footer defined in `reftex-create-bibtex-header' and
8334 `reftex-create-bibtex-footer'.
8335 (reftex-do-citation): Make it possible again to insert
8336 non-existent entries. Save match data when asking for optional
8337 arguments. Return all keys, not just the first one.
8338 (reftex-all-used-citation-keys): Fix regexp to correctly extract
8339 all citations in the same line.
8340 (reftex-parse-bibtex-entry): Accept additional optional argument
8341 `raw' and keep quotes or braces if it is non-nil. Match fields
8342 containing hyphens besides word constituents.
8343 (reftex-get-string-refs): New function.
8344 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
8345 and ask if it should be reread in case it did.
8346 (reftex-pop-to-bibtex-entry)
8347 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
8348 entries with spaces or tabs in front of arguments.
8349 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
8350 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
8351 Match entries containing numbers and symbol constituents.
8352 (reftex-do-citation, reftex-figure-out-cite-format):
8353 Use `reftex-cite-key-separator'.
8354
8355 * textmodes/reftex-dcr.el: Move provide statement to end of file.
8356 (reftex-mouse-view-crossref): Explain why point is set.
8357
8358 * textmodes/reftex-global.el: Whitespace changes.
8359
8360 * textmodes/reftex-index.el: Move provide statement to end of
8361 file.
8362 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
8363 (reftex-index-visit-phrases-buffer): Set marker when visiting
8364 buffer. This allows for returning from the phrases file to the
8365 file one was just editing instead of the file where the last
8366 phrases was added from.
8367 (reftex-index-phrases-syntax-table): New variable. Give ?\"
8368 punctuation syntax as it usually is not used as string quote in
8369 TeX-related modes and may occur unmatched. The change also
8370 prevents fontification of quoted content.
8371 (reftex-index-phrases-mode): Use it.
8372
8373 * textmodes/reftex-parse.el (reftex-parse-from-file):
8374 Move backward one char if a `\' was matched after a section macro.
8375 (reftex-parse-from-file): Use beginning of match instead of end as
8376 bound.
8377
8378 * textmodes/reftex-ref.el: Adapt creation of
8379 `reftex-<package>-<macro>' functions to new structure of
8380 `reftex-ref-style-alist'.
8381 (reftex-reference): Use `reftex-ref-style-list' function.
8382 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
8383 reference macro if `reftex-ref-macro-prompt' is non-nil.
8384 (reftex-reference): Pass refstyle to `reftex-format-special'.
8385 Determine reference macro by looking at
8386 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
8387 Use only one special format function.
8388 (reftex-varioref-vref, reftex-fancyref-fref)
8389 (reftex-fancyref-Fref): Remove definitions. The functions are now
8390 generated from `reftex-ref-style-alist'.
8391 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
8392 Remove.
8393 (reftex-format-special): New function.
8394
8395 * textmodes/reftex-sel.el
8396 (reftex-select-cycle-ref-style-internal): Adapt to new structure
8397 of `reftex-ref-style-alist'. Remove code for testing macro type.
8398 (reftex-select-toggle-varioref)
8399 (reftex-select-toggle-fancyref): Remove.
8400 (reftex-select-cycle-ref-style-internal)
8401 (reftex-select-cycle-ref-style-forward)
8402 (reftex-select-cycle-ref-style-backward): New functions.
8403 (reftex-select-label-map): Use `v' and `V' for general cycling
8404 through reference styles. Add `p' for switching between number
8405 and page reference types.
8406
8407 * textmodes/reftex-toc.el (reftex-re-enlarge):
8408 Call `enlarge-window' only if there is something to do because in Emacs
8409 the horizontal version throws an error even if the parameter is 0.
8410
8411 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
8412 (reftex-plug-into-AUCTeX): Doc fix.
8413 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
8414 string. Adapt to new name.
8415 (reftex-ref-style-alist): Change structure so that it is not
8416 possible to use multiple different package names within a style.
8417 Remove the symbols for symbols for macro type distinction.
8418 Add characters for macro selection.
8419 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
8420 (reftex-create-bibtex-footer): New variables.
8421 (reftex-format-ref-function): Mention third argument of special
8422 format function.
8423 (reftex-ref-style-alist, reftex-ref-style-default-list):
8424 New variables.
8425 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
8426 to new implementation. Mark as obsolete. Add compatibility code
8427 for honoring the variable values in case they are set.
8428 (reftex-cite-format-builtin, reftex-bibliography-commands):
8429 Add support for ConTeXt.
8430 (reftex-format-ref-function, reftex-format-cite-function):
8431 Fix custom type.
8432 (reftex-cite-key-separator): New variable.
8433
8434 * textmodes/reftex.el (reftex-syntax-table-for-bib)
8435 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
8436 `reftex-syntax-table' because parens have to retain their paren
8437 syntax in order for parsing of BibTeX entries like @book(...) to
8438 work.
8439 (reftex-in-comment): Do not error out if `comment-start-skip' is
8440 not set. Deal correctly with escaped comment characters.
8441 (reftex-tie-multifile-symbols): Add doc string.
8442 Initialize `reftex-ref-style-list'.
8443 (reftex-untie-multifile-symbols): Add doc string.
8444 (reftex-add-index-macros): Doc fix.
8445 (reftex-ref-style-activate, reftex-ref-style-toggle)
8446 (reftex-ref-style-list): New functions.
8447 (reftex-mode-menu): Use them. Adapt to new structure of
8448 `reftex-ref-style-alist'.
8449 (reftex-select-with-char): Kill the RefTeX Select buffer when
8450 done.
8451 (reftex-remove-if): New function.
8452 (reftex-erase-all-selection-and-index-buffers)
8453 (reftex-mode-menu): Reference styles are now computed from
8454 `reftex-ref-style-alist'. Fix typo.
8455 (reftex-report-bug): New function.
8456 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
8457 algorithms with O(n log n). Introduce optional argument SORT (not
8458 yet used).
8459
8460 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
8461
8462 Enhancements for triple-quote string syntax.
8463 * progmodes/python.el (python-syntax-propertize-function):
8464 Match both quote cases in one regexp.
8465 (python-syntax-stringify): Handle matches properly.
8466
8467 2012-09-30 Juri Linkov <juri@jurta.org>
8468
8469 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
8470 to nil around the call to `insert' to prevent
8471 directory time modification by lock_file. (Bug#2295)
8472 * tar-mode.el (tar-summarize-buffer): Idem.
8473
8474 2012-09-30 Juri Linkov <juri@jurta.org>
8475
8476 * facemenu.el (list-colors-sort): Add option "Luminance".
8477 (list-colors-sort-key): Implement it.
8478
8479 * vc/diff-mode.el (diff-refine-removed):
8480 * vc/ediff-init.el (ediff-fine-diff-A):
8481 * vc/smerge-mode.el (smerge-refined-removed):
8482 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
8483
8484 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
8485
8486 * term/ns-win.el (x-file-dialog): New function.
8487
8488 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
8489
8490 * ido.el (ido-max-directory-size): Default to nil; the current
8491 default is small for POSIX systems, and impractical on Windows 7
8492 now that lstat returns directory sizes for NTFS.
8493
8494 2012-09-30 Martin Rudalics <rudalics@gmx.at>
8495
8496 In buffer display functions handle window-height/window-width
8497 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
8498 * window.el (window--display-buffer): New argument ALIST.
8499 Obey window-height and window-width alist entries.
8500 (window--try-to-split-window): New argument ALIST.
8501 Bind window-combination-limit to t when the window's size shall be
8502 changed and window-combination-limit equals `window-size'.
8503 (display-buffer-in-atom-window)
8504 (display-buffer-in-major-side-window)
8505 (display-buffer-in-side-window, display-buffer-same-window)
8506 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8507 (display-buffer-pop-up-window, display-buffer-below-selected)
8508 (display-buffer-at-bottom, display-buffer-in-previous-window)
8509 (display-buffer-use-some-window): Adjust all callers of
8510 window--display-buffer and window--try-to-split-window.
8511 (fit-frame-to-buffer): New option.
8512 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
8513 is non-nil.
8514 (display-buffer-in-major-side-window): Evaluate window-height /
8515 window-width alist entries.
8516
8517 * help.el (temp-buffer-resize-frames)
8518 (temp-buffer-resize-regexps): Remove options.
8519 (temp-buffer-resize-mode): Adjust doc-string.
8520 (resize-temp-buffer-window): Don't consult
8521 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
8522 temp-buffer-resize-frames.
8523
8524 * dired.el (dired-mark-pop-up):
8525 Call display-buffer-below-selected with a fit-window-to-buffer alist
8526 entry.
8527
8528 2012-09-30 Chong Yidong <cyd@gnu.org>
8529
8530 * server.el (server-host): Document the security implications.
8531 (server-auth-key): Doc fix.
8532
8533 * startup.el (initial-buffer-choice): Doc fix.
8534
8535 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
8536
8537 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
8538 restriction change.
8539
8540 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
8541
8542 * help-fns.el (help-fns--obsolete): Fix last change.
8543
8544 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
8545
8546 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
8547 (minor-mode-map-alist): Remove redundant code.
8548
8549 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
8550 visited in a buffer.
8551 (cvs-insert-visited-file): New function.
8552 (find-file-hook): Use it.
8553
8554 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
8555
8556 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
8557 chose face.
8558 (log-edit-empty-buffer-p): Don't require a space after a header.
8559
8560 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
8561
8562 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
8563
8564 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
8565 a proper minor-mode.
8566
8567 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
8568
8569 2012-09-29 Glenn Morris <rgm@gnu.org>
8570
8571 * winner.el (winner-mode): Remove variable (let define-minor-mode
8572 handle it).
8573 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
8574 Doc fixes.
8575 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
8576 (winner-mode): Use define-minor-mode.
8577
8578 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
8579 the full definition in loaddefs, rather than duplicating it.
8580
8581 * help-macro.el (three-step-help): No need to autoload defcustom.
8582
8583 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
8584 (inferior-lisp-program, inferior-lisp-load-command)
8585 (inferior-lisp-prompt, inferior-lisp-mode-hook):
8586 No need to autoload defcustoms.
8587
8588 * hippie-exp.el (hippie-expand-try-functions-list)
8589 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
8590 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
8591 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
8592 (hippie-expand-only-buffers): No need to autoload defcustoms.
8593 * progmodes/vhdl-mode.el (vhdl-line-expand):
8594 Explicitly load hippie-exp, so it does not get autoloaded
8595 while hippie-expand-try-functions-list is let-bound.
8596
8597 2012-09-28 Glenn Morris <rgm@gnu.org>
8598
8599 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
8600
8601 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
8602 Only "cl.el" counts as cl these days.
8603
8604 2012-09-28 Juri Linkov <juri@jurta.org>
8605
8606 Display archive errors in the echo area instead of inserting
8607 to the file buffer.
8608
8609 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
8610 to STDERR-TEST that can be a regexp matching a successful output.
8611 Create a temporary file and redirect stderr to it. Search for
8612 STDERR-TEST in the stderr output and display it in the echo area
8613 if no match is found.
8614 (archive-extract-by-file): New function like
8615 `archive-extract-by-stdout' but extracting archives to files
8616 and looking for successful matches in stdout. Function body is
8617 mostly copied from `archive-rar-extract'.
8618 (archive-rar-extract): Use `archive-extract-by-file'.
8619 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
8620
8621 2012-09-28 Leo Liu <sdl.web@gmail.com>
8622
8623 * pcomplete.el (pcomplete-show-completions):
8624 Use minibuffer-message to make pcomplete usable in minibuffer.
8625
8626 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
8627
8628 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8629
8630 * type-break.el: Use lexical-binding.
8631 (type-break-mode): Use define-minor-mode.
8632
8633 * emacs-lisp/pcase.el (pcase--mark-used): New.
8634 (pcase--u1): Use it (bug#12512).
8635
8636 * custom.el (load-theme): Set buffer-file-name so the load is recorded
8637 in load-history with the right file name.
8638
8639 2012-09-28 Tassilo Horn <tsdh@gnu.org>
8640
8641 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
8642 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
8643 (doc-view-get-bounding-box): Make bounding box slicing work for
8644 ODF and DVI documents.
8645
8646 2012-09-28 Glenn Morris <rgm@gnu.org>
8647
8648 * type-break.el (type-break-mode, type-break-interval)
8649 (type-break-good-rest-interval, type-break-keystroke-threshold):
8650 No need to autoload.
8651 (type-break-good-rest-interval, type-break-keystroke-threshold):
8652 Add :set-after.
8653
8654 2012-09-28 Chong Yidong <cyd@gnu.org>
8655
8656 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
8657 Add :version tag.
8658
8659 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8660
8661 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
8662
8663 2012-09-27 Glenn Morris <rgm@gnu.org>
8664
8665 * faces.el (x-display-name): Declare (for without-x builds).
8666
8667 * linum.el (linum-format): Don't autoload it. Improve :type.
8668
8669 * progmodes/tcl.el: Don't require outline when compiling.
8670 (outline-regexp, outline-level): Declare.
8671 * textmodes/sgml-mode.el: Don't require outline when compiling.
8672 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
8673
8674 * term.el (term-ansi-reset):
8675 Try setting term-ansi-face-already-done to nil. (Bug#11785)
8676
8677 * vc/vc.el (vc-next-action): Only gripe about committing read-only
8678 files for RCS and SCCS. (Bug#9781)
8679
8680 2012-09-27 Chong Yidong <cyd@gnu.org>
8681
8682 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
8683 change; value should be t.
8684
8685 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8686
8687 * image-mode.el: Use lexical-binding.
8688 (image-mode-winprops): Use t to stand for the window of
8689 a buffer that's not displayed.
8690 * doc-view.el (doc-view-new-window-function): Handle the new
8691 t in winprops.
8692 (doc-view-enlarge): Make it a real nop if the size is not changed.
8693 (doc-view-display): Handle the case where the buffer is not (yet?)
8694 displayed in any window.
8695 (doc-view-saved-settings): New var.
8696 (doc-view-mode): Use it.
8697 (doc-view-fallback-mode): Set it.
8698
8699 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
8700 Set lexical-binding.
8701 (minibuffer-eldef-shorten-default): New var.
8702 (minibuffer-default-in-prompt-regexps): Use it for new default.
8703 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
8704
8705 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
8706
8707 * international/uni-bidi.el:
8708 * international/uni-category.el:
8709 * international/uni-name.el:
8710 * international/uni-numeric.el: Regenerate.
8711
8712 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
8713 Stefan Monnier <monnier@iro.umontreal.ca>
8714
8715 * profiler.el: New file.
8716
8717 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
8718
8719 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
8720 (testcover-reinstrument): Simplify with CSE.
8721
8722 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
8723
8724 * window.el (temp-buffer-window-setup): Fix typo in docstring.
8725
8726 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
8727
8728 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
8729 (verilog-auto-input, verilog-auto-insert-lisp)
8730 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
8731 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
8732 (verilog-auto-unused, verilog-auto-wire)
8733 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
8734 newline. Reported by Andrew Jones.
8735 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
8736 Reported by Brad Dobbie.
8737 (verilog-batch-delete-trailing-whitespace):
8738 Create verilog-batch-delete-trailing-whitespace.
8739 Reported by Brad Dobbie.
8740 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
8741 parameters from another module. Reported by Dan Katz.
8742 (verilog-auto, verilog-auto-assign-modport)
8743 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
8744 AUTOINOUTMODPORT for UVM interface module shell generation.
8745 Reported by Brad Dobbie.
8746 (verilog-auto-inst-interfaced-ports): Make default nil, as more
8747 standard behavior.
8748 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
8749 Reported by Matt Martin.
8750
8751 2012-09-25 Martin Rudalics <rudalics@gmx.at>
8752
8753 * window.el (window--resize-child-windows): When resizing child
8754 windows proportionally, process them in reverse order to
8755 preserve the "when splitting a window the new one gets the odd
8756 line" behavior.
8757 (window--resize-root-window-vertically): When resizing the
8758 minibuffer window try to affect only windows at the bottom of the
8759 frame. (Bug#12419)
8760
8761 2012-09-25 Chong Yidong <cyd@gnu.org>
8762
8763 * subr.el (declare): Doc fix.
8764
8765 * help-fns.el (help-fns--obsolete): Handle macros properly.
8766
8767 2012-09-25 Chong Yidong <cyd@gnu.org>
8768
8769 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
8770 this function obsolete.
8771
8772 * calendar/cal-x.el (calendar-two-frame-setup)
8773 (calendar-only-one-frame-setup, calendar-one-frame-setup):
8774 * calendar/calendar.el (american-calendar, european-calendar)
8775 (calendar-for-loop):
8776 * comint.el (comint-dynamic-simple-complete)
8777 (comint-dynamic-complete-as-filename, comint-unquote-filename):
8778 * desktop.el (desktop-load-default):
8779 * dired-x.el (dired-omit-here-always)
8780 (dired-hack-local-variables, dired-default-directory):
8781 * emacs-lisp/derived.el (derived-mode-class):
8782 * emacs-lisp/timer.el (timer-set-time-with-usecs):
8783 * emacs-lock.el (toggle-emacs-lock):
8784 * epa.el (epa-display-verify-result):
8785 * epg.el (epg-sign-keys, epg-start-sign-keys)
8786 (epg-passphrase-callback-function):
8787 * eshell/esh-util.el (eshell-for):
8788 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
8789 (eshell-add-to-window-buffer-names):
8790 * files.el (locate-file-completion):
8791 * imenu.el (imenu-example--create-c-index)
8792 (imenu-example--create-lisp-index)
8793 (imenu-example--lisp-extract-index-name)
8794 (imenu-example--name-and-position):
8795 * international/mule-cmds.el (princ-list):
8796 * international/mule-diag.el (decode-codepage-char):
8797 * international/mule-util.el (detect-coding-with-priority):
8798 * iswitchb.el (iswitchb-read-buffer):
8799 * mail/mailalias.el (mail-complete):
8800 * mail/sendmail.el (mail-sent-via):
8801 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
8802 (mouse-major-mode-menu):
8803 * password-cache.el (password-read-and-add):
8804 * pcomplete.el (pcomplete-parse-comint-arguments):
8805 * progmodes/sh-script.el (sh-maybe-here-document):
8806 * replace.el (query-replace-regexp-eval):
8807 * savehist.el (savehist-load):
8808 * simple.el (choose-completion-delete-max-match):
8809 * term.el (term-dynamic-simple-complete):
8810 * vc/ediff-init.el (ediff-check-version):
8811 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
8812 * vc/vc.el (vc-diff-switches-list):
8813 * view.el (view-return-to-alist-update): Likewise.
8814
8815 * subr.el (eval-next-after-load, makehash, insert-string)
8816 (assoc-ignore-representation, assoc-ignore-case): Use declare to
8817 mark obsolete.
8818 (mode-line-inverse-video): Variable deleted.
8819
8820 * international/mule-util.el (string-to-sequence): Remove.
8821
8822 * calendar/calendar.el (calendar-version):
8823 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
8824 (icalendar-convert-diary-to-ical):
8825 * cus-edit.el (custom-mode):
8826 * ansi-color.el (ansi-color-unfontify-region):
8827 * international/latin1-disp.el (latin1-char-displayable-p):
8828 * progmodes/cwarn.el (turn-on-cwarn-mode):
8829 * progmodes/which-func.el (which-func-update-1):
8830 Use define-obsolete-function-alias.
8831
8832 * net/newst-backend.el (newsticker-cache-filename):
8833 * net/newst-treeview.el (newsticker-groups-filename):
8834 Fix incorrect obsolescence declaration.
8835
8836 * allout.el (allout-passphrase-hint-string): Likewise.
8837 (allout-init): Use a declare form to mark obsolete.
8838
8839 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
8840 this applies to functions.
8841
8842 * iswitchb.el (iswitchb-read-buffer): Move code of
8843 iswitchb-define-mode-map here, and delete that obsolete function.
8844
8845 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
8846 font-lock-reference-face.
8847
8848 2012-09-25 Glenn Morris <rgm@gnu.org>
8849
8850 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
8851 Doc fixes.
8852
8853 * eshell/em-term.el (eshell-term-name):
8854 Default to term-term-name. (Bug#12485)
8855
8856 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
8857
8858 * progmodes/python.el (python-shell-send-buffer): Better handling
8859 of "if __name__ == '__main__':" conditionals when sending the buffer.
8860
8861 2012-09-24 Glenn Morris <rgm@gnu.org>
8862
8863 * eshell/esh-cmd.el (eshell-find-alias-function):
8864 Tighten up file-name regexp. (Bug#12499)
8865
8866 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
8867
8868 Enhancements for triple-quote string syntax.
8869 * progmodes/python.el (python-quote-syntax): Remove.
8870 (python-syntax-propertize-function): New value.
8871 (python-syntax-count-quotes, python-syntax-stringify):
8872 New functions.
8873
8874 2012-09-24 Chong Yidong <cyd@gnu.org>
8875
8876 * mail/supercite.el (sc-version): Remove obsolete function.
8877 (sc-describe): Don't mark as obsolete, since it is bound.
8878 (sc-submit-bug-report): Remove.
8879
8880 * vc/log-edit.el (cvs-changelog-full-paragraphs)
8881 (cvs-commit-buffer-require-final-newline): Remove.
8882 (log-edit-require-final-newline)
8883 (log-edit-changelog-full-paragraphs): Default to t.
8884
8885 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
8886 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
8887 * vc/vc.el (vc-checkout-carefully): Likewise.
8888
8889 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
8890 (emerge-version): Remove.
8891
8892 * progmodes/compile.el (compile-internal): Remove.
8893 (compilation-parse-errors-function): Fix typo.
8894
8895 * international/mule.el (set-char-table-default): Remove.
8896 (set-coding-priority, make-coding-system, generic-char-p)
8897 (charset-list, charset-bytes, charset-id): Use declare to mark
8898 functions as obsolete.
8899
8900 * vc/pcvs-defs.el (cvs-buffer-name-alist)
8901 (cvs-invert-ignore-marks): Remove references to obsolete vars.
8902 * vc/vc-hooks.el (vc-default-registered): Don't use
8903 vc-master-templates.
8904
8905 * font-lock.el (font-lock-reference-face):
8906 Use define-obsolete-variable-alias.
8907
8908 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
8909 * calendar/calendar.el (calendar-font-lock-keywords):
8910 * calendar/diary-lib.el (diary-font-lock-keywords)
8911 (diary-fancy-font-lock-keywords):
8912 * textmodes/reftex-sel.el (reftex-insert-docstruct):
8913 * textmodes/reftex-index.el (reftex-insert-index):
8914 * textmodes/reftex-cite.el (reftex-format-bib-entry):
8915 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8916 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
8917 * progmodes/prolog.el (prolog-font-lock-keywords):
8918 * progmodes/idlwave.el (idlwave-idl-keywords):
8919 * progmodes/ada-mode.el (ada-font-lock-keywords):
8920 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
8921
8922 2012-09-24 Glenn Morris <rgm@gnu.org>
8923
8924 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
8925
8926 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
8927
8928 * progmodes/python.el (python-indent-line): More consistent cursor
8929 movement behavior.
8930
8931 2012-09-23 Stefan Merten <smerten@oekonux.de>
8932
8933 * textmodes/rst.el: Fix compiler warning.
8934
8935 2012-09-23 Roland Winkler <winkler@gnu.org>
8936
8937 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
8938 Transcribe also LaTeX hyphenation.
8939 (bibtex-reformat): Bug fix. Do not quote twice the elements of
8940 bibtex-reformat-previous-options.
8941
8942 2012-09-23 Roland Winkler <winkler@gnu.org>
8943
8944 * proced.el (proced-renice-command): New variable.
8945 (proced-marked-processes): New function.
8946 (proced-with-processes-buffer): New macro.
8947 (proced-send-signal): Use them.
8948 (proced-renice): New command bound to r.
8949
8950 2012-09-23 Roland Winkler <winkler@gnu.org>
8951
8952 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
8953 ibuffer-saved-filter-groups has one element, shortcut the call of
8954 completing-read. (Bug#12331)
8955
8956 2012-09-23 Chong Yidong <cyd@gnu.org>
8957
8958 * bindings.el (mode-line-toggle-read-only):
8959 * bs.el (bs-toggle-readonly):
8960 * buff-menu.el (Buffer-menu-toggle-read-only):
8961 * dired.el (dired-toggle-read-only):
8962 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
8963
8964 2012-09-23 Chong Yidong <cyd@gnu.org>
8965
8966 * image.el (image-type-available-p): Adapt to init-image-library
8967 argument changes.
8968
8969 2012-09-22 Juri Linkov <juri@jurta.org>
8970
8971 * dired.el (dired-mode-map): Add [remap read-only-mode] for
8972 `dired-toggle-read-only'. (Bug#12462)
8973
8974 2012-09-22 Martin Rudalics <rudalics@gmx.at>
8975
8976 * subr.el (temp-output-buffer-show): New function.
8977 (with-output-to-temp-buffer): Call temp-output-buffer-show
8978 instead of internal-temp-output-buffer-show.
8979
8980 2012-09-22 Chong Yidong <cyd@gnu.org>
8981
8982 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
8983 (Bug#12462).
8984
8985 * repeat.el (repeat): Doc fix (Bug#12348).
8986
8987 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
8988 (Bug#10909).
8989
8990 * simple.el (shell-command-on-region): Doc fix.
8991 (read-only-mode): Doc fix.
8992
8993 2012-09-22 Eli Zaretskii <eliz@gnu.org>
8994
8995 * emacs-lisp/timer.el (run-with-idle-timer)
8996 (timer-activate-when-idle): Warn against reinvoking an idle timer
8997 from within its own timer action. (Bug#12447)
8998
8999 2012-09-22 Martin Rudalics <rudalics@gmx.at>
9000
9001 * cus-start.el (window-combination-limit): Add new optional
9002 values.
9003 * window.el (temp-buffer-window-show)
9004 (window--try-to-split-window): Handle new values of
9005 window-combination-limit (Bug#1806).
9006 (split-window): Test window-combination-limit for t instead of
9007 non-nil.
9008 (display-buffer-at-bottom): New buffer display action function.
9009 * help.el (temp-buffer-resize-regexps): New option.
9010 (temp-buffer-resize-mode): Rewrite doc-string.
9011 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
9012 Don't resize reused window. Suggested by Glenn Morris.
9013
9014 2012-09-22 Stefan Merten <smerten@oekonux.de>
9015
9016 * textmodes/rst.el: Revamp section title faces.
9017 (rst-official-version)
9018 (rst-package-emacs-version-alist): Sync with official version
9019 V1.4.0.
9020 (rst-faces-defaults, rst-set-level-default)
9021 (rst-level-face-max, rst-level-face-base-color)
9022 (rst-level-face-base-light, rst-level-face-format-light)
9023 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
9024 (rst-adornment-faces-alist): Match new setup.
9025 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
9026 (rst-level-5, rst-level-6): New faces.
9027
9028 2012-09-22 Chong Yidong <cyd@gnu.org>
9029
9030 * simple.el (undo): Handle indirect buffers (Bug#8207).
9031
9032 2012-09-21 Leo Liu <sdl.web@gmail.com>
9033
9034 IDO: Disable match re-ordering for buffer switching.
9035 * ido.el (ido-buffer-disable-smart-matches): New variable.
9036 (ido-set-matches-1): Use it. (Bug#2042)
9037
9038 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
9039
9040 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
9041 Fix 2011-05-17 change. (Bug#12418)
9042
9043 2012-09-21 Leo Liu <sdl.web@gmail.com>
9044
9045 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
9046
9047 2012-09-21 Glenn Morris <rgm@gnu.org>
9048
9049 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
9050 Be more robust about locating simple.el.
9051
9052 2012-09-21 Glenn Morris <rgm@gnu.org>
9053
9054 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
9055
9056 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
9057
9058 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
9059
9060 2012-09-20 Juri Linkov <juri@jurta.org>
9061
9062 * replace.el (query-replace-read-from): Use `read-regexp' instead
9063 of `read-from-minibuffer' when `regexp-flag' is non-nil.
9064 (occur-read-primary-args): Use `read-regexp' instead of
9065 `read-string'.
9066 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
9067 `read-from-minibuffer'.
9068 * isearch.el (isearch-occur): Use `read-regexp' instead of
9069 `read-string'.
9070 * dired.el (dired-read-regexp): Use `read-regexp' instead of
9071 `read-from-minibuffer'.
9072 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
9073 of `read-string'. (Bug#7567)
9074
9075 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
9076 and allow accepting a list of strings prepended to a list of
9077 standard default values. Doc fix. (Bug#12321)
9078
9079 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
9080
9081 * replace.el (read-regexp): Don't add ": " when PROMPT already
9082 ends with a colon and space. (Bug#12321)
9083
9084 2012-09-20 Tassilo Horn <tsdh@gnu.org>
9085
9086 * doc-view.el (doc-view-display): Better fix for the cl-assertion
9087 error.
9088
9089 2012-09-20 Stefan Merten <smerten@oekonux.de>
9090
9091 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
9092 Fixes feature request bug#11711.
9093 (rst-mode): Create `imenu-create-index-function'.
9094 (rst-get-stripped-line): Delete after refactoring.
9095 (rst-section-tree, rst-section-tree-rec)
9096 (rst-section-tree-point): Refactor and document properly.
9097 (rst-imenu-find-adornments-for-position)
9098 (rst-imenu-convert-cell, rst-imenu-create-index):
9099 New function.
9100
9101 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9102
9103 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
9104 (macroexp--expand-all): Use it.
9105 (macroexp--funcall-and-return): Remove by folding it into its sole
9106 caller (macroexp--warn-and-return).
9107 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
9108 Use macroexp--obsolete-warning.
9109
9110 * calc/calc.el: Fix last change by removing the whole chunk, since it
9111 was only needed back when Calc was not bundled.
9112
9113 2012-09-20 Martin Rudalics <rudalics@gmx.at>
9114
9115 * emacs-lisp/debug.el (debug): Restore assignment to
9116 debugger-old-buffer removed on 2012-09-08.
9117
9118 2012-09-20 Juri Linkov <juri@jurta.org>
9119
9120 * dired-aux.el (dired-diff): Remove (require 'diff) since
9121 `diff-latest-backup-file' is now autoloaded.
9122
9123 2012-09-20 Chong Yidong <cyd@gnu.org>
9124
9125 * vc/diff.el (diff-latest-backup-file): Autoload.
9126
9127 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9128
9129 * calc/calc.el: Remove redundant autoload shape check.
9130 (sel-mode): Don't defvar.
9131 (calc-get-stack-element): Add `sel-mode' arg instead.
9132 (calc-top, calc-top-list): Pass it this additional argument.
9133 * calc/calc-store.el (calc-store-map):
9134 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
9135 (calc-map-equation, calc-outer-product, calc-inner-product):
9136 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
9137
9138 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
9139
9140 2012-09-19 Juri Linkov <juri@jurta.org>
9141
9142 * dired-aux.el (dired-diff): Add (require 'diff) because
9143 `diff-latest-backup-file' is not autoloaded.
9144 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
9145 of `dired-get-filename' to t to not report error when there is
9146 no default file on the current line.
9147
9148 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9149
9150 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
9151 macroexp--eval-if-compile.
9152 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
9153 (macroexp--expand-all): Use them (bug#12371).
9154
9155 * doc-view.el (doc-view-guess-paper-size)
9156 (doc-view-scale-bounding-box): Fix unbound `caddr'.
9157
9158 2012-09-19 Tassilo Horn <tsdh@gnu.org>
9159
9160 New feature: set optimal slice from BoundingBox information.
9161 * doc-view.el (doc-view-mode-map): Add keybinding.
9162 (doc-view-menu): Add menu entry.
9163 (doc-view-set-slice): Adapt docstring.
9164 (doc-view-get-bounding-box, doc-view-guess-paper-size)
9165 (doc-view-scale-bounding-box)
9166 (doc-view-set-slice-from-bounding-box): New functions.
9167 (doc-view-paper-sizes): New defvar.
9168
9169 2012-09-19 Glenn Morris <rgm@gnu.org>
9170
9171 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
9172 (byte-compile-log-warning): Autoload. (Bug#12371)
9173
9174 * calendar/calendar.el (calendar-american-month-header)
9175 (calendar-european-month-header, calendar-iso-month-header)
9176 (calendar-month-header): New options.
9177 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
9178 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
9179
9180 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
9181
9182 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
9183
9184 2012-09-18 Juri Linkov <juri@jurta.org>
9185
9186 * dired-aux.el (dired-diff): Restore original functionality of
9187 getting the default value, but keep new feature of using the
9188 latest existing backup file (`diff-latest-backup-file').
9189
9190 2012-09-18 Juri Linkov <juri@jurta.org>
9191
9192 * dired.el (dired-mark): If the region is active in Transient Mark
9193 mode, mark all files in the active region. Doc fix.
9194 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
9195 Doc fix. (Bug#10624)
9196
9197 2012-09-18 Juri Linkov <juri@jurta.org>
9198
9199 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
9200 attributes for M-n are pulled from the file at point.
9201 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
9202 Suggested by Drew Adams. (Bug#10624)
9203
9204 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
9205
9206 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
9207 whitespace after "end".
9208 (ruby-do-end-to-brace): Collapse block to one line if it fits
9209 within fill-column.
9210
9211 2012-09-18 Martin Rudalics <rudalics@gmx.at>
9212
9213 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
9214 value.
9215 (debug): Don't remove debugger window when debugger is expected
9216 to be back.
9217
9218 2012-09-18 Chong Yidong <cyd@gnu.org>
9219
9220 * custom.el (defface): Doc fix.
9221
9222 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
9223
9224 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
9225
9226 * progmodes/compile.el (compilation-start): Use compilation-always-kill
9227 to initialize query-on-exit; then test that instead (bug#12288).
9228
9229 2012-09-17 Stefan Merten <smerten@oekonux.de>
9230
9231 * textmodes/rst.el: Add support for `testcover'.
9232 (rst-defcustom-testcover, rst-testcover-add-compose)
9233 (rst-testcover-add-1value): New functions.
9234 (rst-portable-mark-active-p): Replace by `use-region-p'.
9235 (rst-update-section, rst-classify-adornment)
9236 (rst-find-title-line): Mark `1value' forms.
9237 (rst-classify-adornment): Remove superfluous form.
9238 (rst-update-section, rst-get-adornments-around)
9239 (rst-adornment-complete-p, rst-get-next-adornment)
9240 (rst-adjust, rst-promote-region)
9241 (rst-display-adornments-hierarchy, rst-straighten-adornments)
9242 (rst-find-pfx-in-region, rst-section-tree-rec)
9243 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
9244 (rst-toc-node, rst-toc, rst-forward-section)
9245 (rst-iterate-leftmost-paragraphs)
9246 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
9247 (rst-bullet-list-region)
9248 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
9249 (rst-compile-find-conf, rst-compile)
9250 (rst-repeat-last-character): Fix style.
9251
9252 2012-09-17 Chong Yidong <cyd@gnu.org>
9253
9254 * comint.el (comint--complete-file-name-data): Don't add a space
9255 if the status is `sole'; that adds a gratuitous space in the
9256 completion-cycling case (Bug#12092).
9257
9258 * pcomplete.el (pcomplete-completions-at-point): Likewise.
9259
9260 2012-09-17 Richard Stallman <rms@gnu.org>
9261
9262 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
9263 only in the mime-shown mode, not in raw mode.
9264 (rmail-mime): Toggle off mime by displaying the message without
9265 mime processing. (Bug#12305)
9266
9267 * mail/rmail.el (rmail-retry-failure):
9268 Turn off mime processing first. (Bug#12037)
9269
9270 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
9271
9272 2012-09-17 Chong Yidong <cyd@gnu.org>
9273
9274 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
9275 (shell-dynamic-complete-functions): Convert to defcustom.
9276 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
9277
9278 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
9279 * comint.el (comint-prompt-read-only):
9280 * custom.el (defcustom):
9281 * hi-lock.el (hi-lock-mode):
9282 * ibuffer.el (ibuffer-formats):
9283 * ielm.el (ielm-prompt-read-only):
9284 * novice.el (disable-command):
9285 * saveplace.el (toggle-save-place):
9286 * speedbar.el (speedbar-supported-extension-expressions):
9287 * startup.el (auto-save-list-file-prefix, init-file-user)
9288 (after-init-hook, inhibit-startup-echo-area-message):
9289 * strokes.el (strokes-help):
9290 * time-stamp.el (time-stamp):
9291 * calendar/calendar.el (calendar, diary-file):
9292 * calendar/diary-lib.el (diary-mail-entries, diary)
9293 (diary-list-entries-hook):
9294 * calendar/holidays.el (holidays, calendar-holidays):
9295 * calendar/lunar.el (lunar-phases):
9296 * calendar/solar.el (sunrise-sunset):
9297 * emulation/edt.el (edt-load-keys):
9298 * emulation/viper.el (viper-mode):
9299 * eshell/em-alias.el (eshell-command-aliases-list):
9300 * eshell/esh-util.el (eshell-convert-numeric-arguments):
9301 * international/ogonek.el (ogonek-information):
9302 * net/tramp-cmds.el (tramp-bug):
9303 * net/quickurl.el (quickurl-reread-hook-postfix):
9304 * play/decipher.el (decipher-font-lock-keywords):
9305 * progmodes/cc-styles.el (c-set-style):
9306 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
9307 * progmodes/inf-lisp.el (inferior-lisp-prompt):
9308 * progmodes/octave-mod.el (octave-mode):
9309 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
9310 * progmodes/verilog-mode.el (verilog-read-defines):
9311 * textmodes/two-column.el (2C-mode): Likewise.
9312
9313 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
9314
9315 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
9316 that holds many addresses.
9317
9318 2012-09-16 Chong Yidong <cyd@gnu.org>
9319
9320 * align.el (align-areas): Call the indication function with
9321 positions instead of markers for arguments (Bug#12343).
9322
9323 * files.el (parse-colon-path): Use split-string (Bug#12351).
9324
9325 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
9326 (display-buffer-function): Mark as obsolete.
9327
9328 * progmodes/compile.el (compilation-parse-errors): Accept list
9329 values similar to font-lock-keywords (Bug#12136).
9330 Suggested by Oleksandr Manzyuk.
9331 (compilation-error-regexp-alist): Doc fix.
9332
9333 2012-09-15 Glenn Morris <rgm@gnu.org>
9334
9335 * version.el (emacs-bzr-version-bzr): New function.
9336 (emacs-bzr-get-version): Add optional EXTERNAL argument.
9337
9338 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
9339 checkouts, check the parent dirstate matches the branch.
9340 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
9341 empty string.
9342
9343 * version.el (emacs-bzr-version): Doc fix.
9344 (emacs-bzr-version-dirstate): New function.
9345 (emacs-bzr-get-version): For lightweight checkouts, if the parent
9346 is local try and check that it matches the branch. If not, just
9347 use dirstate information. (Bug#12441)
9348
9349 2012-09-14 Juri Linkov <juri@jurta.org>
9350
9351 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
9352 (Bug#12399)
9353
9354 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9355
9356 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
9357
9358 * emacs-lisp/edebug.el: Miscellaneous cleanup.
9359 Remove obsolete byte-compiler hack that tried to silence some warnings.
9360 (edebug-submit-bug-report): Remove.
9361 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
9362 Remove aliases, use the un-prefixed name instead.
9363 (edebug-pop-to-buffer): Consider other frames.
9364 (edebug-original-read):: Make it more obvious that it's always defined.
9365 (edebug--make-form-data-entry, edebug--form-data-name)
9366 (edebug--form-data-begin, edebug--form-data-end): Rename from the
9367 single-dashed name, and implement with cl-defstruct.
9368 (edebug-set-form-data-entry): Use the standard accessors.
9369 (edebug-make-top-form-data-entry): Use push.
9370 (edebug-no-match): Drop useless `funcall'.
9371 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
9372 to functions.
9373 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
9374 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
9375 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
9376 (easy-menu-define, with-custom-print): Remove redundant specs.
9377 (edebug-outside-overriding-local-map)
9378 (edebug-outside-overriding-terminal-local-map): Remove, unused.
9379 (edebug--display): Bind unread-command-events directly to nil rather
9380 than binding it to unread-command-events and later setting it to nil.
9381 (edebug--display): Kill edebug-eval-buffer here...
9382 (edebug--recursive-edit): ...rather than here.
9383 Bind standard-output and standard-input.
9384 (edebug-eval): Check cl-macroexpand-all is fboundp.
9385 (edebug-temp-display-freq-count): Fix last change.
9386
9387 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
9388 * subr.el (noreturn, 1value): Add `debug' spec.
9389 * emacs-lisp/advice.el: Require cl-lib.
9390 (ad-copy-tree): Remove, use copy-tree instead.
9391 (ad-dolist): Remove use dolist or cl-dolist instead.
9392 (ad-do-return): Remove, use cl-return instead.
9393 (defadvice): Add `debug' spec.
9394
9395 2012-09-13 Juri Linkov <juri@jurta.org>
9396
9397 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
9398 (Bug#12399)
9399
9400 2012-09-13 Glenn Morris <rgm@gnu.org>
9401
9402 * calc/calc.el (math-compose-expr):
9403 * calc/calc-ext.el (math-compose-expr):
9404 * progmodes/cc-defs.el (cl-macroexpand-all):
9405 * progmodes/cc-langs.el (delete-duplicates, mapcan)
9406 (cl-macroexpand-all): Update declarations.
9407
9408 * vc/vc.el: No need to require ediff.
9409 (ediff-load-version-control): Declare.
9410 (ediff-vc-internal): Fix declaration.
9411 (vc-version-ediff): Require ediff.
9412
9413 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
9414
9415 Use a more backwards-compatible timer format (Bug#12430).
9416 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
9417 being right after USECS, as that better supports old code that
9418 inadvisedly looked directly at the timer vector.
9419
9420 2012-09-13 Kenichi Handa <handa@gnu.org>
9421
9422 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
9423 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
9424 `coding-priority' property of these language environment.
9425
9426 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
9427
9428 Fix glitches caused by addition of psec to timers (Bug#12430).
9429 * image.el (image-animate-timer):
9430 * time.el (display-time-world-timer):
9431 Use timer--function and timer--args rather than raw access to
9432 timer vector.
9433
9434 2012-09-13 Glenn Morris <rgm@gnu.org>
9435
9436 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
9437 If not compiling a file, try using load-file-name.
9438
9439 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9440
9441 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
9442 Fix last change.
9443 (edebug-update-eval-list): Use `push'.
9444
9445 * emacs-lisp/edebug.el: Use lexical-binding.
9446 Remove the "edebug-" prefix from non-dynamically-scoped variables.
9447 Mark unused args with underscore.
9448 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
9449 (edebug-form-data): Use defvar-local.
9450 (edebug-make-before-and-after-form, edebug-make-after-form):
9451 Use backquote.
9452 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
9453 Not dynamically scoped any more.
9454 (edebug--enter-trace): Add arguments `function' and `args'.
9455 Rename from edebug-enter-trace.
9456 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
9457 (edebug--update-coverage): Add `after-index' and `value' args.
9458 Rename from edebug-update-coverage.
9459 (edebug-slow-after): Call it accordingly.
9460 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
9461 edebug-recursive-edit.
9462 (edebug--display): Call it accordingly. Add args `value',
9463 `offset-index', and `arg-mode'. Rename from edebug-display.
9464 (edebug-debugger, edebug): Call it accordingly.
9465 (edebug-eval-display-list): Use dolist.
9466
9467 2012-09-12 Juri Linkov <juri@jurta.org>
9468
9469 * info.el (Info-search): Don't check for isearch-mode and
9470 isearch-regexp before let-binding search-spaces-regexp to
9471 Info-search-whitespace-regexp.
9472 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
9473 search-whitespace-regexp if isearch-lax-whitespace or
9474 isearch-regexp-lax-whitespace is non-nil.
9475 (Info-mode): Don't set local variable search-whitespace-regexp.
9476 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
9477
9478 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9479
9480 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
9481 (debugger-env-macro): Remove support for unread-command-char.
9482
9483 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
9484 the temporary map re-appearing on emulation-mode-map-alists.
9485
9486 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
9487 since 22.1.
9488
9489 * ehelp.el (with-electric-help): Accept functions in
9490 electric-help-form-to-execute.
9491 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
9492 And replace unread-command-char -> unread-command-events.
9493
9494 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
9495
9496 Sync with Tramp 2.2.6.
9497
9498 * net/tramp.el (tramp-accept-process-output): Don't use
9499 JUST-THIS-ONE in the XEmacs case.
9500
9501 * net/trampver.el: Update release number.
9502
9503 2012-09-12 Martin Rudalics <rudalics@gmx.at>
9504
9505 * emacs-lisp/debug.el (debugger-previous-window-height):
9506 New variable.
9507 (debug): When debugger-jumping-flag is non-nil try to restore
9508 height of debugger window. (Bug#8789)
9509
9510 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9511
9512 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
9513 overriding-local-map and pre/post-command-hook here.
9514 (edebug-recursive-edit): Do it here instead (bug#12345).
9515 (edebug-outside-unread-command-char): Remove all uses of
9516 unread-command-char.
9517
9518 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
9519 inhibit-debugger is bound instead.
9520
9521 2012-09-11 Bastien Guerry <bzg@gnu.org>
9522
9523 * subr.el (set-temporary-overlay-map): Add a docstring.
9524 (Bug#12346)
9525
9526 2012-09-11 Bastien Guerry <bzg@gnu.org>
9527
9528 * minibuffer.el (completion-table-subvert): Fix docstring.
9529 (Bug#12347)
9530
9531 2012-09-11 Bastien Guerry <bzg@gnu.org>
9532
9533 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
9534
9535 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
9536
9537 * progmodes/sql.el: Version 3.1
9538 (sql-db2-escape-newlines): New variable.
9539 (sql-escape-newlines-filter): Use it.
9540
9541 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
9542
9543 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
9544
9545 2012-09-10 Dan Nicolaescu <dann@gnu.org>
9546
9547 * vc/diff-mode.el (diff-mode-menu):
9548 Bind diff-remove-trailing-whitespace.
9549
9550 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9551
9552 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
9553 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
9554 (emacs-lisp-byte-code-mode): New functions.
9555 (eval-sexp-add-defvars): Don't skip defvars in column >0.
9556 (eval-defun-2): Remove bogus interactive spec.
9557 (lisp-indent-line): Remove redundant whole-exp code, now done in
9558 indent-according-to-mode.
9559 (save-match-data): Remove redundant indent data.
9560
9561 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
9562 Use `declare'.
9563
9564 2012-09-09 Juri Linkov <juri@jurta.org>
9565
9566 * replace.el (replace-regexp-lax-whitespace): New defcustom.
9567 (replace-lax-whitespace, query-replace-regexp)
9568 (query-replace-regexp-eval, replace-regexp): Doc fix.
9569 (perform-replace, replace-highlight): Let-bind
9570 isearch-lax-whitespace to replace-lax-whitespace and
9571 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
9572
9573 * isearch.el (isearch-query-replace): Let-bind
9574 replace-lax-whitespace to isearch-lax-whitespace and
9575 replace-regexp-lax-whitespace to
9576 isearch-regexp-lax-whitespace. (Bug#10885)
9577
9578 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9579
9580 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
9581
9582 2012-09-09 Alan Mackenzie <acm@muc.de>
9583
9584 * progmodes/cc-engine.el (c-state-cache-init):
9585 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
9586 (c-record-parse-state-state):
9587 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
9588
9589 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
9590
9591 * register.el (register-separator): Rename from
9592 separator-register. All uses changed. Doc fix.
9593 (register): Fix version.
9594
9595 2012-09-09 Chong Yidong <cyd@gnu.org>
9596
9597 * replace.el (query-replace-map): Bind four new symbols for
9598 requesting window scrolling.
9599
9600 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
9601 query-replace-map (Bug#8948).
9602
9603 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
9604
9605 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
9606 since they are now in query-replace-map.
9607
9608 * window.el (scroll-other-window-down): Make the arg optional.
9609
9610 2012-09-09 Chong Yidong <cyd@gnu.org>
9611
9612 * files.el (hack-local-variables-confirm): Use quit-window to kill
9613 the *Local Variables* buffer.
9614
9615 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
9616
9617 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
9618 not just expect to be at its beginning. Adjust callees.
9619 Succeed when do-end block has no space before the pipe character.
9620 (ruby-brace-to-do-end): When the original block is one-liner,
9621 convert to multiline. Reindent the result.
9622
9623 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
9624
9625 * register.el (register): New group.
9626 (separator-register): New user option.
9627 (increment-register): Route it to `append-to-register', if
9628 register contains text. Implication is that `C-x r +' can now be
9629 used for appending to a text register (bug#12217).
9630 (append-to-register, prepend-to-register): Add separator based on
9631 `separator-register'.
9632
9633 2012-09-08 Alan Mackenzie <acm@muc.de>
9634
9635 AWK Mode: make auto-newline work when there's "==" in the pattern.
9636 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
9637 correctly.
9638 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
9639 Test more rigorously for "=" token.
9640
9641 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
9642
9643 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
9644 Only fail when reached LIMIT.
9645
9646 2012-09-08 Chong Yidong <cyd@gnu.org>
9647
9648 * dired.el (dired-mode-map): Don't bind M-=.
9649
9650 * dired-aux.el (dired-diff): Use backup file as default.
9651
9652 2012-09-08 Drew Adams <drew.adams@oracle.com>
9653
9654 * subr.el (add-to-history): Fix delete usage (Bug#12314).
9655
9656 2012-09-08 Chong Yidong <cyd@gnu.org>
9657
9658 * subr.el (syntax-after, syntax-class): Doc fix.
9659
9660 2012-09-08 Martin Rudalics <rudalics@gmx.at>
9661
9662 * window.el (display-buffer-in-previous-window): New buffer
9663 display action function.
9664
9665 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
9666 (debugger-previous-window): New variable.
9667 (debug): Rewrite using display-buffer-in-previous-window,
9668 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
9669
9670 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9671
9672 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
9673
9674 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
9675
9676 * progmodes/python.el (python-shell-send-string):
9677 When default-directory is remote, create temp file on remote
9678 filesystem.
9679 (python-shell-send-file): When file is remote, pass local view of
9680 file paths to remote Python interpreter. (Bug#12340)
9681
9682 2012-09-07 Chong Yidong <cyd@gnu.org>
9683
9684 * window.el (switch-to-buffer): Doc fix (Bug#12181).
9685
9686 * files.el (after-find-file): Don't fail on a read-only buffer if
9687 require-final-newline is `visit' or `visit-save' (Bug#11156).
9688
9689 * subr.el (read-char-choice): Allow quitting via ESC ESC.
9690
9691 * userlock.el (ask-user-about-supersession-threat):
9692 Use read-char-choice (Bug#12093).
9693
9694 2012-09-07 Chong Yidong <cyd@gnu.org>
9695
9696 * subr.el (buffer-narrowed-p): New function.
9697
9698 * ses.el (ses-widen):
9699 * simple.el (count-words--buffer-message):
9700 * net/browse-url.el (browse-url-of-buffer): Use it.
9701
9702 * simple.el (count-words-region): Don't signal an error if there
9703 is a non-nil prefix arg and the mark is not set.
9704
9705 * help.el (describe-key-briefly): Allow the message to be seen
9706 when invoked from the minibuffer (Bug#7014).
9707
9708 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
9709
9710 * progmodes/ruby-mode.el (ruby-end-of-defun)
9711 (ruby-beginning-of-defun): Simplify, allow indentation before
9712 block beginning and end keywords.
9713 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
9714 (ruby-end-of-defun): Expect that the point is at the beginning of
9715 the defun.
9716
9717 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9718
9719 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
9720 (bug#12367).
9721 (cl--make-usage-args): Strip _ from argument names.
9722
9723 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9724
9725 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
9726 obsolete alias speedbar-key-map.
9727 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
9728 (vhdl-index-menu-init): Don't use obsolete variable
9729 font-lock-maximum-size.
9730
9731 2012-09-06 Chong Yidong <cyd@gnu.org>
9732
9733 * frame.el (window-system-version): Mark as obsolete.
9734
9735 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
9736 of obsolete variable speedbar-key-map.
9737
9738 2012-09-06 Juri Linkov <juri@jurta.org>
9739
9740 * replace.el (replace-lax-whitespace): New defcustom.
9741 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9742 (replace-string, replace-regexp): Mention it in docstrings.
9743 (perform-replace, replace-highlight): Let-bind
9744 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
9745 to the values of replace-lax-whitespace and regexp-flag.
9746 Don't let-bind search-whitespace-regexp. (Bug#10885)
9747
9748 * isearch.el (isearch-query-replace): Let-bind
9749 replace-lax-whitespace instead of let-binding
9750 replace-search-function and replace-re-search-function.
9751 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
9752 and isearch-regexp-lax-whitespace to lazy-highlight variables.
9753 (isearch-toggle-symbol): Set isearch-regexp to nil
9754 in isearch-word mode (like in isearch-toggle-word).
9755
9756 2012-09-06 Juri Linkov <juri@jurta.org>
9757
9758 * replace.el (replace-search-function)
9759 (replace-re-search-function): Set default values to nil.
9760 (perform-replace): Let-bind isearch-related variables based on
9761 replace-related values, call `isearch-search-fun' and let-bind
9762 the result to `search-function'. Remove code that sets
9763 `search-function' and `search-string' separately for
9764 `delimited-flag'.
9765 (replace-highlight): Add new argument `delimited-flag' and
9766 rename other arguments to the names used in `perform-replace'.
9767 Let-bind `isearch-word' to the argument `delimited-flag'.
9768 (Bug#10885, bug#10887)
9769
9770 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
9771
9772 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
9773 ruby-beginning-of-indent, simplify, allow all keywords to have
9774 indentation before them.
9775 (ruby-beginning-of-indent): Adjust for above. Search until the
9776 found point is not inside a string or comment.
9777 (ruby-font-lock-keywords): Allow symbols to start with "@"
9778 character, give them higher priority than variables.
9779 (ruby-syntax-propertize-function)
9780 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
9781 matchers. Expression expansions are not comments when inside a
9782 string, and there comment syntax status is irrelevant.
9783 (ruby-match-expression-expansion): New function. Check that
9784 expression expansion is inside a string, and it's not escaped.
9785 (ruby-font-lock-keywords): Use it.
9786
9787 2012-09-05 Martin Rudalics <rudalics@gmx.at>
9788
9789 * help.el (temp-buffer-max-height): New default value.
9790 (temp-buffer-resize-frames): New option.
9791 (resize-temp-buffer-window): Optionally resize frame.
9792
9793 * window.el (fit-frame-to-buffer-bottom-margin): New option.
9794 (fit-frame-to-buffer): New function.
9795
9796 2012-09-05 Glenn Morris <rgm@gnu.org>
9797
9798 * emulation/cua-rect.el (cua--init-rectangles):
9799 * textmodes/picture.el (picture-mode-map):
9800 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
9801 like forward-char and backward-char. (Bug#12317)
9802
9803 2012-09-05 Leo Liu <sdl.web@gmail.com>
9804
9805 * progmodes/flymake.el (flymake-warning-re): New variable.
9806 (flymake-parse-line): Use it.
9807
9808 2012-09-05 Glenn Morris <rgm@gnu.org>
9809
9810 * calendar/holidays.el (holiday-christian-holidays):
9811 Rename an entry. (Bug#12289)
9812
9813 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9814
9815 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
9816 (bug#12222).
9817
9818 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9819
9820 * loadup.el: Load macroexp. Remove hack.
9821 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
9822 (macroexp--expand-all): Use it to get better warnings.
9823 (macroexp--backtrace, macroexp--trim-backtrace-frame)
9824 (internal-macroexpand-for-load): New functions.
9825 (macroexp--pending-eager-loads): New var.
9826 (emacs-startup-hook): New hack to replace one in loadup.el.
9827 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
9828 (cl--compiler-macro-cXXr): Move to top, before they can be used.
9829 (cl-psetf): Simplify.
9830 (cl-defstruct): Add indent rule.
9831
9832 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
9833
9834 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
9835 over `user-mail-address' for the SMTP MAIL FROM envelope.
9836 (smtpmail-via-smtp): Ditto.
9837
9838 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
9839
9840 * progmodes/ruby-mode.el: Clean up keybindings.
9841 (ruby-mode-map): Don't bind ruby-electric-brace,
9842 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
9843 backward-kill-word, reindent-then-newline-and-indent.
9844 (ruby-mark-defun): Remove.
9845 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
9846 (ruby-mode): Set local beginning-of-defun-function and
9847 end-of-defun-function values.
9848
9849 2012-09-03 Martin Rudalics <rudalics@gmx.at>
9850
9851 * window.el (temp-buffer-window-setup-hook)
9852 (temp-buffer-window-show-hook): New hooks.
9853 (temp-buffer-window-setup, temp-buffer-window-show)
9854 (with-temp-buffer-window): New functions.
9855 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
9856 (special-display-popup-frame): Make sure the window used shows BUFFER.
9857
9858 * help.el (temp-buffer-resize-mode): Fix doc-string.
9859 (resize-temp-buffer-window): New optional argument WINDOW.
9860
9861 * files.el (recover-file, save-buffers-kill-emacs):
9862 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
9863
9864 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
9865
9866 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
9867 remote definition of `default-directory', ensure we can connect.
9868
9869 2012-09-02 Juri Linkov <juri@jurta.org>
9870
9871 Toggle whitespace matching mode with M-s SPC.
9872 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
9873
9874 * isearch.el (search-whitespace-regexp): Doc fix.
9875 Remove cons cell customization.
9876 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
9877 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
9878 New variables.
9879 (isearch-forward, isearch-forward-regexp): Doc fix.
9880 (isearch-toggle-lax-whitespace): New command.
9881 (search-forward-lax-whitespace, search-backward-lax-whitespace)
9882 (re-search-forward-lax-whitespace)
9883 (re-search-backward-lax-whitespace): New functions.
9884 (isearch-whitespace-regexp): Remove function.
9885 (isearch-query-replace): Let-bind replace-search-function and
9886 replace-re-search-function.
9887 (isearch-occur): Let-bind search-spaces-regexp according to the
9888 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
9889 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
9890 condition for C-q SPC.
9891 (isearch-search-fun-default): Use new functions mentioned above.
9892 (isearch-search-forward, isearch-search-backward): Remove functions.
9893 (isearch-search): Don't let-bind search-spaces-regexp.
9894 (isearch-lazy-highlight-space-regexp): Remove variable.
9895 (isearch-lazy-highlight-lax-whitespace)
9896 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
9897 (isearch-lazy-highlight-new-loop): Use them.
9898 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
9899
9900 2012-09-02 Chong Yidong <cyd@gnu.org>
9901
9902 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
9903
9904 2012-09-02 Glenn Morris <rgm@gnu.org>
9905
9906 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
9907
9908 2012-09-01 Glenn Morris <rgm@gnu.org>
9909
9910 * term.el: Tidy up menu definitions.
9911 (term-mode-map): Use easymenu for In/Out, Complete menus.
9912 (term-pager-break-map): Initialize in the defvar.
9913 (term-terminal-menu, term-signals-menu): Define with easymenu.
9914 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
9915 (term-pager-menu): New, extracted from term-process-pager.
9916 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
9917 (term-update-mode-line): Propertize line/char and page items.
9918 (term-process-pager): Move keymap initialization elsewhere.
9919
9920 2012-09-01 Martin Rudalics <rudalics@gmx.at>
9921
9922 * window.el (switch-to-prev-buffer): Handle additional values of
9923 BURY-OR-KILL argument. Don't switch in minibuffer window.
9924 (switch-to-next-buffer): Don't switch in minibuffer window.
9925 (quit-restore-window): New function based on quit-window.
9926 Handle additional values of former KILL argument.
9927 (quit-window): Call quit-restore-window with appropriate
9928 interpretation of KILL argument.
9929 (display-buffer-below-selected): New buffer display action
9930 function.
9931
9932 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9933
9934 * minibuffer.el (completion-at-point-functions): Complete docstring
9935 (bug#12254).
9936
9937 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
9938
9939 Better seed support for (random).
9940 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
9941 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
9942 * play/mpuz.el, play/tetris.el, play/zone.el:
9943 * calc/calc-comb.el (math-init-random-base):
9944 * play/blackbox.el (bb-init-board):
9945 * play/life.el (life):
9946 * server.el (server-use-tcp):
9947 * type-break.el (type-break):
9948 Remove unnecessary call to (random t).
9949 * net/sasl.el (sasl-unique-id-function):
9950 Change (random t) to (random), now that the latter is more random.
9951 * play/life.el (life-initialized): Remove no-longer-needed var.
9952
9953 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
9954
9955 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9956 Consider frame's buffer predicate when choosing the buffer.
9957 (Bug#12081)
9958
9959 2012-08-30 Richard Stallman <rms@gnu.org>
9960
9961 * simple.el (special-mode-map): Delete binding for `z'.
9962
9963 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
9964
9965 * progmodes/compile.el (compilation-always-kill): Doc fix.
9966
9967 2012-08-30 Chong Yidong <cyd@gnu.org>
9968
9969 * window.el (display-buffer-reuse-frames): Make the obsolescence
9970 message more informative.
9971
9972 2012-08-30 Glenn Morris <rgm@gnu.org>
9973
9974 * paren.el (show-paren-delay):
9975 Add a :set function. Doc fix. (Bug#12297)
9976
9977 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
9978
9979 * progmodes/compile.el (compilation-always-kill): New var.
9980 (compilation-start): Use it.
9981
9982 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9983
9984 * simple.el (read-only-mode): Move from files.el for bootstrapping.
9985 * files.el (read-only-mode): Move to simple.el.
9986
9987 * files.el (read-only-mode): New minor mode.
9988 (toggle-read-only): Use it and mark obsolete.
9989 (find-file--read-only):
9990 * vc/vc.el (vc-next-action, vc-checkout):
9991 * vc/vc-cvs.el (vc-cvs-checkout):
9992 * obsolete/vc-mcvs.el (vc-mcvs-update):
9993 * ffap.el (ffap--toggle-read-only): Update callers.
9994
9995 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
9996
9997 * eshell/esh-ext.el (eshell-external-command): Do not examine
9998 remote shell scripts.
9999 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
10000
10001 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
10002 "/usr/local/sbin".
10003
10004 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10005
10006 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
10007
10008 2012-08-28 Leo Liu <sdl.web@gmail.com>
10009
10010 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
10011 completion-at-point. (Bug#12220)
10012
10013 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
10014
10015 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
10016
10017 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10018
10019 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
10020 be buffer-local; add delete-trailing-whitespace (bug#12259).
10021
10022 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
10023
10024 * progmodes/hideif.el (hif-compress-define-list):
10025 Fix typo. (Bug#11951)
10026
10027 2012-08-28 Dan Nicolaescu <dann@gnu.org>
10028
10029 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
10030 buffer local setting.
10031
10032 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
10033 rcirc-encode-coding-system.
10034
10035 2012-08-28 Leo Liu <sdl.web@gmail.com>
10036
10037 * net/rcirc.el (rcirc-split-message): New function.
10038 (rcirc-send-message): Use it. (Bug#12051)
10039
10040 2012-08-28 Juri Linkov <juri@jurta.org>
10041
10042 * info.el (Info-fontify-node): Hide empty lines at the end of
10043 the node. (Bug#12272)
10044
10045 2012-08-27 Drew Adams <drew.adams@oracle.com>
10046
10047 * dired.el (dired-pop-to-buffer): Make window start at beginning
10048 of buffer (Bug#12281).
10049
10050 2012-08-26 Chong Yidong <cyd@gnu.org>
10051
10052 * window.el (special-display-regexps, special-display-frame-alist)
10053 (special-display-buffer-names, special-display-function)
10054 (display-buffer-reuse-frames): Mark as obsolete.
10055
10056 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
10057
10058 * help.el (help-print-return-message): Don't treat
10059 display-buffer-reuse-frames specially.
10060
10061 2012-08-26 Chong Yidong <cyd@gnu.org>
10062
10063 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
10064 New variable, replacing gdb-frame-parameters.
10065 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
10066 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
10067 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
10068 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
10069 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
10070 the functions directly with gdb-display-buffer-other-frame-action.
10071 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
10072 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
10073 (gdb-display-stack-buffer, gdb-display-locals-buffer)
10074 (gdb-display-registers-buffer): Define directly.
10075 (def-gdb-display-buffer): Macro deleted.
10076 (gdb-display-buffer): Remove second and third args, callers don't
10077 use them. Defer to the default display-buffer behavior, apart
10078 from making windows dedicated.
10079 (gdb-setup-windows): Don't call display-buffer unnecessarily.
10080
10081 * progmodes/gud.el (gud-display-line): Just use display-buffer.
10082
10083 * window.el (display-buffer-pop-up-frame): Handle a
10084 pop-up-frame-parameters alist entry.
10085 (display-buffer): Document it.
10086
10087 2012-08-26 Chong Yidong <cyd@gnu.org>
10088
10089 * isearch.el (search-whitespace-regexp): Make string and nil
10090 values apply to both ordinary and regexp search. Allow a cons
10091 cell value to distinguish between the two.
10092 (isearch-whitespace-regexp, isearch-search-forward)
10093 (isearch-search-backward): New functions.
10094 (isearch-occur, isearch-search-fun-default, isearch-search)
10095 (isearch-lazy-highlight-new-loop): Use them.
10096 (isearch-forward, isearch-forward-regexp): Doc fix.
10097
10098 2012-08-26 Chong Yidong <cyd@gnu.org>
10099
10100 * faces.el (help-argument-name): Always inherit from italic
10101 (Bug#12213).
10102
10103 2012-08-25 Martin Rudalics <rudalics@gmx.at>
10104
10105 * window.el (window--even-window-heights): Even heights when
10106 WINDOW and the selected window form a vertical combination.
10107 (display-buffer-use-some-window): Provide that window used gets
10108 sized back by quit-window. (Bug#11880) and (Bug#12091)
10109
10110 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
10111
10112 Fix file time stamp problem with bzr and CVS (Bug#12001).
10113 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
10114 in the file's time stamp, since the version control system loses
10115 that information.
10116
10117 2012-08-22 Juri Linkov <juri@jurta.org>
10118
10119 * info.el (Info-fontify-node): Hide the suffix of the
10120 Info file name in the header line. (Bug#12187)
10121
10122 2012-08-22 Glenn Morris <rgm@gnu.org>
10123
10124 * calendar/cal-tex.el (cal-tex-weekly-common):
10125 Restore leading blank page.
10126
10127 2012-08-22 Le Wang <l26wang@gmail.com>
10128
10129 * misc.el (forward-to-word, backward-to-word): Activate or extend
10130 the region under `shift-select-mode'. (Bug#12231)
10131
10132 2012-08-22 Bastien Guerry <bzg@gnu.org>
10133
10134 * progmodes/executable.el (executable-prefix): Set to "#!" instead
10135 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
10136 gives details on why the space is never needed.
10137
10138 2012-08-22 Martin Rudalics <rudalics@gmx.at>
10139
10140 * window.el (walk-window-tree, window-with-parameter):
10141 New optional argument MINIBUF to control whether these functions
10142 should run on the minibuffer window.
10143 (window-at-side-list): Don't operate on minibuffer window.
10144 (window-in-direction): Simplify and rewrite doc-string.
10145 (window--size-ignore): Rename to window--size-ignore-p.
10146 Update callers.
10147 (display-buffer-in-atom-window, window--major-non-side-window)
10148 (window--major-side-window, display-buffer-in-major-side-window)
10149 (delete-side-window, display-buffer-in-side-window):
10150 New functions.
10151 (window--side-check, window-deletable-p, delete-window)
10152 (delete-other-windows, split-window): Handle side windows and
10153 atomic windows appropriately.
10154 (window--display-buffer): Call display-buffer-record-window also
10155 when the window buffer did not change.
10156
10157 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
10158
10159 * help-fns.el (help-fns--key-bindings):
10160 Abbreviate non-symbol remap targets. (Bug#12174)
10161
10162 2012-08-22 Martin Rudalics <rudalics@gmx.at>
10163
10164 * dired.el (dired-mark-remembered): Don't clobber point.
10165 (Bug#11795)
10166
10167 2012-08-22 Glenn Morris <rgm@gnu.org>
10168
10169 * progmodes/bug-reference.el (bug-reference): New custom group.
10170 (bug-reference-bug-regexp): Make it a defcustom.
10171
10172 2012-08-22 Daiki Ueno <ueno@unixuser.org>
10173
10174 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
10175 (js-paren-indent-offset, js-square-indent-offset)
10176 (js-curly-indent-offset): Add :safe (Bug#12257).
10177
10178 2012-08-22 Edward O'Connor <hober0@gmail.com>
10179
10180 * json.el (json-key-format): Add error properties.
10181 (json-encode-key): New function.
10182 (json-encode-hash-table, json-encode-alist, json-encode-plist):
10183 Use json-encode-key.
10184
10185 2012-08-22 Glenn Morris <rgm@gnu.org>
10186
10187 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
10188 (cal-tex-leftday, cal-tex-rightday): Remove functions.
10189 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
10190 Update for above change.
10191
10192 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
10193
10194 * cus-face.el (custom-face-attributes): Fix customize type for the
10195 :underline attribute. (Bug#11805)
10196
10197 2012-08-21 Martin Rudalics <rudalics@gmx.at>
10198
10199 * window.el (window-point-1, set-window-point-1): Remove.
10200 (window-in-direction, record-window-buffer)
10201 (set-window-buffer-start-and-point, split-window-below)
10202 (window--state-get-1, display-buffer-record-window):
10203 Replace calls to window-point-1 and set-window-point-1 by calls to
10204 window-point and set-window-point respectively.
10205
10206 2012-08-21 Glenn Morris <rgm@gnu.org>
10207
10208 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
10209 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
10210 Use it.
10211
10212 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
10213 (cal-tex-shortday): New function.
10214 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
10215 (cal-tex-cursor-filofax-daily): Use the above.
10216
10217 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
10218 New functions.
10219 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
10220 (cal-tex-cursor-filofax-week): Use them.
10221
10222 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
10223 New constants.
10224 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
10225 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
10226
10227 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
10228 (cal-tex-end-document): Don't rely on buffer name.
10229
10230 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
10231 Use cal-tex-vspace.
10232 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
10233 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
10234 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
10235 Use cal-tex-arg.
10236
10237 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
10238 (cal-tex-cursor-week, cal-tex-cursor-week2)
10239 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
10240 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10241 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
10242 (cal-tex-insert-preamble, cal-tex-b-document)
10243 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
10244 Improve cal-tex-cmd usage.
10245
10246 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
10247 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
10248 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
10249 (cal-tex-weekly-paper): New function.
10250 (cal-tex-cursor-week, cal-tex-cursor-week2)
10251 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
10252 (cal-tex-cursor-day): Use it.
10253
10254 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
10255 (cal-tex-cursor-filofax-week): Remove leading blank page.
10256
10257 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
10258 Add autoload cookie. For now at least, don't use color, since
10259 no other cal-tex function does.
10260
10261 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
10262 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10263 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
10264
10265 2012-08-21 Juri Linkov <juri@jurta.org>
10266
10267 * info.el (Info-file-attributes): New variable.
10268 (info-insert-file-contents): Add file attributes to
10269 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
10270 `Info-toc-nodes' when previous modtime of the Info file is less
10271 than new modtime.
10272 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
10273 of info.el. (Bug#12230)
10274
10275 2012-08-20 Glenn Morris <rgm@gnu.org>
10276
10277 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
10278 * calendar/holidays.el (calendar-holiday-list):
10279 Report errors with display-warning rather than beep'n'sleep.
10280
10281 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
10282
10283 * net/tramp.el (tramp-accept-process-output): Accept only output
10284 from PROC. Otherwise, process filters and sentinels might be
10285 confused. (Bug#12145)
10286
10287 2012-08-20 Chong Yidong <cyd@gnu.org>
10288
10289 * descr-text.el (describe-text-properties-1): Use overlays-in to
10290 report on empty overlays (Bug#3322).
10291
10292 2012-08-20 Glenn Morris <rgm@gnu.org>
10293
10294 * mail/rmailout.el (rmail-output-read-file-name):
10295 Trap and report errors in rmail-output-file-alist elements.
10296
10297 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
10298 since most non-font-lock faces are not also variables).
10299
10300 2012-08-20 Edward Reingold <reingold@iit.edu>
10301
10302 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
10303 New function. (Bug12160)
10304
10305 2012-08-19 Glenn Morris <rgm@gnu.org>
10306
10307 * mail/rmailout.el (rmail-output-read-file-name):
10308 Fix previous change (when the alist is nil or does not match).
10309
10310 2012-08-19 Chong Yidong <cyd@gnu.org>
10311
10312 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
10313 (Bug#12228).
10314
10315 2012-08-18 Chong Yidong <cyd@gnu.org>
10316
10317 * simple.el (yank-handled-properties): New defcustom.
10318 (yank-excluded-properties): Add font-lock-face and category.
10319 (yank): Doc fix.
10320
10321 * subr.el (remove-yank-excluded-properties):
10322 Obey yank-handled-properties. The special handling of font-lock-face
10323 and category is now done this way, instead of being hard-coded.
10324 (insert-for-yank-1): Remove font-lock-face handling.
10325 (yank-handle-font-lock-face-property)
10326 (yank-handle-category-property): New function.
10327
10328 2012-08-17 Glenn Morris <rgm@gnu.org>
10329
10330 * mail/rmailout.el (rmail-output-read-file-name):
10331 Check rmail-output-file-alist against the full message body
10332 in the correct rmail buffer. (Bug#12214)
10333
10334 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
10335
10336 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
10337 Eliminate superfluous prompt. (Bug#12203)
10338
10339 2012-08-17 Chong Yidong <cyd@gnu.org>
10340
10341 * mouse.el (mouse-appearance-menu): If x-select-font returns a
10342 font spec, set the font directly (Bug#3228).
10343
10344 2012-08-17 Martin Rudalics <rudalics@gmx.at>
10345
10346 * window.el (delete-window): Fix last fix.
10347
10348 2012-08-16 Martin Rudalics <rudalics@gmx.at>
10349
10350 * window.el (window-valid-p): Move to window.c.
10351 (window-child, window-child-count, window-last-child)
10352 (window-normalize-window, window-combined-p)
10353 (window-combinations, window-atom-root, window-min-size)
10354 (window-sizable, window-sizable-p, window-size-fixed-p)
10355 (window-min-delta, window-max-delta, window--resizable)
10356 (window--resizable-p, window-resizable, window-total-size)
10357 (window-full-height-p, window-full-width-p, window-body-size)
10358 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
10359 (minimize-window, window-deletable-p, delete-window)
10360 (delete-other-windows, set-window-buffer-start-and-point)
10361 (next-buffer, previous-buffer, split-window, balance-windows-2)
10362 (set-window-text-height, window-buffer-height)
10363 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
10364 (truncated-partial-width-window-p): Minor code adjustments.
10365 In doc-strings state whether the argument window has to denote a
10366 live, valid or any window.
10367
10368 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
10369
10370 * progmodes/subword.el (subword-forward-function)
10371 (subword-backward-function, subword-forward-regexp)
10372 (subword-backward-regexp): New variables.
10373 (subword-forward, subword-forward-internal, subword-backward-internal):
10374 Use new variables, eg so that different "word" definitions
10375 can be easily used. (Bug#11411)
10376
10377 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10378
10379 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
10380 for composite selectors.
10381 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
10382 operation just because we can't find a previous revision.
10383
10384 2012-08-15 Chong Yidong <cyd@gnu.org>
10385
10386 * frame.el (set-frame-font): Accept font objects.
10387
10388 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10389
10390 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
10391
10392 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
10393
10394 * man.el (Man-overstrike-face, Man-underline-face)
10395 (Man-reverse-face): Remove variables.
10396 (Man-overstrike, Man-underline, Man-reverse): New faces.
10397 (Man-fontify-manpage): Use them instead of the variables.
10398 (Man-cleanup-manpage): Comment change.
10399 (Man-ansi-color-map): New variable.
10400 (Man-fontify-manpage): Use it.
10401 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
10402
10403 Implement ANSI SGR parameters 22-27 (bug#12146).
10404 * ansi-color.el (ansi-colors): Doc fix.
10405 (ansi-color-context, ansi-color-context-region): Doc fix.
10406 (ansi-color--find-face): New function.
10407 (ansi-color-apply, ansi-color-apply-on-region): Use it.
10408 Rename the local variable `face' to `codes' since it is now a list of
10409 ansi codes. Doc fix.
10410 (ansi-color-get-face): Remove.
10411 (ansi-color-parse-sequence): New function, derived from
10412 ansi-color-get-face.
10413 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
10414 codes 22-27.
10415
10416 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
10417
10418 * subr.el (read-passwd): Allow use from a minibuffer.
10419
10420 2012-08-14 Eli Zaretskii <eliz@gnu.org>
10421
10422 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
10423 inside comments and strings as identifiers.
10424
10425 * progmodes/gud.el (gud-tooltip-print-command): Quote the
10426 expression to evaluate. This allows to evaluate expressions with
10427 embedded whitespace.
10428 (gud-tooltip-tips): Add a blank before the newline in the
10429 message-box text, for the benefit of message-box emulation on
10430 MS-Windows.
10431
10432 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
10433 messages from GDB, pop them up in a tooltip to give feedback to
10434 user.
10435 (gdb-tooltip-print-1): Quote the expression to evaluate.
10436 This allows to evaluate expressions with embedded whitespace.
10437 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
10438 if the TTY name is nil or empty (which happens when communicating
10439 with the inferior via pipes, e.g. on MS-Windows).
10440 (gdb-internals): If GDB sends a "&\n" empty debugging message,
10441 don't send that to the GUD buffer.
10442
10443 2012-08-14 Glenn Morris <rgm@gnu.org>
10444
10445 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
10446 Optimize away setq-default with no args, as for setq. (Bug#12195)
10447
10448 2012-08-14 Chong Yidong <cyd@gnu.org>
10449
10450 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
10451
10452 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
10453 (Bug#12085).
10454
10455 2012-08-14 Glenn Morris <rgm@gnu.org>
10456
10457 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
10458
10459 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
10460
10461 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
10462 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10463 Use cached shell name.
10464
10465 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
10466
10467 * progmodes/python.el (python-shell-send-string):
10468 (python-shell-send-setup-code): Do not use `format' with `message'.
10469
10470 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
10471
10472 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
10473 (ruby-percent-literal-beg-re): New constant.
10474 (ruby-syntax-general-delimiters-goto-beg): Rename to
10475 `ruby-syntax-enclosing-percent-literal', improve literal type check.
10476 (ruby-syntax-propertize-general-delimiters): Rename to
10477 `ruby-syntax-propertize-percent-literal', it's a shorter and more
10478 popular term. Adjust comments everywhere.
10479 (ruby-syntax-propertize-percent-literal): Only propertize when not
10480 inside a simple string or comment. When the literal is unclosed,
10481 leave the text after it unpropertized.
10482 (ruby-syntax-methods-before-regexp): New constant.
10483 (ruby-syntax-propertize-function): Use it to recognize regexps.
10484 Don't look at the text after regexp, just use the whitelist.
10485
10486 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
10487
10488 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
10489 non-nil always load the compiled file if it exists. (Bug#12197)
10490
10491 2012-08-14 Chong Yidong <cyd@gnu.org>
10492
10493 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
10494 (hi-lock-set-pattern): When deciding whether to use font lock or
10495 overlays, look at font-lock-mode instead of font-lock-fontified
10496 (Bug#12168).
10497 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
10498 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
10499
10500 2012-08-14 Daiki Ueno <ueno@unixuser.org>
10501
10502 * subr.el (internal--after-with-selected-window): Fix typo
10503 (Bug#12193).
10504
10505 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
10506
10507 Use `completion-table-dynamic' for completion functions.
10508 * progmodes/python.el
10509 (python-shell-completion--do-completion-at-point)
10510 (python-shell-completion--get-completions):
10511 Remove functions.
10512 (python-shell-completion-complete-at-point): New function.
10513 (python-completion-complete-at-point): Use it.
10514
10515 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
10516
10517 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
10518 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
10519
10520 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
10521
10522 * subr.el (function-get): Refine `autoload' arg so it can also
10523 autoload functions for gv.el (bug#12191).
10524 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
10525 autoloads macros.
10526
10527 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
10528 Prefer pcase-let over destructuring-bind.
10529 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
10530 Also, remove whitespace as we go, rather than after accumulating the
10531 various places.
10532
10533 * subr.el (internal--before-with-selected-window)
10534 (internal--after-with-selected-window): Fix typo seleted->selected.
10535 (with-selected-window): Adjust callers.
10536 Reported by Dmitry Gutov <dgutov@yandex.ru>.
10537
10538 2012-08-13 Bastien Guerry <bzg@gnu.org>
10539
10540 * window.el (special-display-popup-frame): Minor docstring
10541 enhancement. (Bug#12172)
10542
10543 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
10544
10545 * tar-mode.el (tar-header-data-end): Only ignore size for files of
10546 type 1-6.
10547 (tar-header-block-summarize, tar-get-descriptor): Handle pax
10548 extended headers.
10549
10550 * files.el (hack-local-variables-filter): Remove useless eval.
10551
10552 2012-08-13 Martin Rudalics <rudalics@gmx.at>
10553
10554 * subr.el (with-selected-window): Fix last change.
10555
10556 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10557
10558 * subr.el (internal--before-with-seleted-window)
10559 (internal--after-with-seleted-window): New functions.
10560 (with-selected-window): Use them, to replace dependency on
10561 tty-top-frame.
10562
10563 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
10564
10565 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
10566 binding for `newline'.
10567 (ruby-move-to-block): When moving backward, stop at block opening,
10568 not indentation.
10569 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
10570 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
10571 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
10572 `ruby-toggle-block'.
10573
10574 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10575
10576 * ibuffer.el (ibuffer-do-toggle-read-only):
10577 * dired.el (dired-toggle-read-only):
10578 * buff-menu.el (Buffer-menu-toggle-read-only):
10579 * bindings.el (mode-line-toggle-read-only):
10580 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
10581
10582 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
10583
10584 * descr-text.el (describe-char): Put the overlays over the
10585 "displayed as" character.
10586
10587 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
10588
10589 * calc/calc-units.el (math-default-units-table): Give an
10590 initial value.
10591 (math-put-default-units): Add options to put composite units and
10592 unit systems in the default units table.
10593 (calc-convert-units): Send composite units to
10594 `math-put-default-units' when appropriate.
10595
10596 2012-08-11 Glenn Morris <rgm@gnu.org>
10597
10598 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
10599
10600 * tutorial.el (help-with-tutorial):
10601 * emacs-lisp/copyright.el (copyright-update-directory):
10602 * emacs-lisp/autoload.el (autoload-find-generated-file)
10603 (autoload-find-file): Disable local eval: (for insurance).
10604
10605 * files.el (hack-local-variables-filter): If an eval: form is not
10606 known to be safe, and enable-local-variables is :safe, then ignore
10607 the form totally, as is done for non-eval forms. (Bug#12155)
10608 This is CVE-2012-3479.
10609
10610 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10611
10612 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
10613 (rx-form): Simplify.
10614
10615 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
10616
10617 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
10618 ?, _, and : are symbol constituents, ! is not (but kinda should be).
10619 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
10620 (ruby-syntax-propertize-function): Adjust for changes in
10621 `ruby-syntax-propertize-heredoc'.
10622
10623 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
10624
10625 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
10626 binding (use `M-;' instead).
10627 (ruby-singleton-class-p): New function.
10628 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
10629
10630 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10631
10632 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
10633
10634 2012-08-10 Chong Yidong <cyd@gnu.org>
10635
10636 * progmodes/python.el (python-shell-get-process-name): Don't mess
10637 with same-window-buffer-names.
10638
10639 * eshell/eshell.el (eshell-add-to-window-buffer-names)
10640 (eshell-remove-from-window-buffer-names): Make obsolete.
10641 (eshell-buffer-name, eshell-unload-hook): Don't use them.
10642 (eshell): Just use pop-to-buffer-same-window instead.
10643
10644 2012-08-10 Chong Yidong <cyd@gnu.org>
10645
10646 * bindings.el: Bind M-= back to count-words-region.
10647
10648 * simple.el (count-words-region): Accept a prefix arg for acting
10649 on the entire buffer.
10650 (count-words--buffer-message): New helper function.
10651
10652 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10653
10654 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
10655 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
10656 (event-start, event-end): Use posn-at-point to return a more
10657 informative posn.
10658 (posnp): New function.
10659 * mouse.el (popup-menu-normalize-position): Use it.
10660
10661 2012-08-10 Masatake YAMATO <yamato@redhat.com>
10662
10663 * mouse.el (popup-menu-normalize-position): New function.
10664 (popup-menu): Use `popup-menu-normalize-position' to normalize
10665 the form for POSITION argument.
10666
10667 * term/x-win.el (x-menu-bar-open):
10668 Use the value returend from (posn-at-point) as position
10669 passed to `popup-menu'.
10670
10671 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
10672
10673 * calc/calccomp.el (math-compose-expr): Add extra argument
10674 indicating that parentheses should be put around products in
10675 denominators. Give multiplication precedence over division during
10676 composition.
10677
10678 2012-08-09 Chong Yidong <cyd@gnu.org>
10679
10680 * man.el (Man-switches, Man-sed-command, Man-awk-command)
10681 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
10682 (Man-untabify-command, manual-program): Convert to defcustom
10683 (Bug#10429).
10684
10685 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
10686
10687 * descr-text.el (describe-char): Don't insert extra newlines
10688 (Bug#10127).
10689
10690 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
10691 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
10692
10693 * align.el (align-region): Delete temporary markers (Bug#10047).
10694 Plus some code cleanups.
10695
10696 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
10697
10698 * progmodes/python.el (python-pdbtrack-tracked-buffer)
10699 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
10700 (python-shell-internal-last-output): Use make-local-variable
10701 instead of make-variable-buffer-local.
10702
10703 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
10704
10705 * progmodes/python.el: Enhancements to forward-sexp.
10706 (python-nav-forward-sexp): Rename from
10707 python-nav-forward-sexp-function.
10708 (python-nav--forward-sexp, python-nav--backward-sexp):
10709 New functions.
10710
10711 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
10712
10713 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
10714 modes and simplification modes.
10715
10716 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
10717
10718 * delsel.el (delete-selection-pre-hook): Don't propagate the
10719 file-supersession signals (bug#12161).
10720
10721 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10722
10723 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
10724 (cl-map-extents): Add compatibility aliases (bug#12135).
10725
10726 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
10727
10728 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
10729 tests by `ignore-error'.
10730 (tramp-find-shell): Open also a new shell, when cache is already
10731 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
10732
10733 2012-08-08 Juri Linkov <juri@jurta.org>
10734
10735 * bookmark.el: Add `defaults' property to the bookmark record.
10736 (bookmark-current-buffer): Doc fix.
10737 (bookmark-make-record): Add `defaults' property with default values
10738 to the bookmark record.
10739 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
10740 with `bookmark-insert-current-bookmark'.
10741 (bookmark-set): Get `defaults' property from the bookmark record
10742 and use it in `read-from-minibuffer'.
10743 (bookmark-insert-current-bookmark): Remove function.
10744
10745 * info.el (Info-bookmark-make-record): Add `defaults' property
10746 with values of canonical Info node name, the current Info file
10747 name and the current Info node name. (Bug#12107)
10748
10749 2012-08-08 Juri Linkov <juri@jurta.org>
10750
10751 * files.el (basic-save-buffer): Use `buffer-name' as the default
10752 of `read-file-name' when buffer is not visiting a file (bug#12128).
10753
10754 2012-08-08 Juri Linkov <juri@jurta.org>
10755
10756 * info.el (Info-isearch-search): Doc fix.
10757 (Info-search): Change search-failed message from "initial node" to
10758 "end of node" (bug#12078).
10759 (Info-isearch-search): Change `isearch-string-state' to
10760 `isearch--state-string'.
10761
10762 2012-08-08 Glenn Morris <rgm@gnu.org>
10763
10764 * language/persian.el: Remove file.
10765 * language/misc-lang.el: Move unique part of persian.el here.
10766 * loadup.el: Remove language/persian.
10767
10768 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
10769
10770 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
10771
10772 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
10773
10774 * progmodes/python.el: Fix defsubst warning.
10775 (python-syntax-context) Rename from python-info-ppss-context.
10776 (python-syntax-context-type): Rename from
10777 python-info-ppss-context-type.
10778 (python-syntax-comment-or-string-p): Rename from
10779 python-info-ppss-comment-or-string-p.
10780
10781 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
10782
10783 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
10784
10785 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
10786
10787 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
10788 a defcustom that is quoted with backquote.
10789
10790 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
10791 Fix handling of interactive spec when the body uses return.
10792 (math-do-arg-check, math-define-function-body): Use backquote forms.
10793 * calc/calc-ext.el (math-defcache): Likewise.
10794 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
10795 * allout.el (allout-new-exposure): Likewise.
10796 * calc/calcalg2.el (math-tracing-integral): Likewise.
10797 * info.el (Info-last-menu-item): Likewise.
10798 * emulation/vip.el (vip-loop): Likewise.
10799 * textmodes/artist.el (artist-funcall): Likewise.
10800 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
10801 Construct menu-item directly.
10802
10803 * progmodes/autoconf.el (font-lock-syntactic-keywords):
10804 Don't declare.
10805
10806 2012-08-07 Chong Yidong <cyd@gnu.org>
10807
10808 * simple.el (deactivate-mark): Preserve text properties when
10809 saving the primary selection (Bug#8384).
10810
10811 2012-08-07 Kevin Ryde <user42@zip.com.au>
10812
10813 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
10814 (woman-parse-numeric-value): On a bad .IP line, issue a warning
10815 and continue processing (Bug#12110).
10816
10817 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
10818
10819 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
10820 syntax-propertize-function (bug#10095).
10821
10822 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
10823
10824 * help-fns.el (help-fns--key-bindings, help-fns--signature)
10825 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
10826 describe-function-1.
10827 (describe-function-1): Use them. Move compiler macro after sig.
10828 (help-fns--compiler-macro): Use function-get. Assume we're already in
10829 standard-output. Adjust layout to new call order.
10830
10831 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
10832 re-binding a symbol that has a symbol-macro (bug#12119).
10833
10834 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
10835
10836 * language/persian.el: New file. (Bug#11812)
10837 * loadup.el: Add language/persian.el.
10838
10839 2012-08-06 Chong Yidong <cyd@gnu.org>
10840
10841 * window.el (window--maybe-raise-frame): New function.
10842 (window--display-buffer): Split off from here.
10843 (display-buffer-reuse-window, display-buffer-pop-up-frame)
10844 (display-buffer-pop-up-window, display-buffer-use-some-window):
10845 Obey an inhibit-switch-frame action alist entry.
10846 (display-buffer): Update doc.
10847
10848 * replace.el (occur-after-change-function): Avoid losing focus by
10849 using the inhibit-switch-frame display parameter (Bug#12139).
10850
10851 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
10852
10853 Make internal shell process buffer names start with space.
10854 * progmodes/python.el (python-shell-make-comint): Add optional
10855 argument INTERNAL.
10856 (run-python-internal): Use it.
10857 (python-shell-internal-get-or-create-process): Check for new
10858 internal buffer names.
10859
10860 2012-08-06 Glenn Morris <rgm@gnu.org>
10861
10862 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
10863 Do less getting and setting of environment variables.
10864
10865 2012-08-05 Chong Yidong <cyd@gnu.org>
10866
10867 * proced.el (proced): Add substitution string to docstring to
10868 trigger autoloading of the proced library on C-h f (Bug#1768).
10869
10870 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10871 Don't show defvars which have no second argument (Bug#8638).
10872
10873 * imenu.el (imenu-generic-expression): Move documentation here
10874 from imenu--generic-function.
10875 (imenu--generic-function): Refer to imenu-generic-expression.
10876
10877 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
10878
10879 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
10880 indentation declaration.
10881 (viper-loop): Add indentation declaration (Bug#7025).
10882
10883 2012-08-05 Chong Yidong <cyd@gnu.org>
10884
10885 * help-fns.el (describe-variable): Add hyperlink for
10886 directory-local variables files. Improve buffer-local and
10887 permanent-local reporting; suggested by MON KEY (Bug#6644).
10888
10889 * help-mode.el (help-dir-local-var-def): New button type.
10890
10891 * files.el (kill-buffer-hook): Provide a defvar.
10892
10893 2012-08-05 Glenn Morris <rgm@gnu.org>
10894
10895 * eshell/esh-ext.el (eshell/addpath):
10896 Also update eshell-path-env. (Bug#12013)
10897
10898 2012-08-05 Chong Yidong <cyd@gnu.org>
10899
10900 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
10901
10902 * fringe.el (fringe-styles): Add docstring.
10903 (fringe--check-mode): New function.
10904 (set-fringe-mode, set-fringe-style): Use it.
10905 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
10906
10907 * files.el (set-auto-mode): Fix invalid setq call.
10908
10909 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10910
10911 * isearch.el: Misc simplification; use defstruct.
10912 (isearch-mode-map): Dense maps now work like sparse ones.
10913 (isearch--state): New defstruct.
10914 (isearch-string-state, isearch-message-state, isearch-point-state)
10915 (isearch-success-state, isearch-forward-state)
10916 (isearch-other-end-state, isearch-word-state, isearch-error-state)
10917 (isearch-wrapped-state, isearch-barrier-state)
10918 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
10919 replaced by defstruct's accessors.
10920 (isearch--set-state): Rename from isearch-top-state and change
10921 calling convention.
10922 (isearch-push-state): Use new isearch--get-state.
10923 (isearch-toggle-word): Disable regexp when enabling word.
10924 (isearch-message-prefix): Remove unused arg _c-q-hack.
10925 (isearch-message-suffix): Remove unused arg _ellipsis.
10926
10927 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
10928
10929 * simple.el (list-processes--refresh): For a server use :host or
10930 :local as the address.
10931 (list-processes): Doc fix.
10932
10933 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
10934
10935 * lisp/mpc.el: Support password in host argument.
10936 (mpc--proc-connect): Parse and use new password element.
10937 Set mpc-proc variable instead of returning process.
10938 (mpc-proc): Adjust accordingly.
10939
10940 2012-08-03 Eli Zaretskii <eliz@gnu.org>
10941
10942 * whitespace.el (whitespace-display-mappings): Use Unicode
10943 codepoints, instead of emacs-mule codepoints. See
10944 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
10945 for the details.
10946
10947 * files.el (file-truename): Don't skip symlink-chasing part on
10948 windows-nt. Incorporate the resolution of 8+3 short aliases on
10949 Windows into the loop that recursively chases symlinks.
10950 Compare directory and its parent case-insensitively on MS-Windows and
10951 MS-DOS.
10952
10953 2012-08-03 Chong Yidong <cyd@gnu.org>
10954
10955 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
10956
10957 * sort.el (sort-regexp-fields): Doc fix.
10958
10959 2012-08-03 Tassilo Horn <tsdh@gnu.org>
10960
10961 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
10962 labels regex position point at the expected place.
10963
10964 2012-08-03 MON KEY <monkey@sandpframing.com>
10965
10966 * net/imap.el (imap-interactive-login, imap-authenticate)
10967 (imap-mailbox-lsub, imap-mailbox-list)
10968 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
10969 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
10970 (imap-parse-response): Doc fix.
10971
10972 2012-08-03 João Távora <joaotavora@gmail.com>
10973
10974 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
10975 if sexp scanning does not move point (Bug#5734).
10976
10977 2012-08-02 Tassilo Horn <tsdh@gnu.org>
10978
10979 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
10980 Add listings, minted, and ctable packages.
10981 (reftex-label-alist-builtin): Move listings, minted, and ctable
10982 entries before LaTeX.
10983 (reftex-label-alist): Docfix.
10984
10985 2012-08-02 Bastien Guerry <bzg@gnu.org>
10986
10987 * replace.el (occur): Fix docstring (bug#12122).
10988
10989 2012-08-02 Glenn Morris <rgm@gnu.org>
10990
10991 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
10992
10993 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
10994
10995 Obsolete alias inactivate-current-input-method-function (Bug#10150).
10996 * international/mule-cmds.el: Create
10997 inactivate-current-input-method-function as an obsolete alias for
10998 deactivate-current-input-method-function. See Katsumi Yamaoka in
10999 <http://bugs.gnu.org/10150#46>.
11000
11001 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
11002
11003 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
11004 of nested `if's.
11005
11006 2012-08-01 Glenn Morris <rgm@gnu.org>
11007
11008 * progmodes/autoconf.el (autoconf-definition-regexp):
11009 Add AH_TEMPLATE, adjust submatch numbering.
11010 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
11011 (autoconf-current-defun-function): Update for above change.
11012 (autoconf-current-defun-function): First skip to end of current word.
11013
11014 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
11015
11016 * calendar/cal-html.el (cal-html-insert-agenda-days):
11017 Fix typo. (Bug#12018)
11018
11019 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
11020
11021 Shell processes: enhancements to startup and CEDET compatibility.
11022 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
11023 (python-shell-make-comint): accept-process-output at startup.
11024 (run-python-internal): Set inferior-python-mode-hook to nil.
11025 (python-shell-internal-get-or-create-process): call sit-for.
11026 (python-preoutput-result): Add obsolete alias.
11027 (python-shell-internal-send-string): Use it.
11028 (python-shell-send-setup-code): Remove call to
11029 accept-process-output.
11030
11031 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
11032
11033 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
11034 (Bug#12108)
11035
11036 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
11037
11038 * calc-mode.el (calc-basic-simplification-mode): Rename from
11039 `calc-limited-simplification-mode'.
11040 (calc-alg-simplification-mode): New function.
11041 (calc-set-simplify-mode): Adjust message.
11042
11043 * calc.el (calc-set-mode-line): Adjust mode line display for
11044 basic simplification mode.
11045
11046 * calc-help.el (calc-m-prefix-help): Update help message.
11047
11048 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
11049 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
11050
11051 2012-07-31 Bastien Guerry <bzg@gnu.org>
11052
11053 * man.el (man): Fix comment. (bug#12101)
11054
11055 2012-07-31 Martin Rudalics <rudalics@gmx.at>
11056
11057 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
11058 Don't return a non-nil value when no suitable buffer was found.
11059
11060 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
11061
11062 * progmodes/python.el (run-python-internal): Disable font lock for
11063 internal shells.
11064
11065 2012-07-30 Stefan Merten <smerten@oekonux.de>
11066
11067 * textmodes/rst.el: Silence `checkdoc-ispell'.
11068 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
11069 (rst-official-version, rst-official-cvs-rev)
11070 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
11071 (rst-mode-map): New key binding.
11072
11073 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
11074
11075 Update .PHONY listings in makefiles.
11076 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
11077 autoloads, update-subdirs, updates, bzr-update, update-authors,
11078 compile-onefile, compile-calc, backup-compiled-files,
11079 compile-after-backup, compile-one-process, mh-autoloads,
11080 bootstrap-clean, distclean, maintainer-clean.
11081
11082 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
11083
11084 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
11085 (calc-set-mode-line): Don't display "AlgSimp ".
11086
11087 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
11088 (calc-lim-simplify-mode): New function.
11089 (calc-set-simplify-mode): Default to 'alg.
11090 (calc-default-simplify-mode): Make algebraic simplifications
11091 the default.
11092
11093 * calc/calc-ext.el (calc-init-extensions): Remove binding for
11094 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
11095
11096 * calc/calc-help.el (calc-m-prefix-help): Change messages to
11097 indicate new simplification modes.
11098
11099 * calc/README: Mention new default simplification mode.
11100
11101 * calc/calc.el (math-normalize-error): New variable.
11102 (math-normalize): Set `math-normalize-error' to t
11103 when there's an error.
11104
11105 * calc/calc-alg.el (math-simplify): Don't simplify when
11106 `math-normalize' returns an error.
11107
11108 2012-07-29 Eli Zaretskii <eliz@gnu.org>
11109
11110 * international/mule-cmds.el (set-locale-environment): Revert last
11111 change, since display-graphic-p returns nil when this function is
11112 called during startup. Instead...
11113
11114 * term/w32console.el (terminal-init-w32console): ...setup the
11115 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
11116
11117 2012-07-29 Juri Linkov <juri@jurta.org>
11118
11119 * simple.el (goto-line): Don't display default line number in the
11120 prompt because it should be displayed by `read-number' (bug#9952).
11121 Add the current line number to the defaults of `goto-line' to
11122 allow its easier modification by users with `M-n' (bug#9201).
11123
11124 * subr.el (read-number): Support multiple default values like in
11125 other minibuffer reading functions. Replace `read' with
11126 `string-to-number' for consistency with `number-to-string'.
11127
11128 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
11129
11130 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
11131 * emulation/viper-init.el (viper-deactivate-input-method-action):
11132 Rename from viper-inactivate-input-method-action.
11133 (viper-deactivate-input-method):
11134 Rename from viper-inactivate-input-method.
11135 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
11136 * international/mule-cmds.el (deactivate-input-method):
11137 Rename from inactivate-input-method.
11138 Also run input-method-deactivate-hook.
11139 (deactivate-current-input-method-function):
11140 Rename from inactivate-current-input-method-function.
11141 (input-method-deactivate-hook): New hook.
11142 (input-method-inactivate-hook): Mark obsolete.
11143 (inactivate-input-method): Mark obsolete.
11144
11145 * international/quail.el (quail-activate):
11146 Also run quail-deactivate-hook.
11147 (quail-deactivate): Rename from quail-inactivate.
11148 * international/robin.el (robin-activate):
11149 Also run robin-deactivate-hook.
11150 (robin-deactivate): Rename from robin-inactivate.
11151
11152 2012-07-29 Chong Yidong <cyd@gnu.org>
11153
11154 * simple.el (indicate-copied-region): New function.
11155 (kill-ring-save): Split off from here.
11156
11157 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
11158 (kill-rectangle): Set deactivate-mark to t on read-only error.
11159
11160 * register.el (copy-to-register, copy-rectangle-to-register):
11161 Deactivate the mark, and use indicate-copied-region (Bug#10056).
11162 (append-to-register, prepend-to-register): Call indicate-copied-region.
11163
11164 2012-07-29 Juri Linkov <juri@jurta.org>
11165
11166 * simple.el (async-shell-command-buffer): New defcustom.
11167 (shell-command): Use it. (Bug#4719)
11168
11169 2012-07-28 Eli Zaretskii <eliz@gnu.org>
11170
11171 * international/mule-cmds.el (set-locale-environment): In a
11172 console session on MS-Windows, set up keyboard and terminal
11173 encoding from the OEM codepage, not the ANSI codepage.
11174 (Bug#12055)
11175
11176 2012-07-28 Chong Yidong <cyd@gnu.org>
11177
11178 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
11179 gdb-get-location.
11180
11181 2012-07-28 Leo Liu <sdl.web@gmail.com>
11182
11183 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
11184 the alist (bug#12029).
11185
11186 2012-07-28 Eli Zaretskii <eliz@gnu.org>
11187
11188 * makefile.w32-in (custom-deps, finder-data, updates, compile)
11189 (compile-always, compile-first)
11190 ($(lisp)/calendar/cal-loaddefs.el)
11191 ($(lisp)/calendar/diary-loaddefs.el)
11192 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
11193 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
11194 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
11195 instead of on update-subdirs.
11196 (bootstrap-clean): Delete $(lisp)/subdirs.el.
11197
11198 2012-07-28 Chong Yidong <cyd@gnu.org>
11199
11200 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
11201 directory if vc-deduce-backend returns nil (Bug#7350).
11202
11203 * simple.el (delete-trailing-lines): New option.
11204 (delete-trailing-whitespace): Obey it (Bug#11879).
11205
11206 2012-07-28 David Engster <deng@randomsample.de>
11207
11208 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
11209 Explanation of new 'symbol-qnames feature in doc-strings.
11210 (xml-maybe-do-ns): Return expanded names as plain symbols if
11211 'symbol-qnames was provided in XML-NS argument (Bug#11916).
11212 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
11213
11214 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
11215
11216 Consistent completion in inferior python with emacs -nw.
11217 * progmodes/python.el (inferior-python-mode): replace "<tab>"
11218 binding in inferior-python-mode-map with "\t".
11219 (python-shell-completion-complete-at-point)
11220 (python-completion-complete-at-point): Remove interactive spec.
11221
11222 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
11223
11224 * calc/calccomp.el (math-compose-expr): Undo previous change.
11225
11226 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
11227
11228 * progmodes/python.el (python-mode-map): Add keybinding for
11229 run-python.
11230 (python-shell-make-comint): Fix pop-to-buffer call.
11231 (run-python): Autoload. New arg SHOW.
11232 (python-shell-get-or-create-process): Do not pop python process
11233 buffer.
11234
11235 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
11236
11237 * notifications.el (notifications-on-action-signal)
11238 (notifications-on-closed-signal): Use also the bus address for the map.
11239 (notifications-notify, notifications-close-notification)
11240 (notifications-get-capabilities): Add optional argument BUS.
11241
11242 2012-07-27 Tassilo Horn <tsdh@gnu.org>
11243
11244 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
11245 Add support for the lstlisting and minted environments, and for the
11246 ctable macro.
11247 * textmodes/reftex.el (reftex-compile-variables): Also recognize
11248 labels written in keyvals syntax.
11249
11250 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
11251
11252 * calc/calccomp.el (math-compose-expr): Use parentheses when
11253 there is a product in the denominator of a fraction.
11254
11255 2012-07-26 Eli Zaretskii <eliz@gnu.org>
11256
11257 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
11258 ($(lisp)/calendar/diary-loaddefs.el)
11259 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
11260 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
11261 Fixes failures in parallel bootstrap because subdirs.el is being
11262 rewritten while the autoload files are built at the same time,
11263 which needs to load subdirs.el.
11264
11265 2012-07-26 Martin Rudalics <rudalics@gmx.at>
11266
11267 * mouse.el (popup-menu): Fix doc-string and re-indent code.
11268 (mouse-drag-line): Don't exit tracking when a switch-frame or
11269 switch-window event occurs (Bug#12006).
11270
11271 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11272
11273 * mouse.el (popup-menu): Fix last change.
11274
11275 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11276
11277 Autoload from Lisp with more care. Follow aliases when looking for
11278 function properties.
11279 * subr.el (autoloadp): New function.
11280 (symbol-file): Use it.
11281 (function-get): New function.
11282 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
11283 autoload-do-load.
11284 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
11285 (lisp-indent-function):
11286 * emacs-lisp/gv.el (gv-get):
11287 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
11288 * emacs-lisp/byte-opt.el (byte-optimize-form):
11289 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
11290 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
11291 Use function-get.
11292 * emacs-lisp/cl.el: Don't propagate function properties any more.
11293
11294 * speedbar.el (speedbar-add-localized-speedbar-support):
11295 * emacs-lisp/disass.el (disassemble-internal):
11296 * desktop.el (desktop-load-file):
11297 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
11298 (describe-function-1):
11299 * emacs-lisp/find-func.el (find-function-noselect):
11300 * emacs-lisp/elp.el (elp-instrument-function):
11301 * emacs-lisp/advice.el (ad-has-proper-definition):
11302 * apropos.el (apropos-safe-documentation, apropos-macrop):
11303 * emacs-lisp/debug.el (debug-on-entry):
11304 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
11305 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
11306 * calc/calc.el (name): Use autoloadp & autoload-do-load.
11307
11308 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
11309
11310 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
11311 function, not an obsolete variable (Bug#12046).
11312
11313 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
11314
11315 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
11316
11317 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
11318
11319 * emacs-lisp/pp.el (pp-display-expression): Select old selected
11320 window only if it is still live (Bug#12034).
11321
11322 2012-07-25 Martin Rudalics <rudalics@gmx.at>
11323
11324 * subr.el (redirect-frame-focus): Add advertised calling
11325 convention (Bug#12030).
11326
11327 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
11328
11329 Prefer typical American spelling for "acknowledgment".
11330 * vc/add-log.el (change-log-acknowledgment): Rename from
11331 change-log-acknowledgement, with an alias for the old name.
11332
11333 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
11334
11335 * calc-alg.el (math-simplify-divide): Don't cross multiply
11336 in an equation when the lhs is a variable.
11337
11338 2012-07-24 Julien Danjou <julien@danjou.info>
11339
11340 * net/netrc.el (netrc-find-service-number, netrc-store-data):
11341 Remove, unused.
11342
11343 2012-07-23 Eli Zaretskii <eliz@gnu.org>
11344
11345 * startup.el (command-line): Don't display an empty user name in
11346 the error message about non-existent home directory, when
11347 init-file-user was set to an empty string. See
11348 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
11349 for the details and context.
11350
11351 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
11352
11353 * ses.el (ses-cell-formula-aset): New macro.
11354 (ses-cell-references-aset): New macro.
11355 (ses-cell-p): New function.
11356 (ses-rename-cell): Do no longer rely on complex operations like
11357 ses-cell-set-formula or ses-set-cell to change the cell and handle
11358 the undo at the same time, but rather use lower level new macros
11359 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
11360 the undo directly. Refresh the mode line.
11361
11362 2012-07-21 Leo Liu <sdl.web@gmail.com>
11363
11364 * progmodes/cc-cmds.el (c-defun-name):
11365 Use match-string-no-properties instead for consistency.
11366
11367 2012-07-20 Leo Liu <sdl.web@gmail.com>
11368
11369 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
11370 (Bug#7879)
11371
11372 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
11373
11374 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
11375
11376 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
11377 * progmodes/bug-reference.el, misearch.el: Provide themselves
11378 (bug#11915).
11379
11380 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
11381 of narrowed buffer (bug#11966).
11382
11383 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
11384
11385 * ses.el (ses-rename-cell): Set new name also in reference list of
11386 cells of which the renamed cell depends.
11387
11388 2012-07-20 Masatake YAMATO <yamato@redhat.com>
11389
11390 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
11391 to check whether menu-bar is shown or not. If not shown,
11392 show the menu-bar as a popup menu instead of using tmm.
11393 * mouse.el (popup-menu): Accept `point' as `position' argument.
11394
11395 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
11396
11397 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
11398 up inside string symbol literal (bug#11923).
11399
11400 2012-07-20 Eli Zaretskii <eliz@gnu.org>
11401
11402 * startup.el (fancy-startup-text): Read the whole tutorial, not
11403 just its first 256 bytes. Prevents gibberish in display of the
11404 tutorial title.
11405
11406 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
11407
11408 Drop idle buffer compaction due to an absence of the
11409 proved efficiency.
11410 * compact.el: Remove.
11411
11412 2012-07-19 Sam Steingold <sds@gnu.org>
11413
11414 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
11415 vc-bzr-pull & vc-bzr-merge-branch.
11416 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
11417 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
11418 for consistency with compilation-error-regexp-alist.
11419 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
11420 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
11421 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
11422 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
11423
11424 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11425
11426 * emacs-lisp/chart.el: Use lexical-binding.
11427 (chart-emacs-storage): Don't hardcode the list of entries.
11428
11429 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
11430
11431 Next round of tweaks caused by Fgarbage_collect changes.
11432 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
11433
11434 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
11435
11436 Compact buffers when idle.
11437 * compact.el: New file.
11438
11439 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11440
11441 * subr.el (eventp): Presume that if it looks vaguely like an event,
11442 it's an event (bug#10190).
11443
11444 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
11445
11446 Enhancements to ppss related code (thanks Stefan).
11447 * progmodes/python.el (python-indent-context)
11448 (python-indent-calculate-indentation, python-indent-dedent-line)
11449 (python-indent-electric-colon, python-nav-forward-block)
11450 (python-mode-abbrev-table)
11451 (python-info-assignment-continuation-line-p): Simplify checks
11452 for ppss context.
11453 (python-info-continuation-line-p): Cleanup.
11454 (python-info-ppss-context): Do not catch 'quote.
11455 (python-info-ppss-context-type)
11456 (python-info-ppss-comment-or-string-p): Simplify.
11457
11458 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
11459
11460 * progmodes/python.el: Enhancements to eldoc support.
11461 (python-info-current-symbol): New function.
11462 (python-eldoc-at-point): Use python-info-current-symbol.
11463 (python-info-current-defun): Fix cornercase on first defun scan.
11464 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
11465 and signal error when no inferior python process is available.
11466
11467 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
11468
11469 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
11470 assume it's always t.
11471 (vc-git-registered): Remove caching, the function is only called
11472 once.
11473 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
11474
11475 2012-07-18 Chong Yidong <cyd@gnu.org>
11476
11477 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
11478
11479 * simple.el (count-words): Report on narrowing (Bug#9959).
11480
11481 * bindings.el: Bind M-= to count-words.
11482
11483 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
11484
11485 2012-07-18 Masatake YAMATO <yamato@redhat.com>
11486
11487 * progmodes/sh-script.el (sh-imenu-generic-expression):
11488 Capture a function with `function' keyword and without parentheses
11489 like "function FOO" (bug#11856).
11490
11491 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
11492
11493 * window.el (split-window-sensibly): Make WINDOW argument
11494 optional.
11495
11496 2012-07-18 Chong Yidong <cyd@gnu.org>
11497
11498 * subr.el (keyboard-translate): Doc fix (Bug#7261).
11499
11500 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
11501 and make C-x 8 RET exit isearch (Bug#11439).
11502
11503 * international/iso-transl.el: Move isearch-mode-map key
11504 definitions to isearch.el.
11505
11506 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11507
11508 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
11509 (eieio-defclass): Use gv-define-setter when possible.
11510
11511 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
11512
11513 Reflect recent changes in Fgarbage_collect.
11514 * emacs-lisp/chart.el (chart-emacs-storage): Change to
11515 reflect new format of data returned by Fgarbage_collect.
11516
11517 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
11518
11519 New utility functions + python-info-ppss-context fix (Bug#11910).
11520 * progmodes/python.el (python-info-beginning-of-block-statement-p)
11521 (python-info-ppss-comment-or-string-p): New functions.
11522 (python-info-ppss-context): Small fix for string check.
11523
11524 2012-07-17 Juri Linkov <juri@jurta.org>
11525
11526 * dired-aux.el (dired-do-async-shell-command): Doc fix.
11527 (dired-do-async-shell-command): Don't add `*' at the end of the
11528 command (Bug#11815).
11529 (dired-do-shell-command): Doc fix.
11530 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
11531 Join the individual commands using either "&" or ";" as the
11532 separator depending on the values of these trailing characters.
11533 At the end re-add the trailing "&". (Bug#10598)
11534
11535 * simple.el (async-shell-command): Sync the interactive spec with
11536 `shell-command'. Doc fix.
11537 (shell-command): Doc fix.
11538
11539 2012-07-17 Juri Linkov <juri@jurta.org>
11540
11541 * descr-text.el (describe-char): Fix format args. (Bug#10129)
11542
11543 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
11544
11545 Final renames and doc fixes for movement commands (bug#11899).
11546 * progmodes/python.el (python-nav-beginning-of-statement):
11547 Rename from python-nav-statement-start.
11548 (python-nav-end-of-statement): Rename from
11549 python-nav-statement-end.
11550 (python-nav-beginning-of-block): Rename from
11551 python-nav-block-start.
11552 (python-nav-end-of-block): Rename from python-nav-block-end.
11553
11554 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
11555
11556 * progmodes/python.el (python-shell-send-string-no-output):
11557 Allow accept-process-output to quit, keeping shell process ready for
11558 future interactions (Bug#11868).
11559
11560 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11561
11562 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
11563
11564 * emacs-lisp/elint.el (elint-find-args-in-code):
11565 Use help-function-arglist, so as to handle lexical byte-code.
11566
11567 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
11568 change (bug#11826).
11569
11570 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11571
11572 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
11573 Avoid spuriously marking the buffer as modified because of c-is-sws.
11574
11575 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
11576 as not-a-comment (bug#11946).
11577
11578 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
11579 for uninterned vars.
11580
11581 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
11582 Use read-event since we don't really want to read chars but bytes.
11583
11584 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
11585 $$..$$ but also $..$ using regexps (bug#11953).
11586 Use tex-verbatim for \url and \path.
11587 (tex-font-lock-keywords): Define as defconst like the others.
11588 (tex-common-initialization): Don't use font-lock-syntax-table any more.
11589
11590 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
11591
11592 * international/mule-cmds.el (ucs-insert): Make it an obsolete
11593 alias for insert-char.
11594
11595 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
11596
11597 * progmodes/python.el: Simplified imenu implementation.
11598 (python-nav-jump-to-defun): Remove command.
11599 (python-mode-map): Use `imenu' instead.
11600 (python-nav-list-defun-positions-cache)
11601 (python-imenu-include-defun-type, python-imenu-make-tree)
11602 (python-imenu-subtree-root-label, python-imenu-index-alist):
11603 Remove vars.
11604 (python-nav-list-defun-positions, python-nav-read-defun)
11605 (python-imenu-tree-assoc, python-imenu-make-element-tree)
11606 (python-imenu-make-tree, python-imenu-create-index):
11607 Remove functions.
11608 (python-mode): Update to interact with imenu by setting
11609 `imenu-extract-index-name-function' only.
11610
11611 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
11612
11613 * progmodes/python.el: Enhancements to navigation commands.
11614 (python-nav-backward-sentence)
11615 (python-nav-forward-sentence): Remove.
11616 (python-nav-backward-statement, python-nav-forward-statement)
11617 (python-nav-statement-start, python-nav-statement-end)
11618 (python-nav-backward-block, python-nav-forward-block)
11619 (python-nav-block-start, python-nav-block-end)
11620 (python-nav-forward-sexp-function)
11621 (python-info-current-line-comment-p)
11622 (python-info-current-line-empty-p): New functions.
11623 (python-indent-context): Use `python-nav-statement-start'.
11624
11625 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
11626
11627 * eshell/em-ls.el (eshell/ls): Use `apply'.
11628
11629 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
11630 multi-hops, instead of Tramp internals.
11631
11632 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
11633
11634 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
11635 when F1 and F2 are located on different hosts.
11636
11637 2012-07-14 Chong Yidong <cyd@gnu.org>
11638
11639 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
11640 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
11641 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
11642 (xterm-mouse--read-event-sequence-1000)
11643 (xterm-mouse--read-event-sequence-1006): New functions. For old
11644 mouse protocol, handle M-mouse-X events correctly.
11645 (xterm-mouse-event): New arg specifying mouse protocol.
11646 (turn-on-xterm-mouse-tracking-on-terminal)
11647 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
11648 sequence to toggle extended coordinates on newer XTerms.
11649 This appears to be harmless on terminals which do not support this.
11650
11651 2012-07-14 Leo Liu <sdl.web@gmail.com>
11652
11653 Add fringe bitmap indicators for flymake. (Bug#11253)
11654 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
11655 (flymake-make-overlay): New arg BITMAP.
11656 (flymake-error-bitmap, flymake-warning-bitmap)
11657 (flymake-fringe-indicator-position): New user variables.
11658
11659 * fringe.el: New bitmap exclamation-mark.
11660
11661 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
11662
11663 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
11664 also (Bug#7879).
11665
11666 2012-07-14 Chong Yidong <cyd@gnu.org>
11667
11668 * electric.el (electric-pair-post-self-insert-function): Fix pair
11669 insertion in empty-region case (Bug#11520).
11670
11671 2012-07-14 Chong Yidong <cyd@gnu.org>
11672
11673 * bindings.el: Consolidate ctl-x-r-map bindings.
11674 Bind copy-rectangle-as-kill to C-x r w.
11675
11676 * rect.el, register.el: Move bindings to bindings.el.
11677
11678 2012-07-14 Reuben Thomas <rrt@sc3d.org>
11679
11680 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
11681
11682 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
11683
11684 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
11685
11686 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
11687
11688 * bindings.el (top): Use `mapc' instead of `mapcar'.
11689
11690 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
11691
11692 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
11693
11694 * progmodes/sql.el (sql-comint): Suppress the check for program on
11695 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
11696 (Bug#11908)
11697
11698 2012-07-13 Chong Yidong <cyd@gnu.org>
11699
11700 * bindings.el: Assign a non-nil permanent-local property to
11701 per-buffer variables which lack a default value (Bug#11930).
11702
11703 * help-fns.el (describe-variable): In the "automatically becomes
11704 local" notice, take note of permanent-local variables.
11705
11706 2012-07-13 Chong Yidong <cyd@gnu.org>
11707
11708 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
11709 to allow printing the message when called from Lisp.
11710
11711 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11712 Remove toggle-read-only.
11713
11714 * bs.el (bs-toggle-readonly):
11715 * buff-menu.el (Buffer-menu-toggle-read-only):
11716 Remove with-no-warnings around toggle-read-only.
11717
11718 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
11719 Remove with-no-warnings around toggle-read-only.
11720 (ffap-read-only, ffap-read-only-other-window)
11721 (ffap-read-only-other-frame): Callers changed.
11722
11723 * help-mode.el: Don't require view package.
11724 (help-mode-finish): Set buffer-read-only instead of calling
11725 toggle-read-only.
11726
11727 * bindings.el (mode-line-toggle-read-only):
11728 * dired.el (dired-toggle-read-only):
11729 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
11730 with non-nil second arg.
11731
11732 * emacs-lisp/eieio-custom.el (eieio-customize-object):
11733 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
11734 directly.
11735
11736 2012-07-12 Eli Zaretskii <eliz@gnu.org>
11737
11738 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
11739 not incf.
11740
11741 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11742
11743 More CL cleanups and reduction of use of cl.el.
11744 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
11745 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
11746 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
11747 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
11748 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
11749 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
11750 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
11751 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
11752 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
11753 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
11754 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
11755 * eshell/em-cmpl.el, eshell/em-banner.el:
11756 * calendar/parse-time.el: Use cl-lib.
11757 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
11758 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
11759 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
11760 * term/ns-win.el, term.el, shell.el, ps-samp.el:
11761 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
11762 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
11763 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
11764 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
11765 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
11766 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
11767 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
11768 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
11769 `lambda' rather than with `quote'.
11770 (eshell-do-opt): Adjust accordingly.
11771 (eshell-process-option): Simplify.
11772 * eshell/esh-var.el:
11773 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
11774 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
11775 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
11776 to `pcase--dontcare'.
11777 * emacs-lisp/cl.el (labels): Mark obsolete.
11778 (cl--letf, letf): Move to cl-lib.
11779 (cl--letf*, letf*): Remove.
11780 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
11781 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
11782 (cl-progv): Rewrite.
11783 (cl--letf, cl-letf): Move from cl.el.
11784 (cl-letf*): New macro.
11785 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
11786
11787 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
11788
11789 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
11790
11791 2012-07-11 Chong Yidong <cyd@gnu.org>
11792
11793 * vc/log-edit.el (log-edit-vc-backend): New variable.
11794 (log-edit): Doc fix.
11795
11796 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
11797 argument of log-edit to set up all local variables.
11798 (vc-start-logentry): New optional arg specifying VC backend.
11799
11800 * vc/vc.el (vc-checkin): Use it.
11801 (vc-deduce-fileset): Handle Log Edit buffers.
11802 (vc-diff): Make first argument optional too.
11803
11804 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
11805
11806 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
11807
11808 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
11809 command, just in case. The function is not needed anymore.
11810 (eshell-external-command): Do not call `eshell-remote-command'.
11811
11812 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
11813
11814 Reduce use of (require 'cl).
11815 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
11816 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
11817 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
11818 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
11819 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
11820 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
11821 * battery.el, avoid.el, abbrev.el: Use cl-lib.
11822 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
11823 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
11824 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
11825 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
11826 * calculator.el, autorevert.el, apropos.el: Don't require CL.
11827 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
11828 (byte-compile-unfold-bcf, byte-compile-check-variable):
11829 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
11830 (byte-compile-nilconstp):
11831 * emacs-lisp/autoload.el (make-autoload): Use pcase.
11832 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
11833
11834 * emacs-lisp/gv.el (cond): Make it a valid place.
11835 (if): Simplify slightly.
11836
11837 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
11838 (pcase--self-quoting-p): New function.
11839 (pcase--u1): Use it.
11840
11841 2012-07-10 Glenn Morris <rgm@gnu.org>
11842
11843 * emacs-lisp/authors.el (authors-fixed-entries):
11844 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
11845
11846 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
11847
11848 Rename configure.in to configure.ac (Bug#11603).
11849 * emacs-lisp/authors.el (authors-canonical-file-name):
11850 * progmodes/autoconf.el (autoconf-mode):
11851 Prefer configure.ac to configure.in.
11852
11853 2012-07-08 Chong Yidong <cyd@gnu.org>
11854
11855 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
11856 Implement the mouse-1-click-follows-link handling properly.
11857
11858 * info.el (Info-link-keymap): Use follow-link mechanism for
11859 header-line links (Bug#374).
11860
11861 * simple.el (deactivate-mark): Do not set the primary selection
11862 if another program has acquired it (Bug#11772).
11863
11864 2012-07-07 Kevin Ryde <user42@zip.com.au>
11865
11866 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
11867 (woman-decode-region): Replace escaped-escapes without destroying
11868 bold or underline (Bug#11552).
11869 (woman2-process-escapes): Handle nofill regions (Bug#11591).
11870
11871 2012-07-07 Chong Yidong <cyd@gnu.org>
11872
11873 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
11874 (interprogram-cut-function, interprogram-paste-function):
11875 Mention that we typically mean the clipboard.
11876
11877 2012-07-06 Glenn Morris <rgm@gnu.org>
11878
11879 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
11880
11881 * files.el (toggle-read-only): Restrict message to interactive use.
11882
11883 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
11884
11885 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
11886
11887 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
11888
11889 2012-07-06 Glenn Morris <rgm@gnu.org>
11890
11891 * Makefile.in (compile-one-process): Rename from "recompile".
11892
11893 * Makefile.in (bzr-update): "compile" is the same as "recompile
11894 autoloads", but parallelizable, so use that instead.
11895
11896 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
11897
11898 * window.el (quit-window): Always restore window height when
11899 it's saved in quit-restore parameter (Bug#11810).
11900
11901 2012-07-06 Glenn Morris <rgm@gnu.org>
11902
11903 * simple.el (kill-whole-line): Doc tweak.
11904
11905 2012-07-06 Eli Zaretskii <eliz@gnu.org>
11906
11907 * files.el (file-relative-name): Compare file names
11908 case-insensitively if on MS-Windows or MS-DOS, or if
11909 read-file-name-completion-ignore-case is non-nil. Don't use
11910 case-fold-search for this purpose. (Bug#11827)
11911
11912 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
11913
11914 * calendar/cal-dst.el (calendar-current-time-zone):
11915 Return calendar-current-time-zone-cache if non-nil.
11916
11917 2012-07-17 Masatake YAMATO <yamato@redhat.com>
11918 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
11919
11920 * calendar/cal-dst.el (calendar-current-time-zone):
11921 Return calendar-current-time-zone-cache if non-nil.
11922
11923 2012-07-06 Glenn Morris <rgm@gnu.org>
11924
11925 * Makefile.in (cvs-update): Remove old alias.
11926
11927 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
11928
11929 Sync with Tramp 2.2.6-pre.
11930
11931 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
11932 compatible declaration.
11933
11934 * net/tramp-cmds.el (tramp-append-tramp-buffers):
11935 Protect `list-load-path-shadows' call.
11936
11937 * net/tramp-compat.el (top): Require packages, which aren't
11938 autoloaded anymore for XEmacs. Protect call of
11939 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
11940 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
11941 it hurts at least for SXEmacs.
11942 (tramp-compat-temporary-file-directory): In XEmacs, there is no
11943 standard-value for `temporary-file-directory'.
11944
11945 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
11946 Redirect stderr to /dev/null.
11947 (tramp-sh-handle-write-region): uid and gid can be floats.
11948 Reported by Russell Sim <russell.sim@gmail.com>.
11949 (tramp-sh-handle-vc-registered): Hide errors.
11950 (tramp-vc-file-name-handler): Use dummy results for `process-file'
11951 and `start-file-process'.
11952 (tramp-maybe-open-connection): Check also whether `non-essential'
11953 is bound.
11954
11955 2012-07-04 Chong Yidong <cyd@gnu.org>
11956
11957 * xml.el (xml--parse-buffer): Use xml-syntax-table.
11958 (xml-parse-tag): Likewise, and avoid changing entity tables.
11959 (xml-syntax-table): Define from scratch, making sure not to give
11960 x2000 and other Unicode spaces whitespace syntax, since those are
11961 not spaces in XML.
11962 (xml-parse-fragment): Delete unused function.
11963 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
11964 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
11965 (xml-entity-ref, xml-pe-reference-re)
11966 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
11967 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
11968 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
11969 (xml-entity-value-re): Use syntax references in regexps where
11970 possible; no need to define inside a let-binding.
11971 (xml-parse-dtd): Use xml-pe-reference-re.
11972 (xml-entity-or-char-ref-re): New defconst.
11973 (xml-parse-string, xml-substitute-special): Use it.
11974
11975 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11976
11977 * files.el (locate-dominating-file): Allow `name' to be a predicate.
11978 (find-file--read-only): New function.
11979 (find-file-read-only, find-file-read-only-other-window)
11980 (find-file-read-only-other-frame): Use it.
11981 (insert-file-contents-literally): Don't `fset'.
11982 (get-free-disk-space): Use locate-dominating-file.
11983
11984 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
11985 function is already compiled.
11986
11987 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
11988
11989 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
11990
11991 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
11992 files on the same host.
11993
11994 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
11995
11996 * help-fns.el (describe-function-1): Only call
11997 help-fns--autoloaded-p when we have a file name. (Bug#11848)
11998
11999 2012-07-03 Chong Yidong <cyd@gnu.org>
12000
12001 * xml.el: Protect parser against XML bombs.
12002 (xml-entity-expansion-limit): New variable.
12003 (xml-parse-string, xml-substitute-special): Use it.
12004 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
12005
12006 2012-07-03 Glenn Morris <rgm@gnu.org>
12007
12008 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12009 Allow linking to specific messages in debbugs reports (eg 123#5).
12010
12011 2012-07-02 Chong Yidong <cyd@gnu.org>
12012
12013 * xml.el: Fix entity and character reference expansion, allowing
12014 them to expand into markup as per XML spec.
12015 (xml-default-ns): New variable.
12016 (xml-entity-alist): Use XML spec definitions for lt and amp.
12017 (xml-parse-region): Make first two arguments optional.
12018 Discard text properties.
12019 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
12020 All callers changed.
12021 (xml-parse-tag): Call xml-parse-tag-1. For backward
12022 compatibility, this function should not modify buffer contents.
12023 (xml-parse-tag-1): Fix opening-tag regexp.
12024 (xml-parse-string): Rewrite, handling entity and character
12025 references properly.
12026 (xml--entity-replacement-text): Signal an error if a parameter
12027 entity is undefined.
12028
12029 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12030
12031 * comint.el (comint-output-filter): Filter out repeated prompts.
12032
12033 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
12034 and file-name-absolute-p.
12035 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
12036 internal calls.
12037
12038 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
12039
12040 Spelling fixes.
12041 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
12042 Rename from byte-compile--refiy-function. All uses changed.
12043
12044 2012-07-01 Chong Yidong <cyd@gnu.org>
12045
12046 * xml.el (xml--parse-buffer): New function. Move most of
12047 xml-parse-region here.
12048 (xml-parse-region): Copy region into a temporary buffer, since
12049 parameter entity substitution requires changing buffer contents.
12050 Use xml--parse-buffer.
12051 (xml-parse-file): Use xml--parse-buffer.
12052 (xml-parse-dtd): Make parameter entity substitution work right.
12053 Use proper regexps for ELEMENT declarations (Bug#7172).
12054
12055 2012-06-30 Glenn Morris <rgm@gnu.org>
12056
12057 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
12058
12059 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
12060 Remove outdated and unnecessary dbus declarations.
12061
12062 2012-06-30 Eli Zaretskii <eliz@gnu.org>
12063
12064 * emacs-lisp/timer.el (timer-until): Subtract results of
12065 float-time, instead of taking float-time of the result of
12066 time-subtract, since float-time signals an error for negative time
12067 arguments.
12068
12069 2012-06-30 Chong Yidong <cyd@gnu.org>
12070
12071 * xml.el (xml-*-re): Convert defvars into defconsts, and
12072 eval-and-compile them so eval-and-compile works on derivatives.
12073 (xml--entity-replacement-text): Use eval-and-comple.
12074
12075 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
12076
12077 * vc/vc-git.el (vc-git-registered): Use cache property
12078 `git-registered'.
12079 (vc-git-mode-line-string): Call `vc-working-revision' instead of
12080 `vc-git-working-revision' in order to benefit from the cache.
12081 (vc-git-root): Use cache property `git-root'. (Bug#11757)
12082
12083 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
12084
12085 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
12086 removed (likely outside Emacs). (Bug#11757)
12087
12088 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
12089
12090 * emacs-lisp/cl-lib.el: Require macroexp.
12091
12092 2012-06-30 Chong Yidong <cyd@gnu.org>
12093
12094 * xml.el: Implement XML parameter entities.
12095 (xml-parameter-entity-alist): New variable.
12096 (xml-parse-region, xml-parse-fragment): Preserve previous values
12097 of xml-entity-alist and xml-parameter-entity-alist, so that
12098 repeated calls on different documents do not change them.
12099 (xml-parse-tag): Fix doctype regexp.
12100 (xml--entity-replacement-text): New function.
12101 (xml-parse-dtd): Use it. Don't handle system entities; doing that
12102 properly requires url retrieval which is unimplemented.
12103 (xml-escape-string): Doc fix.
12104
12105 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
12106
12107 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
12108
12109 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
12110
12111 * fringe.el (fringe-mode): Doc fix.
12112
12113 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
12114
12115 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
12116 is non-nil.
12117 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
12118 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
12119
12120 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
12121
12122 * calendar/cal-dst.el (calendar-current-time-zone):
12123 Return calendar-current-time-zone-cache if non-nil.
12124
12125 2012-06-29 Masatake YAMATO <yamato@redhat.com>
12126
12127 * progmodes/which-func.el (which-func-format):
12128 Add mouse-face. (Bug#11698)
12129
12130 2012-06-29 Leo Liu <sdl.web@gmail.com>
12131
12132 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
12133
12134 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12135
12136 * minibuffer.el (minibuffer-confirm-exit-commands):
12137 Add completion-at-point (bug#11725).
12138
12139 2012-06-29 Glenn Morris <rgm@gnu.org>
12140
12141 * progmodes/f90.el (f90-font-lock-keywords-2):
12142 Add some preprocessor elements. (Bug#10499)
12143
12144 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12145
12146 * progmodes/cperl-mode.el (cperl-update-syntaxification):
12147 Use syntax-propertize (bug#11739).
12148
12149 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
12150
12151 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
12152
12153 2012-06-28 Julien Danjou <julien@danjou.info>
12154
12155 * term.el (term-handle-colors-array): Use a set of new faces to
12156 color the terminal. Also uses :inverse-video property.
12157 (term-default-fg-color): Set to nil by default, deprecate in favor
12158 of `term-face'.
12159 (term-default-bg-color): Set to nil by default, deprecate in favor
12160 of `term-face'.
12161 (term-current-face): Use `term-face' by default.
12162 (term-bold-attribute): Variable deleted.
12163
12164 2012-06-28 Glenn Morris <rgm@gnu.org>
12165
12166 * simple.el (completion-list-mode-finish):
12167 Don't use toggle-read-only. (Since completion-list-mode has
12168 a special mode-class, it wasn't doing anything extra anyway.)
12169
12170 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
12171
12172 Make inlining of other-mode interpreted functions work (bug#11799).
12173 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
12174 (byte-compile): Use it to fix compilation of lexical-binding closures.
12175 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
12176 function, if needed.
12177
12178 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12179
12180 * help-mode.el (help-make-xrefs): Don't just withstand
12181 cyclic-variable-indirection but any error in documentation-property.
12182
12183 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
12184 memory use.
12185 * bindings.el (bindings--define-key): New function.
12186 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
12187 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
12188 * bindings.el: Use it to purecopy define-key bindings.
12189
12190 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
12191
12192 * emacs-lisp/cl.el (flet): Mark obsolete.
12193 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
12194 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
12195 * progmodes/js.el (js-c-fill-paragraph):
12196 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
12197 (ebrowse-switch-member-buffer-to-derived-class):
12198 * play/5x5.el (5x5-solver): Use cl-flet.
12199
12200 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
12201 (cl--symbol-function): New macro.
12202 (cl--letf, cl--letf*): Use it.
12203
12204 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
12205 Strip "toggle-" if any.
12206
12207 2012-06-27 Glenn Morris <rgm@gnu.org>
12208
12209 * info.el (Info-default-directory-list): Move here from paths.el.
12210 * paths.el: Remove file, which is now empty.
12211 * loadup.el: No longer load "paths".
12212
12213 * custom.el (custom-initialize-delay): Doc fix.
12214
12215 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
12216 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
12217 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
12218 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
12219 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
12220 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
12221 * eshell/eshell.el (eshell-defgroup): Remove alias.
12222
12223 2012-06-27 Chong Yidong <cyd@gnu.org>
12224
12225 * help.el (help-enable-auto-load): New variable.
12226
12227 * help-fns.el (help-fns--autoloaded-p): New function.
12228 (describe-function-1): Refer to a function as "autoloaded" if it
12229 was autoloaded at any time in the past. Perform autoloading if
12230 help-enable-auto-load is non-nil.
12231
12232 2012-06-26 Eli Zaretskii <eliz@gnu.org>
12233
12234 * makefile.w32-in (compile, compile-always): Depend on
12235 update-subdirs, not on subdirs.el. Otherwise, several different
12236 sub-targets of 'bootstrap' running in parallel could
12237 simultaneously write to subdirs.el, producing a garbled file.
12238
12239 2012-06-26 Sam Steingold <sds@gnu.org>
12240
12241 * files.el (file-name-base): New convenience function.
12242 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
12243 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
12244 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
12245 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
12246 * textmodes/ispell.el, textmodes/reftex-ref.el:
12247 * textmodes/tex-mode.el: Use it.
12248 Did not touch cedet and org because they are maintained elsewhere.
12249
12250 2012-06-26 Martin Rudalics <rudalics@gmx.at>
12251
12252 * calendar/calendar.el (calendar-exit): Don't try to delete or
12253 iconify last frame. See:
12254 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
12255
12256 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
12257
12258 * server.el (server-process-filter): Remember dir in the
12259 process's `server-client-directory' properties.
12260
12261 2012-06-24 Chong Yidong <cyd@gnu.org>
12262
12263 * xml.el (xml-parse-tag): Correctly handle comment embedded in
12264 non-tag text.
12265
12266 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
12267
12268 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
12269
12270 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12271
12272 * help-fns.el (describe-variable): Don't croak when doc is not found.
12273 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
12274 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
12275 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
12276 * emacs-lisp/smie.el (smie-next-sexp): CSE.
12277 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
12278 ((lambda ..) ..).
12279 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
12280
12281 2012-06-23 Chong Yidong <cyd@gnu.org>
12282
12283 * info.el (Info-mouse-follow-link): Accept symbol values of
12284 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
12285 (Info-fontify-node): Use Info-link-keymap for all navigation
12286 buttons, with link-args property to perform the desired action.
12287 (Info-link-keymap): Doc fix.
12288 (Info-next-link-keymap, Info-prev-link-keymap)
12289 (Info-up-link-keymap): Delete now-unused keymaps.
12290
12291 2012-06-23 Chong Yidong <cyd@gnu.org>
12292
12293 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
12294
12295 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
12296 system abbrevs.
12297
12298 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
12299
12300 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12301
12302 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
12303 (bug#11719).
12304
12305 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
12306 the requote function doesn't work properly (bug#11714).
12307
12308 2012-06-23 Glenn Morris <rgm@gnu.org>
12309
12310 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
12311
12312 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12313
12314 Further GV/CL cleanups.
12315 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
12316 gv-expander.
12317 (gv--defun-declaration): New function.
12318 (defun-declarations-alist): Use it.
12319 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
12320 (gv-place): Autoload.
12321 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
12322 original definition of dotimes and dolist.
12323 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
12324 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
12325 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
12326 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
12327 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
12328 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
12329 to the function's definition.
12330 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
12331 * window.el:
12332 * files.el:
12333 * faces.el:
12334 * env.el: Don't use CL.
12335
12336 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
12337
12338 Support higher-resolution time stamps (Bug#9000).
12339
12340 * calendar/time-date.el (with-decoded-time-value): New arg
12341 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
12342 (encode-time-value): New optional arg PICO. New type 3.
12343 (time-to-seconds) [!float-time]: Support the new picoseconds
12344 component if it's used.
12345 (seconds-to-time, time-subtract, time-add):
12346 Support ps-resolution time stamps as well.
12347
12348 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
12349 (timerp): Timer vectors now have length 9, not 8.
12350 (timer--time): Support new-style (4-part) time stamps.
12351 (timer-next-integral-multiple-of-time): Time stamps now have
12352 picosecond resolution, so take a bit more care about rounding.
12353 (timer-relative-time, timer-inc-time): New optional arg psecs.
12354 (timer-set-time-with-usecs): Set psecs to 0.
12355 (timer--activate): Check psecs component, too.
12356
12357 * proced.el (proced-time-lessp): Support ps-resolution stamps.
12358
12359 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12360
12361 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
12362 Move the non-essential binding to the post/pre-command-hook where it is
12363 more obviously correct.
12364
12365 * subr.el (read-passwd): Don't use a history at all.
12366 * savehist.el (savehist-save): Remove password saved accidentally
12367 because of the above bug.
12368
12369 2012-06-22 Bastien Guerry <bzg@gnu.org>
12370
12371 * files.el (toggle-read-only): Display a message telling whether
12372 the buffer is read-only or not (bug#11726).
12373
12374 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12375
12376 * emacs-lisp/gv.el: New file.
12377 * subr.el (push, pop): Extend to generalized variables.
12378 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
12379 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
12380 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
12381 gv-define-simple-setter, and gv-define-expander.
12382 Remove setf-methods defined in gv. Rename cl-setf -> setf.
12383 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
12384 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
12385 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
12386 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
12387 gv-letplace.
12388 (cl-defstruct): Don't define setf-method any more.
12389 * emacs-lisp/cl.el (flet): Don't autoload.
12390 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
12391 (define-setf-expander, defsetf, define-modify-macro)
12392 (cl-struct-setf-expander): Move from cl-lib.el.
12393 * emacs-lisp/syntax.el:
12394 * emacs-lisp/ewoc.el:
12395 * emacs-lisp/smie.el:
12396 * emacs-lisp/cconv.el:
12397 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
12398 (timer--time): Use gv-define-simple-setter.
12399 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
12400 to avoid coding-system problems in subr.el. Adjust all users.
12401 (macroexp--maxsize, macroexp-small-p): New functions.
12402 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
12403 * scroll-bar.el (scroll-bar-mode):
12404 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
12405 (normal-erase-is-backspace-mode): Don't use the `eq' place.
12406 * winner.el (winner-configuration, winner-make-point-alist)
12407 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
12408 * files.el (locate-file-completion-table): Avoid list*.
12409
12410 2012-06-22 Chong Yidong <cyd@gnu.org>
12411
12412 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
12413 (dired-create-files): Doc fix (Bug#11329).
12414 (dired-do-copy): Doc fix (Bug#11334).
12415 (dired-mark-read-string): Doc fix (Bug#11553).
12416
12417 * dired.el (dired-recursive-copies, dired-recursive-deletes):
12418 Doc fix (Bug#11326).
12419 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
12420 (dired-dwim-target): Doc fix.
12421
12422 * wdired.el (wdired-mode): Doc fix.
12423
12424 2012-06-22 Glenn Morris <rgm@gnu.org>
12425
12426 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
12427 (pcmpl-rpm-cache-stamp-file): New constant.
12428 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
12429 (pcmpl-rpm-packages): Optionally cache list of packages.
12430
12431 * pcmpl-rpm.el (pcmpl-rpm): New group.
12432 (pcmpl-rpm-query-options): New option.
12433 (pcmpl-rpm-packages): No need to inline it.
12434 Use pcmpl-rpm-query-options.
12435
12436 * calendar/calendar.el (calendar-in-read-only-buffer):
12437 Avoid some needless mode changes.
12438
12439 2012-06-21 Chong Yidong <cyd@gnu.org>
12440
12441 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
12442 (desktop-path): Remove . from the default value (Bug#10977).
12443 (desktop-read): Use user-emacs-directory if desktop-path is nil.
12444
12445 2012-06-20 Chong Yidong <cyd@gnu.org>
12446
12447 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
12448
12449 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
12450
12451 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
12452 (bug#11201).
12453
12454 2012-06-20 Chong Yidong <cyd@gnu.org>
12455
12456 * term.el (term-window-width): Handle the case of a missing right
12457 fringe (Bug#8837).
12458 (term-check-size): Use window-text-height (Bug#5445).
12459 (term-mode): Use define-derived-mode. Minor cleanups.
12460 Set font-lock-defaults (Bug#7692).
12461 (term-move-columns, term-insert-char, term-emulate-terminal)
12462 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
12463
12464 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
12465
12466 * net/ange-ftp.el (ange-ftp-get-passwd):
12467 Bind `enable-recursive-minibuffers'.
12468 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
12469
12470 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
12471
12472 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
12473
12474 2012-06-19 Glenn Morris <rgm@gnu.org>
12475
12476 * progmodes/python.el (python-mode): Derive from prog-mode.
12477
12478 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
12479
12480 * emulation/edt.el (edt-default-menu-bar-update-buffers)
12481 (edt-user-menu-bar-update-buffers): New functions.
12482 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
12483
12484 2012-06-19 Chong Yidong <cyd@gnu.org>
12485
12486 * subr.el (with-selected-window): Preserve the selected window's
12487 terminal's top-frame (Bug#4702).
12488
12489 * window.el (save-selected-window): Likewise.
12490
12491 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12492
12493 * progmodes/python.el (python-rx-constituents): Move backquote.
12494 (python-skeleton-define, python-define-auxiliary-skeleton):
12495 Use `declare'.
12496
12497 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
12498
12499 * minibuffer.el (read-file-name-default): Revert the patch from
12500 2012-06-17.
12501
12502 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12503
12504 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
12505 (pcase--u1, pcase--q1): Don't use apply-partially.
12506
12507 2012-06-18 Glenn Morris <rgm@gnu.org>
12508
12509 * progmodes/python.el (python-proc, python-buffer)
12510 (python-send-receive, python-send-string): Fix obsolete versions.
12511
12512 2012-06-18 Martin Rudalics <rudalics@gmx.at>
12513
12514 * window.el (special-display-p): Completely remove stringp
12515 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
12516
12517 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
12518
12519 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
12520
12521 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
12522
12523 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
12524 * net/tramp-sh.el (tramp-maybe-open-connection):
12525 Throw if `non-essential' is non-nil.
12526
12527 2012-06-17 Martin Rudalics <rudalics@gmx.at>
12528
12529 * window.el (special-display-p): Signal an error if BUFFER-NAME
12530 is not a string (Bug#11713).
12531
12532 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
12533
12534 * progmodes/python.el (python-info-beginning-of-backslash):
12535 Rename from python-info-beginning-of-backlash, as a spelling fix.
12536
12537 2012-06-17 Chong Yidong <cyd@gnu.org>
12538
12539 * term.el (term-emulate-terminal): If term-check-size is called,
12540 move point to the process mark without resetting point (Bug#4635).
12541
12542 2012-06-17 Glenn Morris <rgm@gnu.org>
12543
12544 * international/mule-cmds.el (mule-menu-keymap)
12545 (set-language-environment, set-locale-environment): Doc tweaks.
12546
12547 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
12548
12549 * cus-face.el (custom-face-attributes): Add wave-style underline
12550 attribute.
12551 * faces.el (set-face-attribute): Update docstring to describe
12552 wave-style underline attribute.
12553
12554 2012-06-16 Chong Yidong <cyd@gnu.org>
12555
12556 * term/xterm.el (terminal-init-xterm): Discard input before
12557 querying background mode (Bug#10959).
12558
12559 2012-06-16 Stefan Merten <smerten@oekonux.de>
12560
12561 * textmodes/rst.el: Added and corrected some comments.
12562 (rst-re-alist-def): Improve symbol syntax.
12563 (rst-mode-syntax-table): Correct syntax entries.
12564 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
12565 (rst-official-version, rst-official-cvs-rev): Update version
12566 information.
12567
12568 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
12569
12570 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
12571 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
12572
12573 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
12574
12575 * progmodes/python.el: New python.el merge.
12576 (python-guess-indent): Obsolete var.
12577 (python-indent-guess-indent-offset): New defcustom.
12578 (python-indent): Obsolete var.
12579 (python-indent-offset): New defcustom.
12580 (python-python-command, python-jython-command): Delete var.
12581 (python-shell-interpreter): New defcustom.
12582 (python-pdbtrack-do-tracking-p): Delete var.
12583 (python-pdbtrack-activate): New defcustom.
12584 (python-use-skeletons): Obsolete var.
12585 (python-skeleton-autoinsert): New defcustom.
12586 (inferior-python-filter-regexp, python-continuation-offset)
12587 (python-honour-comment-indentation, python-indent-string-contents)
12588 (python-jython-packages, python-mode-hook)
12589 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
12590 (python-shell-prompt-alist)
12591 (python-source-modes): Delete defcustoms.
12592 (python-check-buffer-name, python-eldoc-setup-code)
12593 (python-eldoc-string-code, python-ffap-setup-code)
12594 (python-ffap-string-code, python-fill-comment-function)
12595 (python-fill-decorator-function, python-fill-paren-function)
12596 (python-fill-string-function, python-imenu-include-defun-type)
12597 (python-imenu-make-tree, python-imenu-subtree-root-label)
12598 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
12599 (python-shell-compilation-regexp-alist)
12600 (python-shell-completion-module-string-code)
12601 (python-shell-completion-pdb-string-code)
12602 (python-shell-completion-setup-code)
12603 (python-shell-completion-string-code)
12604 (python-shell-enable-font-lock, python-shell-exec-path)
12605 (python-shell-extra-pythonpaths)
12606 (python-shell-internal-buffer-name, python-shell-interpreter-args)
12607 (python-shell-process-environment)
12608 (python-shell-prompt-block-regexp)
12609 (python-shell-prompt-output-regexp)
12610 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
12611 (python-shell-send-setup-max-wait, python-shell-setup-codes)
12612 (python-shell-virtualenv-path): New defcustoms.
12613 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
12614 (inferior-python-mode-syntax-table, python--prompt-regexp)
12615 (python-buffer, python-command python-python-command)
12616 (python-default-template, python-imports, python-indent-index)
12617 (python-indent-list, python-indent-list-length)
12618 (python-mode-running, python-pdbtrack-is-tracking-p)
12619 (python-preoutput-continuation, python-preoutput-leftover)
12620 (python-preoutput-result, python-preoutput-skip-next-prompt)
12621 (python-prev-dir/file, python-recursing)
12622 (python-saved-check-command, python-version-checked)
12623 (python-which-func-length-limit)
12624 (view-return-to-alist): Delete vars.
12625 (python-check-custom-command, python-dotty-syntax-table)
12626 (python-imenu-index-alist, python-indent-current-level)
12627 (python-indent-dedenters, python-indent-levels)
12628 (python-nav-beginning-of-defun-regexp)
12629 (python-nav-list-defun-positions-cache)
12630 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
12631 (python-shell-internal-buffer)
12632 (python-skeleton-available): New vars.
12633 (def-python-skeleton): Delete macro.
12634 (python-skeleton-define): New macro.
12635 (python-define-auxiliary-skeleton, python-rx): New macros.
12636 (python-insert-class): Delete command.
12637 (python-skeleton-class): New command.
12638 (python-insert-def): Delete command.
12639 (python-skeleton-def): New command.
12640 (python-insert-for): Delete command.
12641 (python-skeleton-for): New command.
12642 (python-insert-if): Delete command.
12643 (python-skeleton-if): New command.
12644 (python-insert-try/except, python-insert-try/finally): Delete commands.
12645 (python-skeleton-try): New command.
12646 (python-insert-while): Delete command.
12647 (python-skeleton-while): New command.
12648 (python-backspace): Delete command.
12649 (python-indent-dedent-line-backspace): New command.
12650 (python-electric-colon): Delete command.
12651 (python-indent-electric-colon): New command.
12652 (python-guess-indent): Delete command.
12653 (python-indent-guess-indent-offset): New command.
12654 (python-shift-left): Delete command.
12655 (python-indent-shift-left): New command.
12656 (python-shift-right): Delete command.
12657 (python-indent-shift-right): New command.
12658 (python-find-function): Delete command.
12659 (python-nav-jump-to-defun): New command.
12660 (python-next-statement): Delete command.
12661 (python-nav-forward-sentence): New command.
12662 (python-previous-statement): Delete command.
12663 (python-nav-backward-sentence): New command.
12664 (python-fill-paragraph): Delete command.
12665 (python-fill-paragraph-function): New command.
12666 (python-send-buffer): Delete command.
12667 (python-shell-send-buffer): New command.
12668 (python-send-defun): Delete command.
12669 (python-shell-send-defun): New command.
12670 (python-send-region, python-send-region-and-go): Delete commands.
12671 (python-shell-send-region)
12672 (python-shell-switch-to-shell): New commands.
12673 (python-send-string): Delete command.
12674 (python-shell-send-string): New command.
12675 (python-switch-to-python): Delete command.
12676 (python-shell-switch-to-shell): New command.
12677 (python-describe-symbol): Delete command.
12678 (python-eldoc-at-point): New command.
12679 (python--set-prompt-regexp, python-args-to-list)
12680 (python-after-info-look, python-check-version)
12681 (python-check-comint-prompt, python-find-imports)
12682 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
12683 (python-unload-function, python-expand-template)
12684 (python-maybe-jython, python-preoutput-filter)
12685 (python-pdbtrack-get-source-buffer)
12686 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
12687 (python-pdbtrack-toggle-stack-tracking)
12688 (python-pdbtrack-track-stack-file, python-initial-text)
12689 (python-first-word, python-comment-line-p, python-send-command)
12690 (python-setup-brm, python-sentinel, python-set-proc)
12691 (python-skip-out, python-input-filter, python-outdent-p)
12692 (python-outline-level, python-backslash-continuation-line-p)
12693 (python-end-of-block, python-end-of-statement, python-mark-block)
12694 (python-beginning-of-block, python-beginning-of-statement)
12695 (python-blank-line-p, python-beginning-of-string)
12696 (python-open-block-statement-p): Delete functions.
12697 (python-indent-line, python-indent-line-1): Delete functions.
12698 (python-indent-line): New function.
12699 (python-indentation-levels): Delete function.
12700 (python-indent-calculate-levels): New function.
12701 (python-proc): Delete function.
12702 (python-shell-get-process): New function.
12703 (python-send-receive): Delete function.
12704 (python-shell-send-string-no-output): New function.
12705 (python-module-path): Delete function.
12706 (python-ffap-module-path): New function.
12707 (python-completion-at-point)
12708 (python-symbol-completions): Delete functions.
12709 (python-completion-complete-at-point): New function.
12710 (python-load-file): Delete function.
12711 (python-shell-send-file): New function.
12712 (python-calculate-indentation): Delete function.
12713 (python-indent-calculate-indentation): New function.
12714 (python-skip-comments/blanks): Delete function.
12715 (python-util-forward-comment): New function.
12716 (python-continuation-line-p): Delete function.
12717 (python-info-continuation-line-p): New function.
12718 (python-which-func, python-current-defun): Delete function.
12719 (python-info-current-defun): New function.
12720 (python-beginning-of-defun): Delete function.
12721 (python-nav-beginning-of-defun): New function.
12722 (python-close-block-statement-p)
12723 (python-block-end-p): Delete function.
12724 (python-info-closing-block): New function.
12725 (python-comint-output-filter-function)
12726 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
12727 (python-fill-comment, python-fill-decorator, python-fill-paren)
12728 (python-fill-string, python-imenu-make-element-tree)
12729 (python-imenu-make-tree, python-imenu-tree-assoc)
12730 (python-indent-context, python-indent-dedent-line)
12731 (python-indent-line-function)
12732 (python-indent-post-self-insert-function)
12733 (python-indent-toggle-levels)
12734 (python-info-assignment-continuation-line-p)
12735 (python-info-beginning-of-backlash)
12736 (python-info-block-continuation-line-p)
12737 (python-info-closing-block-message)
12738 (python-info-line-ends-backslash-p)
12739 (python-info-looking-at-beginning-of-defun)
12740 (python-info-ppss-context, python-info-ppss-context-type)
12741 (python-nav-list-defun-positions, python-nav-read-defun)
12742 (python-nav-sentence-end, python-nav-sentence-start)
12743 (python-pdbtrack-comint-output-filter-function)
12744 (python-pdbtrack-set-tracked-buffer)
12745 (python-shell-calculate-exec-path)
12746 (python-shell-calculate-process-environment)
12747 (python-shell-completion--do-completion-at-point)
12748 (python-shell-completion--get-completions)
12749 (python-shell-completion-complete-at-point)
12750 (python-shell-completion-complete-or-indent)
12751 (python-shell-get-or-create-process)
12752 (python-shell-get-process-name)
12753 (python-shell-internal-get-or-create-process)
12754 (python-shell-internal-get-process-name)
12755 (python-shell-internal-send-string, python-shell-make-comint)
12756 (python-shell-parse-command, python-shell-send-setup-code)
12757 (python-skeleton-add-menu-items)
12758 (python-util-clone-local-variables, python-util-position)
12759 (run-python-internal, python-indentation-levels)
12760 (python-nav-beginning-of-defun)
12761 (python-completion-complete-at-point): New functions.
12762 (run-python): Change arguments. New API requirements.
12763
12764 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12765
12766 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
12767 (bug#11649).
12768
12769 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
12770 (macroexp--expand-all): Use it.
12771
12772 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
12773 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
12774 Use `cl-function' instead.
12775
12776 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
12777
12778 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
12779 Suggested by Stefan Monnier while discussing bug#11657.
12780
12781 2012-06-14 Sam Steingold <sds@gnu.org>
12782
12783 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
12784
12785 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
12786
12787 * play/doctor.el (doctor-doc): Remove parameter and use
12788 doctor-sent instead of sent.
12789 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
12790
12791 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12792
12793 * files.el: Require cl-lib.
12794 (file-name-non-special): Replace case -> cl-case.
12795
12796 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
12797
12798 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
12799 mapping from #' to function*.
12800
12801 2012-06-13 Chong Yidong <cyd@gnu.org>
12802
12803 * mouse.el (mouse-drag-track): Do not set the mark if the user
12804 releases the mouse without selecting anything (Bug#11588).
12805
12806 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12807
12808 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
12809 as well (bug#11646).
12810
12811 * loadup.el: Count byte-code functions as well.
12812
12813 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
12814 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
12815
12816 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
12817 (bug#11649). Add cl-defun and cl-defmacro.
12818
12819 2012-06-13 Drew Adams <drew.adams@oracle.com>
12820
12821 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
12822 Fix last change.
12823
12824 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
12825
12826 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
12827 Otherwise, it blocks in batch mode.
12828
12829 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
12830
12831 * help-mode.el (bookmark-make-record-default): Declare.
12832
12833 2012-06-13 Chong Yidong <cyd@gnu.org>
12834
12835 * emacs-lisp/package.el (list-packages): Compute a list of
12836 packages that are newly-available since the last list-packages
12837 invocation.
12838 (package-menu--new-package-list): New var.
12839 (package-menu--generate, package-menu--print-info)
12840 (package-menu--status-predicate, package-menu-mark-install):
12841 Handle new status label "new".
12842
12843 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12844
12845 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
12846 conversion to backquotes.
12847
12848 2012-06-12 Chong Yidong <cyd@gnu.org>
12849
12850 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
12851 Rename from gud-inhibit-global-bindings.
12852
12853 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
12854
12855 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
12856 hook from nxml-glyph-set-hook.
12857
12858 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
12859 declaration.
12860
12861 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
12862
12863 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
12864 Convert to defcustom.
12865
12866 2012-06-12 Drew Adams <drew.adams@oracle.com>
12867
12868 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
12869 New functions.
12870 (help-mode): Use them.
12871
12872 2012-06-11 Glenn Morris <rgm@gnu.org>
12873
12874 * progmodes/fortran.el (fortran-font-lock-keywords-3):
12875 Use preprocessor face for directives.
12876 (fortran-directive-re): Doc fix.
12877
12878 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12879
12880 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
12881 conversion to backquotes (bug#11652).
12882
12883 Fix compiler-expansion of CL's cXXr functions (bug#11673).
12884 * emacs-lisp/cl-lib.el (cl--defalias): New function.
12885 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
12886 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
12887 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
12888 (cl-ninth, cl-tenth): Mark them as inlinable.
12889 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
12890 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
12891 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
12892 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
12893 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
12894 (cl-list*, cl-adjoin): Don't put an autoload manually.
12895 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
12896 (cl--compiler-macro-list*): Add autoload cookie.
12897 (cl--compiler-macro-cXXr): New function.
12898
12899 * help-fns.el (help-fns--compiler-macro): New function extracted from
12900 describe-function-1; follow aliases and use `compiler-macro' property.
12901 (describe-function-1): Use it.
12902
12903 2012-06-11 Chong Yidong <cyd@gnu.org>
12904
12905 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
12906 is uninstalled, if imagemagick is installed.
12907
12908 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12909
12910 * emacs-lisp/cl-lib.el: Use lexical-binding.
12911 (cl-map-extents, cl-maclisp-member): Remove.
12912 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
12913 (cl--set-substring, cl--block-wrapper, cl--block-throw)
12914 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
12915 * emacs-lisp/cl-extra.el: Use lexical-binding.
12916 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
12917 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
12918 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
12919 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
12920 * emacs-lisp/cl-seq.el: Use lexical-binding.
12921 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
12922 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
12923 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
12924 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
12925 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
12926 CL's internals.
12927
12928 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
12929
12930 Sync with Tramp 2.2.6-pre.
12931
12932 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
12933 `print-length' and `print-level' to nil, in order to avoid
12934 truncation. Reported by Christopher Schmidt
12935 <christopher@ristopher.com>.
12936
12937 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
12938
12939 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
12940 New defmacro.
12941 (tramp-compat-copy-directory): Add optional argument
12942 COPY-CONTENTS. It is not handled yet.
12943
12944 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
12945 (tramp-ftp-file-name-p): Simplify.
12946
12947 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
12948 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
12949 connection vector.
12950
12951 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
12952 (tramp-methods): Do not use `tramp-password-end-of-line'.
12953 (tramp-completion-function-alist-putty): Handle UNIX case.
12954 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
12955 (tramp-do-file-attributes-with-stat)
12956 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
12957 gid as real numbers. They could run out of integer range on cygwin.
12958 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
12959 (tramp-sh-handle-expand-file-name): Handle hops.
12960 (tramp-open-connection-setup-interactive-shell):
12961 Use `tramp-cleanup'. Move check for busyboxes ...
12962 (tramp-find-shell): ... here. Simplify implementation.
12963 Set "remote-shell" property also for alternative shells.
12964 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
12965 If failing, a regular file would be written otherwise.
12966 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
12967 (tramp-find-inline-encoding): Cache the coding commands in the
12968 process cache. Apply test command on the remote side, if defined.
12969 (tramp-find-inline-compress): Cache the compress commands in the
12970 process cache.
12971 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
12972 when requested. Handle hops.
12973 (tramp-current-connection): New defvar.
12974 (tramp-maybe-open-connection): Use `tramp-cleanup'.
12975 Throw `suppress', if there was a failed connection shortly before.
12976 Handle user interrupt. (Bug#10187)
12977 (tramp-get-inline-compress, tramp-get-inline-coding):
12978 Read connection properties from the process cache.
12979
12980 * net/tramp-smb.el (tramp-smb-server-version)
12981 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
12982 New defconsts.
12983 (tramp-smb-prompt): Extend for powershell prompt.
12984 (tramp-smb-file-name-handler-alist): Add handlers for
12985 `process-file', `shell-command' and `start-file-process'.
12986 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
12987 (tramp-smb-winexe-shell-command-switch): New defcustoms.
12988 (tramp-smb-file-name-p): Simplify.
12989 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
12990 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
12991 (tramp-smb-shell-quote-argument): New defuns.
12992 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
12993 Implement using "tar". By this, time-stamps are preserved.
12994 (tramp-smb-handle-copy-file): Handle also the case of directories.
12995 (tramp-smb-do-file-attributes-with-stat)
12996 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
12997 Use `tramp-get-connection-buffer').
12998 (tramp-smb-handle-rename-file): Use "rename", when source and
12999 target are on the same share.
13000 (tramp-smb-maybe-open-connection): Handle wrong passwords.
13001 Use `tramp-smb-server-version'.
13002 (tramp-smb-wait-for-output): Remove prompt.
13003
13004 * net/tramp.el (top): Require 'cl.
13005 (tramp-methods, tramp-rsh-end-of-line):
13006 Remove `tramp-password-end-of-line' from docstring.
13007 (tramp-save-ad-hoc-proxies): New defcustom.
13008 (tramp-completion-function-alist): Adapt docstring.
13009 (tramp-default-password-end-of-line): Remove defcustom.
13010 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
13011 (tramp-user-regexp, tramp-file-name-regexp-unified)
13012 (tramp-file-name-regexp-url): Extend regexp by hop separator.
13013 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
13014 (tramp-remote-file-name-spec-regexp): New defconst.
13015 (tramp-file-name-structure): Extend structure for hops.
13016 (tramp-get-method-parameter): Move up.
13017 (tramp-file-name-p, tramp-dissect-file-name)
13018 (with-parsed-tramp-file-name): Handle hops.
13019 (tramp-file-name-hop): New defun.
13020 (tramp-make-tramp-file-name): New optional arg HOP.
13021 (tramp-message-show-progress-reporter-message): New defvar.
13022 (tramp-with-progress-reporter): Use it. We cannot use
13023 `tramp-message-show-message' here, because this suppresses also
13024 error buffers.
13025 (tramp-error-with-buffer): Suppress buffer view, if
13026 `tramp-message-show-message' is nil.
13027 Use `tramp-get-connection-buffer'.
13028 (tramp-cleanup): New defun.
13029 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
13030 (tramp-file-name-handler): If `debug-on-error' is set, propagate
13031 an error unchanged.
13032 (tramp-completion-handle-file-name-all-completions): Handle hops.
13033 Fix an error when called from ido.
13034 (tramp-completion-dissect-file-name): Use better local variable
13035 name. Add hop to the vector.
13036 (tramp-handle-insert-file-contents): Use progress-reporter for the
13037 whole scenario.
13038 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
13039 to `t'.
13040 (tramp-check-for-regexp): Simplify search.
13041 (tramp-enter-password): Remove it. Move implementation ...
13042 (tramp-action-password): ... here.
13043 (tramp-mode-string-to-int, tramp-local-host-p)
13044 (tramp-make-tramp-temp-file, tramp-read-passwd)
13045 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
13046 Set tramp-autoload cookie.
13047
13048 * net/trampver.el: Update release number.
13049
13050 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13051 Michael Albinus <michael.albinus@gmx.de>
13052
13053 * net/tramp.el (tramp-set-completion-function): Fix docstring.
13054 (tramp-parse-group, tramp-parse-file)
13055 (tramp-parse-shostkeys-sknownhosts): New defuns.
13056 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
13057 (tramp-parse-shosts-group, tramp-parse-sconfig)
13058 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
13059 (tramp-parse-sknownhosts, tramp-parse-hosts)
13060 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
13061 Use them.
13062 (tramp-parse-passwd-group, tramp-parse-netrc-group)
13063 (tramp-parse-putty-group): Don't narrow.
13064 (tramp-parse-putty): Make a loop.
13065 (tramp-file-name-handler): Catch the `suppress' signal.
13066
13067 2012-06-11 Chong Yidong <cyd@gnu.org>
13068
13069 * image.el (imagemagick-register-types): Put the ImageMagick entry
13070 at the end of image-type-file-name-regexps.
13071
13072 2012-06-11 Johan Bockgård <bojohan@gnu.org>
13073
13074 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
13075 (pcase, pcase-let*, pcase-dolist): Use them.
13076
13077 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13078
13079 * emacs-lisp/pcase.el (pcase--let*): New function.
13080 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
13081 (pcase--expand): Use macroexp-let².
13082
13083 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
13084
13085 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
13086 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
13087 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
13088 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
13089 * emacs-lisp/derived.el: Use pcase instead of `cl'.
13090 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
13091
13092 2012-06-10 Glenn Morris <rgm@gnu.org>
13093
13094 * mail/rmail.el (rmail-yank-current-message): Leave point at
13095 correct position. (Bug#11660)
13096
13097 2012-06-10 Chong Yidong <cyd@gnu.org>
13098
13099 * allout-widgets.el: Fix code header.
13100
13101 2012-06-10 Chong Yidong <cyd@gnu.org>
13102
13103 * cus-edit.el (customize-changed-options-previous-release):
13104 Bump to 24.1.
13105
13106 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
13107
13108 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
13109
13110 2012-06-09 Chong Yidong <cyd@gnu.org>
13111
13112 * ebuff-menu.el (electric-buffer-list): Preserve header line.
13113
13114 2012-06-09 Martin Rudalics <rudalics@gmx.at>
13115
13116 * window.el (special-display-popup-frame): Don't use
13117 window--display-buffer (Bug#11651).
13118
13119 2012-06-09 Eli Zaretskii <eliz@gnu.org>
13120
13121 Fix parallel builds: make sure loaddefs.el is not being written
13122 while Lisp files are compiled.
13123 (compile): Don't depend on 'mh-autoloads'.
13124 (compile-CMD, compile-SH): Depend on 'autoloads'.
13125 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
13126
13127 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
13128
13129 2012-06-09 Chong Yidong <cyd@gnu.org>
13130
13131 * face-remap.el (face-remap-add-relative, face-remap-set-base)
13132 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
13133 Doc fixes (Bug#11225).
13134
13135 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
13136
13137 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
13138 a function if there's a clear indication that it has a compiler-macro.
13139 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
13140 (macro-declarations-alist): Add arglist to declaration functions.
13141 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
13142 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
13143 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
13144 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
13145 Also add autoload to find the compiler macro.
13146 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
13147 (cl--compiler-macro-member, cl--compiler-macro-assoc)
13148 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
13149 (cl--compiler-macro-get): New functions, replacing calls to
13150 cl-define-compiler-macro.
13151 (cl-typep) [compiler-macro]: Use macroexp-let².
13152
13153 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
13154
13155 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
13156 string properly, fixes Bug#11473.
13157
13158 2012-06-08 Chong Yidong <cyd@gnu.org>
13159
13160 * faces.el (set-face-attribute): Doc fix.
13161 (modify-face): Don't use :bold and :italic.
13162 (error, warning, success): Tweak definitions.
13163
13164 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
13165 (custom-modified, custom-set, custom-changed, custom-themed)
13166 (custom-saved, custom-button, custom-button-mouse)
13167 (custom-button-pressed, custom-state, custom-comment-tag)
13168 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
13169 (custom-group-subtitle): Use new-style face specs.
13170 (custom-invalid-face, custom-rogue-face, custom-modified-face)
13171 (custom-set-face, custom-changed-face, custom-saved-face)
13172 (custom-button-face, custom-button-pressed-face)
13173 (custom-documentation-face, custom-state-face)
13174 (custom-comment-face, custom-comment-tag-face)
13175 (custom-variable-tag-face, custom-variable-button-face)
13176 (custom-face-tag-face, custom-group-tag-face-1)
13177 (custom-group-tag-face): Remove obsolete face alias.
13178
13179 * epa.el (epa-validity-high, epa-validity-medium)
13180 (epa-validity-low, epa-mark, epa-field-name, epa-string)
13181 (epa-field-name, epa-field-body):
13182 * font-lock.el (font-lock-comment-face, font-lock-string-face)
13183 (font-lock-keyword-face, font-lock-builtin-face)
13184 (font-lock-function-name-face, font-lock-variable-name-face)
13185 (font-lock-type-face, font-lock-constant-face):
13186 * ido.el (ido-first-match, ido-only-match, ido-subdir)
13187 (ido-virtual, ido-indicator, ido-incomplete-regexp):
13188 * speedbar.el (speedbar-button-face, speedbar-file-face)
13189 (speedbar-directory-face, speedbar-tag-face)
13190 (speedbar-selected-face, speedbar-highlight-face)
13191 (speedbar-separator-face):
13192 * whitespace.el (whitespace-newline, whitespace-space)
13193 (whitespace-hspace, whitespace-tab, whitespace-trailing)
13194 (whitespace-line, whitespace-space-before-tab)
13195 (whitespace-space-after-tab, whitespace-indentation)
13196 (whitespace-empty):
13197 * emulation/cua-base.el (cua-global-mark):
13198 * eshell/em-prompt.el (eshell-prompt):
13199 * net/newst-plainview.el (newsticker-new-item-face)
13200 (newsticker-old-item-face, newsticker-immortal-item-face)
13201 (newsticker-obsolete-item-face, newsticker-date-face)
13202 (newsticker-statistics-face, newsticker-default-face):
13203 * net/newst-reader.el (newsticker-feed-face)
13204 (newsticker-extra-face, newsticker-enclosure-face):
13205 * net/newst-treeview.el (newsticker-treeview-face)
13206 (newsticker-treeview-new-face, newsticker-treeview-old-face)
13207 (newsticker-treeview-immortal-face)
13208 (newsticker-treeview-obsolete-face)
13209 (newsticker-treeview-selection-face):
13210 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
13211 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
13212 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
13213 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
13214 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
13215 (nxml-outline-active-indicator, nxml-outline-ellipsis):
13216 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
13217 (mpuz-text):
13218 * progmodes/vera-mode.el (vera-font-lock-number)
13219 (vera-font-lock-function, vera-font-lock-interface):
13220 * textmodes/table.el (table-cell): Use new-style face specs, and
13221 don't use the old :bold and :italic attributes.
13222
13223 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
13224 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
13225 (ebrowse-member-class, ebrowse-progress): Likewise.
13226 (ebrowse-tree-mark-face, ebrowse-root-class-face)
13227 (ebrowse-file-name-face, ebrowse-default-face)
13228 (ebrowse-member-attribute-face, ebrowse-member-class-face)
13229 (ebrowse-progress-face): Remove obsolete faces.
13230
13231 * progmodes/flymake.el (flymake-errline, flymake-warnline):
13232 Inherit from error and warning faces respectively.
13233
13234 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13235 Likewise.
13236 (flyspell-incorrect-face, flyspell-duplicate-face):
13237 Remove obsolete aliases.
13238
13239 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
13240
13241 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
13242 Avoid infloop.
13243
13244 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
13245
13246 * startup.el (argv, argi): Make lexically scoped.
13247 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
13248 * emacs-lisp/cl-macs.el: Use lexical-binding.
13249 Rename cl-bind-* to cl--bind-*.
13250 * files.el: Don't require `cl' since it doesn't use it.
13251 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
13252
13253 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
13254
13255 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
13256 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
13257 instead of calling external sort utility.
13258 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
13259
13260 2012-06-08 Eli Zaretskii <eliz@gnu.org>
13261
13262 * descr-text.el (describe-char): Mention how to insert the
13263 character, if the current input method doesn't support it.
13264 See the discussion in this thread for the details:
13265 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
13266
13267 2012-06-08 Sam Steingold <sds@gnu.org>
13268
13269 * bindings.el (global-map): Bind XF86Forward to next-buffer and
13270 XF86Back to previous-buffer.
13271 (minibuffer-local-map): Bind them to next-history-element and
13272 previous-history-element respectively.
13273 * help-mode.el (help-mode-map): Bind them to help-go-forward and
13274 help-go-back respectively.
13275 * info.el (Info-mode-map): Bind them to Info-history-forward and
13276 Info-history-back respectively.
13277 These are the keys next to Up on the ThinkPad keyboard.
13278
13279 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
13280
13281 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
13282 * emacs-lisp/cl-macs.el: Provide itself.
13283 (cl--labels-convert-cache): New var.
13284 (cl--labels-convert): New function.
13285 (cl-flet, cl-labels): New implementation with new semantics, relying on
13286 lexical-binding.
13287 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
13288 (cl-closure-vars, cl--function-convert-cache)
13289 (cl--function-convert): Move from cl-macs.el.
13290 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
13291 rename by removing the "cl-" prefix.
13292 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
13293
13294 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13295
13296 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
13297 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
13298 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
13299 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
13300 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
13301 (cl-hash-table-count): Add old compatibility aliases.
13302
13303 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
13304 Use macroexpand-all-environment instead.
13305 (cl--old-macroexpand): New var.
13306 (cl--sm-macroexpand): New function.
13307 (cl-symbol-macrolet): Use it during macro expansion.
13308 (cl--function-convert-cache): New var.
13309 (cl--function-convert): New function, extracted from
13310 cl-macroexpand-all.
13311 (cl-lexical-let): Use it.
13312
13313 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
13314 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
13315 (cl-member): Remove old alias.
13316
13317 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
13318 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
13319 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
13320 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
13321 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
13322 (cl-macroexpand-cmacs): Remove var.
13323 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
13324 Use macroexpand-all instead.
13325
13326 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13327
13328 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
13329 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
13330 (macroexp-copyable-p): New functions and macros.
13331 * emacs-lisp/edebug.el (edebug-unwrap):
13332 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
13333 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
13334 (pcase--let*): Remove.
13335 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
13336 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
13337 macroexp-const-p instead.
13338 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
13339
13340 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
13341 instead of "cl-" for internal definitions. Use macroexp-const-p.
13342 (cl-old-bc-file-form): Remove var.
13343 (cl-const-exprs-p): Remove fun.
13344 (cl-labels, cl-macrolet): Use backquote.
13345 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
13346 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
13347 (cl-define-setf-expander): Rename from cl-define-setf-method.
13348 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
13349
13350 * international/mule-cmds.el: Don't require CL.
13351 (view-hello-file): Don't use `letf'.
13352
13353 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13354
13355 * tmm.el (tmm-prompt): Use string-prefix-p.
13356 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
13357 (tmm-add-prompt): Use minibuffer-completion-help.
13358 (tmm-delete-map): Remove.
13359
13360 * subr.el (kbd): Make it its own function.
13361
13362 2012-06-07 Stefan Merten <smerten@oekonux.de>
13363
13364 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
13365 Silence compiler warnings. Fix versions.
13366 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
13367 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
13368 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
13369 (rst-package-emacs-version-alist): Correct Emacs version to
13370 represent major merge with upstream.
13371 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
13372
13373 2012-06-06 Glenn Morris <rgm@gnu.org>
13374
13375 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
13376 Only print environment variables if set.
13377
13378 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
13379
13380 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
13381 (macroexp--cons): Rename from maybe-cons.
13382 (macroexp--accumulate): Rename from macroexp-accumulate.
13383 (macroexp--all-forms): Rename from macroexpand-all-forms.
13384 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
13385 (macroexp--expand-all): Rename from macroexpand-all-1.
13386
13387 2012-06-06 Sam Steingold <sds@gnu.org>
13388
13389 * calendar/calendar.el (calendar-in-read-only-buffer):
13390 Call `special-mode' to enable the standard read-only keybindings.
13391
13392 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
13393
13394 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
13395 with "loading" messages (bug#11635).
13396
13397 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
13398
13399 * files.el (enable-remote-dir-locals): New option.
13400 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
13401
13402 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
13403 Ensure, that the temp directory is local.
13404
13405 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
13406 `temporary-file-directory'.
13407
13408 * progmodes/python.el (python-send-region): Ensure, that the
13409 temporary file is created also in the remote case.
13410
13411 2012-06-06 Glenn Morris <rgm@gnu.org>
13412
13413 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
13414 (vc-rcs-update-changelog): Use it.
13415
13416 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
13417
13418 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
13419 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
13420 (vc-sccs-diff): Replace use of the external vcdiff script.
13421
13422 2012-06-05 Glenn Morris <rgm@gnu.org>
13423
13424 * ledit.el: Move to obsolete/.
13425
13426 2012-06-05 Sam Steingold <sds@gnu.org>
13427
13428 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
13429 patch (Bug#11140).
13430
13431 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13432
13433 * emacs-lisp/cust-print.el: Move to obsolete.
13434
13435 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
13436 compiler-macro expansion.
13437
13438 Add native compiler-macro support.
13439 * emacs-lisp/macroexp.el (macroexpand-all-1):
13440 Support compiler-macros directly. Properly follow aliases and apply
13441 the compiler macros more thoroughly.
13442 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
13443 macroexpand now properly follows aliases.
13444 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
13445 (cl-compiler-macroexpand): Use new prop.
13446 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
13447
13448 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
13449
13450 2012-06-05 Martin Rudalics <rudalics@gmx.at>
13451
13452 * window.el (get-lru-window, get-mru-window, get-largest-window):
13453 New argument NOT-SELECTED to avoid picking the selected window.
13454 (window--display-buffer-1, window--display-buffer-2): Replace by
13455 new function window--display-buffer
13456 (display-buffer-same-window, display-buffer-reuse-window)
13457 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13458 Use window--display-buffer.
13459 (display-buffer-use-some-window): Remove temporary dedication
13460 hack by calling get-lru-window and get-largest-window with
13461 NOT-SELECTED argument non-nil. Call window--display-buffer.
13462
13463 2012-06-05 Glenn Morris <rgm@gnu.org>
13464
13465 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
13466 Replace external vcdiff script.
13467
13468 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13469
13470 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
13471
13472 2012-06-04 Chong Yidong <cyd@gnu.org>
13473
13474 * image.el (imagemagick-types-inhibit): Revert last change.
13475 Add INFO and M.
13476 (imagemagick-enabled-types): Remove CIN and EPS*.
13477
13478 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13479
13480 * emacs-lisp/cl-lib.el: Rename from cl.el.
13481 * emacs-lisp/cl.el: New compatibility file.
13482 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
13483 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
13484 to obey the "cl-" prefix.
13485 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
13486
13487 2012-06-03 Glenn Morris <rgm@gnu.org>
13488
13489 * emacs-lisp/authors.el (authors-aliases): Addition.
13490
13491 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
13492 Fix :version.
13493
13494 2012-06-03 Stefan Merten <smerten@oekonux.de>
13495
13496 * textmodes/rst.el: Add comments.
13497 (rst-transition, rst-adornment): New faces.
13498 (rst-adornment-faces-alist): Make default safe to reevaluate.
13499 Fixes
13500 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
13501 Improve customization tags.
13502 (rst-define-level-faces): Clarify meaning.
13503
13504 2012-06-03 Chong Yidong <cyd@gnu.org>
13505
13506 * progmodes/compile.el (compilation-mode-line-fail)
13507 (compilation-mode-line-run, compilation-mode-line-exit):
13508 New faces.
13509 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
13510
13511 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
13512
13513 * progmodes/which-func.el (which-func-update-ediff-windows):
13514 New function. Use it in ediff-select-hook (Bug#11478).
13515
13516 2012-06-03 Chong Yidong <cyd@gnu.org>
13517
13518 * bindings.el: Remove explicit help text from format-mode-line.
13519 It is now supplied by mode-line-default-help-echo.
13520 (mode-line-front-space, mode-line-end-spaces)
13521 (mode-line-misc-info): New variables.
13522 (mode-line-modes, mode-line-position): Move the default value to
13523 the variable definition.
13524 (mode-line-default-help-echo): New defcustom.
13525 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
13526 (mode-line-modified-help-echo): New functions.
13527 (mode-line-mule-info, mode-line-modified): Use them.
13528 (mode-line-eol-desc, propertized-buffer-identification):
13529 Consistency fixes for help text.
13530 (mode-line-coding-system-map): Allow using mouse-3 to invoke
13531 set-buffer-file-coding-system (Bug#289).
13532 (mode-line-mule-info-help-echo): Update help text.
13533
13534 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13535
13536 * simple.el (execute-extended-command): Set real-this-command
13537 (bug#11506).
13538
13539 2012-06-02 Chong Yidong <cyd@gnu.org>
13540
13541 Remove incorrect uses of "modeline" in comments, docstrings, and
13542 function/variable names (Bug#10329).
13543
13544 * cus-edit.el (mode-line):
13545 * dframe.el (dframe-mouse-hscroll):
13546 * emacs-lisp/re-builder.el:
13547 * emacs-lisp/easy-mmode.el (define-minor-mode):
13548 * frame.el (set-frame-name):
13549 * help.el (lookup-minor-mode-from-indicator):
13550 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
13551 * progmodes/cc-cmds.el (c-toggle-auto-newline)
13552 (c-toggle-hungry-state):
13553 * progmodes/antlr-mode.el (antlr-language-alist):
13554 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
13555 * progmodes/vhdl-mode.el (vhdl-mode):
13556 * progmodes/which-func.el (which-func, which-func-cleanup-function):
13557 * term/ns-win.el (ns-face-at-pos):
13558 * term/sup-mouse.el (sup-mouse-report):
13559 * textmodes/flyspell.el (flyspell-mode-line-string):
13560 * textmodes/ispell.el (ispell-highlight-face):
13561 * textmodes/reftex-global.el:
13562 * vc/vc-arch.el (vc-arch-mode-line-string):
13563 * vc/vc-cvs.el (vc-cvs-mode-line-string):
13564 * vc/vc-git.el (vc-git-mode-line-string):
13565 * vc/vc-hooks.el (vc-display-status)
13566 (vc-default-mode-line-string):
13567 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
13568
13569 * ansi-color.el (ansi-color-faces-vector): Change default faces.
13570
13571 * dired.el (dired-sort-set-mode-line): Rename from
13572 dired-sort-set-modeline. All callers changed.
13573
13574 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
13575 eshell-status-in-modeline.
13576
13577 * foldout.el (foldout-mode-line-string): Rename from
13578 foldout-modeline-string. All callers changed.
13579 (foldout-update-mode-line): Rename from foldout-update-modeline.
13580
13581 * subr.el (redraw-modeline): Make into obsolete alias.
13582
13583 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
13584 timeclock-modeline-display. Make old name an alias.
13585 (timeclock-update-mode-line): Likewise. All callers changed.
13586 (timeclock-mode-line-display): No need to check before using
13587 add-hook.
13588 (timeclock-relative, timeclock-day-over-hook)
13589 (timeclock-use-elapsed, timeclock-mode-string)
13590 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
13591
13592 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
13593 crisp-mode-modeline-string.
13594
13595 * play/solitaire.el (solitaire-build-mode-line): Rename from
13596 solitaire-build-modeline. All callers changed.
13597
13598 * play/zone.el (zone-hiding-mode-line): Rename from
13599 zone-hiding-modeline. All callers changed.
13600 (zone): Remove unusued `modeline-hidden-level' property.
13601
13602 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
13603 xscheme-modeline-initialize. All callers changed.
13604
13605 * strokes.el (strokes-lighter): Rename from
13606 strokes-modeline-string.
13607
13608 * textmodes/sgml-mode.el (html-face-tag-alist)
13609 (html-tag-face-alist): Use mode-line face instead of obsolete
13610 alias modeline.
13611
13612 2012-06-02 Stefan Merten <smerten@oekonux.de>
13613
13614 * textmodes/rst.el: Always require `cl'.
13615 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
13616
13617 2012-06-02 Chong Yidong <cyd@gnu.org>
13618
13619 * image.el (imagemagick-enabled-types): Rename from
13620 imagemagick-types-enable. Add many more types.
13621 (imagemagick-types-inhibit): Change default to nil.
13622 (imagemagick-filter-types): Caller changed.
13623
13624 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13625
13626 * emacs-lisp/cl-macs.el: Use backquotes.
13627 (cl-transform-function-property): Use eval-and-compile rather than
13628 abusing `require'.
13629 (defstruct): Use declare-function instead of with-no-warnings.
13630
13631 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
13632 (byte-compile-output-docform): Re-add the print-circle bindings.
13633 (byte-compile-fix-header): Use #$ just because it's shorter.
13634 (byte-compile-output-file-form): Remove defun/defmacro.
13635
13636 2012-06-01 Martin Rudalics <rudalics@gmx.at>
13637
13638 * simple.el (choose-completion): Remove now obsolete binding for
13639 owindow.
13640
13641 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
13642
13643 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
13644 in order to avoid "Stack overflow in regexp matcher".
13645
13646 2012-05-31 Glenn Morris <rgm@gnu.org>
13647
13648 * image.el: For clarity, call imagemagick-register-types at
13649 top-level, rather than relying on a custom :initialize.
13650 (imagemagick-types-enable): New option. (Bug#11557)
13651 (imagemagick-filter-types): New function. (Bug#7406)
13652 (imagemagick-register-types): Use imagemagick-filter-types.
13653 If disabling support, remove elements altogether rather
13654 than using an impossible regexp.
13655 (imagemagick-types-inhibit): Give it the default init function.
13656
13657 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13658
13659 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
13660 Handle arbitrary file name lengths (Bug#11585).
13661
13662 2012-05-31 Martin Rudalics <rudalics@gmx.at>
13663
13664 * desktop.el (desktop-read): Clear previous and next buffers for
13665 all windows and bury *Messages* buffer (bug#11556).
13666
13667 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13668
13669 Add `declare' for `defun'. Align `defmacro's with it.
13670 * emacs-lisp/easy-mmode.el (define-minor-mode)
13671 (define-globalized-minor-mode): Don't autoload the var definitions.
13672 * emacs-lisp/byte-run.el: Use lexical-binding.
13673 (defun-declarations-alist, macro-declarations-alist): New vars.
13674 (defmacro, defun): Use them.
13675 (make-obsolete, define-obsolete-function-alias)
13676 (make-obsolete-variable, define-obsolete-variable-alias):
13677 Use `declare'.
13678 (macro-declaration-function): Mark obsolete.
13679 * emacs-lisp/autoload.el: Use lexical-binding.
13680 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
13681
13682 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13683
13684 * textmodes/ispell.el (ispell-with-no-warnings):
13685 Define as a macro.
13686 (ispell-kill-ispell, ispell-change-dictionary):
13687 Use `called-interactively-p' for Emacs instead of obsolete
13688 `interactive-p'.
13689
13690 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13691
13692 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
13693 (macro-declaration-function): Move var from C code.
13694 (macro-declaration-function): Define function with defalias.
13695 * emacs-lisp/macroexp.el (macroexpand-all-1):
13696 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
13697 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
13698 defun/defmacro any more.
13699 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
13700 Provide fallback for unknown arglist.
13701 (byte-compile-arglist-warn): Change calling convention.
13702 (byte-compile-output-file-form): Move print-vars binding.
13703 (byte-compile-output-docform): Simplify accordingly.
13704 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
13705 (byte-compile-defmacro-declaration): Remove.
13706 (byte-compile-file-form-defmumble): Generalize to defalias.
13707 (byte-compile-output-as-comment): Return byte-positions.
13708 Simplify callers accordingly.
13709 (byte-compile-lambda): Use `assert'.
13710 (byte-compile-defun, byte-compile-defmacro): Remove.
13711 (byte-compile-file-form-defalias):
13712 Use byte-compile-file-form-defmumble.
13713 (byte-compile-defalias-warn): Remove.
13714
13715 2012-05-29 Stefan Merten <smerten@oekonux.de>
13716
13717 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
13718 possible. Fix authors. Improve comments. Improve loading of `cl'.
13719
13720 (rst-mode-abbrev-table): Merge definition.
13721 (rst-mode): Make sure `font-lock-defaults' is buffer local.
13722 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
13723
13724 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
13725
13726 * calendar/icalendar.el
13727 (icalendar-export-region): Export UID properly.
13728
13729 2012-05-29 Leo Liu <sdl.web@gmail.com>
13730 * calendar/icalendar.el (icalendar-import-format):
13731 Add `icalendar-import-format-uid' (Bug#11525).
13732 (icalendar-import-format-uid): New.
13733 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
13734 Export UID.
13735
13736 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
13737
13738 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
13739 different alternative patterns.
13740 (pcase-codegen): Be more careful to preserve identity.
13741 (pcase--u1): Don't forget to mark vars as used.
13742
13743 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
13744 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
13745 (byte-compile-from-buffer): ...rather than here.
13746
13747 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
13748 functions from byte-compile-function-environment.
13749
13750 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
13751
13752 * window.el (window-deletable-p): Avoid deleting the root window
13753 of a frame with an active minibuffer.
13754
13755 2012-05-29 Martin Rudalics <rudalics@gmx.at>
13756
13757 * simple.el (choose-completion): Use quit-window (Bug#11567).
13758
13759 2012-05-29 Chong Yidong <cyd@gnu.org>
13760
13761 * whitespace.el (whitespace-cleanup): Fix usage of
13762 whitespace-empty-at-bob-regexp (Bug#11492).
13763
13764 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13765
13766 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
13767 revert (Bug#11488).
13768
13769 2012-05-29 Juri Linkov <juri@jurta.org>
13770
13771 * isearch.el (isearch-mode-map): Bind `M-s _' to
13772 `isearch-toggle-symbol'. Bind `M-s c' to
13773 `isearch-toggle-case-fold'.
13774 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
13775 (isearch-forward): Add `M-s _' to the docstring.
13776 (isearch-forward-symbol, isearch-toggle-case-fold)
13777 (isearch-symbol-regexp): New functions. (Bug#11381)
13778
13779 2012-05-29 Juri Linkov <juri@jurta.org>
13780
13781 * isearch.el (isearch-word): Add docstring. (Bug#11381)
13782 (isearch-occur, isearch-search-and-update): If `isearch-word' is
13783 a function, call it to get the regexp.
13784 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
13785 property `isearch-message-prefix' instead of the string "word ".
13786 (isearch-search-fun-default): For the case of `isearch-word',
13787 return a lambda that calls re-search-forward/re-search-backward
13788 with a regexp returned by `word-search-regexp' or by the function
13789 in `isearch-word'.
13790
13791 2012-05-29 Juri Linkov <juri@jurta.org>
13792
13793 * isearch.el (isearch-search-fun-default): New function.
13794 (isearch-search-fun): Move default part to the new function
13795 `isearch-search-fun-default'.
13796 (isearch-search-fun-function): Set the default value to
13797 `isearch-search-fun-default'. (Bug#11381)
13798
13799 * comint.el (comint-history-isearch-end):
13800 Use `isearch-search-fun-default'.
13801 (comint-history-isearch-search): Use `isearch-search-fun-default'
13802 and remove spacial case for `isearch-word'.
13803 (comint-history-isearch-wrap): Remove spacial case for
13804 `isearch-word'.
13805
13806 * hexl.el (hexl-isearch-search-function):
13807 Use `isearch-search-fun-default'.
13808
13809 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
13810 Use `word-search-regexp' for `isearch-word'.
13811
13812 * misearch.el (multi-isearch-search-fun):
13813 Use `isearch-search-fun-default'.
13814
13815 * simple.el (minibuffer-history-isearch-search):
13816 Use `isearch-search-fun-default' and remove spacial case for
13817 `isearch-word'.
13818 (minibuffer-history-isearch-wrap): Remove spacial case for
13819 `isearch-word'.
13820
13821 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
13822 Remove spacial case for `isearch-word'.
13823 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
13824
13825 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13826
13827 Decrease XEmacs incompatibilities.
13828 * textmodes/flyspell.el (flyspell-check-pre-word-p):
13829 Use `string-match'.
13830 (flyspell-delete-region-overlays): Use alternative definition for
13831 XEmacs.
13832 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
13833 (flyspell-word): Use `process-kill-without-query' if XEmacs.
13834 (flyspell-mode-on): Use `interactive-p' if XEmacs.
13835 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
13836 `define-obsolete-face-alias' under XEmacs, but old method.
13837
13838 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
13839 `with-no-warnings' definition or Emacs alias.
13840 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
13841 (ispell-word): Do not use `region-p' if XEmacs.
13842
13843 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13844
13845 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13846 Check for `ispell-dictionary-base-alist' instead of full
13847 `ispell-dictionary-alist'.
13848 (ispell-init-process): Show spellchecker when starting new Ispell
13849 process.
13850
13851 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13852
13853 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
13854 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
13855
13856 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
13857
13858 * version.el (motif-version-string, gtk-version-string)
13859 (ns-version-string): Declare.
13860
13861 2012-05-27 Juri Linkov <juri@jurta.org>
13862
13863 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
13864 after the `eval-defun-1' specialcaseing
13865 like in `edebug-eval-defun' (bug#10181).
13866
13867 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
13868 like in `eval-defun-1'.
13869
13870 2012-05-27 Eli Zaretskii <eliz@gnu.org>
13871
13872 * mail/sendmail.el (mail-yank-region):
13873 Recognize rmail-yank-current-message in addition to insert-buffer.
13874 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
13875 a *mail* buffer created through rmail-start-mail with sendmail as
13876 mail-user-agent.
13877
13878 2012-05-27 Chong Yidong <cyd@gnu.org>
13879
13880 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
13881 Default to 256 (Bug#11267).
13882
13883 * help.el (describe-mode): Doc fix.
13884
13885 2012-05-26 Glenn Morris <rgm@gnu.org>
13886
13887 * w32-fns.el (w32-init-info): Remove.
13888 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
13889
13890 * info.el (info-initialize): For self-contained NS builds, put the
13891 included info/ directory at the front. (Bug#2791)
13892
13893 * paths.el (Info-default-directory-list): Make it a defcustom,
13894 mainly so that we can use custom-initialize-delay.
13895
13896 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
13897
13898 * subr.el (buffer-has-markers-at): Mark obsolete.
13899
13900 * subr.el (lambda): Use declare.
13901
13902 * emacs-lisp/lisp-mode.el (lambda):
13903 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
13904
13905 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13906
13907 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
13908
13909 2012-05-26 Glenn Morris <rgm@gnu.org>
13910
13911 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
13912
13913 2012-05-25 Glenn Morris <rgm@gnu.org>
13914
13915 * paths.el: Remove no-byte-compile.
13916 * loadup.el: No need to load paths.el uncompiled.
13917
13918 * image.el (imagemagick-types-inhibit): Doc fix.
13919
13920 * version.el: Remove no-byte-compile and associated formatting.
13921 * loadup.el: No need to load version.el uncompiled. AFAICS, this
13922 is ancient code from when there was an "inc-vers.el".
13923
13924 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13925
13926 * progmodes/gdb-mi.el: Minor style changes.
13927 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
13928 Turn into minor modes.
13929 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
13930 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
13931 (gdb-shell): Remove unneeded let-binding.
13932 (gdb-get-many-fields): Eliminate O(n²) behavior.
13933
13934 2012-05-25 Eli Zaretskii <eliz@gnu.org>
13935
13936 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
13937 platforms that don't link in fontset.c.
13938
13939 2012-05-25 Juri Linkov <juri@jurta.org>
13940
13941 Use the same diff color scheme as in modern VCSes (bug#10181).
13942
13943 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
13944 to avoid confusion with `diff-added' that now uses green colors.
13945 (diff-removed): Use shades of red.
13946 (diff-added): Use shades of green.
13947 (diff-changed): Leave just the yellow color.
13948 (diff-use-changed-face): New variable.
13949 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
13950 how to highlight context diff changes.
13951 (diff-refine-change): Use shades of yellow.
13952 (diff-refine-removed): New face that uses shades of red.
13953 (diff-refine-added): New face that uses shades of green.
13954 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
13955 `diff-refine-removed' in the call to `smerge-refine-subst'
13956 depending on the value of `diff-use-changed-face'.
13957
13958 * vc/smerge-mode.el (smerge-mine): Use shades of red.
13959 (smerge-other): Use shades of green.
13960 (smerge-base): Use shades of yellow.
13961 (smerge-refined-change): Empty face.
13962 (smerge-refined-removed): New face that uses shades of red.
13963 (smerge-refined-added): New face that uses shades of green.
13964 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
13965 args `props-r' and `props-a', and use them. Doc fix.
13966 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
13967 on its value use different faces `smerge-refined-change',
13968 `smerge-refined-removed', `smerge-refined-added' in the call to
13969 `smerge-refine-subst'.
13970
13971 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
13972 Add face condition `min-colors 88' with shades of red.
13973 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
13974 `min-colors 88' with shades of green.
13975 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
13976 `min-colors 88' with shades of yellow.
13977
13978 2012-05-24 Glenn Morris <rgm@gnu.org>
13979
13980 * paths.el (prune-directory-list, remote-shell-program): Move to...
13981 * files.el (prune-directory-list, remote-shell-program): ...here.
13982 For the latter, delay initialization, prefer ssh, just search PATH.
13983
13984 * paths.el (term-file-prefix): Move to faces.el (the only user).
13985 * faces.el (term-file-prefix): Move here, make it a defcustom.
13986
13987 * paths.el (news-directory, news-path, news-inews-program):
13988 Move to gnus/nnspool.el.
13989
13990 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
13991
13992 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
13993 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
13994 Make the latter a defcustom, with a delayed initialization.
13995
13996 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
13997 These were deleted from Gnus itself late 2010.
13998
13999 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
14000
14001 * progmodes/which-func.el (which-func-ff-hook):
14002 Check against user-error, not error.
14003
14004 * emacs-lisp/edebug.el (top): Do not load or set up loading of
14005 cl-specs.el, which no longer exists.
14006
14007 2012-05-22 Glenn Morris <rgm@gnu.org>
14008
14009 * info.el (info-emacs-bug): New command.
14010 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
14011 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
14012
14013 2012-05-21 Glenn Morris <rgm@gnu.org>
14014
14015 * makefile.w32-in (update-subdirs-SH):
14016 * Makefile.in (update-subdirs): Update for moved update-subdirs.
14017
14018 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
14019
14020 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
14021
14022 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14023 Simplify Maven regexp, and make sure the file can't start with a space
14024 (bug#11517).
14025
14026 2012-05-21 Glenn Morris <rgm@gnu.org>
14027
14028 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
14029 Scrap superfluous subshells.
14030
14031 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14032
14033 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
14034 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
14035
14036 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
14037
14038 * calc/calc.el (calc-ensure-consistent-units): New variable.
14039
14040 * calc/calc-units.el (math-consistent-units-p)
14041 (math-check-unit-consistency): New functions.
14042 (calc-quick-units, calc-convert-units):
14043 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
14044 is non-nil.
14045 (calc-extract-units): Fix typo.
14046
14047 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14048
14049 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
14050
14051 * textmodes/flyspell.el: Commenting style, plus code simplifications.
14052 (flyspell-default-deplacement-commands): Don't spell check after
14053 repeated window/frame switches (e.g. triggered by mouse-movement).
14054 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
14055 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
14056 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
14057 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
14058 Remove unused vars.
14059 (flyspell-get-casechars, flyspell-get-not-casechars):
14060 Simplify; Don't bother removing a ] just to add it back.
14061 * textmodes/ispell.el (ispell-program-name): Use executable-find.
14062
14063 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14064
14065 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
14066 New functions.
14067 (math-function-table): Add support for more C functions.
14068
14069 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14070
14071 * textmodes/flyspell.el (flyspell-check-pre-word-p)
14072 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
14073 Protect delay handling for otherchars against empty otherchars.
14074
14075 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14076
14077 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
14078 their respective macro declarations.
14079 * skeleton.el (define-skeleton):
14080 * progmodes/compile.el (define-compilation-mode):
14081 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
14082 (define-ibuffer-filter):
14083 * emacs-lisp/generic.el (define-generic-mode):
14084 * emacs-lisp/easy-mmode.el (define-minor-mode)
14085 (define-globalized-minor-mode):
14086 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
14087 * emacs-lisp/byte-run.el (defsubst):
14088 * custom.el (deftheme): Add doc-string metadata.
14089
14090 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14091
14092 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
14093
14094 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14095
14096 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
14097
14098 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
14099 * emacs-lisp/cl-macs.el: Idem.
14100 * emacs-lisp/cl-specs.el: Remove.
14101
14102 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14103
14104 Minor renaming of internal CL functions and variables.
14105 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
14106 (cl--position): Rename from cl-position.
14107 (cl--delete-duplicates): Rename from cl-delete-duplicates.
14108 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
14109 (cl--random-state): Rename from *random-state*.
14110
14111 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14112
14113 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
14114 parens around the arg list (bug#11499).
14115
14116 2012-05-17 Juri Linkov <juri@jurta.org>
14117
14118 * isearch.el (word-search-regexp, word-search-backward)
14119 (word-search-forward, word-search-backward-lax)
14120 (word-search-forward-lax): Move functions from search.c
14121 (bug#10145, bug#11381).
14122
14123 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14124
14125 * textmodes/flyspell.el (flyspell-check-pre-word-p)
14126 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
14127 Delay for otherchars as for normal word components.
14128
14129 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14130
14131 * minibuffer.el (completion--sifn-requote): Fix last change.
14132 (minibuffer-local-must-match-filename-map):
14133 Move define-obsolete-variable-alias before its var.
14134
14135 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
14136
14137 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
14138
14139 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
14140 behavior.
14141 (completion--string-equal-p): New function.
14142 (completion--twq-all): Use it to get better assertion failure data.
14143
14144 Only handle ".." and '..' quoting in shell-mode (bug#11466).
14145 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
14146 (shell--requote-argument): New functions.
14147 (shell-completion-vars): Use them.
14148 (shell--parse-pcomplete-arguments): Rename from
14149 shell-parse-pcomplete-arguments.
14150 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
14151 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
14152 Obey comint-file-name-quote-list.
14153
14154 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
14155 (smie-indent-keyword): Use it.
14156
14157 2012-05-14 Stefan Merten <smerten@oekonux.de>
14158
14159 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
14160
14161 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14162
14163 * net/rlogin.el (rlogin-mode-map): Fix last change.
14164
14165 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
14166
14167 * mail/smtpmail.el (smtpmail-send-command): Send the command and
14168 the following \r\n using a single `process-send-string', since the
14169 Lotus SMTP server refuses to accept any commands if they are sent
14170 with two `process-send-string's (Bug#11444).
14171
14172 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14173
14174 * shell.el (shell-parse-pcomplete-arguments):
14175 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
14176
14177 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
14178
14179 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
14180 (image-transform-scale, image-transform-right-angle-fudge): New vars.
14181 (image-transform-width, image-transform-fit-width): New functions.
14182 (image-transform-properties): Use them.
14183 (image-transform-check-size): New function.
14184 (image-toggle-display-image): Use it (for testing).
14185 (image-transform-set-rotation): Reduce angle mod 360.
14186 Delete obsolete comment.
14187
14188 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
14189
14190 * image-mode.el: Fix scaling (bug#11399).
14191 (image-transform-resize): Doc fix.
14192 (image-transform-properties): Default scale is 1 and height should
14193 be an integer.
14194
14195 2012-05-13 Johan Bockgård <bojohan@gnu.org>
14196
14197 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
14198 than hard-coding `car', to fix misbehavior when moving forward.
14199
14200 2012-05-13 Chong Yidong <cyd@gnu.org>
14201
14202 * emacs-lisp/tabulated-list.el (tabulated-list-format)
14203 (tabulated-list-entries, tabulated-list-padding)
14204 (tabulated-list-sort-key): Make permanent-local.
14205
14206 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
14207 (electric-buffer-list): Put electric buffer menu
14208 command descriptions in this docstring, instead of the docstring
14209 of electric-buffer-menu-mode. Code cleanups.
14210 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
14211 Electric-buffer-menu-mode.
14212 (electric-buffer-update-highlight): Minor code cleanup.
14213
14214 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
14215
14216 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
14217 (Bug#11447)
14218
14219 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14220
14221 Move define-obsolete-variable-alias before the var's definition.
14222 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
14223 * tooltip.el (tooltip-hook):
14224 * textmodes/reftex-toc.el (reftex-toc-map):
14225 * textmodes/reftex-sel.el (reftex-select-label-map)
14226 (reftex-select-bib-map):
14227 * textmodes/reftex-index.el (reftex-index-map)
14228 (reftex-index-phrases-map):
14229 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
14230 * progmodes/meta-mode.el (meta-mode-map):
14231 * novice.el (disabled-command-hook):
14232 * loadhist.el (unload-hook-features-list):
14233 * frame.el (blink-cursor):
14234 * files.el (find-file-not-found-hooks, write-file-hooks)
14235 (write-contents-hooks):
14236 * emulation/tpu-edt.el (GOLD-map):
14237 * emacs-lock.el (emacs-lock-from-exiting):
14238 * emacs-lisp/generic.el (generic-font-lock-defaults):
14239 * emacs-lisp/chart.el (chart-map):
14240 * dos-fns.el (register-name-alist):
14241 * dired-x.el (dired-omit-files-p):
14242 * desktop.el (desktop-enable):
14243 * cus-edit.el (custom-mode-hook):
14244 * buff-menu.el (buffer-menu-mode-hook):
14245 * bookmark.el (bookmark-read-annotation-text-func)
14246 (bookmark-exit-hooks):
14247 * allout.el (allout-mode-deactivate-hook)
14248 (allout-exposure-change-hook, allout-structure-added-hook)
14249 (allout-structure-deleted-hook, allout-structure-shifted-hook):
14250 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
14251 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
14252 comes before the corresponding variable's definition.
14253
14254 2012-05-12 Chong Yidong <cyd@gnu.org>
14255
14256 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
14257 (Buffer-menu-mouse-select): Restore function (Bug#11459).
14258 (Buffer-menu-mode-map): Bind it.
14259 (Buffer-menu--pretty-name): Add a mouse-face property.
14260
14261 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
14262
14263 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
14264 (prolog-upper-case-string, prolog-lower-case-string)
14265 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
14266 (prolog-use-smie, prolog-smie-grammar): New vars.
14267 (prolog-smie-forward-token, prolog-smie-backward-token)
14268 (prolog-smie-rules): New funs.
14269 (prolog-comment-indent): Remove.
14270 (prolog-mode-variables): Use default comment indentation instead.
14271 Setup SMIE.
14272 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
14273 (prolog-mode): Don't call them any more.
14274 (prolog-electric-colon, prolog-electric-dash)
14275 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
14276
14277 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
14278
14279 * minibuffer.el (completion--twq-all): Again, allow case differences.
14280
14281 * term.el: Move keymap initialization code to be more idiomatic.
14282 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
14283 (term-terminal-menu): Move initialization into declaration.
14284 (term-escape-char): Let the user set it in her .emacs.
14285
14286 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
14287 Provide SMIE-based indentation (not enabled by default yet).
14288 (sh-mode-map): Don't bind electric keys.
14289 Use electric-pair-mode instead of skeleton-pair.
14290 (sh-assignment-regexp): Fit within 80 columns.
14291 (sh-indent-supported): Specify actual shell name instead of boolean.
14292 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
14293 (sh-maybe-here-document): Use it. Make obsolete.
14294 (sh-electric-here-document-mode) New minor mode.
14295 (sh-mode): Use it. Don't set sh-indent-supported-here here.
14296 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
14297 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
14298 (sh-smie-rc-grammar, sh-use-smie): New vars.
14299 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
14300 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
14301 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
14302 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
14303 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
14304 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
14305 (sh-set-shell): Use smie-setup if requested.
14306
14307 * term.el (term-set-escape-char): Properly set term-escape-char.
14308 See http://stackoverflow.com/questions/10524656.
14309
14310 2012-05-10 Chong Yidong <cyd@gnu.org>
14311
14312 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
14313 Use url-generic-parse-url, and handle host names and Windows
14314 filenames properly.
14315 (ffap-url-unwrap-remote): Use url-generic-parse-url.
14316 (ffap-url-unwrap-remote): Accept list values, specifying a list of
14317 URL schemes to work on.
14318 (ffap--toggle-read-only): New function.
14319 (ffap-read-only, ffap-read-only-other-window)
14320 (ffap-read-only-other-frame): Use it.
14321 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
14322 necessary for ffap-url-unwrap-remote.
14323
14324 2012-05-10 Dave Abrahams <dave@boostpro.com>
14325
14326 * cus-start.el (create-lockfiles): Add it.
14327
14328 2012-05-09 Chong Yidong <cyd@gnu.org>
14329
14330 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
14331 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
14332
14333 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
14334
14335 * shell.el (shell-completion-vars): Fix last change (bug#11348).
14336
14337 2012-05-09 Chong Yidong <cyd@gnu.org>
14338
14339 * ansi-color.el (ansi-color-process-output): Check for validity of
14340 comint-last-output-start before using it. This avoids a bad
14341 interaction with gdb-mi's input/output buffer.
14342
14343 2012-05-09 Glenn Morris <rgm@gnu.org>
14344
14345 * files.el (dir-locals-read-from-file):
14346 Mention dir-locals in any error message.
14347
14348 2012-05-09 Chong Yidong <cyd@gnu.org>
14349
14350 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
14351 package (Bug#11410).
14352
14353 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
14354 variables into description.
14355
14356 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
14357
14358 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
14359 shell-delimiter-argument-list (bug#11348).
14360 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
14361
14362 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
14363
14364 * textmodes/rst.el: Silence byte-compiler warnings.
14365 (rst-re-alist, rst-reset-section-caches): Move around.
14366 (rst-re): Use `characterp', not `char-valid-p'.
14367 (font-lock-beg, font-lock-end): Declare.
14368
14369 * progmodes/idlw-shell.el (specs): Remove reference to deleted
14370 variable `idlwave-shell-activate-alt-keybindings' and simplify.
14371
14372 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
14373
14374 2012-05-08 Glenn Morris <rgm@gnu.org>
14375
14376 * files.el (auto-mode-alist): Treat ".make" like ".mk".
14377
14378 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14379
14380 * vc/log-edit.el: Add GNU coding standards highlighting.
14381 (log-edit-font-lock-gnu-style)
14382 (log-edit-font-lock-gnu-keywords): New vars.
14383 (log-edit-font-lock-keywords): New fun.
14384 (log-edit-mode): Don't fold case in font-lock.
14385 (log-edit-font-lock-keywords): Do not assume case-folding.
14386
14387 * imenu.el: Misc cleanup. Make docstrings out of comments.
14388 Use lexical-binding.
14389 (imenu--index-alist, imenu--last-menubar-index-alist)
14390 (imenu-menubar-modified-tick): Use defvar-local.
14391 (imenu--split-menu): Remove unused var.
14392 (imenu--cleanup-seen): Declare as global.
14393 (imenu--cleanup): Use dolist.
14394
14395 * subr.el (defvar-local): Add debug spec and doc-string position.
14396
14397 2012-05-08 Glenn Morris <rgm@gnu.org>
14398
14399 * language/burmese.el, language/cham.el, language/czech.el:
14400 * language/english.el, language/georgian.el, language/greek.el:
14401 * language/japanese.el, language/khmer.el, language/korean.el:
14402 * language/lao.el, language/misc-lang.el, language/romanian.el:
14403 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
14404 * language/thai.el, language/utf-8-lang.el:
14405 Remove no-byte-compile setting.
14406
14407 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
14408
14409 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14410
14411 * progmodes/make-mode.el (makefile-browse):
14412 Remove unnecessary interactive. (Bug#11324)
14413
14414 2012-05-07 Glenn Morris <rgm@gnu.org>
14415
14416 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
14417
14418 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
14419
14420 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14421
14422 * loadup.el: Preload newcomment.el.
14423 * newcomment.el: Move autoload-only code to toplevel.
14424
14425 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
14426 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
14427 Handle new :right-align column property.
14428 (tabulated-list-print-col): Idem, plus use `display' text-property to
14429 try and preserve alignment for variable pitch fonts.
14430
14431 2012-05-07 Chong Yidong <cyd@gnu.org>
14432
14433 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
14434 (tabulated-list-use-header-line): New var.
14435 (tabulated-list-init-header): Use it.
14436 (tabulated-list-print-fake-header): New function.
14437 (tabulated-list-print): Use it.
14438 (tabulated-list-sort-button-map): Add non-header-line commands.
14439 (tabulated-list-init-header): Add column name property to basic
14440 labels as well.
14441 (tabulated-list-col-sort): Handle non-header-line button case.
14442 (tabulated-list--sort-by-column-name): Fix a corner case.
14443
14444 * buff-menu.el (list-buffers--refresh):
14445 Handle Buffer-menu-use-header-line.
14446
14447 2012-05-06 Chong Yidong <cyd@gnu.org>
14448
14449 * buff-menu.el: Convert to Tabulated List mode.
14450 (Buffer-menu-buffer+size-width): Make obsolete.
14451 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
14452 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
14453 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
14454 documentation into docstring of buffer-menu.
14455 (Buffer-menu-toggle-files-only): Add an informative message.
14456 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
14457 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
14458 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
14459 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
14460 (Buffer-menu-execute, Buffer-menu-select)
14461 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
14462 (Buffer-menu-bury): Use Tabulated List machinery.
14463 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
14464 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
14465 Delete.
14466 (list-buffers--refresh): New function.
14467 (list-buffers-noselect): Use it.
14468 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
14469 (Buffer-menu--pretty-file-name): New helper functions.
14470
14471 * loadup.el: Preload tabulated-list.
14472
14473 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
14474 tabulated-list-sort-column.
14475 (tabulated-list-init-header): Add the initial aligning space even
14476 if tabulated-list-padding is zero.
14477
14478 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
14479
14480 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
14481 whose cdr is not a cons cell correctly (bug#11038).
14482
14483 2012-05-06 Chong Yidong <cyd@gnu.org>
14484
14485 * emacs-lisp/tabulated-list.el (tabulated-list-format):
14486 Accept additional plist in column descriptors.
14487 (tabulated-list-init-header): Obey it.
14488 (tabulated-list-get-entry): New function.
14489 (tabulated-list-put-tag): Use it. Use string-width instead of
14490 length.
14491 (tabulated-list--column-number): New function.
14492 (tabulated-list-print): Use it.
14493 (tabulated-list-print-col): New function.
14494 Set `tabulated-list-column-name' property on each column's text.
14495 (tabulated-list-print-entry): Use it.
14496 (tabulated-list-delete-entry, tabulated-list-set-col):
14497 New functions.
14498 (tabulated-list-sort-column): New command (Bug#11337).
14499
14500 * buff-menu.el (list-buffers): Move C-x C-b binding from
14501 buff-menu.el to bindings.el.
14502
14503 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
14504 :advertised-binding feature.
14505
14506 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
14507
14508 * progmodes/compile.el (compilation-internal-error-properties):
14509 Calculate start position correctly when end-col is set but
14510 end-line is not (Bug#11382).
14511
14512 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
14513
14514 * man.el (Man-unindent): Use text-property-default-nonsticky to
14515 prevent untabify from inheriting face properties (Bug#11408).
14516
14517 2012-05-05 Stefan Merten <smerten@oekonux.de>
14518
14519 * textmodes/rst.el: Major merge with upstream development up to
14520 Docutils SVN r7399 / rst.el V1.2.1.
14521
14522 Clarify maintainership and authors.
14523
14524 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
14525 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
14526 (rst-official-version, rst-official-cvs-rev, rst-version)
14527 (rst-package-emacs-version-alist): New functions and variables
14528 for version information.
14529
14530 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
14531 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
14532 (rst-mode-syntax-table, rst-mode): New and corrected functions
14533 and variables representing reStructuredText features.
14534
14535 (rst-re): New function for reStructuredText regexes. Use in
14536 many places.
14537
14538 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
14539 (rst-mode-map): Rebind keys.
14540
14541 (rst-mode-lazy, rst-font-lock-keywords)
14542 (rst-font-lock-extend-region)
14543 (rst-font-lock-extend-region-internal)
14544 (rst-font-lock-extend-region-extend)
14545 (rst-font-lock-find-unindented-line-limit)
14546 (rst-font-lock-find-unindented-line-match)
14547 (rst-adornment-level, rst-font-lock-adornment-level)
14548 (rst-font-lock-adornment-match)
14549 (rst-font-lock-handle-adornment-pre-match-form)
14550 (rst-font-lock-handle-adornment-matcher): Major revision of
14551 font-locking. Integrate with other code. Use `jit-lock-mode'.
14552
14553 (rst-preferred-adornments, rst-adjust-hook)
14554 (rst-new-adornment-down, rst-preferred-bullets)
14555 (rst-preferred-bullets, rst-indent, rst-indent-width)
14556 (rst-indent-field, rst-indent-literal-normal)
14557 (rst-indent-literal-minimized, rst-indent-comment): Change,
14558 extend and improve customization.
14559
14560 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
14561 (rst-normalize-cursor-position, rst-get-decoration)
14562 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
14563 (rst-rstrip, rst-toc-insert-find-delete-contents)
14564 (rst-shift-fill-region, rst-compute-bullet-tabs)
14565 (rst-debug-print-tabs, rst-debug-mark-found)
14566 (rst-shift-region-guts, rst-shift-region-right)
14567 (rst-shift-region-left, rst-use-char-classes)
14568 (rst-font-lock-keywords-function)
14569 (rst-font-lock-indentation-point)
14570 (rst-font-lock-find-unindented-line-begin)
14571 (rst-font-lock-find-unindented-line-end)
14572 (rst-font-lock-find-unindented-line)
14573 (rst-font-lock-adornment-point, rst-font-lock-level)
14574 (rst-adornment-level-alist): Remove functions and variables.
14575
14576 (rst-compare-adornments, rst-get-adornment-match)
14577 (rst-suggest-new-adornment, rst-get-adornments-around)
14578 (rst-adornment-complete-p, rst-get-next-adornment)
14579 (rst-adjust-adornment, rst-display-adornments-hierarchy)
14580 (rst-straighten-adornments): Standardize function names to
14581 use "adornment" instead of "decoration". Correct callers.
14582 Similar standardizing in many places.
14583
14584 (rst-update-section, rst-adjust, rst-promote-region)
14585 (rst-enumerate-region, rst-bullet-list-region)
14586 (rst-repeat-last-character): Correct use of `interactive'.
14587
14588 (rst-classify-adornment, rst-find-all-adornments)
14589 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
14590 (rst-find-leftmost-column, rst-repeat-last-character):
14591 Refactor functions.
14592
14593 (rst-find-title-line, rst-reset-section-caches)
14594 (rst-get-adornments-around, rst-adjust-adornment-work)
14595 (rst-arabic-to-roman, rst-roman-to-arabic)
14596 (rst-insert-list-pos, rst-insert-list-new-item)
14597 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
14598 New functions.
14599
14600 (rst-all-sections, rst-section-hierarchy)
14601 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
14602 New variables.
14603
14604 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
14605 configuration instead of only buffer. Change where necessary.
14606
14607 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
14608 (rst-shift-region, rst-adaptive-fill): New functions for
14609 indentation and filling.
14610
14611 (rst-comment-line-break, rst-comment-indent)
14612 (rst-comment-insert-comment, rst-comment-region)
14613 (rst-uncomment-region): New functions for handling comments.
14614
14615 (rst-compile): Quote shell arguments.
14616
14617 (rst-compile-pdf-preview, rst-compile-slides-preview):
14618 Delete temporary files after use.
14619
14620 2012-05-05 Glenn Morris <rgm@gnu.org>
14621
14622 * calendar/cal-html.el: Optionally include holidays in the output.
14623 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
14624 (cal-html-holidays): New option.
14625 (cal-html-css-default): Add holiday entry.
14626 (holiday-in-range): Autoload it.
14627 (cal-html-htmlify-entry): Add optional class argument.
14628 (cal-html-htmlify-list): Add optional holidays argument.
14629 (cal-html-insert-agenda-days): Include holidays in the output.
14630 (cal-html-one-month): Maybe include holidays.
14631
14632 * calendar/holidays.el (holiday-in-range):
14633 Move here from cal-tex-list-holidays.
14634 * calendar/cal-tex.el (cal-tex-list-holidays):
14635 Make it an obsolete alias for holiday-in-range. Update all callers.
14636
14637 2012-05-05 Chong Yidong <cyd@gnu.org>
14638
14639 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
14640 Nextstep.
14641
14642 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
14643
14644 * files.el (file-auto-mode-skip): New var.
14645 (set-auto-mode-1): Use it.
14646
14647 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14648
14649 * repeat.el: Use lexical-binding.
14650 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
14651 (repeat-undo-count): Remove.
14652 (repeat):
14653 * progmodes/octave-mod.el (octave-abbrev-start):
14654 * progmodes/f90.el (f90-abbrev-start):
14655 * face-remap.el (text-scale-adjust):
14656 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
14657
14658 * emacs-lisp/pcase.el (pcase--let*): New function.
14659 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
14660 a bit more.
14661 (pcase--split-pred): Be more clever about ruling out overlap between
14662 a predicate and some constant pattern.
14663 (pcase--q1): Use `null' instead of (eq foo nil).
14664
14665 * subr.el (setq-local, defvar-local): New macros.
14666 (kbd): Redefine as an alias.
14667 (with-selected-window): Leave unrelated frames alone.
14668 (set-temporary-overlay-map): New function.
14669
14670 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14671
14672 * subr.el (user-error): New function.
14673 * window.el (switch-to-buffer):
14674 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
14675 (smerge-match-conflict):
14676 * simple.el (previous-matching-history-element)
14677 (next-matching-history-element, goto-history-element, undo-more)
14678 (undo-start):
14679 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
14680 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
14681 (next-file, tags-loop-scan, list-tags, complete-tag):
14682 * progmodes/compile.el (compilation-loop):
14683 * mouse.el (mouse-minibuffer-check):
14684 * man.el (Man-bgproc-sentinel, Man-goto-page):
14685 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
14686 (Info-history-forward, Info-follow-reference, Info-menu)
14687 (Info-extract-menu-item, Info-extract-menu-counting)
14688 (Info-forward-node, Info-backward-node, Info-next-menu-item)
14689 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
14690 (Info-next-reference, Info-prev-reference, Info-index)
14691 (Info-index-next, Info-follow-nearest-node)
14692 (Info-copy-current-node-name):
14693 * imenu.el (imenu--make-index-alist)
14694 (imenu-default-create-index-function, imenu-add-to-menubar):
14695 * files.el (basic-save-buffer, recover-file):
14696 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14697 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
14698 (checkdoc-message-text, checkdoc-defun):
14699 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
14700 * cus-edit.el (customize-changed-options, customize-rogue)
14701 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
14702 (custom-variable-mark-to-reset-standard)
14703 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
14704 (custom-file):
14705 * completion.el (check-completion-length):
14706 * comint.el (comint-search-arg)
14707 (comint-previous-matching-input-string-position)
14708 (comint-previous-matching-input)
14709 (comint-replace-by-expanded-history-before-point, comint-send-input)
14710 (comint-copy-old-input, comint-backward-matching-input)
14711 (comint-goto-process-mark, comint-set-process-mark):
14712 * calendar/calendar.el (calendar-cursor-to-date): Use it.
14713 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
14714
14715 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14716
14717 * dabbrev.el (dabbrev--ignore-case-p): New function.
14718 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
14719 Use it.
14720
14721 * files.el (automount-dir-prefix): Mark as obsolete.
14722
14723 2012-05-04 Glenn Morris <rgm@gnu.org>
14724
14725 * patcomp.el, play/bruce.el: Move to obsolete/.
14726
14727 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
14728
14729 Fix minor Y10k bugs.
14730 * arc-mode.el (archive-unixdate):
14731 * autoinsert.el (auto-insert-alist):
14732 * calc/calc-forms.el (math-this-year):
14733 * emacs-lisp/copyright.el (copyright-current-year)
14734 (copyright-update-year, copyright):
14735 * tar-mode.el (tar-clip-time-string):
14736 * time.el (display-time-update):
14737 Don't assume years have 4 digits.
14738
14739 2012-05-04 Chong Yidong <cyd@gnu.org>
14740
14741 * dos-w32.el (file-name-buffer-file-type-alist)
14742 (direct-print-region-use-command-dot-com):
14743 * ffap.el (ffap-menu-regexp):
14744 * find-file.el (ff-special-constructs):
14745 * follow.el (follow-debug):
14746 * forms.el (forms--debug):
14747 * iswitchb.el (iswitchb-all-frames):
14748 * ido.el (ido-all-frames):
14749 * emacs-lisp/timer.el (timer-max-repeats):
14750 * mail/feedmail.el (feedmail-mail-send-hook)
14751 (feedmail-mail-send-hook-queued):
14752 * mail/footnote.el (footnote-signature-separator):
14753 * mail/mailabbrev.el (mail-alias-separator-string)
14754 (mail-abbrev-mode-regexp):
14755 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
14756 * progmodes/idlwave.el (idlwave-libinfo-file)
14757 (idlwave-default-completion-case-is-down)
14758 (idlwave-library-routines): Convert defvars to defcustoms.
14759
14760 * mail/rmail.el (rmail-decode-mime-charset):
14761 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
14762 (idlwave-shell-fix-inserted-breaks)
14763 (idlwave-shell-activate-alt-keybindings)
14764 (idlwave-shell-use-breakpoint-glyph):
14765 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
14766
14767 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14768
14769 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
14770
14771 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
14772
14773 * progmodes/verilog-mode.el (font-lock-keywords):
14774 Fix mis-highligting auto. Reported by Craig Barner.
14775 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
14776 defines from global name space. Reported by Dan Dever.
14777 (verilog-auto-reset, verilog-auto-reset-widths)
14778 (verilog-auto-tieoff): Support using unbased numbers for
14779 AUTORESET and AUTOTIEOFF.
14780 (verilog-submit-bug-report): Update variable list.
14781 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
14782 parenthesis from not matching. Reported by Michael Rytting.
14783 (verilog-auto-template-lint): Fix hash error when linting modules
14784 with no used templates.
14785 (verilog-warn, verilog-warn-error)
14786 (verilog-warn-fatal): When non-interactive report multiple
14787 warnings before exiting. Suggested by Brad Dobbie.
14788 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
14789 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
14790 to report unused template errors. Reported by Brad Dobbie.
14791 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
14792 nets, bug438. Reported by Vns Blore.
14793 (verilog-auto-inout-module, verilog-auto-reg)
14794 (verilog-read-decls, verilog-read-sub-decls-sig)
14795 (verilog-signals-edit-wire-reg, verilog-signals-with):
14796 Fix passing of Verilog data types in ANSI input/output ports
14797 such as "output logic" into the AUTOs. Special case "wire" and
14798 "reg" for backwards compatibility presuming Verilog 2001.
14799 (verilog-auto-ascii-enum): Add "auto enum" as alias.
14800 (verilog-preprocess): Fix replication of preprocess output.
14801 Reported by Brad Dobbie.
14802 (verilog-auto-inst-interfaced-ports):
14803 Create verilog-auto-inst-interfaced-ports, bug429.
14804 Reported by Julian Gorfajn.
14805 (verilog-after-save-font-hook)
14806 (verilog-before-save-font-hook): New variable.
14807 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
14808 (verilog-save-font-mods): Wrap disabling fontification, reported
14809 by David Rogoff.
14810 (verilog-do-indent, verilog-pretty-declarations-auto)
14811 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
14812 Reported by Pierre-David Pfister.
14813 (verilog-set-auto-endcomments): Fix endtask auto comments outside
14814 of class declarations, bug292. Reported by Kevin Heilman.
14815 (verilog-read-decls): Fix 'parameter type' not appearing in
14816 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
14817 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
14818 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
14819 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
14820 Reported by David Kravitz.
14821
14822 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
14823
14824 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
14825 assignment with tests in ifs and for loops.
14826 (verilog-extended-complete-re, verilog-complete-reg): Change so
14827 that DPI inport functions don't look like fuction declarations.
14828 (verilog-pretty-expr): Don't line up assignment
14829 operations to the test and increment in if and for loops
14830 (verilog-extended-complete-re, verilog-complete-reg): Change so
14831 that DPI inport functions don't look like fuction declarations.
14832
14833 2012-05-03 Kenichi Handa <handa@m17n.org>
14834
14835 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
14836 decoding, and show a warning message without signaling an error
14837 (Bug#11282).
14838
14839 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14840
14841 * emacs-lisp/bytecomp.el
14842 (byte-compile-file-form-custom-declare-variable): Compile all elements,
14843 since cconv.el might have introduced :fun-body, internal-make-closure,
14844 and friends for bytecomp to handle (bug#11391).
14845 * custom.el (defcustom): Avoid ((λ ..) ..).
14846
14847 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
14848
14849 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
14850
14851 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
14852
14853 * notifications.el (dbus-debug):
14854 * term/linux.el (gpm-mouse-enable):
14855 * term/screen.el (xterm-register-default-colors): Declare.
14856
14857 2012-05-02 Chong Yidong <cyd@gnu.org>
14858
14859 * cus-start.el (gc-cons-percentage, exec-suffixes)
14860 (dos-display-scancodes, dos-hyper-key, dos-super-key)
14861 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
14862 (make-cursor-line-fully-visible, void-text-area-pointer)
14863 (font-list-limit): Add customization data.
14864
14865 * allout.el (allout-exposure-change-functions)
14866 (allout-structure-added-functions)
14867 (allout-structure-deleted-functions)
14868 (allout-structure-shifted-functions): Rename abnormal hooks from
14869 *-hook, and convert to defcustoms.
14870 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
14871 Convert to defcustoms.
14872 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
14873
14874 * allout-widgets.el: Hook callers changed.
14875
14876 2012-05-02 Eli Zaretskii <eliz@gnu.org>
14877
14878 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
14879 the yanked message in preference to the default value of
14880 buffer-file-coding-system.
14881
14882 2012-05-02 Martin Rudalics <rudalics@gmx.at>
14883
14884 * window.el (display-buffer--action-function-custom-type):
14885 Fix entry.
14886
14887 2012-05-02 Alan Mackenzie <acm@muc.de>
14888
14889 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
14890
14891 2012-05-01 Glenn Morris <rgm@gnu.org>
14892
14893 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
14894
14895 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
14896
14897 * cus-edit.el (custom-variable-documentation): Simplify with format.
14898
14899 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14900 Stefan Monnier <monnier@iro.umontreal.ca>
14901
14902 * simple.el (suggest-key-bindings, execute-extended-command):
14903 Move from keyboard.c.
14904
14905 2012-05-01 Chong Yidong <cyd@gnu.org>
14906
14907 * follow.el: Eliminate advice.
14908 (set-process-filter, process-filter, sit-for): Advice deleted.
14909 (follow-mode-off-hook): Obsolete hook removed.
14910 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
14911 Vars deleted.
14912 (follow-auto): Use a :set function.
14913 (follow-mode): Rewritten. Don't advise process filters.
14914 (follow-switch-to-current-buffer-all, follow-scroll-up)
14915 (follow-scroll-down): Assume follow-mode is bound.
14916 (follow-comint-scroll-to-bottom)
14917 (follow-align-compilation-windows): New functions.
14918 (follow--window-sorter): New function.
14919 (follow-all-followers): Use it to explicitly sort windows by their
14920 positions; don't make assumptions about next-window order.
14921 (follow-windows-start-end, follow-delete-other-windows-and-split)
14922 (follow-calc-win-start): Doc fix.
14923 (follow-windows-aligned-p, follow-select-if-visible): Don't call
14924 vertical-motion unnecessarily.
14925 (follow-adjust-window): New function.
14926 (follow-post-command-hook): Use it.
14927 (follow-call-set-process-filter, follow-call-process-filter)
14928 (follow-intercept-process-output, follow-tidy-process-filter-alist)
14929 (follow-stop-intercept-process-output, follow-generic-filter):
14930 Functions deleted.
14931 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
14932 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
14933 New functions, replacing advice on scroll-bar-* commands.
14934 (follow-mwheel-scroll): New function (Bug#4112).
14935
14936 * comint.el (comint-adjust-point): New function.
14937 (comint-postoutput-scroll-to-bottom): Use it.
14938 Call follow-comint-scroll-to-bottom for Follow mode buffers.
14939
14940 2012-05-01 Glenn Morris <rgm@gnu.org>
14941
14942 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
14943 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
14944 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
14945 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
14946 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
14947 Remove no-byte-compile setting.
14948
14949 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
14950
14951 * minibuffer.el (completion-table-with-quoting): Fix compatibility
14952 all-completions code to not return a number in the last cdr.
14953
14954 2012-04-30 Leo Liu <sdl.web@gmail.com>
14955
14956 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
14957 read-only error.
14958
14959 2012-04-29 Chong Yidong <cyd@gnu.org>
14960
14961 * follow.el (follow-calc-win-end): Rewrite to handle partial
14962 screen lines correctly (Bug#8390).
14963 (follow-avoid-tail-recenter): Minor cleanup.
14964
14965 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14966
14967 Avoid the obsolete `assoc' package.
14968 * speedbar.el (speedbar-refresh): Avoid adelete.
14969 (speedbar-file-lists): Simplify and avoid aput.
14970 * man.el (Man--sections, Man--refpages): New vars, replacing
14971 Man-sections-alist and Man-refpages-alist.
14972 (Man-build-section-alist, Man-build-references-alist):
14973 Use them; avoid aput.
14974 (Man--last-section, Man--last-refpage): New vars.
14975 (Man-follow-manual-reference): Use them.
14976 Use the `default' arg of completing-read.
14977 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
14978
14979 2012-04-27 Chong Yidong <cyd@gnu.org>
14980
14981 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
14982
14983 * startup.el (x-apply-session-resources): New function.
14984
14985 * term/ns-win.el (ns-initialize-window-system):
14986 * term/w32-win.el (w32-initialize-window-system):
14987 * term/x-win.el (x-initialize-window-system): Use it to properly
14988 set menu-bar-mode and other vars from X resources, even if the
14989 initial frame is not a window-system frame (Bug#2299).
14990
14991 * subr.el (read-key): Avoid running filter function when setting
14992 up temporary tool bar entries (Bug#9922).
14993
14994 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
14995
14996 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
14997 (Bug#11344)
14998
14999 2012-04-27 Chong Yidong <cyd@gnu.org>
15000
15001 * select.el (xselect--encode-string): New function, split from
15002 xselect-convert-to-string.
15003 (xselect-convert-to-string): Use it.
15004 (xselect-convert-to-filename, xselect-convert-to-os)
15005 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
15006 returned strings are properly encoded (Bug#11315).
15007
15008 2012-04-27 Chong Yidong <cyd@gnu.org>
15009
15010 * simple.el (delete-active-region): Move to killing custom group.
15011
15012 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
15013
15014 * progmodes/which-func.el (which-func-current): Quote %
15015 characters for mode-line processing.
15016
15017 2012-04-27 Chong Yidong <cyd@gnu.org>
15018
15019 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
15020 reaching eob (Bug#11286).
15021
15022 2012-04-27 Eli Zaretskii <eliz@gnu.org>
15023
15024 * progmodes/gdb-mi.el (gdb-control-level): New variable.
15025 (gdb): Make it buffer-local and init to zero.
15026 (gdb-control-commands-regexp): New variable.
15027 (gdb-send): Don't wrap in "-interpreter-exec console" if
15028 gdb-control-level is positive. Increment gdb-control-level
15029 whenever the command matches gdb-control-commands-regexp, and
15030 decrement it each time the command is "end". (Bug#11279)
15031
15032 2012-04-27 Martin Rudalics <rudalics@gmx.at>
15033
15034 * window.el (adjust-window-trailing-edge, enlarge-window)
15035 (shrink-window, window-resize):
15036 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
15037 windows (Bug#11276).
15038
15039 2012-04-27 Chong Yidong <cyd@gnu.org>
15040
15041 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
15042 fix "missing prefix" warning. All callers changed.
15043
15044 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
15045
15046 * emacs-lisp/assoc.el: Move to obsolete/.
15047
15048 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15049
15050 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
15051
15052 * term/ns-win.el (ns-define-service):
15053 * progmodes/pascal.el (pascal-goto-defun):
15054 * progmodes/js.el (js--read-tab):
15055 * progmodes/etags.el (tags-lazy-completion-table):
15056 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
15057 * emacs-lisp/ewoc.el (ewoc--wrap):
15058 * emacs-lisp/assoc.el (aput, adelete, amake):
15059 * doc-view.el (doc-view-convert-current-doc):
15060 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
15061
15062 2012-04-26 Chong Yidong <cyd@gnu.org>
15063
15064 * image.el (image-type-from-buffer): Only return supported image
15065 type (Bug#9045).
15066
15067 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
15068 value, for symmetry with diff-end-of-hunk.
15069 (diff-split-hunk, diff-find-source-location)
15070 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
15071 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
15072 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
15073 compute the relevant hunk or file properly (Bug#6005).
15074 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
15075
15076 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15077
15078 * vc/vc-mtn.el:
15079 * vc/vc-hg.el:
15080 * vc/vc-git.el:
15081 * vc/vc-dir.el:
15082 * vc/vc-cvs.el:
15083 * vc/vc-bzr.el:
15084 * vc/vc-arch.el:
15085 * vc/vc.el: Replace lexical-let by lexical-binding.
15086 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
15087 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
15088 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
15089
15090 2012-04-26 Chong Yidong <cyd@gnu.org>
15091
15092 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
15093 (diff-mode-shared-map): Bind it to / and [remap undo].
15094
15095 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
15096 (ediff-window-setup-function): Use it as the default, to set up
15097 windows based on whether the current frame is graphical (Bug#2138).
15098 (ediff-choose-window-setup-function-automatically): Make obsolete.
15099
15100 * vc/ediff-init.el: Always define ediff-pixel-width/height.
15101
15102 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15103
15104 * ffap.el: Remove old code for obsolete package.
15105 (ffap-complete-as-file-p): Remove.
15106
15107 Use completion-table-with-quoting for comint and pcomplete.
15108 * comint.el (comint--unquote&requote-argument)
15109 (comint--unquote-argument, comint--requote-argument): New functions.
15110 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
15111 (comint-quote-filename): Use regexp-opt-charset.
15112 (comint--common-suffix, comint--common-quoted-suffix)
15113 (comint--table-subvert): Remove.
15114 (comint-unquote-function, comint-requote-function): New vars.
15115 (comint--complete-file-name-data): Use them with
15116 completion-table-with-quoting.
15117 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
15118 * pcomplete.el (pcomplete-arg-quote-list)
15119 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
15120 (pcomplete-unquote-argument-function): Default to non-nil.
15121 (pcomplete-unquote-argument): Simplify.
15122 (pcomplete--common-quoted-suffix): Remove.
15123 (pcomplete-requote-argument-function): New var.
15124 (pcomplete--common-suffix): New function.
15125 (pcomplete-completions-at-point): Use completion-table-with-quoting
15126 and completion-table-subvert.
15127
15128 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
15129 (minibuffer--double-dollars): Preserve properties.
15130 (completion--sifn-requote): New function.
15131 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
15132
15133 * minibuffer.el: Add support for completion of quoted/escaped data.
15134 (completion-table-with-quoting, completion-table-subvert): New funs.
15135 (completion--twq-try, completion--twq-all): New functions.
15136 (completion--nth-completion): New function.
15137 (completion-try-completion, completion-all-completions): Use it.
15138
15139 2012-04-25 Leo Liu <sdl.web@gmail.com>
15140
15141 * progmodes/python.el (python-pdbtrack-get-source-buffer):
15142 Use compilation-message if available to find real filename.
15143
15144 2012-04-25 Chong Yidong <cyd@gnu.org>
15145
15146 * vc/diff-mode.el (diff-setup-whitespace): New function.
15147 (diff-mode): Use it.
15148
15149 * vc/diff.el (diff-sentinel):
15150 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
15151 Whitespace mode variables based on diff style (Bug#8612).
15152
15153 2012-04-25 Leo Liu <sdl.web@gmail.com>
15154
15155 * progmodes/python.el (python-send-region): Add suffix .py to the
15156 temp file.
15157
15158 * files.el (auto-mode-alist): Use javascript-mode instead.
15159
15160 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
15161
15162 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
15163
15164 * net/soap-client.el (soap-resolve-references-for-sequence-type)
15165 (soap-resolve-references-for-array-type): Hack to prevent self
15166 references, see Bug#9.
15167 (soap-parse-envelope): Report the contents of the 'detail' node
15168 when receiving a fault reply.
15169 (soap-parse-envelope): Report the contents of the entire 'detail' node.
15170
15171 * net/soap-inspect.el (soap-sample-value-for-simple-type)
15172 (soap-inspect-simple-type): New function.
15173
15174 * net/soap-client.el (soap-simple-type): New struct.
15175 (soap-default-xsd-types, soap-default-soapenc-types)
15176 (soap-decode-basic-type, soap-encode-basic-type):
15177 support unsignedInt and double basic types.
15178 (soap-resolve-references-for-simple-type)
15179 (soap-parse-simple-type, soap-encode-simple-type): New function.
15180 (soap-parse-schema): Parse xsd:simpleType declarations.
15181
15182 * net/soap-client.el (soap-default-xsd-types)
15183 (soap-default-soapenc-types): Add integer, byte and anyURI types.
15184 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
15185 the local name of "soapenc:Array".
15186 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
15187 decoding integer, byte and anyURI xsd types.
15188
15189 2012-04-25 Chong Yidong <cyd@gnu.org>
15190
15191 * cus-edit.el (custom-buffer-create-internal): Update header text.
15192
15193 2012-04-25 Eli Zaretskii <eliz@gnu.org>
15194
15195 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
15196 settings on 'system-type', not on 'window-system'. On MS-Windows,
15197 set interactive-mode on in GDB.
15198
15199 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
15200
15201 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
15202 (ruby-syntax-propertize-regexp): Remove.
15203 (ruby-syntax-propertize-function): Split regexp into chunks.
15204 Match following code directly.
15205
15206 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
15207
15208 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
15209 (ruby-syntax-propertize-regexp): New function.
15210 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
15211 by a special keyword.
15212
15213 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
15214 (ruby-syntax-general-delimiters-goto-beg)
15215 (ruby-syntax-propertize-general-delimiters): New functions.
15216 (ruby-syntax-propertize-function): Use them to handle GDL.
15217 (ruby-font-lock-keywords): Move old handling of GDL...
15218 (ruby-font-lock-syntactic-keywords): .. to here.
15219 (ruby-calculate-indent): Adjust indentation for GDL.
15220
15221 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
15222
15223 * notifications.el (top): Remove unneeded declarations.
15224 (notifications-specification-version): Change to "1.2".
15225 (notifications-interface, notifications-notify-method)
15226 (notifications-close-notification-method): Fix docstring.
15227 (notifications-get-capabilities-method): New defconst.
15228 (notifications-notify): Add :action-items, :resident and
15229 :transient hints. Change "image_data" to "image-data" and
15230 "image_path" to "image-path".
15231 (notifications-get-capabilities): New defun.
15232
15233 2012-04-24 Leo Liu <sdl.web@gmail.com>
15234
15235 * progmodes/python.el: Move hideshow setup to the end.
15236
15237 2012-04-24 Martin Rudalics <rudalics@gmx.at>
15238
15239 * window.el (handle-select-window): Clear echo area since this is
15240 no more done by read_char (Bug#11304).
15241
15242 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
15243
15244 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
15245 and `/ M' to filter-derived-mode.
15246 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
15247 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
15248 (ibuffer-mark-by-mode): Use default rather than initial-input.
15249 (ibuffer-filter-by-derived-mode): Autoload and require-match.
15250
15251 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
15252
15253 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
15254 (ibuffer-filter-by-derived-mode): New filter.
15255 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
15256
15257 2012-04-23 Andreas Politz <politza@fh-trier.de>
15258
15259 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
15260
15261 2012-04-23 Chong Yidong <cyd@gnu.org>
15262
15263 * cus-edit.el (customize-apropos, customize-apropos-options):
15264 Disable matching of non-option variables (Bug#11176).
15265 (customize-option, customize-option-other-window)
15266 (customize-changed-options): Doc fix.
15267 (customize-apropos-options, customize-apropos-faces)
15268 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
15269
15270 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
15271 Fix word list splitting (Bug#11132).
15272 (apropos-symbol, apropos-keybinding, apropos-label)
15273 (apropos-property, apropos-function-button)
15274 (apropos-variable-button, apropos-misc-button): New faces.
15275 (apropos-symbol-face, apropos-keybinding-face)
15276 (apropos-label-face, apropos-property-face, apropos-match-face):
15277 Variables removed (Bug#8396).
15278 (apropos-library-button, apropos-format-plist, apropos-print)
15279 (apropos-print-doc, apropos-describe-plist): Callers changed.
15280
15281 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
15282
15283 * net/xesam.el (xesam-mode-map): Use let-bound map in
15284 initialization. (Bug#11292)
15285
15286 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15287
15288 Preserve ispell session localwords when switching back to
15289 original buffer.
15290
15291 * textmodes/ispell.el (ispell-buffer-session-localwords):
15292 New buffer-local variable to hold buffer session localwords.
15293 (ispell-kill-ispell): Add option 'clear to delete session
15294 localwords.
15295 (ispell-command-loop, ispell-change-dictionary)
15296 (ispell-buffer-local-words): Preserve session localwords when
15297 needed.
15298
15299 * textmodes/flyspell.el (flyspell-process-localwords)
15300 (flyspell-do-correct): Preserve session localwords when needed.
15301
15302 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15303
15304 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
15305 using obsolete `translation-table-for-input'.
15306 (ispell-word, ispell-process-line, ispell-complete-word):
15307 Use plain `insert' instead of removed `ispell-insert-word'.
15308
15309 2012-04-22 Chong Yidong <cyd@gnu.org>
15310
15311 * cus-edit.el (custom-variable-menu)
15312 (custom-variable-reset-saved, custom-face-menu)
15313 (custom-face-reset-saved): If there is no saved value, make the
15314 "reset-saved" operation bring back the default (Bug#9509).
15315 (custom-face-state): Properly detect themed faces.
15316
15317 * faces.el (face-spec-set): Stop supporting deprecated form of
15318 third arg.
15319
15320 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
15321
15322 Move functions from C to Lisp. Make non-blocking method calls
15323 the default. Implement further D-Bus standard interfaces.
15324
15325 * net/dbus.el (dbus-message-internal): Declare function.
15326 Remove unneeded function declarations.
15327 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
15328 (dbus-message-type-method-return, dbus-message-type-error)
15329 (dbus-message-type-signal): Declare variables. Remove local
15330 definitions.
15331 (dbus-interface-dbus, dbus-interface-peer)
15332 (dbus-interface-introspectable, dbus-interface-properties)
15333 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
15334 Adapt docstring.
15335 (dbus-interface-objectmanager): New defconst.
15336 (dbus-call-method, dbus-call-method-asynchronously)
15337 (dbus-send-signal, dbus-method-return-internal)
15338 (dbus-method-error-internal, dbus-register-service)
15339 (dbus-register-signal, dbus-register-method): New defuns, moved
15340 from dbusbind.c
15341 (dbus-call-method-handler, dbus-setenv)
15342 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
15343 New defuns.
15344 (dbus-call-method-non-blocking): Make it an obsolete function.
15345 (dbus-unregister-object, dbus-unregister-service)
15346 (dbus-handle-event, dbus-register-property)
15347 (dbus-property-handler): Obey the new structure of
15348 `bus-registered-objects'.
15349 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
15350 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
15351 Use `dbus-call-method'.
15352
15353 2012-04-22 Chong Yidong <cyd@gnu.org>
15354
15355 * cus-edit.el (custom-commands, custom-reset-menu)
15356 (Custom-reset-standard): Tweak labels.
15357 (custom-reset-button-menu): Change default to t.
15358 (custom-buffer-create-internal): For the custom-reset-button-menu
15359 case, put the revert button first.
15360 (custom-group-subtitle): New face.
15361 (custom-group-value-create): Align docstring to a specific column.
15362
15363 * wid-edit.el (widget-documentation-link-add): Don't handle
15364 indentation in this function.
15365 (widget-documentation-string-indent-to): New function.
15366 (widget-documentation-string-value-create): Use it.
15367
15368 * autorevert.el (auto-revert):
15369 * epg-config.el (epg):
15370 * ibuffer.el (ibuffer):
15371 * mpc.el (mpc):
15372 * ses.el (ses):
15373 * eshell/eshell.el (eshell):
15374 * net/ange-ftp.el (ange-ftp):
15375 * progmodes/ebnf2ps.el (postscript):
15376 * progmodes/flymake.el (flymake):
15377 * progmodes/prolog.el (prolog):
15378 * progmodes/verilog-mode.el (verilog-mode):
15379 * progmodes/which-func.el (which-func):
15380 * term/xterm.el (xterm):
15381 * textmodes/picture.el (picture):
15382 * textmodes/tildify.el (tildify):
15383 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
15384 customization buffers.
15385
15386 2012-04-22 Alan Mackenzie <acm@muc.de>
15387
15388 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
15389 Adding a ) can hide the resulting (..) from searches. Fix it.
15390 Bound the backward search to the position of the existing (.
15391
15392 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
15393
15394 * progmodes/verilog-mode.el (verilog-mode): Check whether
15395 which-func-modes is t before adding verilog-mode.
15396 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
15397
15398 2012-04-21 Leo Liu <sdl.web@gmail.com>
15399
15400 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
15401
15402 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
15403
15404 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
15405 filling of the last column of a table (Bug#5635).
15406 (woman-find-next-control-line): New arg, specifying an additional
15407 regexp component for the control line.
15408 (woman2-roff-buffer): Use it.
15409 (woman-break-table): New function.
15410 (woman2-TS): Use it.
15411
15412 2012-04-21 Chong Yidong <cyd@gnu.org>
15413
15414 * woman.el (woman-set-buffer-display-table, woman-decode-region)
15415 (woman-horizontal-escapes, woman-negative-vertical-space)
15416 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
15417 (WoMan-warn-ignored): Use ?\s instead of ?\ .
15418
15419 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15420
15421 * minibuffer.el (completion-file-name-table): Complete user names.
15422
15423 2012-04-20 Leo Liu <sdl.web@gmail.com>
15424
15425 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
15426 and pcase-let*.
15427
15428 2012-04-20 Chong Yidong <cyd@gnu.org>
15429
15430 * server.el (server-execute): Respect initial-buffer-choice if it
15431 is a string and there are no files to open (Bug#2825).
15432 (server-create-window-system-frame, server-create-tty-frame):
15433 Don't switch buffers here.
15434 (server-process-filter): Only try to open a window system frame if
15435 compiled with graphical support (Bug#8314).
15436
15437 2012-04-20 Dan Nicolaescu <dann@gnu.org>
15438
15439 * battery.el (battery-echo-area-format): Display remaining time
15440 for sysfs backend too (Bug#11269).
15441 (battery-linux-sysfs): Fix conditional for the charge.
15442
15443 2012-04-20 Chong Yidong <cyd@gnu.org>
15444
15445 * progmodes/gdb-mi.el (gdb): Revert previous change.
15446 (gdb-inferior-io--init-proc): New function.
15447 (gdb-init-1): Use it.
15448 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
15449 responsible for allocating a new pty and hooking it to gdb when
15450 the old pty gets an EIO due to process exit.
15451 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
15452 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
15453 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
15454
15455 2012-04-20 Eli Zaretskii <eliz@gnu.org>
15456
15457 * window.el (window-min-size, window-sizable, window-min-delta)
15458 (window-max-delta, window--resizable, window-resizable)
15459 (window-total-size, window-full-height-p, window-full-width-p)
15460 (window-in-direction, window--resize-mini-window, window-resize)
15461 (window--resize-child-windows-normal)
15462 (window--resize-child-windows, window--resize-siblings)
15463 (window--resize-this-window, adjust-window-trailing-edge)
15464 (enlarge-window, shrink-window): Doc fixes.
15465
15466 2012-04-20 Chong Yidong <cyd@gnu.org>
15467
15468 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
15469 New function to call delete-process on the gdb-inferior buffer's pty.
15470 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
15471 pty process (Bug#11273).
15472 (gdb-update): New arg to suppress talking to the gdb process.
15473 (gdb-done-or-error): Use it.
15474 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
15475 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
15476 sentinel not being called.
15477
15478 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
15479
15480 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
15481
15482 2012-04-20 Glenn Morris <rgm@gnu.org>
15483
15484 * net/network-stream.el (open-network-stream): Doc fix.
15485
15486 2012-04-20 Chong Yidong <cyd@gnu.org>
15487
15488 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
15489
15490 2012-04-20 Alan Mackenzie <acm@muc.de>
15491
15492 Ensure searching for keywords is case sensitive.
15493
15494 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
15495 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
15496 (c-defun-name, c-mark-function, c-cpp-define-name)
15497 (c-comment-indent, c-scan-conditionals, c-indent-defun)
15498 (c-context-line-break): Bind case-fold-search to nil.
15499
15500 * progmodes/cc-mode.el (c-font-lock-fontify-region):
15501 Bind case-fold-search to nil.
15502
15503 2012-04-20 Chong Yidong <cyd@gnu.org>
15504
15505 * mail/sendmail.el (mail-bury): Call return action with the right
15506 Rmail buffer (Bug#11242).
15507
15508 * server.el (server-process-filter): Handle corner case where both
15509 tty and nowait options are present (Bug#11102).
15510
15511 2012-04-20 Eli Zaretskii <eliz@gnu.org>
15512
15513 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
15514 (top level): Put into the executable the ident-style '$Id:' tag on
15515 windows-nt as well.
15516
15517 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15518
15519 * electric.el (electric-indent-post-self-insert-function): Check that
15520 electric-indent-mode is enabled in current buffer.
15521
15522 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
15523
15524 * imenu.el (imenu-progress-message): Restore; it is "used" in
15525 erc/erc-imenu.el and net/snmp-mode.el.
15526
15527 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
15528
15529 * avoid.el (mouse-avoidance-mode): Mark unused arg.
15530 (mouse-avoidance-nudge-mouse): Remove unused binding.
15531
15532 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
15533
15534 * descr-text.el (describe-char):
15535 * progmodes/python.el (python-describe-symbol):
15536 Don't call `toggle-read-only', set `buffer-read-only'.
15537
15538 * imenu.el (imenu-default-goto-function): Mark unused args.
15539 (imenu-progress-message): Remove obsolete macro; all callers changed.
15540
15541 * subr.el (keymap-canonicalize): Remove unused binding.
15542 (read-passwd): Mark unused arg.
15543
15544 * tutorial.el (tutorial--display-changes): Remove unused binding.
15545 (tutorial--save-tutorial-to): Remove unused variable.
15546
15547 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
15548 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
15549 (package-generate-autoloads, package-menu--generate)
15550 (package-menu--find-upgrades): Remove unused bindings.
15551
15552 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
15553 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
15554 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
15555 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
15556 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
15557 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
15558 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
15559 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
15560 (cua-delete-char-rectangle): Mark unused args.
15561 (cua-align-rectangle): Remove unused binding.
15562
15563 * mail/rmail.el (compilation--message->loc)
15564 (epa--find-coding-system-for-mime-charset): Declare.
15565
15566 * net/dbus.el (dbus-register-service): Declare.
15567 (dbus-name-owner-changed-handler): Remove unused binding.
15568
15569 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
15570 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
15571 (nxml-scan-backward-within): Mark unused arg.
15572 (nxml-dynamic-markup-word): Remove unused binding.
15573
15574 * mouse.el (mouse-menu-major-mode-map):
15575 * emacs-lisp/authors.el (authors-scan-change-log)
15576 (authors-add-to-author-list):
15577 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
15578 * emacs-lisp/smie.el (smie-auto-fill):
15579 * mail/sendmail.el (mail-bury):
15580 * mail/unrmail.el (unrmail):
15581 * net/tls.el (open-tls-stream):
15582 * textmodes/picture.el (picture-mouse-set-point):
15583 Remove unused bindings.
15584
15585 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
15586
15587 * net/tramp.el (tramp-action-password): Let-bind
15588 `enable-recursive-minibuffers' to t.
15589
15590 2012-04-18 Sam Steingold <sds@gnu.org>
15591
15592 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
15593 instead of 'string to accommodate values like [f11].
15594 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
15595 * progmodes/gdb-mi.el: Likewise.
15596
15597 2012-04-18 Leo Liu <sdl.web@gmail.com>
15598
15599 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
15600 current buffer.
15601 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
15602 LOCAL is nil.
15603
15604 2012-04-18 Chong Yidong <cyd@gnu.org>
15605
15606 * simple.el (line-move): Use forward-line if in batch mode
15607 (Bug#11053).
15608
15609 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
15610
15611 * files.el (after-find-file): Do not try to add a final newline if
15612 the buffer is read-only (Bug#11156).
15613
15614 2012-04-17 Richard Stallman <rms@gnu.org>
15615
15616 * mail/rmail.el (rmail-start-mail):
15617 Pass (rmail-mail-return...) for the return-action.
15618 Pass (rmail-yank-current-message...) for the yank-action.
15619 (rmail-yank-current-message): New function.
15620 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
15621 (rmail-reply): Likewise.
15622 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
15623
15624 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
15625 buffer, not the last. Reject temp buffers. Use the rmail-mode
15626 buffer, not newbuf.
15627
15628 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
15629
15630 * server.el (server-ensure-safe-dir): Simplify.
15631
15632 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15633
15634 * emacs-lisp/smie.el: Provide smarter auto-filling.
15635 (smie-auto-fill): New function.
15636 (smie-setup): Use it.
15637
15638 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
15639
15640 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
15641
15642 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
15643 (comment-indent): Use it.
15644
15645 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
15646
15647 * ses.el: The overall change is to add cell renaming, that is
15648 setting fancy names for cell symbols other than name matching
15649 "\\`[A-Z]+[0-9]+\\'" regexp .
15650 (ses-localvars): Add ses--renamed-cell-symb-list.
15651 (ses-create-cell-variable): New defun.
15652 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
15653 (ses-relocate-formula): Relocate formulas only for cells the
15654 symbols of which are not renamed, i.e. symbols whose names do not
15655 match regexp "\\`[A-Z]+[0-9]+\\'".
15656 (ses-relocate-all): Relocate values only for cells the symbols of
15657 which are not renamed.
15658 (ses-load): Create cells variables as the (ses-cell ...) are read,
15659 in order to check row col consistency with cell symbol name only
15660 for cells that are not renamed.
15661 (ses-replace-name-in-formula): New defun.
15662 (ses-rename-cell): New defun.
15663
15664 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
15665
15666 * progmodes/perl-mode.el (perl-indent-parens-as-block):
15667 New option (bug#11118).
15668 (perl-calculate-indent): Respect it.
15669
15670 2012-04-17 Glenn Morris <rgm@gnu.org>
15671
15672 * dired-aux.el (dired-mark-read-string): Doc fix.
15673
15674 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
15675
15676 * dired-aux.el (dired-mark-read-string): Offer optional completion.
15677 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
15678
15679 2012-04-17 Glenn Morris <rgm@gnu.org>
15680
15681 * mouse.el (mouse-drag-track):
15682 * speedbar.el (speedbar-frame-mode):
15683 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
15684
15685 2012-04-16 Leo Liu <sdl.web@gmail.com>
15686
15687 * progmodes/python.el: Trivial cleanup.
15688
15689 2012-04-16 Glenn Morris <rgm@gnu.org>
15690
15691 * vc/vc.el (vc-string-prefix-p):
15692 * vc/pcvs-util.el (cvs-string-prefix-p):
15693 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
15694 * mpc.el (mpc-string-prefix-p):
15695 Make all of these into obsolete aliases for string-prefix-p.
15696 Update callers.
15697 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
15698
15699 * textmodes/two-column.el: Move custom options to the start.
15700 (frame-width): Remove compat definition.
15701 (2C-associate-buffer, 2C-dissociate):
15702 Use with-current-buffer rather than save-excursion.
15703 (2C-dissociate): Force a mode-line update.
15704 (2C-autoscroll): Use ignore-errors.
15705
15706 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
15707 Autoload trivia.
15708
15709 * emacs-lisp/cl-extra.el (*random-state*):
15710 Remove unnecessary declaration.
15711
15712 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
15713
15714 * play/cookie1.el (cookie-snarf):
15715 Give an explicit error if input file cannot be read.
15716
15717 * play/yow.el (yow-file): Use expand-file-name rather than concat.
15718
15719 * progmodes/perl-mode.el (c-macro-expand):
15720 Remove unnecessary autoload (it is in loaddefs.el).
15721
15722 * textmodes/picture.el (picture-desired-column)
15723 (picture-update-desired-column): Convert comments to doc-strings.
15724 (picture-substitute): Remove function.
15725 (picture-mode-map): Initialize in the defvar.
15726
15727 * woman.el: Remove eval-after-load for tar-mode.
15728 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
15729 (woman-tar-extract-file): Autoload it.
15730
15731 * frame.el (automatic-hscrolling): Make this alias obsolete.
15732
15733 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15734
15735 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
15736 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
15737 (ispell-dictionary-base-alist): Revert to original XEmacs
15738 friendly version for default. [:alpha:] will be added in
15739 `ispell-set-spellchecker-params' if needed.
15740
15741 2012-04-16 Chong Yidong <cyd@gnu.org>
15742
15743 * image.el (imagemagick--file-regexp): New variable.
15744 (imagemagick-register-types): Use it.
15745 (imagemagick-types-inhibit): Add :set function. Allow new value
15746 of t to inhibit all types.
15747
15748 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
15749 so we can preload it.
15750
15751 * loadup.el (fboundp): Preload regexp-opt, needed by
15752 imagemagick-register-types.
15753
15754 2012-04-15 Chong Yidong <cyd@gnu.org>
15755
15756 * frame.el (scrolling): Remove nearly unused customization group.
15757
15758 * scroll-all.el (scroll-all-mode): Move to windows group.
15759
15760 2012-04-15 Chong Yidong <cyd@gnu.org>
15761
15762 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
15763
15764 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15765
15766 Avoid the use of ((lambda ...) ...) in lexical-binding code.
15767 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
15768
15769 2012-04-15 Glenn Morris <rgm@gnu.org>
15770
15771 * simple.el (process-file-side-effects): Doc fix.
15772
15773 2012-04-15 Glenn Morris <rgm@gnu.org>
15774
15775 * international/mule-cmds.el (set-language-environment): Doc fix.
15776
15777 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
15778
15779 * server.el (server-auth-key, server-generate-key): Doc fixes.
15780 (server-get-auth-key): Doc fix. Use `string-match-p'.
15781 (server-start): Reflow docstring.
15782
15783 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
15784
15785 * server.el (server-generate-key): `called-interactively-p'
15786 requires a parameter.
15787
15788 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
15789
15790 * server.el (server-auth-key): New variable.
15791 (server-generate-key, server-get-auth-key): New function.
15792 (server-start): Use the new variable and functions to allow
15793 setting a permanent server key (bug#9423).
15794
15795 2012-04-14 Leo Liu <sdl.web@gmail.com>
15796
15797 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
15798
15799 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
15800
15801 Spelling fixes.
15802 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
15803 Emacs uses American spelling.
15804
15805 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
15806
15807 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
15808 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
15809 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
15810 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
15811
15812 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15813
15814 * progmodes/which-func.el (which-func-modes): Change default.
15815
15816 2012-04-14 Kim F. Storm <storm@cua.dk>
15817
15818 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
15819 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
15820
15821 2012-04-14 Chong Yidong <cyd@gnu.org>
15822
15823 * custom.el (custom-theme-set-variables): Doc fix.
15824
15825 2012-04-14 Glenn Morris <rgm@gnu.org>
15826
15827 * international/mule.el (set-auto-coding-for-load): Doc fix.
15828
15829 2012-04-14 Alan Mackenzie <acm@muc.de>
15830
15831 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
15832 imenu work again for Objective C Mode. Correct the *-index values,
15833 these having been disturbed by a previous change in 2011-08.
15834
15835 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
15836 Correct two search limits.
15837
15838 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15839
15840 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
15841
15842 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
15843
15844 * international/characters.el: Fix sorting.
15845
15846 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15847
15848 * international/characters.el: Add more missing Latin case pairs.
15849
15850 2012-04-14 Glenn Morris <rgm@gnu.org>
15851
15852 * files.el (dir-locals-set-class-variables): Doc fix.
15853
15854 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15855
15856 * international/characters.el: Add set-case-syntax-pair call for
15857 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
15858 counterpart. (Bug#11209)
15859
15860 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
15861
15862 2012-04-14 Glenn Morris <rgm@gnu.org>
15863
15864 * calendar/holidays.el (calendar-check-holidays): Doc fix.
15865
15866 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15867
15868 * textmodes/ispell.el (ispell-dictionary-base-alist):
15869 Add data for Hebrew.
15870
15871 2012-04-14 Chong Yidong <cyd@gnu.org>
15872
15873 * net/rcirc.el (rcirc-cmd-quit):
15874 Revert 2012-03-18 change (Bug#11192).
15875
15876 2012-04-14 Glenn Morris <rgm@gnu.org>
15877
15878 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
15879
15880 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15881
15882 * minibuffer.el (completion-in-region-mode-map):
15883 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
15884
15885 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
15886
15887 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
15888
15889 2012-04-13 Masatake YAMATO <yamato@redhat.com>
15890
15891 * minibuffer.el (minibuffer-local-filename-syntax): New variable
15892 to allow `C-M-f' and `C-M-b' to move to the nearest path
15893 separator (bug#9511).
15894
15895 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
15896
15897 * avoid.el: Require cl when compiling. And also move the
15898 `provide' to the end.
15899
15900 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15901
15902 * avoid.el (mouse-avoidance-banish-position): New variable.
15903 (mouse-avoidance-banish-destination): Use it (bug#10165).
15904
15905 2012-04-13 Leo Liu <sdl.web@gmail.com>
15906
15907 * progmodes/which-func.el (which-func-modes): Add objc-mode.
15908
15909 2012-04-13 Ken Brown <kbrown@cornell.edu>
15910
15911 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
15912 this is no longer needed now that cygstart understands file:// URLs.
15913 (browse-url-filename-alist): For the same reason, don't modify
15914 file:// URLs on Cygwin.
15915
15916 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
15917
15918 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
15919 the region on shift if the binding is already shifted (bug#11221).
15920
15921 2012-04-12 Glenn Morris <rgm@gnu.org>
15922
15923 * mail/mailpost.el: Move to obsolete/.
15924
15925 2012-04-12 Drew Adams <drew.adams@oracle.com>
15926
15927 * imenu.el (imenu--generic-function): Ignore invisible definitions
15928 (bug#10123).
15929
15930 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
15931
15932 * hexl.el (hexl-bits): New variable.
15933 (hexl-options): Mention the variable in the doc string.
15934 (hexl-rulerise, hexl-line-displen): New functions.
15935 (hexl-mode): Mention the new variable.
15936 (hexl-mode, hexl-current-address, hexl-current-address):
15937 Use the displen.
15938 (hexl-ascii-start-column): New function.
15939 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
15940 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
15941
15942 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15943
15944 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
15945 '("-i" ENCODING), in 2 separate command-line arguments, to specify
15946 the encoding, as expected by hunspell.
15947
15948 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15949
15950 * battery.el (battery--linux-sysfs-regexp): New const.
15951 (battery-status-function): Use it. Remove yeeloong special case.
15952 (battery-yeeloong-sysfs): Remove.
15953 (battery-echo-area-format): Remove yeeloong special case.
15954
15955 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15956
15957 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
15958 Reported by Noah Friedman.
15959
15960 * subr.el (read-passwd): Use read-string.
15961
15962 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15963
15964 * vcursor.el (vcursor-move): Increase the priority of the overlay
15965 (bug#9663).
15966
15967 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
15968
15969 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
15970 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
15971
15972 2012-04-11 William Stevenson <yhvh2000@gmail.com>
15973
15974 * textmodes/artist.el (artist-mode): Convert artist-mode to use
15975 define-minor-mode (bug#10760).
15976
15977 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
15978
15979 * progmodes/grep.el (rgrep): Tweak the find command line so
15980 that directories matching `grep-find-ignored-files' won't be
15981 pruned (bug#10351).
15982
15983 2012-04-11 Chong Yidong <cyd@gnu.org>
15984
15985 * startup.el (command-line): Remove support for long-obsolete
15986 variable font-lock-face-attributes.
15987
15988 2012-04-11 Glenn Morris <rgm@gnu.org>
15989
15990 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
15991
15992 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15993
15994 * window.el (window--state-get-1): Obey window-point-insertion-type.
15995
15996 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
15997
15998 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
15999 to previous function when point is on the first character of a
16000 function. Take care of that in `narrow-to-defun' (bug#6157).
16001
16002 2012-04-11 Glenn Morris <rgm@gnu.org>
16003
16004 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
16005 not just file-errors.
16006
16007 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
16008 (vc-bzr-sha1): Use internal sha1.
16009
16010 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
16011
16012 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
16013
16014 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
16015
16016 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
16017 that start in the middle of the line (bug#10496).
16018
16019 2012-04-10 Dan Nicolaescu <dann@gnu.org>
16020
16021 * battery.el (battery-linux-proc-acpi): Only one battery is
16022 discharged at a time, but that seems to confuse battery.el when
16023 computing `rate-type' for the battery not being discharged
16024 (bug#10332).
16025
16026 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16027
16028 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
16029
16030 * international/quail.el: Use dolist and simplify.
16031 (quail-define-package, quail-update-keyboard-layout)
16032 (quail-define-rules): Use dolist.
16033 (quail-insert-kbd-layout, quail-get-translation): CSE.
16034
16035 * tmm.el: Use dolist, remove left over hook.
16036 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
16037 Use dolist.
16038 (calendar-load-hook): Don't mess with it.
16039
16040 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
16041 Use derived-mode-p. Run the diff asynchronously.
16042
16043 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16044
16045 * obsolete/mouse-sel.el: Add an Obsolete-since header.
16046
16047 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
16048
16049 * misc.el: Display absolute path of loaded DLLs (bug#10424).
16050 (list-dynamic-libraries--loaded): New function.
16051 (list-dynamic-libraries--refresh): Use it.
16052
16053 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
16054
16055 * progmodes/python.el (python-fill-paragraph):
16056 Make python-fill-region in a multiline string work when font-lock is
16057 disabled (bug#7018).
16058
16059 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
16060
16061 * language/european.el (cp775): Add oem/legacy (en)coding on
16062 DOS/MS Windows for the Baltic languages. There are still plenty
16063 of texts written in this encoding/codepage (bug#6519).
16064
16065 2012-04-10 Glenn Morris <rgm@gnu.org>
16066
16067 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
16068 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
16069
16070 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
16071
16072 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
16073 next-line "n" and previous-line "p" in order to make recentf more
16074 consistent with ibuffer, dired or org-mode (bug#9387).
16075
16076 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16077
16078 * image.el (put-image): Return the overlay created instead of the
16079 optional input string (bug#7834). Note that this may break code
16080 that is (for some reason or other) depending on `put-image'
16081 returning the string.
16082
16083 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
16084
16085 * simple.el (zap-to-char): Allow zapping using input methods
16086 (bug#1580).
16087
16088 * textmodes/fill.el (fill-region): Leave point and mark where they
16089 were before filling (bug#5399).
16090
16091 2012-04-09 Glenn Morris <rgm@gnu.org>
16092
16093 * version.el (emacs-bzr-get-version):
16094 Handle lightweight checkouts of local branches.
16095
16096 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
16097
16098 * international/characters.el: Recover lost case pairs. (Bug#11209)
16099
16100 2012-04-09 Chong Yidong <cyd@gnu.org>
16101
16102 * custom.el (custom-variable-p): Return nil for non-symbol
16103 arguments instead of signaling an error.
16104 (user-variable-p): Obsolete alias for custom-variable-p.
16105
16106 * apropos.el (apropos-variable):
16107 * files-x.el (read-file-local-variable):
16108 * simple.el (set-variable):
16109 * woman.el (woman-mini-help):
16110 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
16111
16112 2012-04-09 Glenn Morris <rgm@gnu.org>
16113
16114 * startup.el (normal-top-level): Don't look for leim-list.el
16115 in places where it will not be found. (Bug#910)
16116
16117 * international/mule-cmds.el (set-default-coding-systems):
16118 * files.el (normal-mode):
16119 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
16120 This function was removed with ucs-tables.el in 2008.
16121
16122 2012-04-08 Eli Zaretskii <eliz@gnu.org>
16123
16124 * textmodes/ispell.el (ispell-check-version): For hunspell, set
16125 ispell-encoding8-command to "-i", without a trailing space.
16126 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
16127 separate command-line arguments, to specify the encoding, since
16128 that's how hunspell expects it.
16129
16130 2012-04-08 Glenn Morris <rgm@gnu.org>
16131
16132 * loadup.el: Load bindings before cus-start.
16133 This reduces somewhat the number of "rogue" settings in emacs -Q.
16134
16135 2012-04-07 Glenn Morris <rgm@gnu.org>
16136
16137 * version.el (emacs-bzr-get-version): New function.
16138 (emacs-bzr-version): New variable.
16139 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
16140 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
16141
16142 2012-04-07 Eli Zaretskii <eliz@gnu.org>
16143
16144 * international/uni-bidi.el, international/uni-category.el:
16145 * international/uni-combining.el, international/uni-decimal.el:
16146 * international/uni-decomposition.el, international/uni-digit.el:
16147 * international/uni-lowercase.el, international/uni-mirrored.el:
16148 * international/uni-name.el, international/uni-numeric.el:
16149 * international/uni-titlecase.el, international/uni-uppercase.el:
16150 Update for Unicode 6.1.
16151
16152 2012-04-07 Eli Zaretskii <eliz@gnu.org>
16153
16154 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
16155
16156 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
16157
16158 * window.el (shrink-window): Mention the `window-min-height'
16159 variable in the doc string.
16160
16161 2012-04-05 Bastien Guerry <bzg@altern.org>
16162
16163 * color.el (color-lighten-name): Fix typo.
16164
16165 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16166
16167 * server.el (server--on-display-p): New function.
16168 (server--on-display-p): Use it.
16169
16170 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
16171
16172 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
16173 (bug#11145).
16174
16175 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16176
16177 * comint.el (comint--common-quoted-suffix): Check string boundary
16178 before comparing (bug#11158).
16179 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
16180
16181 2012-04-04 Chong Yidong <cyd@gnu.org>
16182
16183 * minibuffer.el (completion-extra-properties): Doc fix.
16184
16185 * subr.el (delayed-warnings-hook): Doc fix.
16186
16187 2012-04-04 Daiki Ueno <ueno@unixuser.org>
16188
16189 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
16190 selection (Bug#11159).
16191 (epa-insert-keys): Inform that the default public key will be
16192 exported if no key is selected.
16193
16194 2012-04-04 Richard Stallman <rms@gnu.org>
16195
16196 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
16197
16198 2012-04-03 Chong Yidong <cyd@gnu.org>
16199
16200 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
16201 mail-insert-file, not its obsolete alias mail-attach-file.
16202
16203 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
16204
16205 * notifications.el (notifications-notify): Fix docstring.
16206
16207 2012-04-02 Glenn Morris <rgm@gnu.org>
16208
16209 * emacs-lisp/authors.el (authors-aliases): Another addition.
16210
16211 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
16212
16213 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
16214 `tramp-compat-call-process' instead of `tramp-local-call-process'.
16215 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
16216
16217 2012-04-01 Chong Yidong <cyd@gnu.org>
16218
16219 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
16220 Handle root directory properly.
16221 (copy-directory): Caller changed.
16222
16223 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
16224 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
16225
16226 2012-03-31 Glenn Morris <rgm@gnu.org>
16227
16228 * term/xterm.el (xterm-extra-capabilities): Doc fix.
16229
16230 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
16231
16232 * calendar/calendar.el (calendar-window-list)
16233 (calendar-hide-window): Restore. (Bug#11140)
16234 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
16235
16236 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
16237
16238 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16239
16240 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
16241 Check if file is a symlink (Bug#10489).
16242
16243 * files.el (copy-directory): Likewise.
16244
16245 2012-03-30 Chong Yidong <cyd@gnu.org>
16246
16247 * image.el (imagemagick-types-inhibit)
16248 (imagemagick-register-types): Doc fix.
16249
16250 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16251
16252 * textmodes/ispell.el (ispell-get-extended-character-mode):
16253 Disable extended-char-mode for hunspell. hunspell does not support it
16254 and treats ~word as ordinary words in pipe mode.
16255
16256 2012-03-30 Glenn Morris <rgm@gnu.org>
16257
16258 * tutorial.el (help-with-tutorial): Ensure local variables don't
16259 happen to make the buffer read-only. (Bug#11127)
16260
16261 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16262
16263 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
16264 (perl-calculate-indent): Return `noindent' in strings.
16265
16266 2012-03-28 Sam Steingold <sds@gnu.org>
16267
16268 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
16269 instead of the broken adhockery which does not prevent calendar
16270 buffers from being displayed at random after exit.
16271 (calendar-window-list, calendar-hide-window): Remove the broken
16272 adhockery.
16273
16274 2012-03-28 Glenn Morris <rgm@gnu.org>
16275
16276 * replace.el (query-replace-map): Doc fix.
16277
16278 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
16279
16280 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
16281 contents. (Bug#11109)
16282
16283 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
16284
16285 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
16286 (bug#11077).
16287 (avl-tree--check, avl-tree--check-node): New funs.
16288
16289 2012-03-27 Martin Rudalics <rudalics@gmx.at>
16290
16291 * window.el (switch-to-visible-buffer): New option.
16292 (switch-to-prev-buffer, switch-to-next-buffer):
16293 Observe switch-to-visible-buffer. Make sure that checking for a window
16294 showing a buffer already is done on the same frame.
16295
16296 2012-03-27 Glenn Morris <rgm@gnu.org>
16297
16298 * startup.el (mail-host-address): Doc fix.
16299
16300 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16301
16302 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
16303 than 197 variables.
16304
16305 2012-03-26 Ami Fischman <ami@fischman.org>
16306
16307 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
16308
16309 2012-03-26 Glenn Morris <rgm@gnu.org>
16310
16311 * files.el (save-buffers-kill-emacs): Doc fix.
16312
16313 * startup.el (normal-top-level, command-line, command-line-1):
16314 Give them doc strings.
16315
16316 2012-03-25 Eli Zaretskii <eliz@gnu.org>
16317
16318 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
16319 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
16320
16321 2012-03-25 Chong Yidong <cyd@gnu.org>
16322
16323 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
16324 theme if it was previously enabled before (Bug#11031).
16325
16326 * cus-theme.el (custom-theme-write-faces): Retrieve current face
16327 spec with custom-face-get-current-spec if its :shown-value is not
16328 determined yet (Bug#9337).
16329 (customize-create-theme, custom-theme-revert): Doc fixes.
16330
16331 * button.el (button-at): Minor addition to docstring.
16332
16333 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
16334
16335 * vc/vc.el (vc-merge): Fix a prompt.
16336
16337 2012-03-24 Chong Yidong <cyd@gnu.org>
16338
16339 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
16340 point (Bug#9623).
16341
16342 * button.el (button-at): Minor addition to docstring.
16343
16344 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16345
16346 * newcomment.el (comment-choose-indent): No space after BOL.
16347
16348 2012-03-22 Sam Steingold <sds@gnu.org>
16349
16350 * window.el (switch-to-prev-buffer): Revert last patch because the
16351 bug turned out to be an advertised feature (Elisp manual 28.14).
16352
16353 2012-03-22 Glenn Morris <rgm@gnu.org>
16354
16355 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
16356 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
16357
16358 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16359
16360 * net/network-stream.el (network-stream-open-starttls): Make error
16361 message under Windows be less misleading.
16362
16363 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
16364
16365 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
16366 understands (bug#9942).
16367
16368 2012-03-22 Chong Yidong <cyd@gnu.org>
16369
16370 * simple.el (end-of-visible-line): Handle return value of
16371 next-single-property-change properly (Bug#9371).
16372
16373 2012-03-22 Kenichi Handa <handa@m17n.org>
16374
16375 * international/quail.el (quail-insert-kbd-layout): Fix previous
16376 change. To avoid unwanted bidi reordering, use
16377 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
16378
16379 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
16380
16381 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
16382 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
16383 (ruby-beginning-of-indent): Be more careful with the difference
16384 between word-boundary and symbol boundary.
16385 (ruby-mode-syntax-table): Make : a symbol constituent.
16386
16387 2012-03-21 Andreas Politz <politza@fh-trier.de>
16388
16389 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
16390
16391 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16392
16393 * progmodes/etags.el (tags-completion-at-point-function):
16394 Improve last fix.
16395
16396 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
16397
16398 2012-03-21 Sam Steingold <sds@gnu.org>
16399
16400 * progmodes/etags.el (tags-completion-at-point-function):
16401 Avoid the error when point is inside the pattern.
16402
16403 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
16404
16405 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
16406 line (Bug#10855).
16407
16408 2012-03-21 Drew Adams <drew.adams@oracle.com>
16409
16410 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
16411
16412 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
16413
16414 * ido.el (ido-set-current-directory, ido-read-internal)
16415 (ido-choose-completion-string, ido-completion-help): Handle nil
16416 value of ido-completion-buffer (Bug#11008).
16417
16418 2012-03-21 Sam Steingold <sds@gnu.org>
16419
16420 * window.el (switch-to-prev-buffer): Do not switch to a visible
16421 window previous buffer, just like with the frame previous buffers.
16422
16423 2012-03-21 Chong Yidong <cyd@gnu.org>
16424
16425 * faces.el (make-face, make-empty-face, copy-face):
16426 * face-remap.el (face-remap-add-relative, face-remap-set-base):
16427 Doc fixes.
16428
16429 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16430
16431 * wid-edit.el (widget-complete-field): Remove (bug#11051).
16432 (widget-complete): Remove broken use of it.
16433
16434 2012-03-20 Chong Yidong <cyd@gnu.org>
16435
16436 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
16437 Use string-width and truncate-string-width to handle arbitrary
16438 characters.
16439
16440 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
16441
16442 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
16443 to draw rectangles, not squares. (Regression introduced by revno
16444 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
16445
16446 2012-03-18 Chong Yidong <cyd@gnu.org>
16447
16448 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
16449 it is not yet defined (for temacs).
16450
16451 2012-03-18 Leo Liu <sdl.web@gmail.com>
16452
16453 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
16454 prefix.
16455
16456 2012-03-17 Eli Zaretskii <eliz@gnu.org>
16457
16458 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
16459 (ispell-choices-win-default-height, ispell-silently-savep)
16460 (ispell-dictionary-alist, ispell-encoding8-command)
16461 (ispell-check-version, ispell-aspell-find-dictionary)
16462 (ispell-valid-dictionary-list, ispell-words-keyword)
16463 (ispell-get-word, ispell-internal-change-dictionary)
16464 (ispell-region, ispell-skip-region-list)
16465 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
16466 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
16467 (ispell-message-text-end, ispell-message)
16468 (ispell-buffer-local-parsing): Doc fix.
16469
16470 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
16471
16472 * htmlfontify.el: Add support for code block fontification for ODT
16473 export (Bug #9914).
16474 (hfy-optimisations): Define new option
16475 `body-text-only'
16476 (hfy-fontify-buffer): Honor above setting.
16477 (hfy-begin-span, hfy-end-span): New routines factored out form
16478 `hfy-fontify-buffer'.
16479 (hfy-begin-span-handler, hfy-end-span-handler): New variables
16480 that permit insertion of custom tags.
16481 (hfy-fontify-buffer): Use above handlers.
16482 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
16483 (hfy-face-to-css): Re-defined to be a variable.
16484 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
16485 over multiple runs. This is made possible by having the caller let
16486 bind a special variable `hfy-user-sheet-assoc'.
16487 (htmlfontify-string): New defun.
16488 (hfy-compile-face-map): Make sure that the last char in the
16489 buffer is correctly fontified.
16490 (hfy-face-resolve-face): Whitespace only change.
16491
16492 2012-03-17 Eli Zaretskii <eliz@gnu.org>
16493
16494 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
16495 message more clear.
16496
16497 2012-03-16 Leo Liu <sdl.web@gmail.com>
16498
16499 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
16500
16501 2012-03-16 Alan Mackenzie <acm@muc.de>
16502
16503 Further optimize the handling of large macros.
16504
16505 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
16506 limit to a call of `c-literal-limits'.
16507 (c-determine-+ve-limit): New function.
16508 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
16509 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
16510 In CASE 5B, restrict a search limit to 500.
16511 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
16512
16513 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
16514 Restrict macro bounds to +-500 from after-change's BEG END.
16515
16516 2012-03-16 Leo Liu <sdl.web@gmail.com>
16517
16518 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
16519
16520 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
16521
16522 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
16523 `special-mode' setting of `buffer-read-only'. (Bug#11010)
16524
16525 2012-03-16 Glenn Morris <rgm@gnu.org>
16526
16527 * view.el (view-buffer, view-buffer-other-window)
16528 (view-buffer-other-frame): Doc fixes re special mode-class.
16529
16530 * subr.el (eval-after-load): If named feature is provided not from
16531 a file, run after-load forms. (Bug#10946)
16532
16533 * calendar/calendar.el (calendar-insert-at-column):
16534 Handle non-unit-width characters a bit better. (Bug#10978)
16535
16536 2012-03-15 Chong Yidong <cyd@gnu.org>
16537
16538 * emacs-lisp/ring.el (ring-extend): New function.
16539 (ring-insert+extend): Extend the ring correctly (Bug#11019).
16540
16541 * comint.el (comint-read-input-ring)
16542 (comint-add-to-input-history): Grow comint-input-ring lazily.
16543
16544 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16545
16546 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
16547 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
16548
16549 * imenu.el: Fix multiple inheritance breakage (bug#9199).
16550 (imenu-add-to-menubar): Don't add a redundant index.
16551 (imenu-update-menubar): Handle a dynamically composed keymap.
16552
16553 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
16554
16555 * mail/sendmail.el (mail-encode-header):
16556 Bind rfc2047-encode-encoded-words to nil.
16557
16558 2012-03-13 Glenn Morris <rgm@gnu.org>
16559
16560 * calendar/calendar.el (calendar-string-spread):
16561 Handle non-unit-width characters a bit better. (Bug#10978)
16562
16563 2012-03-13 Leo Liu <sdl.web@gmail.com>
16564
16565 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
16566 directory and file as argument (Bug#10822).
16567
16568 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
16569
16570 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
16571 For dynamically generated code, follow $PC.
16572 (gdb-disassembly-handler-custom): Handle no function name case.
16573
16574 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
16575
16576 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
16577 * emulation/ws-mode.el (ws-query-replace):
16578 * sort.el (sort-regexp-fields):
16579 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
16580
16581 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16582
16583 * dabbrev.el: Fix cycle completion order (bug#10963).
16584 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
16585 (dabbrev-completion): Don't use an obarray; provide
16586 a cycle-sort-function.
16587
16588 2012-03-12 Leo Liu <sdl.web@gmail.com>
16589
16590 * simple.el (kill-new): Use equal-including-properties for comparison.
16591 (kill-do-not-save-duplicates): Doc fix.
16592
16593 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16594
16595 * dabbrev.el: Fix cycle completion (bug#10963).
16596 Use lexical binding and wrap to 80 columns.
16597 (dabbrev-completion): Delay computing the list of completions.
16598
16599 2012-03-12 Kenichi Handa <handa@m17n.org>
16600
16601 * international/quail.el (quail-insert-kbd-layout): Surround each
16602 row by LRO and PDF instead of inserting many LRMs. Pad the left
16603 and right of each non-spacing marks. Insert invisible space
16604 between lower and upper characters to prevent composition.
16605
16606 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16607
16608 * minibuffer.el (minibuffer-complete): Don't get confused when the
16609 function is run twice via different commands (bug#10958).
16610 (complete-with-action): Fix docstring.
16611
16612 2012-03-12 Chong Yidong <cyd@gnu.org>
16613
16614 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
16615 (nxml-completion-at-point-function): New function.
16616 (nxml-mode): Use it.
16617 (nxml-bind-meta-tab-to-complete-flag): Default to t.
16618
16619 * emacs-lisp/package.el (package-unpack, package-unpack-single):
16620 Load generated autoloads file before byte compiling (Bug#10970).
16621 (package--make-autoloads-and-compile): New helper fun.
16622
16623 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
16624
16625 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
16626
16627 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
16628
16629 * autorevert.el (auto-revert-handler): Ensure, that
16630 file-readable-p is applied only for local files or in
16631 auto-revert-tail-mode.
16632
16633 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
16634
16635 * server.el (server-eval-at): Handle non-tcp connections.
16636 Decode result string.
16637
16638 * server.el (server-msg-size): New constant.
16639 (server-reply-print): New function.
16640 (server-eval-and-print): Use it.
16641 (server-eval-at): Use server-quote-arg and server-unquote-arg.
16642 Handle -print-nonl.
16643
16644 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
16645
16646 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
16647 (Bug#10987).
16648
16649 2012-03-11 Chong Yidong <cyd@gnu.org>
16650
16651 * simple.el (goto-line): Doc fix (Bug#9938).
16652
16653 * subr.el (save-window-excursion): Doc fix (Bug#9979).
16654
16655 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
16656 when finished (Bug#10963).
16657
16658 2012-03-11 Martin Rudalics <rudalics@gmx.at>
16659
16660 * window.el (split-window-below): Fix bug in case where
16661 split-window-keep-point is nil (Bug#10971).
16662
16663 2012-03-11 Juri Linkov <juri@jurta.org>
16664
16665 * replace.el (replace-highlight): Set isearch-word to nil
16666 unconditionally. (Bug#10887)
16667
16668 2012-03-10 Eli Zaretskii <eliz@gnu.org>
16669
16670 * net/mairix.el (mairix-replace-invalid-chars): Rename from
16671 mairix-replace-illegal-chars; all callers changed. Don't remove
16672 ^, ~, and = characters: they are meaningful in mairix search specs.
16673 (mairix-widget-create-query): Add usage information about mairix
16674 search forms: negating words, searching for substrings, etc.
16675
16676 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
16677
16678 * international/fontset.el (font-encoding-alist): Add an entry for
16679 ksx1001 (Bug#5667).
16680
16681 2012-03-10 Richard Stallman <rms@gnu.org>
16682
16683 * mail/sendmail.el (mail-encode-header):
16684 Set rfc2047-encode-encoded-words.
16685
16686 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
16687
16688 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
16689 view buffer means not swapped.
16690 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
16691 (rmail-write-region-annotate): Error if real text has disappeared.
16692
16693 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
16694
16695 2012-03-10 Chong Yidong <cyd@gnu.org>
16696
16697 * emulation/cua-rect.el (cua--init-rectangles):
16698 * emulation/cua-base.el (cua--init-keymaps):
16699 Add delete-forward-char to remappings (Bug#9666).
16700
16701 2012-03-10 Martin Rudalics <rudalics@gmx.at>
16702
16703 * speedbar.el (speedbar-unhighlight-one-tag-line):
16704 Avoid unhighlighting due to frame switching (Bug#10275).
16705
16706 2012-03-10 Chong Yidong <cyd@gnu.org>
16707
16708 * minibuffer.el (completion-in-region, completion-help-at-point):
16709 Give the completion field overlay a high priority (Bug#6830).
16710
16711 * dired.el (dired-goto-file): Recognize absolute file name
16712 listings (Bug#7126).
16713 (dired-goto-file-1): New helper function.
16714 (dired-toggle-read-only): Inhibit warnings.
16715
16716 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
16717
16718 * net/dbus.el (dbus-property-handler): Return empty array if
16719 there are no properties.
16720
16721 2012-03-09 Leo Liu <sdl.web@gmail.com>
16722
16723 * savehist.el (savehist-printable): Stricter check for string
16724 value (Bug#10937).
16725
16726 2012-03-09 Eli Zaretskii <eliz@gnu.org>
16727
16728 * mail/smtpmail.el (smtpmail-send-it):
16729 Bind coding-system-for-write to *-unix, so that FCC files are kept in
16730 valid mbox format.
16731
16732 2012-03-09 Glenn Morris <rgm@gnu.org>
16733
16734 * files.el (dir-locals-find-file):
16735 Don't check result is regular, readable.
16736 (dir-locals-read-from-file): Demote errors.
16737
16738 2012-03-08 Eli Zaretskii <eliz@gnu.org>
16739
16740 * international/quail.el (quail-insert-kbd-layout):
16741 Insert invisible LRM characters before each character in a keyboard
16742 layout cell, to prevent their reordering by bidi display engine.
16743 For details, see the discussion in
16744 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
16745
16746 2012-03-08 Alan Mackenzie <acm@muc.de>
16747
16748 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
16749 the starting position; make it extend the marked region when
16750 invoked repeatedly - all under appropriate circumstances.
16751 Fixes bugs #5525, #10906.
16752
16753 2012-03-08 Glenn Morris <rgm@gnu.org>
16754
16755 * files.el (locate-dominating-file, dir-locals-find-file):
16756 Undo 2012-03-06 change.
16757
16758 2012-03-07 Eli Zaretskii <eliz@gnu.org>
16759
16760 * international/quail.el (quail-help):
16761 Force bidi-paragraph-direction be left-to-right. See discussion in
16762 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
16763 for the reason.
16764
16765 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
16766
16767 Avoid superfluous registering of signals. (Bug#10807)
16768
16769 * notifications.el (notifications-on-action-object)
16770 (notifications-on-close-object): New defvars.
16771 (notifications-on-action-signal, notifications-on-closed-signal):
16772 Unregister the signal if not needed any longer.
16773 (notifications-notify): Register `notifications-action-signal' or
16774 `notifications-closed-signal', if :on-action or :on-close has been
16775 passed as argument.
16776
16777 2012-03-07 Chong Yidong <cyd@gnu.org>
16778
16779 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
16780 non-X platforms.
16781
16782 2012-03-06 Glenn Morris <rgm@gnu.org>
16783
16784 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16785 (x-disown-selection-internal, x-get-selection-internal):
16786 Doc fix (add arglist signatures). (Bug#10783)
16787
16788 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
16789
16790 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
16791 Handle breakpoints with no "type".
16792
16793 2012-03-06 Glenn Morris <rgm@gnu.org>
16794
16795 * files.el (locate-dominating-file): Add optional predicate argument.
16796 (dir-locals-find-file): Make use of above change.
16797
16798 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
16799
16800 * info.el (Info-insert-dir): Also try "dir.gz".
16801
16802 2012-03-06 Glenn Morris <rgm@gnu.org>
16803
16804 * files.el (dir-locals-find-file):
16805 Ignore non-readable or non-regular files. (Bug#10928)
16806
16807 * files.el (locate-dominating-file): Doc fix.
16808
16809 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
16810
16811 * calendar/calendar.el (calendar-set-mode-line):
16812 `getenv' returns a string. (Bug#10951)
16813
16814 2012-03-05 Leo Liu <sdl.web@gmail.com>
16815
16816 * simple.el (backward-delete-char-untabify): Constrain point to
16817 field (Bug#10939).
16818
16819 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
16820
16821 2012-03-05 Chong Yidong <cyd@gnu.org>
16822
16823 * simple.el (count-words): If called from Lisp, return the word
16824 count, for symmetry with `count-lines'. Arglist changed.
16825 (count-words--message): Args changed. Consolidate counting code
16826 from count-words and count-words-region.
16827 (count-words-region): Caller changed.
16828 (count-lines-region): Make it an obsolete alias.
16829
16830 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
16831
16832 * saveplace.el (save-place-to-alist)
16833 (save-place-ignore-files-regexp): Allow value nil to disable this
16834 feature.
16835
16836 2012-03-04 Chong Yidong <cyd@gnu.org>
16837
16838 * faces.el (face-spec-reset-face): For the default face, reset the
16839 attributes to default values (Bug#10748).
16840
16841 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16842
16843 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
16844 previous patch: Check `message-send-mail-function', and not the
16845 default function (bug#10897).
16846
16847 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
16848
16849 * notifications.el (notifications-on-action-signal)
16850 (notifications-on-closed-signal): Check for unique service name of
16851 incoming event. Fix error in removing entry.
16852 (top): Register for signals with wildcard service name.
16853 (notifications-notify): Use daemon unique service name for map entries.
16854
16855 2012-03-04 Chong Yidong <cyd@gnu.org>
16856
16857 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
16858
16859 2012-03-04 Glenn Morris <rgm@gnu.org>
16860
16861 * abbrev.el (copy-abbrev-table, abbrev-table-p)
16862 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
16863 (expand-abbrev, define-abbrev-table): Doc fixes.
16864
16865 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16866
16867 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
16868 `message-default-send-mail-function' and not `send-mail-function'
16869 when doing the prompting for `sendmail-query-once' before sending
16870 in Message buffers (bug#10897).
16871
16872 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
16873 This is inconsistent with all the other stream functions, which leave
16874 the setting up to the higher levels (if so wanted) (bug#10931).
16875
16876 2012-03-02 Alan Mackenzie <acm@muc.de>
16877
16878 Depessimize the handling of very large macros.
16879
16880 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
16881 (c-macro-cache-syntactic): New variables to implement a one
16882 element macro cache.
16883 (c-invalidate-macro-cache): New function.
16884 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
16885 Adapt to use the new cache.
16886 (c-state-safe-place): Use better the cache of safe positions.
16887 (c-state-semi-nonlit-pos-cache)
16888 (c-state-semi-nonlit-pos-cache-limit):
16889 New variables for...
16890 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
16891 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
16892 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
16893 Use c-state-semi-safe-place.
16894
16895 * progmodes/cc-langs.el (c-get-state-before-change-functions):
16896 Add c-invalidate-macro-cache to the C, C++, Obj entries.
16897
16898 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
16899
16900 * jka-compr.el (jka-compr-call-process):
16901 Apply `file-accessible-directory-p' only when the default directory is
16902 not remote.
16903
16904 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
16905
16906 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
16907 access of FILE2, if FILE1 does not exist.
16908
16909 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
16910 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
16911
16912 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
16913 Add "PAGER=" to `process-environment'.
16914
16915 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
16916
16917 * progmodes/sql.el: Bug fix
16918 (sql-get-login-ext): Save login values in globals.
16919 (sql-get-login): Use new version of `sql-get-login-ext'.
16920 (sql-interactive-mode): Set global `sql-connection' to nil.
16921 (sql-connect): Set global values for connection.
16922 (sql-product-interactive): Save global values as buffer local.
16923
16924 2012-02-29 Leo Liu <sdl.web@gmail.com>
16925
16926 * abbrev.el (define-abbrevs): Reset sys to nil.
16927
16928 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16929
16930 * files.el (file-equal-p): Rename from `files-equal-p'.
16931 Return nil when one or both files don't exist.
16932 (file-subdir-of-p): Now only top directory must exists,
16933 return nil if it doesn't.
16934 (copy-directory): No need to test with `file-subdir-of-p' after
16935 creating dir.
16936 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
16937 to `file-equal-p'.
16938
16939 2012-02-28 Glenn Morris <rgm@gnu.org>
16940
16941 * shell.el (shell-mode):
16942 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
16943 * play/landmark.el (landmark-font-lock-face-O):
16944 * play/handwrite.el (handwrite):
16945 * play/gomoku.el (gomoku-O):
16946 * net/browse-url.el (browse-url-browser-display):
16947 * international/mule.el (define-charset):
16948 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
16949 * filesets.el (filesets-find-file-delay):
16950 * eshell/em-xtra.el (eshell-xtra):
16951 * eshell/em-unix.el (eshell-grep):
16952 * emulation/viper.el (viper-mode):
16953 * emacs-lisp/regexp-opt.el (regexp-opt-group):
16954 * emacs-lisp/easymenu.el (easy-menu-define):
16955 * calendar/timeclock.el (timeclock-use-display-time):
16956 * bs.el (bs-mode):
16957 * bookmark.el (bookmark-save-flag):
16958 Doc fix (standardize possessive apostrophe usage).
16959
16960 2012-02-27 Chong Yidong <cyd@gnu.org>
16961
16962 * emulation/viper-cmd.el (viper-intercept-ESC-key):
16963 Fix key-binding lookup for ESC key (Bug#9146).
16964
16965 * font-lock.el (font-lock-specified-p): Rename from
16966 font-lock-spec-present. Callers changed.
16967
16968 2012-02-27 Daniel Hackney <dan@haxney.org>
16969
16970 * emacs-lisp/package.el (package-compute-transaction):
16971 Handle holding a package version to t in package-load-list.
16972
16973 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
16974
16975 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
16976 (tramp-get-inode, tramp-get-device): Use cached values.
16977
16978 2012-02-26 Alan Mackenzie <acm@muc.de>
16979
16980 Check there is a font-lock specification before doing initial
16981 fontification.
16982
16983 * font-core.el (font-lock-mode): Move the conditional from
16984 :after-hook to font-lock-initial-fontify.
16985 (font-lock-default-function): Move the check for a specification
16986 to font-lock-spec-present.
16987
16988 * font-lock.el (font-lock-initial-fontify): Call ...
16989 (font-lock-spec-present): New function.
16990
16991 2012-02-26 Jim Blandy <jimb@red-bean.com>
16992
16993 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
16994 (gdb-send): Apply it to the operand of the '-interpreter-exec
16995 console' command, so that we can pass arguments with (say) quotes
16996 in them. Store exact string sent in gdb-debug-log (Bug#10765).
16997
16998 2012-02-26 Chong Yidong <cyd@gnu.org>
16999
17000 * help-fns.el (describe-function-1): Clarify description of
17001 remapping (Bug#10844).
17002
17003 * files.el (files-equal-p): Doc fix.
17004 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
17005 and quit the loop once a mismatch is found.
17006
17007 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
17008
17009 * bs.el (bs--show-with-configuration): Don't throw an error
17010 if the window cannot be split; otherwise, subsequent calls to
17011 bs-show fail, restoring a stale window config. (Bug#10882)
17012
17013 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
17014
17015 * term/ns-win.el (global-map): Bind ns-drag-file to
17016 ns-find-file (Bug#5855, Bug#10050).
17017
17018 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
17019
17020 * calendar/parse-time.el (parse-time-string): Allow extractor to
17021 return nil.
17022
17023 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
17024
17025 * net/tramp.el (tramp-file-name-for-operation):
17026 Add `files-equal-p' and `file-subdir-of-p'.
17027
17028 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
17029 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
17030 Add COPY-CONTENTS argument.
17031
17032 2012-02-25 Chong Yidong <cyd@gnu.org>
17033
17034 Add custom groups for VC backends, for consistency with vc-bzr.
17035
17036 * vc/vc-arch.el (vc-arch):
17037 * vc/vc-cvs.el (vc-cvs):
17038 * vc/vc-git.el (vc-git):
17039 * vc/vc-hg.el (vc-hg):
17040 * vc/vc-mtn.el (vc-mtn):
17041 * vc/vc-rcs.el (vc-rcs):
17042 * vc/vc-sccs.el (vc-sccs):
17043 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
17044 All relevant defcustoms reassigned.
17045
17046 2012-02-25 Chong Yidong <cyd@gnu.org>
17047
17048 * newcomment.el (comment-styles): Add autoload (Bug#10868).
17049
17050 * term/x-win.el (x-initialize-window-system): Reduce default for
17051 x-selection-timeout to 5 seconds (Bug#8869).
17052
17053 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17054
17055 * files.el (files-equal-p, file-subdir-of-p): New functions.
17056 (copy-directory): Error when trying to copy a directory on itself.
17057 Add missing copy-contents arg to tramp handler.
17058 * dired-aux.el (dired-copy-file-recursive): Same.
17059 (dired-create-files): Modify destination when source is equal to
17060 dest when copying files.
17061 Return also when dest is a subdir of source. (Bug#10489)
17062
17063 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
17064
17065 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
17066 (Bug#10874)
17067
17068 2012-02-23 Alan Mackenzie <acm@muc.de>
17069
17070 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
17071 parameter "after-hook:" to allow the expansion to run code after
17072 the execution of the mode hooks.
17073
17074 * font-lock.el (font-lock-initial-fontify): New function extracted
17075 from font-lock-mode-internal.
17076
17077 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
17078 :after-hook.
17079
17080 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
17081
17082 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
17083 (completion--cache-all-sorted-completions): New function.
17084 (completion-all-sorted-completions): Use it.
17085 (completion--do-completion, minibuffer-force-complete):
17086 Use it to re-instate the flush hook.
17087
17088 * icomplete.el (icomplete-completions): Replace last fix with a better
17089 one (bug#10850).
17090
17091 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
17092
17093 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
17094 when it might call us back infinitely (bug#10797).
17095
17096 2012-02-23 Glenn Morris <rgm@gnu.org>
17097
17098 * minibuffer.el (completion-category-overrides): Doc fix.
17099
17100 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
17101
17102 * minibuffer.el (completion-table-with-context): Fix inf-loop.
17103 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
17104
17105 2012-02-23 Glenn Morris <rgm@gnu.org>
17106
17107 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
17108 (authors-obsolete-files-regexps, authors-ignored-files)
17109 (authors-ambiguous-files, authors-renamed-files-alist):
17110 Add more entries.
17111
17112 2012-02-23 Juri Linkov <juri@jurta.org>
17113
17114 * isearch.el (isearch-occur): Sync interactive spec with occur's
17115 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
17116
17117 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
17118
17119 2012-02-22 Juri Linkov <juri@jurta.org>
17120
17121 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
17122 (ucs-insert): Doc fix. Check for hex digits in the string.
17123 Don't display `nil' in the error message. (Bug#10857)
17124
17125 2012-02-22 Alan Mackenzie <acm@muc.de>
17126
17127 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
17128
17129 2012-02-22 Glenn Morris <rgm@gnu.org>
17130
17131 * ffap.el (ffap-c-path):
17132 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
17133
17134 2012-02-22 Chong Yidong <cyd@gnu.org>
17135
17136 * custom.el (load-theme): Doc fix.
17137
17138 2012-02-22 Glenn Morris <rgm@gnu.org>
17139
17140 * dired-x.el (dired-guess-shell-alist-default):
17141 Remove escape sequences from nroff output. (Bug#172)
17142
17143 2012-02-21 Glenn Morris <rgm@gnu.org>
17144
17145 * vc/emerge.el (emerge-defvar-local):
17146 Set `permanent-local' property rather than unused `preserved'.
17147
17148 * textmodes/picture.el (picture-delete-char): New alias.
17149 (picture-mode-map): Use it. (Bug#10860)
17150 (picture-mode): Doc fix.
17151
17152 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
17153
17154 * newcomment.el (uncomment-region-default): Remove unused binding.
17155
17156 2012-02-21 Glenn Morris <rgm@gnu.org>
17157
17158 * textmodes/picture.el (picture-motion, picture-motion-reverse)
17159 (picture-self-insert, picture-tab-chars): Doc fix.
17160 (picture-mode-map): Fix C-a, C-e.
17161
17162 2012-02-20 Glenn Morris <rgm@gnu.org>
17163
17164 * emacs-lisp/authors.el (authors-aliases): Add another entry.
17165
17166 2012-02-20 Leo Liu <sdl.web@gmail.com>
17167
17168 * icomplete.el (icomplete-completions): Check FROM arg before
17169 passing to substring (Bug#10850).
17170
17171 2012-02-19 Chong Yidong <cyd@gnu.org>
17172
17173 * comint.el: Require ansi-color.
17174 (comint-output-filter-functions): Add ansi-color-process-output.
17175
17176 * ansi-color.el: Don't set comint-output-filter-functions; it is
17177 now in the initial value defined in comint.el.
17178 (ansi-color-apply-face-function): New variable.
17179 (ansi-color-apply-on-region): Use it.
17180 (ansi-color-apply-overlay-face): New function.
17181
17182 * shell.el (shell): No need to require ansi-color.
17183 (shell-mode): Use ansi-color-apply-face-function to highlight
17184 color escapes using font-lock-face property (Bug#10835).
17185
17186 2012-02-19 Chong Yidong <cyd@gnu.org>
17187
17188 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
17189 mode-line formats (Bug#10839).
17190
17191 2012-02-18 Glenn Morris <rgm@gnu.org>
17192
17193 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
17194
17195 * mail/undigest.el (unforward-rmail-message): Doc fix.
17196
17197 * saveplace.el (save-place-ignore-files-regexp): Add :version.
17198
17199 2012-02-18 Eli Zaretskii <eliz@gnu.org>
17200
17201 * international/characters.el (script-list): Sync with the latest
17202 Unicode Character Database.
17203
17204 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
17205
17206 * international/titdic-cnv.el: Remove duplicate coding tag.
17207 * language/cham.el: Likewise.
17208 * language/tai-viet.el: Likewise.
17209
17210 2012-02-18 Glenn Morris <rgm@gnu.org>
17211
17212 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
17213 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
17214 (calendar-bahai-all-holidays-flag, calendar-other-dates):
17215 * calendar/diary-lib.el (diary-abbreviated-year-flag):
17216 * calendar/holidays.el (holiday-bahai-holidays)
17217 (calendar-holidays, list-holidays):
17218 Use utf-8 Bahá'í in doc-strings, menus, etc.
17219
17220 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
17221
17222 * saveplace.el (save-place-ignore-files-regexp): New variable
17223 allowing for excluding files from saving their location of point.
17224 The default value matches the temporary commit message editing
17225 files from Git, SVN, Bazaar, and Mercurial.
17226 (save-place-to-alist): Use it.
17227
17228 2012-02-17 Lawrence Mitchell <wence@gmx.li>
17229 Stefan Monnier <monnier@iro.umontreal.ca>
17230
17231 * newcomment.el (uncomment-region-default): Don't leave extra space
17232 when an arg is provided (bug#8150).
17233
17234 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
17235
17236 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
17237
17238 2012-02-17 Glenn Morris <rgm@gnu.org>
17239
17240 * net/socks.el: Require network-stream. (Bug#10599)
17241
17242 2012-02-17 Kenichi Handa <handa@m17n.org>
17243
17244 * international/charprop.el:
17245 * international/uni-name.el:
17246 * international/uni-old-name.el:
17247 * international/uni-comment.el: Regenerate.
17248
17249 2012-02-16 Glenn Morris <rgm@gnu.org>
17250
17251 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
17252 Interactively in calendar buffer, give an error if not on a date.
17253
17254 2012-02-15 Glenn Morris <rgm@gnu.org>
17255
17256 * shell.el (shell-delimiter-argument-list):
17257 Revert 2011-02-17 change. (Bug#8027)
17258
17259 2012-02-15 Chong Yidong <cyd@gnu.org>
17260
17261 * minibuffer.el (completion-at-point-functions): Doc fix.
17262
17263 * custom.el (defcustom): Doc fix; note use of defvar.
17264
17265 2012-02-15 Glenn Morris <rgm@gnu.org>
17266
17267 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
17268 Doc fixes.
17269
17270 2012-02-14 Glenn Morris <rgm@gnu.org>
17271
17272 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
17273
17274 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
17275
17276 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
17277 way the ports list is computed.
17278 (smtpmail-query-smtp-server): Prompt the user for a port number if
17279 we can't connect to any of the standard ports (bug#10810).
17280
17281 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
17282
17283 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
17284
17285 2012-02-13 Glenn Morris <rgm@gnu.org>
17286
17287 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
17288
17289 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
17290
17291 * net/gnutls.el (gnutls-trustfiles): New variable.
17292 (gnutls-negotiate): Use it.
17293
17294 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
17295
17296 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
17297 does its stuff if Gnus is running.
17298
17299 2012-02-13 Alan Mackenzie <acm@muc.de>
17300
17301 Fix a loop in c-set-fl-decl-start.
17302
17303 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
17304 c-backward-syntactic-ws actually moves backwards.
17305
17306 2012-02-13 Leo Liu <sdl.web@gmail.com>
17307
17308 * net/rcirc.el (rcirc-markup-attributes): Move point to the
17309 beginning so that all \C-o chars are removed.
17310
17311 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
17312
17313 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
17314
17315 2012-02-12 Alan Mackenzie <acm@muc.de>
17316
17317 Fix infinite loop with long macros.
17318 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
17319
17320 2012-02-12 Chong Yidong <cyd@gnu.org>
17321
17322 * window.el (display-buffer): Doc fix (Bug#10785).
17323
17324 2012-02-12 Glenn Morris <rgm@gnu.org>
17325
17326 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
17327 (x-disown-selection-internal, x-get-selection-internal):
17328 Sync docs with the xselect.c versions.
17329
17330 * allout-widgets.el: Add missing license notice.
17331
17332 2012-02-11 Glenn Morris <rgm@gnu.org>
17333
17334 * select.el (x-get-selection-internal, x-own-selection-internal)
17335 (x-disown-selection-internal):
17336 * x-dnd.el (x-get-selection-internal): Update declarations.
17337
17338 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
17339
17340 * window.el (window-sides-slots):
17341 * tool-bar.el (tool-bar-position):
17342 * term/xterm.el (xterm-extra-capabilities):
17343 * ses.el (ses-self-reference-early-detection):
17344 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
17345 (verilog-auto-wire-type)
17346 (verilog-auto-delete-trailing-whitespace)
17347 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
17348 (verilog-auto-tieoff-declaration):
17349 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
17350 (sql-oracle-statement-starters, sql-oracle-scan-on):
17351 * progmodes/prolog.el (prolog-align-comments-flag)
17352 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
17353 (prolog-left-indent-regexp, prolog-paren-indent-p)
17354 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
17355 (prolog-types, prolog-mode-specificators)
17356 (prolog-determinism-specificators, prolog-directives)
17357 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
17358 (prolog-electric-dot-flag)
17359 (prolog-electric-dot-full-predicate-template)
17360 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
17361 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
17362 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
17363 (prolog-program-switches, prolog-prompt-regexp)
17364 (prolog-debug-on-string, prolog-debug-off-string)
17365 (prolog-trace-on-string, prolog-trace-off-string)
17366 (prolog-zip-on-string, prolog-zip-off-string)
17367 (prolog-use-standard-consult-compile-method-flag)
17368 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
17369 (prolog-imenu-max-lines, prolog-info-predicate-index)
17370 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
17371 (prolog-char-quote-workaround):
17372 * progmodes/cc-vars.el (c-defun-tactic):
17373 * net/tramp.el (tramp-encoding-command-interactive)
17374 (tramp-local-end-of-line):
17375 * net/soap-client.el (soap-client):
17376 * net/netrc.el (netrc-file):
17377 * net/gnutls.el (gnutls):
17378 * minibuffer.el (completion-category-overrides)
17379 (completion-cycle-threshold)
17380 (completion-pcm-complete-word-inserts-delimiters):
17381 * man.el (Man-name-local-regexp):
17382 * mail/feedmail.el (feedmail-display-full-frame):
17383 * international/characters.el (glyphless-char-display-control):
17384 * eshell/em-ls.el (eshell-ls-date-format):
17385 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
17386 (lisp-lambda-list-keyword-parameter-indentation)
17387 (lisp-lambda-list-keyword-parameter-alignment):
17388 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
17389 * dired-x.el (dired-omit-verbose):
17390 * cus-theme.el (custom-theme-allow-multiple-selections):
17391 * calc/calc.el (calc-highlight-selections-with-faces)
17392 (calc-lu-field-reference, calc-lu-power-reference)
17393 (calc-note-threshold):
17394 * battery.el (battery-mode-line-limit):
17395 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
17396 (archive-7z-update):
17397 * allout.el (allout-prefixed-keybindings)
17398 (allout-unprefixed-keybindings)
17399 (allout-inhibit-auto-fill-on-headline)
17400 (allout-flattened-numbering-abbreviation):
17401 * allout-widgets.el (allout-widgets-auto-activation)
17402 (allout-widgets-icons-dark-subdir)
17403 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
17404 (allout-widgets-theme-dark-background)
17405 (allout-widgets-theme-light-background)
17406 (allout-widgets-item-image-properties-emacs)
17407 (allout-widgets-item-image-properties-xemacs)
17408 (allout-widgets-run-unit-tests-on-load)
17409 (allout-widgets-time-decoration-activity)
17410 (allout-widgets-hook-error-post-time)
17411 (allout-widgets-track-decoration):
17412 Add missing :version tags to new defcustoms and defgroups.
17413
17414 * progmodes/sql.el (sql-ansi-statement-starters)
17415 (sql-oracle-statement-starters): Add custom type.
17416
17417 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
17418 (prolog-system-version): Give it a type.
17419
17420 2012-02-11 Eli Zaretskii <eliz@gnu.org>
17421
17422 * term/pc-win.el (x-select-text, x-selection-owner-p)
17423 (x-own-selection-internal, x-disown-selection-internal)
17424 (x-get-selection-internal): Sync doc strings and argument lists
17425 with xselect.c, common-win.el and x-win.el. (Bug#10783)
17426
17427 2012-02-11 Leo Liu <sdl.web@gmail.com>
17428
17429 * progmodes/python.el (python-end-of-statement): Fix infinite
17430 loop. (Bug#10788)
17431
17432 2012-02-10 Glenn Morris <rgm@gnu.org>
17433
17434 * international/mule-cmds.el (unify-8859-on-encoding-mode)
17435 (unify-8859-on-decoding-mode): Properly mark as obsolete.
17436
17437 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
17438
17439 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
17440 about SMTP before checking the From header.
17441
17442 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
17443 into own function for reuse by emacsbug.el.
17444
17445 2012-02-10 Leo Liu <sdl.web@gmail.com>
17446
17447 * subr.el (condition-case-unless-debug): Rename from
17448 condition-case-no-debug. All callers changed.
17449 (with-demoted-errors): Fix caller.
17450
17451 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
17452 * nxml/rng-valid.el (rng-do-some-validation):
17453 * emacs-lisp/package.el (package-refresh-contents)
17454 (package-menu-execute):
17455 * desktop.el (desktop-create-buffer):
17456 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
17457
17458 2012-02-10 Glenn Morris <rgm@gnu.org>
17459
17460 * textmodes/bibtex.el:
17461 Add missing :version tags for new/changed defcustoms.
17462
17463 * files.el (remote-file-name-inhibit-cache): Doc fixes.
17464
17465 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
17466
17467 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
17468 (smtpmail-via-smtp): Use it, or fall back on the From address.
17469 (smtpmail-send-it): Ditto.
17470
17471 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
17472
17473 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
17474 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
17475 (byte-compile-tmp-var): New const.
17476 (byte-compile-defvar): Use it to minimize .elc size.
17477 Just use `defvar' rather than simulate it (bug#10761).
17478
17479 2012-02-09 Glenn Morris <rgm@gnu.org>
17480
17481 * files.el (rename-uniquely): Doc fix. (Bug#3806)
17482
17483 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
17484 Add :version tags.
17485
17486 * progmodes/compile.el (compilation-error-screen-columns)
17487 (compilation-first-column, compilation-filter-start): Doc fixes.
17488
17489 * vc/log-view.el (log-view-toggle-entry-display):
17490 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
17491
17492 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
17493 (report-emacs-bug-can-use-xdg-email):
17494 (report-emacs-bug-insert-to-mailer): Doc fixes.
17495 (report-emacs-bug): Message fix.
17496
17497 * net/browse-url.el (browse-url-can-use-xdg-open)
17498 (browse-url-xdg-open): Doc fixes.
17499
17500 * electric.el (electric-indent-mode, electric-pair-mode)
17501 (electric-layout-rules, electric-layout-mode): Doc fixes.
17502 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
17503
17504 2012-02-08 Martin Rudalics <rudalics@gmx.at>
17505
17506 * server.el (server-unselect-display): Don't inadvertently kill
17507 the current buffer. (Bug#10729)
17508
17509 2012-02-08 Glenn Morris <rgm@gnu.org>
17510
17511 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
17512 (sql-list-table): Doc fixes.
17513
17514 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
17515 Comment out (does nothing).
17516
17517 * completion.el (dynamic-completion-mode):
17518 * dirtrack.el (dirtrack-debug-mode):
17519 * electric.el (electric-layout-mode):
17520 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
17521 * face-remap.el (text-scale-mode, buffer-face-mode):
17522 * iimage.el (iimage-mode):
17523 * image-mode.el (image-transform-mode):
17524 * minibuffer.el (completion-in-region-mode):
17525 * scroll-lock.el (scroll-lock-mode):
17526 * simple.el (next-error-follow-minor-mode):
17527 * tar-mode.el (tar-subfile-mode):
17528 * tooltip.el (tooltip-mode):
17529 * vcursor.el (vcursor-use-vcursor-map):
17530 * wid-browse.el (widget-minor-mode):
17531 * emulation/tpu-edt.el (tpu-edt-mode):
17532 * emulation/tpu-extras.el (tpu-cursor-free-mode):
17533 * international/iso-ascii.el (iso-ascii-mode):
17534 * language/thai-util.el (thai-word-mode):
17535 * mail/supercite.el (sc-minor-mode):
17536 * net/goto-addr.el (goto-address-mode):
17537 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
17538 * progmodes/cwarn.el (cwarn-mode):
17539 * progmodes/flymake.el (flymake-mode):
17540 * progmodes/glasses.el (glasses-mode):
17541 * progmodes/hideshow.el (hs-minor-mode):
17542 * progmodes/pascal.el (pascal-outline-mode):
17543 * textmodes/enriched.el (enriched-mode):
17544 * vc/smerge-mode.el (smerge-mode):
17545 Doc fixes (minor mode argument).
17546
17547 2012-02-07 Eli Zaretskii <eliz@gnu.org>
17548
17549 * ls-lisp.el (ls-lisp-sanitize): New function.
17550 (ls-lisp-insert-directory): Use it to fix or remove any elements
17551 in file-alist with missing attributes. (Bug#4673)
17552
17553 2012-02-07 Alan Mackenzie <acm@muc.de>
17554
17555 Fix spurious recognition of c-in-knr-argdecl.
17556
17557 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
17558 putative K&R region.
17559
17560 2012-02-07 Alan Mackenzie <acm@muc.de>
17561
17562 * progmodes/cc-engine.el (c-forward-objc-directive):
17563 Prevent looping in "#pragma mark @implementation".
17564
17565 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
17566
17567 * notifications.el (notifications-on-closed-signal): Make `reason'
17568 optional. (Bug#10744)
17569
17570 2012-02-07 Glenn Morris <rgm@gnu.org>
17571
17572 * emacs-lisp/easy-mmode.el (define-minor-mode):
17573 Doc fixes for the macro and the mode it defines.
17574
17575 * image.el (imagemagick-types-inhibit): Doc fix.
17576
17577 * cus-start.el (imagemagick-render-type): Add it.
17578
17579 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
17580
17581 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
17582 Set the default at load time, too, so that `font-lock-fontify-buffer'
17583 can be called without setting up the entire mode first. This fixes
17584 a bug in `mm-inline-text' with C MIME parts.
17585
17586 2012-02-06 Chong Yidong <cyd@gnu.org>
17587
17588 * simple.el (list-processes--refresh): Delete exited processes
17589 (Bug#8094).
17590
17591 * comint.el (comint-next-prompt): next-single-char-property-change
17592 and prev-single-char-property-change never return nil (Bug#8657).
17593
17594 * custom.el (defcustom): Doc fix (Bug#9711).
17595
17596 2012-02-05 Chong Yidong <cyd@gnu.org>
17597
17598 * cus-edit.el (custom-variable-reset-backup): Quote the value
17599 before storing it in the customized-value property (Bug#6712).
17600 (custom-display): Add a customization type tag.
17601 (custom-buffer-create-internal): Improve tooltip message.
17602
17603 * wid-edit.el (widget-field-value-get): New optional arg to
17604 suppress trailing whitespace truncation.
17605 (character): Use it (Bug#2689).
17606
17607 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
17608
17609 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
17610 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
17611
17612 2012-02-05 Chong Yidong <cyd@gnu.org>
17613
17614 * cus-edit.el (custom-variable-value-create): For mismatched
17615 types, show the current value (Bug#7600).
17616
17617 * custom.el (defcustom): Doc fix.
17618
17619 2012-02-05 Glenn Morris <rgm@gnu.org>
17620
17621 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
17622
17623 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
17624
17625 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
17626 (pp-buffer): Use `ignore-errors', `looking-at-p'.
17627 (pp-last-sexp): Use `looking-at-p'.
17628
17629 2012-02-04 Glenn Morris <rgm@gnu.org>
17630
17631 * files.el (revert-buffer):
17632 Doc fix (mention revert-buffer-in-progress-p).
17633
17634 * emacs-lisp/ert-x.el (ert-simulate-command):
17635 Check deferred-action-list (which is obsolete) is bound.
17636
17637 * subr.el (with-wrapper-hook): Doc fixes.
17638
17639 * simple.el (filter-buffer-substring-functions)
17640 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
17641
17642 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
17643
17644 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
17645 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
17646
17647 2012-02-04 Leo Liu <sdl.web@gmail.com>
17648
17649 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
17650
17651 2012-02-04 Glenn Morris <rgm@gnu.org>
17652
17653 * image.el (image-extension-data): Add obsolete alias.
17654
17655 * isearch.el (isearch-update): Doc fix.
17656
17657 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
17658
17659 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
17660
17661 2012-02-03 Glenn Morris <rgm@gnu.org>
17662
17663 * image.el (image-animated-p): Doc fix. Use image-animated-types.
17664 (image-animate-timeout): Doc fix.
17665
17666 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
17667
17668 2012-02-02 Glenn Morris <rgm@gnu.org>
17669
17670 * server.el (server-auth-dir): Doc fix.
17671 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
17672
17673 * subr.el (run-mode-hooks): Doc fix.
17674
17675 2012-02-02 Juri Linkov <juri@jurta.org>
17676
17677 * image-mode.el (image-toggle-display-image): Remove tautological
17678 `major-mode' from the `derived-mode-p' test.
17679
17680 2012-02-02 Kenichi Handa <handa@m17n.org>
17681
17682 * composite.el (compose-region): Cancel previous change.
17683
17684 2012-02-02 Kenichi Handa <handa@m17n.org>
17685
17686 * composite.el (compose-region, compose-string): Signal error for
17687 a null string component (Bug#6988).
17688
17689 2012-02-01 Chong Yidong <cyd@gnu.org>
17690
17691 * view.el (view-buffer-other-window, view-buffer-other-frame):
17692 Handle special modes like view-buffer (Bug#10650).
17693 (view-buffer): Simplify.
17694
17695 * frame.el (set-frame-font): Tweak meaning of third argument.
17696
17697 * dynamic-setting.el (font-setting-change-default-font):
17698 Use set-frame-font (Bug#9982).
17699
17700 2012-02-01 Glenn Morris <rgm@gnu.org>
17701
17702 * progmodes/compile.el (compilation-internal-error-properties):
17703 Respect compilation-first-column in the "*compilation*" buffer.
17704
17705 * emacs-lisp/easy-mmode.el (define-minor-mode):
17706 Relax :variable's test for a named function.
17707
17708 2012-01-31 Alan Mackenzie <acm@muc.de>
17709
17710 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
17711 off by one error.
17712
17713 2012-01-31 Chong Yidong <cyd@gnu.org>
17714
17715 * frame.el (set-frame-font): New arg ALL-FRAMES.
17716
17717 * menu-bar.el (menu-set-font): Use set-frame-font.
17718
17719 * faces.el (face-spec-reset-face): Don't apply unspecified
17720 attribute values to the default face.
17721
17722 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
17723
17724 * progmodes/cwarn.el (cwarn): Remove dead link.
17725 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
17726 Remove * from defcustom docstrings.
17727 (turn-on-cwarn-mode): Make obsolete.
17728 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
17729 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
17730
17731 2012-01-31 Glenn Morris <rgm@gnu.org>
17732
17733 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
17734 Fix :variable handling of mode a symbol not equal to modefun.
17735 Allow named functions to be used as the cdr of :variable.
17736
17737 2012-01-30 Glenn Morris <rgm@gnu.org>
17738
17739 * emacs-lisp/authors.el (authors-fixed-entries):
17740 Remove reference to deleted file rnewspost.el.
17741
17742 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
17743
17744 * window.el (window-with-parameter): Remove unused variable `windows'.
17745 (window--side-check): Remove unused variable `code'.
17746 (window--resize-siblings): Remove unused variable `first'.
17747 (adjust-window-trailing-edge): Remove unused variable `failed'.
17748 (window-deletable-p, window--delete): Remove unused variable `buffer'.
17749 Use `let', not `let*'.
17750 (balance-windows-2): Remove unused variable `found'.
17751 (window--state-put-2): Remove unused variable `splits'.
17752 (window-state-put): Remove unused variable `selected'.
17753 (same-window-p): Use `string-match-p'.
17754 (display-buffer-assq-regexp): Remove unused variable `value'.
17755 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17756 Mark argument ALIST as ignored.
17757 (pop-to-buffer): Remove unused variable `old-window'.
17758
17759 2012-01-29 Eli Zaretskii <eliz@gnu.org>
17760
17761 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
17762 and .lzma compressed files.
17763
17764 2012-01-29 Chong Yidong <cyd@gnu.org>
17765
17766 * frame.el (window-system-default-frame-alist): Doc fix.
17767
17768 * dynamic-setting.el (font-setting-change-default-font): Don't
17769 change the default face if SET-FONT argument is non-nil (Bug#9982).
17770
17771 2012-01-29 Samuel Bronson <naesten@gmail.com>
17772
17773 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
17774
17775 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
17776
17777 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
17778 breakpoints in files outside current directory (Bug#6098).
17779
17780 2012-01-29 Chong Yidong <cyd@gnu.org>
17781
17782 * progmodes/python.el: Require ansi-color at top-level.
17783
17784 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
17785 Define and use in Emacs Lisp mode (Bug#9360).
17786 (lisp-mode-abbrev-table): Add doc.
17787 (lisp-mode-variables): Don't set local-abbrev-table.
17788 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
17789
17790 2012-01-28 Roland Winkler <winkler@gnu.org>
17791
17792 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
17793
17794 2012-01-28 Roland Winkler <winkler@gnu.org>
17795
17796 * textmodes/bibtex.el (bibtex-entry-alist): New function.
17797 (bibtex-set-dialect): Use it. Either set global values of
17798 dialect-dependent variables or bind these variables buffer-locally
17799 (Bug#10254).
17800 (bibtex-mode): Call bibtex-set-dialect via
17801 hack-local-variables-hook.
17802 (bibtex-dialect): Update docstring.
17803 Add safe-local-variable predicate.
17804 (bibtex-entry-alist, bibtex-field-alist): Initialize via
17805 bibtex-set-dialect.
17806 (bibtex-mode-map): Define menu for each dialect.
17807 (bibtex-entry): Fix docstring.
17808
17809 2012-01-28 Chong Yidong <cyd@gnu.org>
17810
17811 * eshell/esh-arg.el (eshell-quote-argument): New function.
17812
17813 * eshell/esh-ext.el (eshell-invoke-batch-file):
17814 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
17815 first arg to eshell-parse-command (Bug#10523).
17816
17817 2012-01-28 Drew Adams <drew.adams@oracle.com>
17818
17819 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
17820 `default-directory' is non-nil.
17821
17822 2012-01-28 Eli Zaretskii <eliz@gnu.org>
17823
17824 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
17825 line that displays system-configuration-options. (Bug#9924)
17826
17827 2012-01-28 Drew Adams <drew.adams@oracle.com>
17828
17829 * descr-text.el (describe-char): Show information about POS, in
17830 addition to information about the character at POS. Improve and
17831 update the doc string. Change "code point" to "code point in
17832 charset", to avoid confusion with the character's Unicode code
17833 point shown above that. (Bug#10129)
17834
17835 2012-01-28 Eli Zaretskii <eliz@gnu.org>
17836
17837 * descr-text.el (describe-char): Show the raw character, not only
17838 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
17839 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
17840 for the reasons.
17841
17842 2012-01-28 Phil Hagelberg <phil@hagelb.org>
17843
17844 * emacs-lisp/package.el (package-install):
17845 Run package-refresh-contents if there is no archive yet (Bug#9798).
17846
17847 2012-01-28 Chong Yidong <cyd@gnu.org>
17848
17849 * emacs-lisp/package.el (package-maybe-load-descriptor):
17850 New function, split from package-maybe-load-descriptor.
17851 (package-maybe-load-descriptor): Use it.
17852 (package-download-transaction): Fully load required packages
17853 inside the loop, so that `require' calls work (Bug#10593).
17854 (package-install): No need to call package-initialize now.
17855
17856 2012-01-28 Chong Yidong <cyd@gnu.org>
17857
17858 * simple.el (deactivate-mark): Doc fix (Bug#8614).
17859
17860 * tooltip.el (tooltip-mode): Doc fix.
17861 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
17862
17863 * frame.el (set-cursor-color): Doc fix (Bug#352).
17864
17865 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
17866 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
17867
17868 * cus-edit.el (custom-buffer-create-internal): Fix search button
17869 action (Bug#10542).
17870 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
17871
17872 2012-01-27 Eduard Wiebe <usenet@pusto.de>
17873
17874 * dired.el (dired-mark-files-regexp):
17875 Include any subdirectory components. (Bug#10445)
17876
17877 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
17878
17879 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
17880 Handle [host]:port syntax. (Bug#10533)
17881
17882 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
17883
17884 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
17885
17886 2012-01-26 Glenn Morris <rgm@gnu.org>
17887
17888 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
17889 * term.el (term-raw-escape-map): Use Control-X-prefix.
17890 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
17891
17892 2012-01-25 Martin Rudalics <rudalics@gmx.at>
17893
17894 * window.el (window-state-get, window--state-get-1): Don't deal
17895 with fixed-sizeness of windows. Simplify code.
17896
17897 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
17898
17899 * window.el (window--state-get-1, window--state-put-2):
17900 Don't save and restore the mark.
17901
17902 2012-01-25 Chong Yidong <cyd@gnu.org>
17903
17904 * custom.el (custom-variable-p): Doc fix.
17905
17906 2012-01-25 Glenn Morris <rgm@gnu.org>
17907
17908 * dired.el (dired-goto-file): Handle some of the more common
17909 characters that `ls -b' escapes. (Bug#10596)
17910
17911 * progmodes/compile.el (compilation-next-error-function):
17912 Respect compilation-first-column in the "*compilation*" buffer.
17913 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
17914
17915 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
17916
17917 2012-01-24 Glenn Morris <rgm@gnu.org>
17918
17919 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
17920
17921 2012-01-24 Julien Danjou <julien@danjou.info>
17922
17923 * color.el (color-rgb-to-hsl): Fix value computing.
17924 (color-hue-to-rgb): New function.
17925 (color-hsl-to-rgb): New function.
17926 (color-clamp, color-saturate-hsl, color-saturate-name)
17927 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
17928 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
17929
17930 2012-01-24 Glenn Morris <rgm@gnu.org>
17931
17932 * vc/vc-rcs.el (vc-rcs-create-tag):
17933 * vc/vc-sccs.el (vc-sccs-create-tag):
17934 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
17935
17936 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
17937
17938 * eshell/esh-util.el (eshell-read-hosts-file):
17939 Skip comment lines. (Bug#10549)
17940
17941 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
17942
17943 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
17944
17945 * subr.el (display-delayed-warnings): Doc fix.
17946 (collapse-delayed-warnings): New function to collapse identical
17947 adjacent warnings.
17948 (delayed-warnings-hook): Add it.
17949
17950 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
17951
17952 * net/tramp.el (tramp-action-login): Set connection property "login-as".
17953
17954 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
17955 (tramp-default-user-alist): Don't add "pscp".
17956 (tramp-do-copy-or-rename-file-out-of-band): Use connection
17957 property "login-as", if set. (Bug#10530)
17958
17959 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
17960
17961 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
17962 "plink1" and "psftp". (Bug#10530)
17963
17964 2012-01-21 Kenichi Handa <handa@m17n.org>
17965
17966 * international/mule-cmds.el (prefer-coding-system): Show a
17967 warning message if the default value of file-name-coding-system
17968 was not changed.
17969
17970 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
17971
17972 * windmove.el (windmove-reference-loc):
17973 Fix windmove-reference-loc miscalculation.
17974
17975 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
17976
17977 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
17978 default unit.
17979
17980 2012-01-21 Glenn Morris <rgm@gnu.org>
17981
17982 * international/mule.el (auto-coding-alist): Add .tbz.
17983
17984 * files.el (local-enable-local-variables): Doc fix.
17985 (inhibit-local-variables-regexps): Rename from
17986 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
17987 Doc fix. Add some extensions from auto-coding-alist.
17988 (inhibit-local-variables-suffixes):
17989 Rename from inhibit-first-line-modes-suffixes. Doc fix.
17990 (inhibit-local-variables-p):
17991 New function, extracted from set-auto-mode-1.
17992 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
17993 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
17994 (hack-local-variables): Doc fix. Make the mode-only case
17995 respect enable-local-variables and friends.
17996 Respect inhibit-local-variables-regexps for file-locals, but
17997 not for directory-locals.
17998 (set-visited-file-name):
17999 Take account of inhibit-local-variables-regexps.
18000 Whether it applies may change as the file name is changed.
18001 * jka-cmpr-hook.el (jka-compr-install):
18002 * jka-compr.el (jka-compr-uninstall):
18003 Update for inhibit-first-line-modes-suffixes name change.
18004
18005 2012-01-20 Martin Rudalics <rudalics@gmx.at>
18006
18007 * help-macro.el (make-help-screen): Temporarily restore original
18008 binding for minor-mode-map-alist (Bug#10454).
18009
18010 2012-01-19 Julien Danjou <julien@danjou.info>
18011
18012 * color.el (color-name-to-rgb): Use the white color to find the max
18013 color component value and return correctly computed values.
18014 (color-name-to-rgb): Add missing float conversion for max value.
18015
18016 2012-01-19 Martin Rudalics <rudalics@gmx.at>
18017
18018 * window.el (window--state-get-1, window-state-get): Do not use
18019 special state value for window-persistent-parameters.
18020 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
18021 (window--state-put-2): Reset all window parameters to nil before
18022 assigning values of persistent parameters.
18023
18024 2012-01-18 Alan Mackenzie <acm@muc.de>
18025
18026 Eliminate sluggishness and hangs in fontification of "semicolon
18027 deserts".
18028
18029 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
18030 Change value 10000 -> 3000.
18031 (c-state-safe-place): Reformulate so it doesn't stack up an
18032 infinite number of wrong entries in c-state-nonlit-pos-cache.
18033 (c-determine-limit-get-base, c-determine-limit): New functions to
18034 determine backward search limits disregarding literals.
18035 (c-find-decl-spots): Amend commenting.
18036 (c-cheap-inside-bracelist-p): New function which detects "={".
18037
18038 * progmodes/cc-fonts.el
18039 (c-make-font-lock-BO-decl-search-function): Give a limit to a
18040 backward search.
18041 (c-font-lock-declarations): Fix an occurrence of point being
18042 undefined. Check additionally for point being in a bracelist or
18043 near a macro invocation without a semicolon so as to avoid a
18044 fruitless time consuming search for a declarator. Give a more
18045 precise search limit for declarators using the new
18046 c-determine-limit.
18047
18048 2012-01-18 Glenn Morris <rgm@gnu.org>
18049
18050 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
18051 (set-auto-mode): Doc fixes.
18052
18053 2012-01-17 Glenn Morris <rgm@gnu.org>
18054
18055 * isearch.el (search-nonincremental-instead): Fix doc typo.
18056
18057 * dired.el (dired-insert-directory): Handle newlines in directory name.
18058 (dired-build-subdir-alist): Unescape newlines in directory name.
18059
18060 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
18061
18062 * net/tramp.el (tramp-local-end-of-line): New defcustom.
18063 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
18064 (tramp-action-terminal): Use it. (Bug#10530)
18065
18066 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
18067
18068 * minibuffer.el (completion--replace): Strip properties (bug#10062).
18069
18070 2012-01-16 Martin Rudalics <rudalics@gmx.at>
18071
18072 * window.el (window-state-ignored-parameters): Remove variable.
18073 (window--state-get-1): Rename argument MARKERS to IGNORE.
18074 Handle persistent window parameters. Make copy of clone-of
18075 parameter only if requested. (Bug#10348)
18076 (window--state-put-2): Install a window parameter only if it has
18077 a non-nil value or an existing parameter shall be overwritten.
18078
18079 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
18080
18081 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
18082
18083 2012-01-14 Eli Zaretskii <eliz@gnu.org>
18084
18085 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
18086 don't pass the (nil) value of `upnode' to string-match.
18087
18088 2012-01-14 Chong Yidong <cyd@gnu.org>
18089
18090 * startup.el (command-line): Fix X resource class for cursorColor.
18091 Fix values recognized by the cursorBlink resource.
18092
18093 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
18094
18095 * epg.el (epg--make-temp-file): Avoid permission race condition
18096 when running on old Emacs versions (bug#10403).
18097
18098 2012-01-14 Glenn Morris <rgm@gnu.org>
18099
18100 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
18101
18102 2012-01-13 Alan Mackenzie <acm@muc.de>
18103
18104 Fix filling for when filladapt mode is enabled.
18105
18106 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
18107 c-mask-paragraph, pass in `fill-paragraph' rather than
18108 `fill-region-as-paragraph'. (This is a reversion of a previous
18109 change.)
18110 * progmodes/cc-mode.el (c-basic-common-init):
18111 Make fill-paragraph-handle-comment buffer local and set it to nil.
18112
18113 2012-01-13 Glenn Morris <rgm@gnu.org>
18114
18115 * dired.el (dired-switches-escape-p): New function.
18116 (dired-insert-directory): Use dired-switches-escape-p.
18117 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
18118
18119 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
18120
18121 2012-01-12 Glenn Morris <rgm@gnu.org>
18122
18123 * mail/sendmail.el (mail-mode): Update paragraph-separate for
18124 changes in adaptive-fill-regexp. (Bug#10276)
18125
18126 2012-01-11 Alan Mackenzie <acm@muc.de>
18127
18128 Fix Emacs bug #10463 - put `widen's around the critical spots.
18129
18130 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
18131 widen around each invocation of c-state-pp-to-literal. Remove an
18132 unused let variable.
18133
18134 2012-01-11 Glenn Morris <rgm@gnu.org>
18135
18136 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
18137 Doc fix.
18138
18139 2012-01-10 Chong Yidong <cyd@gnu.org>
18140
18141 * net/network-stream.el (network-stream-open-starttls):
18142 Avoid emitting a confusing error message when the server gives a bad
18143 response to the capability command.
18144
18145 2012-01-10 Glenn Morris <rgm@gnu.org>
18146
18147 * mail/unrmail.el (unrmail): Tweak previous change.
18148
18149 2012-01-09 Chong Yidong <cyd@gnu.org>
18150
18151 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
18152
18153 2012-01-08 Alan Mackenzie <acm@muc.de>
18154
18155 Optimize font locking in long enum definitions.
18156
18157 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
18158 arm to a cond form to handle enums.
18159 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
18160 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
18161
18162 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
18163
18164 * files.el (move-file-to-trash): Preserve default file modes on error.
18165 (Bug#10401)
18166
18167 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
18168
18169 * faces.el (set-face-attribute): Clarify the meaning of the nil
18170 frame (bug#10294).
18171
18172 * subr.el (with-selected-frame): Mention that the selected frame
18173 is restored (bug#9980).
18174
18175 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
18176 (bug#9759).
18177
18178 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
18179 (password-read): Don't autoload unused function.
18180
18181 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
18182
18183 * progmodes/which-func.el (which-func-mode): Turn into a
18184 non-interactive function and mark as obsolete (bug#10428).
18185
18186 2012-01-06 Chong Yidong <cyd@gnu.org>
18187
18188 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
18189 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
18190 functions, along with 1 and -1.
18191
18192 2012-01-06 Eli Zaretskii <eliz@gnu.org>
18193
18194 * time.el (display-time-load-average)
18195 (display-time-default-load-average): Doc fixes. See the thread
18196 starting at
18197 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
18198 for the details.
18199
18200 2012-01-06 Glenn Morris <rgm@gnu.org>
18201
18202 * mail/unrmail.el (unrmail): Give an explicit error if the input file
18203 has no messages. (Bug#10377)
18204
18205 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
18206 than Info-edit. (Bug#10385)
18207
18208 * time.el (display-time-load-average, display-time-next-load-average):
18209 Doc fixes.
18210
18211 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
18212 local setting of buffer-read-only to the input buffer. (Bug#10419)
18213
18214 * calendar/calendar.el (calendar-mode):
18215 Locally set scroll-margin to 0. (Bug#10379)
18216
18217 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
18218
18219 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
18220
18221 2012-01-05 Glenn Morris <rgm@gnu.org>
18222
18223 * eshell/em-unix.el (diff-no-select): Autoload it.
18224 (eshell/diff): Use diff-no-select. (Bug#10420)
18225
18226 2012-01-05 Chong Yidong <cyd@gnu.org>
18227
18228 * shell.el (shell-dynamic-complete-functions): Revert last change.
18229 (shell-command-completion-function): New function.
18230 (shell-completion-vars): Use it to implement
18231 shell-completion-execonly (Bug#10417).
18232
18233 * custom.el (enable-theme): Don't set custom-safe-themes.
18234
18235 * cus-theme.el (custom-theme-merge-theme):
18236 Ignore custom-enabled-themes and custom-safe-themes.
18237
18238 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
18239
18240 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
18241 first prompt in `sql-interacive-mode'.
18242 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
18243 keywords.
18244 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
18245 (sql-product-interactive): Bug fix: Set `sql-buffer' in
18246 context of original buffer. Invoke `sql-login-hook'.
18247
18248 2012-01-04 Eli Zaretskii <eliz@gnu.org>
18249
18250 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
18251 letters in cite-prefix.
18252
18253 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18254
18255 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
18256
18257 2012-01-03 Chong Yidong <cyd@gnu.org>
18258
18259 * shell.el (shell-dynamic-complete-functions):
18260 Put pcomplete-completions-at-point, so as to try
18261 comint-filename-completion first (Bug#10417).
18262
18263 2012-01-02 Richard Stallman <rms@gnu.org>
18264
18265 * battery.el (battery-status-function):
18266 Detect when to use battery-yeeloong-sysfs.
18267 (battery-echo-area-format): Add string for Yeeloong.
18268 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
18269 (battery-yeeloong-sysfs): New function.
18270
18271 2012-01-02 Chong Yidong <cyd@gnu.org>
18272
18273 * dirtrack.el (dirtrack-list): Eliminate unused third element.
18274 (dirtrack): Merge code for handling relative filenames in prompt
18275 from shell-dir-cookie-watcher.
18276 (dirtrack-debug-message): New arg to avoid excess format calls.
18277
18278 * shell.el (shell-dir-cookie-re): Variable deleted.
18279 (shell-dir-cookie-watcher): Function deleted.
18280 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
18281 with dirtrack-mode.
18282
18283 2012-01-01 Eli Zaretskii <eliz@gnu.org>
18284
18285 * term/w32-win.el (dynamic-library-alist) <gnutls>:
18286 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
18287 libgnutls-26.dll.
18288
18289 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
18290
18291 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
18292
18293 2011-12-31 Eli Zaretskii <eliz@gnu.org>
18294
18295 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
18296 headers of non-MIME messages, when rmail-enable-mime is non-nil.
18297
18298 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
18299
18300 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
18301 also for alternative shells.
18302 (tramp-open-connection-setup-interactive-shell): Check, whether
18303 the shell is a busybox.
18304 (tramp-send-command): Don't suppress multiple prompts for
18305 busyboxes, it hurts.
18306
18307 2011-12-28 Chong Yidong <cyd@gnu.org>
18308
18309 * progmodes/gdb-mi.el (gdb-get-source-file-list)
18310 (gdb-get-source-file): Move mode line update to
18311 gdb-get-source-file (Bug#10087).
18312
18313 2011-12-25 Chong Yidong <cyd@gnu.org>
18314
18315 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
18316 gud-gdb-marker-filter without taking it as an argument.
18317 (gud-gdb-run-command-fetch-lines): Caller changed.
18318 (gud-gdb-completion-function): New variable.
18319 (gud-gdb-completion-at-point): Use it.
18320 (gud-gdb-completions-1): Split from gud-gdb-completions.
18321
18322 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
18323 function as separate arguments.
18324 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
18325 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
18326 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
18327 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
18328 (gdb-stopped, def-gdb-auto-update-trigger)
18329 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
18330 (gdb-get-changed-registers, gdb-get-main-selected-frame):
18331 Callers changed.
18332 (gud-gdbmi-completions): New function.
18333 (gdb): Use it for generating the completion table.
18334
18335 2011-12-24 Alan Mackenzie <acm@muc.de>
18336
18337 Introduce a mechanism to widen the region used in context font
18338 locking. Use this to protect declarations from losing their contexts.
18339
18340 * progmodes/cc-langs.el (c-before-font-lock-functions):
18341 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
18342 (c-before-context-fontification-functions): New defvar, a list of
18343 functions to be run just before context (etc.) font locking.
18344
18345 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
18346 New, functionality extracted from
18347 c-neutralize-syntax-in-and-mark-CPP.
18348 (c-in-after-change-fontification): New variable.
18349 (c-after-change): Set c-in-after-change-fontification.
18350 (c-set-fl-decl-start): Rejig its interface, so it can be called
18351 from both after-change and context fontifying.
18352 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
18353 New functions.
18354 (c-standard-font-lock-fontify-region-function): New variable.
18355 (c-font-lock-fontify-region): New function.
18356
18357 2011-12-24 Juri Linkov <juri@jurta.org>
18358
18359 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
18360 (Bug#10348)
18361
18362 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
18363
18364 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
18365 existence of source file. (Bug#10325)
18366
18367 2011-12-23 Alan Mackenzie <acm@muc.de>
18368
18369 Fix unstable fontification inside templates.
18370
18371 * progmodes/cc-langs.el (c-before-font-lock-functions):
18372 Newly created from the singular version. The (c c++ objc) entry now
18373 additionally has c-set-fl-decl-start. The other languages (apart
18374 from AWK) have that as a single entry.
18375
18376 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
18377 The functionality for "local" declarations has been extracted to
18378 c-set-fl-decl-start.
18379
18380 * progmodes/cc-mode.el (c-common-init, c-after-change):
18381 Changes due to pluralisation of c-before-font-lock-functions.
18382 (c-set-fl-decl-start): New function, extracted from
18383 c-font-lock-enclosing-decls and enhanced.
18384
18385 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
18386
18387 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
18388
18389 2011-12-22 Juri Linkov <juri@jurta.org>
18390
18391 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
18392
18393 2011-12-22 Chong Yidong <cyd@gnu.org>
18394
18395 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
18396
18397 2011-12-21 Drew Adams <drew.adams@oracle.com>
18398
18399 * files.el (file-remote-p): Fix docstring. (Bug#10319)
18400
18401 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
18402
18403 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
18404
18405 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
18406
18407 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
18408 highlighting and support. Fix up comments for capitalization.
18409 (cfengine-mode-debug): New var.
18410 (cfengine3-mode): Change the modeline indicator to "CFE3".
18411 (cfengine3-font-lock-keywords): Improve defun highlighting.
18412 (cfengine2-actions): Rename from `cfengine-actions'.
18413 (cfengine2-font-lock-keywords): Rename from
18414 `cfengine-font-lock-keywords'.
18415 (cfengine2-imenu-expression): Rename from
18416 `cfengine-imenu-expression'.
18417 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
18418 (cfengine2-beginning-of-defun): Rename from
18419 `cfengine-beginning-of-defun'.
18420 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
18421 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
18422 (cfengine2-mode): Rename from `cfengine-mode'. Change the
18423 modeline indicator to "CFE2".
18424 (cfengine-mode): Defalias to `cfengine-auto-mode'.
18425 (cfengine-mode-abbrevs): Mark obsolete.
18426
18427 2011-12-21 Chong Yidong <cyd@gnu.org>
18428
18429 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
18430 filename argument.
18431
18432 2011-12-20 Martin Rudalics <rudalics@gmx.at>
18433
18434 * window.el (window-normalize-buffer-to-display): Remove.
18435 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
18436
18437 2011-12-19 Chong Yidong <cyd@gnu.org>
18438
18439 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
18440 Don't signal an error in a predicate function; return non-nil.
18441 (vc-dir-mark-file): Move the error here.
18442 (vc-dir-mark-unmark): If acting on the region, keep going if one
18443 of the entries cannot be marked/unmarked.
18444 (vc-dir-mark-all-files): If current entry is a directory, mark
18445 only child files, as documented.
18446
18447 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
18448
18449 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
18450 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
18451 addition.
18452
18453 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
18454
18455 * term/ns-win.el (ns-get-selection-internal)
18456 (ns-store-selection-internal): Declare.
18457 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
18458 Declare as obsolete.
18459 (ns-get-pasteboard, ns-paste-secondary):
18460 Use ns-get-selection-internal.
18461 (ns-set-pasteboard, ns-copy-including-secondary):
18462 Use ns-store-selection-internal.
18463
18464 2011-12-17 Chong Yidong <cyd@gnu.org>
18465
18466 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
18467 (vc-deduce-fileset): Doc fix.
18468
18469 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
18470
18471 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
18472
18473 2011-12-13 Sam Steingold <sds@gnu.org>
18474
18475 * man.el (Man-getpage-in-background): When running under a
18476 window-system, ignore $MANWIDTH and $COLUMNS.
18477
18478 2011-12-15 Kenichi Handa <handa@m17n.org>
18479
18480 * language/ethio-util.el: Change coding tag to utf-8-emacs.
18481 (setup-ethiopic-environment-internal): Comment out key-binding for
18482 ethio-toggle-punctuation.
18483
18484 2011-12-13 Alan Mackenzie <acm@muc.de>
18485
18486 Add the switch statement to AWK Mode.
18487
18488 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
18489 "default" to the keywords regexp.
18490
18491 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
18492 expression as the rest.
18493 (c-nonlabel-token-key): Allow string literals for AWK.
18494 Refactor for the other modes.
18495
18496 Large brace-block initialisation makes CC Mode slow: Fix.
18497 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
18498 routines. Limit backward searching in c-font-lock-enclosing.decl.
18499
18500 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
18501 pp-state and literal type in addition to the limits.
18502 (c-state-safe-place): New defun, extracted from c-state-literal-at.
18503 (c-state-literal-at): Use the above new defun.
18504 (c-slow-in-literal, c-fast-in-literal): Remove.
18505 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
18506
18507 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
18508 being in a literal. Add a limit for backward searching.
18509
18510 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
18511 c-slow-in-literal.
18512
18513 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
18514
18515 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
18516
18517 2011-12-13 Martin Rudalics <rudalics@gmx.at>
18518
18519 * window.el (delete-other-windows): Use correct frame in call to
18520 window-with-parameter.
18521
18522 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
18523
18524 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
18525 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
18526 (makefile-gmake-statements, makefile-makepp-statements):
18527 Use it and add new makepp keywords.
18528 (makefile-makepp-font-lock-keywords): Add new patterns.
18529 (makefile-match-function-end): Match new [...] and [[...]].
18530
18531 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
18532
18533 * ses.el (ses-call-printer-return, ses-cell-property-get)
18534 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
18535 (ses-create-cell-variable, ses-reset-header-string)
18536 (ses-cell-set-formula, ses-repair-cell-reference-all)
18537 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
18538 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
18539 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
18540 (ses-aset-with-undo, ses-load, ses-truncate-cell)
18541 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
18542 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
18543 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
18544 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
18545 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
18546 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
18547 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
18548 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
18549
18550 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
18551
18552 * ses.el: The overall change is to add cell renaming, that is
18553 setting fancy names for cell symbols other than name matching
18554 "\\`[A-Z]+[0-9]+\\'" regexp .
18555 (ses-create-cell-variable): New defun.
18556 (ses-relocate-formula): Relocate formulas only for cells the
18557 symbols of which are not renamed, i.e. symbols whose names do not
18558 match regexp "\\`[A-Z]+[0-9]+\\'".
18559 (ses-relocate-all): Relocate values only for cells the symbols of
18560 which are not renamed.
18561 (ses-load): Create cells variables as the (ses-cell ...) are read,
18562 in order to check row col consistency with cell symbol name only
18563 for cells that are not renamed.
18564 (ses-replace-name-in-formula): New defun.
18565 (ses-rename-cell): New defun.
18566
18567 2011-12-11 Chong Yidong <cyd@gnu.org>
18568
18569 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
18570 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
18571
18572 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
18573
18574 * window.el (other-window): Fix docstring.
18575
18576 2011-12-10 Eli Zaretskii <eliz@gnu.org>
18577
18578 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
18579 `from' or `to' address before taking its substring.
18580 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
18581 encoded name is chopped in the middle of the encoded string, and
18582 thus displayed encoded.
18583
18584 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
18585
18586 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
18587
18588 2011-12-10 Eli Zaretskii <eliz@gnu.org>
18589
18590 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
18591 to use texinfo-update-node and commands that call it if the
18592 Texinfo file uses @node lines without next/prev/up pointers.
18593 Correct outdated description about texinfo-master-menu.
18594 (texinfo-all-menus-update, texinfo-master-menu)
18595 (texinfo-update-node, texinfo-every-node-update)
18596 (texinfo-multiple-files-update): Doc fix. Warn against updating
18597 all the @node lines.
18598 (texinfo-master-menu): Only call texinfo-update-node if the prefix
18599 argument is numeric. Explain better in the doc string what the
18600 function really does.
18601 (texinfo-insert-master-menu-list): Improve the error message
18602 displayed if there's no menu in the Top node.
18603 (Bug#2975) See also this thread:
18604 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
18605
18606 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
18607
18608 * speedbar.el (speedbar-supported-extension-expressions):
18609 Add .adb and .ads, commonly used for Ada source code (bug#10256).
18610
18611 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
18612
18613 * printing.el (pr-mode-alist):
18614 * simple.el (filter-buffer-substring-functions)
18615 (completion-list-insert-choice-function):
18616 * window.el (window-with-parameter, window-atom-root)
18617 (window-sides-slots, window-size-fixed, window-min-delta)
18618 (window-max-delta, window--resize-mini-window)
18619 (window--resize-child-windows-normal, window-tree)
18620 (delete-other-windows, quit-window, split-window)
18621 (display-buffer-record-window, special-display-buffer-names)
18622 (special-display-regexps, special-display-popup-frame)
18623 (same-window-p, split-window-sensibly)
18624 (display-buffer-overriding-action, display-buffer-alist)
18625 (display-buffer-base-action, display-buffer, switch-to-buffer)
18626 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
18627 (fit-window-to-buffer, recenter-positions)
18628 (mouse-autoselect-window-state, mouse-autoselect-window-select):
18629 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
18630 and remove unneeded backslashes in docstrings.
18631
18632 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
18633
18634 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
18635
18636 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
18637 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
18638 end in ".mk".
18639 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
18640 when reading the makefile (bug#10116).
18641
18642 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
18643
18644 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
18645 (bug#10116).
18646
18647 2011-12-06 Glenn Morris <rgm@gnu.org>
18648
18649 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
18650
18651 2011-12-06 Chong Yidong <cyd@gnu.org>
18652
18653 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
18654
18655 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
18656
18657 * textmodes/table.el (table-shorten-cell): Fix typo.
18658
18659 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
18660
18661 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
18662
18663 2011-12-05 Eli Zaretskii <eliz@gnu.org>
18664
18665 * descr-text.el (describe-char): Fix display of strong
18666 right-to-left characters and directional embeddings and overrides.
18667
18668 * simple.el (what-cursor-position): Fix display of codepoints of
18669 strong right-to-left characters.
18670
18671 2011-12-05 Chong Yidong <cyd@gnu.org>
18672
18673 * faces.el (read-color): Doc fix.
18674
18675 2011-12-05 Glenn Morris <rgm@gnu.org>
18676
18677 * align.el (align--set-marker): Add doc-string.
18678 Don't try to move something that is not a marker. (Bug#10216)
18679
18680 2011-12-04 Glenn Morris <rgm@gnu.org>
18681
18682 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
18683 overly zealous deletion of trailing whitespace.
18684
18685 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
18686
18687 * server.el (server-delete-client): On Windows, do not try to delete
18688 the only terminal.
18689 (server-process-filter): On Windows, treat requests for a tty frame as
18690 if they were for a GUI frame if the running server is in GUI mode.
18691
18692 2011-12-03 Glenn Morris <rgm@gnu.org>
18693
18694 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
18695
18696 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
18697
18698 * electric.el: Streamline electric-indent's hook.
18699 (electric-indent-chars): Revert to simple list.
18700 (electric-indent-functions): New var.
18701 (electric-indent-post-self-insert-function): Use it.
18702
18703 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
18704 there's no inferior buffer (bug#10196).
18705 (prolog-consult-compile): Don't use toggle-read-only.
18706
18707 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
18708
18709 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
18710 interrupt. (Bug#10187)
18711
18712 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
18713
18714 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
18715 (bug#9160).
18716
18717 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
18718 (bug#10191).
18719
18720 2011-12-02 Juri Linkov <juri@jurta.org>
18721
18722 * info.el (Info-search): Display "end of manual" when Isearch
18723 reaches the end of single-file Info manual. (Bug#9918)
18724
18725 2011-12-02 Eli Zaretskii <eliz@gnu.org>
18726
18727 * isearch.el (isearch-message-prefix): Run the input method part
18728 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
18729
18730 2011-12-02 Juri Linkov <juri@jurta.org>
18731
18732 * isearch.el (isearch-occur): Use `word-search-regexp' for
18733 `isearch-word'.
18734 (isearch-search-and-update): Add condition for `isearch-word' and
18735 call `word-search-regexp'. (Bug#10145)
18736
18737 2011-12-01 Glenn Morris <rgm@gnu.org>
18738
18739 * eshell/em-hist.el (eshell-hist-initialize):
18740 Handle eshell-history-size nil and HISTSIZE set or unset.
18741 (eshell-history-file-name, eshell-history-size): Fix custom type.
18742
18743 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
18744
18745 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
18746
18747 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
18748
18749 * progmodes/verilog-mode.el (verilog-pretty-expr):
18750 Rework verilog-pretty-expr to handle new assignment operators in system
18751 verilog, such as += *= and the like.
18752 (verilog-assignment-operator-re): Regular expression to find the
18753 assigment operator in a verilog assignment.
18754 (verilog-assignment-operation-re): Regular expression to find an
18755 assignment statement for pretty-expr.
18756 (verilog-in-attribute-p): Query returns true if point is in an
18757 attribute context; used to skip these for expression line up from
18758 pretty-expr.
18759 (verilog-in-parameter-p): Query returns true if point is in an
18760 parameter definition context; used to skip these for expression
18761 line up from pretty-expr.
18762 (verilog-in-parenthesis-p): Query returns true if point is in a
18763 parenthetical expression, specifically ( ) but not [ ] or { };
18764 used by pretty-expr.
18765 (verilog-just-one-space): If there is no space, don't add one.
18766 (verilog-get-lineup-indent-2): Specifically skip just attribute
18767 contexts for expression lineup, rather than skipping all
18768 parenthetical expressions.
18769 (verilog-calculate-indent): Fix comment, and fix indent.
18770 (verilog-do-indent): Indent declarations in lists (suggested by
18771 Joachim Lechner).
18772 (verilog-mode-abbrev-table): Populate abbrev mode with the various
18773 skeleton items.
18774 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
18775 by Alain Mellan).
18776
18777 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
18778
18779 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
18780 parameters with embedded comments. Reported by Ray Stevens.
18781 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
18782 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
18783 Reported by Tim Holt.
18784 (verilog-auto): Fix AUTOing a upper module then AUTOing module
18785 instantiated by upper module causing wrong expansion until AUTOed a
18786 second time. Reported by K C Buckenmaier.
18787 (verilog-diff-auto): Fix showing .* as a difference when
18788 `verilog-auto-star-save' off. Reported by Dan Dever.
18789 (verilog-auto-reset, verilog-read-always-signals)
18790 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
18791 temporary signals in reset list if
18792 verilog-auto-reset-blocking-in-non is nil, and match assignment
18793 style to each signal's assignment type, bug381.
18794 Reported by Thomas Esposito.
18795 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
18796 (verilog-uvm-statement-re): Support UVM indentation and
18797 highlighting, with old OVM keywords only.
18798 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
18799 Support AUTOTIEOFF creating non-wire data types.
18800 Suggested by Jonathan Greenlaw.
18801 (verilog-auto-insert-lisp, verilog-delete-to-paren)
18802 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
18803 (verilog-inject-sense, verilog-read-inst-pins)
18804 (verilog-read-sub-decls, verilog-read-sub-decls-line):
18805 Fix mismatching parenthesis inside commented out code when deleting
18806 AUTOINST, bug383. Reported by Jonathan Greenlaw.
18807 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
18808 non-numeric vector width. Reported by Alex Reed.
18809 (verilog-auto-ascii-enum): Add "onehot" option to work around not
18810 detecting signals with parameter widths. Reported by Alex Reed.
18811 (verilog-auto-delete-trailing-whitespace):
18812 With `verilog-auto-delete-trailing-whitespace' remove trailing
18813 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
18814 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
18815 Fix verilog-scan-cache corruption when running user AUTO expansion
18816 hooks that call indentation routines.
18817 (verilog-simplify-range-expression): Fix typo ignoring lower case
18818 identifiers.
18819 (verilog-delete-auto): Fix delete-autos to also remove user created
18820 automatics, as long as they start with AUTO.
18821 (verilog-batch-diff-auto, verilog-diff-auto)
18822 (verilog-diff-function): Add `verilog-diff-auto' and bind to
18823 "C-c?" to report differences in AUTO expansion, ignoring spaces.
18824 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
18825 (verilog-in-paren-quick, verilog-re-search-backward-quick)
18826 (verilog-re-search-forward-quick, verilog-syntax-ppss):
18827 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
18828 is disabled and its cache will get corrupt, causing AUTOS not to
18829 expand. Instead use only -quick functions.
18830 (verilog-scan-region): Fix scanning over escaped quotes.
18831 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
18832 (verilog-re-search-backward-quick)
18833 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
18834 related functions now ignore strings, to fix misparsing of strings
18835 with magic comments embedded in them.
18836 (verilog-read-auto-template):
18837 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
18838 Reported by Brad Dobbie.
18839 (verilog-read-auto-template):
18840 Fix 'verilog-auto-inst-template-numbers' with comments.
18841 Reported by Brad Dobbie.
18842 (verilog-auto-inst, verilog-auto-inst-param)
18843 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
18844 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
18845 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
18846 debugging templates without merge conflicts, bug357.
18847 Reported by Brad Dobbie.
18848 (verilog-read-auto-template):
18849 Fix verilog-auto-inst-template-numbers with multiple templates.
18850 Reported by Brad Dobbie.
18851 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
18852 abbrevs so user won't be asked to save.
18853 (verilog-read-auto-lisp-present): Fix to start at beginning of
18854 buffer in case called outside of verilog-auto.
18855 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
18856 to "X-2". Reported by Matthew Myers.
18857 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
18858 all inputs from module templates. Reported by Leith Johnson.
18859 (verilog-module-inside-filename-p): Fix locating programs as with
18860 modules.
18861 (verilog-auto-inst-port): Fix vl-width expressions when using
18862 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
18863 (verilog-decls-get-regs, verilog-decls-get-signals,
18864 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
18865 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
18866 verilog-read-decls): Combine reg and wire structures into one var
18867 structure to represent SystemVerilog concepts.
18868 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
18869 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
18870 (verilog-auto-wire-type, verilog-insert-definition):
18871 Add verilog-auto-wire-type and AUTOLOGIC to support using
18872 SystemVerilog "logic" keyword instead of "wire"/"reg".
18873 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
18874 to declares outputs that also have assignments (presumably in an
18875 ifdef or generate if so there's not a driver conflict).
18876 Reported by Matthew Myers.
18877 (verilog-auto-declare-nettype, verilog-insert-definition):
18878 Add verilog-auto-declare-nettype to fix declarations using
18879 `default_nettype none. Reported by Julian Gorfajn.
18880 (verilog-read-always-signals-recurse, verilog-read-decls)
18881 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
18882 malformed end statement, bug325. Reported by Joshua Wise and
18883 Andrew Drake.
18884 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
18885 (verilog-inst-comment-re): Fix not deleting Interfaced comment
18886 when expanding .* in interfaces, bug320.
18887 Reported by Pierre-David Pfister.
18888 (verilog-read-module-name): Fix import statements between module
18889 name and open parenthesis, bug317.
18890 Reported by Pierre-David Pfister.
18891 (verilog-simplify-range-expression): Fix simplification of
18892 multiplications inside AUTOWIRE connections, bug303.
18893 (verilog-auto-inst-port): Support parameter expansion in
18894 multidimensional arrays.
18895 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
18896 after "assert property". Reported by Julian Gorfajn.
18897 (verilog-simplify-range-expression): Fix "couldn't merge" errors
18898 with multiplication, bug303.
18899 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
18900 Reported by Jan Frode Lonnum.
18901
18902 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
18903
18904 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
18905 (hfy-shell-file-name, hfy-shell):
18906 * international/fontset.el (x-decompose-font-name): Fix typos.
18907
18908 2011-11-29 Ken Brown <kbrown@cornell.edu>
18909
18910 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
18911 (gdb-version): Remove defvar.
18912 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
18913 (gdb-gud-context-command, gdb-non-stop-handler)
18914 (gdb-current-context-command, gdb-stopped): Use it.
18915 (gdb-init-1): Enable pretty printing here.
18916 (gdb-non-stop-handler): Don't enable pretty-printing here.
18917 Check to see if the target supports non-stop mode; if not, turn off
18918 non-stop mode. Use the following.
18919 (gdb-check-target-async): New defun.
18920 (gud-watch, gdb-stopped): Fix whitespace.
18921 (gdb-get-source-file): Don't try to display the source file if
18922 `gdb-main-file' is nil.
18923
18924 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
18925
18926 * align.el: Try to generate fewer markers (bug#10047).
18927 (align--set-marker): New macro.
18928 (align-region): Use it.
18929
18930 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
18931
18932 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
18933
18934 2011-11-29 Chong Yidong <cyd@gnu.org>
18935
18936 * indent.el (indent-for-tab-command, indent-according-to-mode):
18937 Doc fix.
18938 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
18939
18940 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
18941
18942 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
18943 aware of remote file names. (Bug#10124)
18944
18945 2011-11-29 Chong Yidong <cyd@gnu.org>
18946
18947 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
18948
18949 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
18950
18951 * files.el (find-file): Don't use force-same-window (bug#10144).
18952 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
18953 use pop-to-buffer if the selected window can't be used.
18954 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
18955
18956 2011-11-28 Eli Zaretskii <eliz@gnu.org>
18957
18958 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
18959 special-mode-map.
18960
18961 2011-11-28 Chong Yidong <cyd@gnu.org>
18962
18963 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
18964
18965 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
18966
18967 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
18968 gdb-get-source-file-list on gdb-create-source-file-list.
18969
18970 2011-11-26 Eli Zaretskii <eliz@gnu.org>
18971
18972 * whitespace.el (whitespace-newline): Use a different foreground
18973 color for 16-color light-background displays.
18974
18975 2011-11-24 Chong Yidong <cyd@gnu.org>
18976
18977 * window.el (display-buffer--special-action): Doc fix.
18978
18979 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
18980
18981 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
18982 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
18983 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
18984 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
18985 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
18986 (avl-tree-stack-first):
18987 * emacs-lisp/cconv.el (cconv--analyse-use):
18988 * net/gnutls.el (gnutls-negotiate): Fix typos.
18989
18990 2011-11-24 Glenn Morris <rgm@gnu.org>
18991
18992 * lpr.el (lpr-windows-system, lpr-lp-system):
18993 * mail/binhex.el (binhex-begin-line):
18994 * progmodes/grep.el (grep-history, grep-find-history):
18995 * textmodes/flyspell.el:
18996 * vc/pcvs-defs.el (cvs-global-menu):
18997 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
18998 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
18999 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
19000
19001 * net/tls.el: Fix case of "GnuTLS".
19002
19003 * paths.el (rmail-file-name): Format doc-string for make-docfile.
19004
19005 * version.el (emacs-build-system): Give it a doc-string.
19006
19007 2011-11-24 Juri Linkov <juri@jurta.org>
19008
19009 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
19010
19011 2011-11-24 Glenn Morris <rgm@gnu.org>
19012
19013 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
19014 if called on a non-mime message just toggle the headers. (Bug#8006)
19015
19016 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
19017
19018 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
19019 (allout-lead-with-comment-string, allout-structure-deleted-hook)
19020 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
19021 (allout-rebullet-heading, allout-open-sibtopic)
19022 (allout-toggle-current-subtree-encryption)
19023 (allout-toggle-subtree-encryption, allout-encrypt-string)
19024 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
19025 (allout-distinctive-bullets-string, allout-auto-activation):
19026 * window.el (window-normalize-buffer-to-display):
19027 * progmodes/verilog-mode.el (verilog-batch-indent):
19028 * textmodes/bibtex.el (bibtex-field-braces-opt)
19029 (bibtex-field-strings-opt):
19030 * vc/cvs-status.el (cvs-tree-merge):
19031 Fix typos.
19032
19033 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
19034
19035 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
19036 `non-essential' to t, in order to avoid remote connections.
19037
19038 2011-11-23 Eli Zaretskii <eliz@gnu.org>
19039
19040 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
19041 On MS-DOS and MS-Windows, compare with loaddefs.el
19042 case-insensitively.
19043
19044 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
19045
19046 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
19047
19048 2011-11-23 Glenn Morris <rgm@gnu.org>
19049
19050 * paths.el (rmail-file-name): Reformat the doc-string so that it
19051 is picked up.
19052
19053 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
19054 (rmail-auto-file): Ignore case in the "special" field names,
19055 as mail-fetch-field does for all others.
19056
19057 * mail/rmail.el (rmail-forward):
19058 * mail/rmailkwd.el (rmail-set-label):
19059 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
19060 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
19061
19062 * mail/rmail.el (rmail-current-message): Doc fix.
19063
19064 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
19065
19066 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
19067
19068 * server.el (server-eval-and-print): Allow C-g (bug#6585).
19069
19070 2011-11-22 Glenn Morris <rgm@gnu.org>
19071
19072 * mail/rmailmm.el (test-rmail-mime-handler)
19073 (test-rmail-mime-bulk-handler)
19074 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
19075
19076 2011-11-21 Juri Linkov <juri@jurta.org>
19077
19078 * calc/calc.el (calc-read-key-sequence):
19079 Let-bind `input-method-function' to nil. (Bug#10018)
19080
19081 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19082
19083 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
19084 Tell the caller that the next line needs recomputation, even
19085 though it doesn't start a sexp (bug#10094).
19086
19087 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19088
19089 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
19090
19091 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
19092
19093 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
19094 Use force-same-window.
19095
19096 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
19097
19098 * descr-text.el (describe-char-unicode-data):
19099 * json.el (json-string-escape):
19100 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
19101 (Footnote-unicode, Footnote-style-p):
19102 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
19103
19104 2011-11-20 Chong Yidong <cyd@gnu.org>
19105
19106 * window.el (replace-buffer-in-windows): Restore interactive spec.
19107
19108 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
19109
19110 * electric.el (electric-indent-mode): Fix last change (too optimistic).
19111
19112 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
19113 (byte-compile-global-not-obsolete-vars): New var.
19114 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
19115 Use it.
19116 (byte-compile-warn-obsolete): Align text with the one in *Help*.
19117
19118 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
19119
19120 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
19121 * progmodes/pascal.el (electric-pascal-equal):
19122 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
19123 * xml.el (xml-substitute-special): Fix typos.
19124
19125 2011-11-20 Glenn Morris <rgm@gnu.org>
19126
19127 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
19128 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
19129 Doc fixes.
19130 (rmail-decode-mime-charset): Mark as obsolete.
19131
19132 * mail/rmailsum.el (rmail-message-regexp-p-1):
19133 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
19134 Before using mime functions, check they are set. (Bug#10077)
19135
19136 2011-11-19 Juri Linkov <juri@jurta.org>
19137
19138 * info.el (Info-finder-find-node): Use `package--builtins' instead
19139 of `package-alist'. Use node names formed by the pattern "Keyword "
19140 and the keyword name.
19141
19142 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
19143
19144 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
19145
19146 2011-11-19 Juri Linkov <juri@jurta.org>
19147
19148 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
19149 that calls `revert-buffer' on all Info buffers. (Bug#9915)
19150 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
19151 `old-history', `old-history-forward'. Add let-binding
19152 `window-selected'. Remove calls to `kill-buffer',
19153 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
19154 before calling `Info-find-node', so `Info-find-node-2' will reread
19155 the Info file. Restore window positions only when `window-selected'
19156 is non-nil.
19157
19158 2011-11-19 Juri Linkov <juri@jurta.org>
19159
19160 * isearch.el (isearch-lazy-highlight-new-loop):
19161 Remove condition `(not isearch-error)'. (Bug#9918)
19162
19163 * misearch.el (multi-isearch-search-fun): Add condition
19164 `(not bound)' to ignore lazy-highlighting search.
19165 Add the search-failed message "end of multi" when the end of
19166 multi-sequence is reached. Uncapitalize the search-failed
19167 message "Repeat for next buffer".
19168
19169 * info.el (Info-search): Add the search-failed message
19170 "end of the manual" when the end of the manual is reached
19171 in Isearch mode.
19172
19173 2011-11-19 Juri Linkov <juri@jurta.org>
19174
19175 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
19176 Use non-destructive `remove' instead of `delete' because
19177 `Info-history-list' stored to `Info-isearch-initial-history-list' in
19178 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
19179
19180 2011-11-19 Juri Linkov <juri@jurta.org>
19181
19182 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
19183 to nil instead of binding `search-ring' and `regexp-search-ring'.
19184 (Bug#9185)
19185
19186 2011-11-19 Eli Zaretskii <eliz@gnu.org>
19187
19188 * simple.el (line-move): Force movement by logical lines for any
19189 hscrolled window, not only when auto-hscroll-mode is on.
19190 (line-move-visual): Update doc string to that effect. (Bug#10076)
19191
19192 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
19193
19194 * language/european.el (macintosh): Define as alias for mac-roman.
19195
19196 2011-11-19 Eli Zaretskii <eliz@gnu.org>
19197
19198 * mail/rmailmm.el (rmail-mime-display-header)
19199 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
19200 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
19201 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
19202 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
19203 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
19204 of a raw aref.
19205 (rmail-mime-entity-segment): To get past the tagline, move forward
19206 2 more lines, to account for the 2 empty lines that precede and
19207 follow the line with the buttons.
19208 (rmail-mime-update-tagline): Move one more line, to get past the
19209 empty line that follows the buttons in the tagline. (Bug#9520)
19210
19211 2011-11-19 Martin Rudalics <rudalics@gmx.at>
19212
19213 * window.el (window-max-delta-1, window-min-delta-1)
19214 (window-min-size-1, window-state-get-1, window-state-put-1)
19215 (window-state-put-2): Use "window--" prefix.
19216
19217 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
19218
19219 * emacs-lisp/smie.el: Improve warnings and conflict detection.
19220 (smie-warning-count): New var.
19221 (smie-set-prec2tab): Use it.
19222 (smie-bnf->prec2): Improve warnings. Add docstring.
19223 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
19224 (smie-bnf--set-class): New function.
19225 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
19226 corner case.
19227
19228 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
19229 (compilation-error-properties, compilation-move-to-column):
19230 Handle compilation-first-column while in the target buffer.
19231
19232 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
19233 Don't hardcode point-min==1.
19234
19235 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
19236 (eshell-rewrite-for-command): Remove workaround.
19237 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
19238 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
19239 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
19240
19241 * files-x.el (modify-file-local-variable): Obey commenting conventions.
19242
19243 2011-11-17 Glenn Morris <rgm@gnu.org>
19244
19245 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
19246 Ignore buffer-local generated-autoload-file if it is the same
19247 as the global value. (Bug#10049)
19248
19249 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
19250
19251 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
19252 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
19253 (reftex-toc-previous-heading, reftex-toc-max-level)
19254 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
19255 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
19256 (reftex-toc-do-promote, reftex-toc-promote-prepare)
19257 (reftex-toc-promote-action, reftex-toc-extract-section-number)
19258 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
19259 (reftex-toc-rename-label, reftex-toc-visit-location)
19260 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
19261 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
19262 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
19263 leaving "*toc*" only for references to the buffer.
19264
19265 2011-11-17 Martin Rudalics <rudalics@gmx.at>
19266
19267 * window.el (window-resize, delete-window, split-window):
19268 Replace window-splits by window-combination-resize.
19269 * cus-start.el (window-splits): Replace by window-combination-resize.
19270
19271 2011-11-17 Glenn Morris <rgm@gnu.org>
19272
19273 * progmodes/sh-script.el (sh-font-lock-keywords-var):
19274 Make bash entry derive from sh entry, not shell entry.
19275
19276 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
19277
19278 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
19279 local file name.
19280
19281 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
19282
19283 * menu-bar.el (menu-bar-file-menu):
19284 * printing.el (pr-ps-utility):
19285 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
19286 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
19287 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
19288 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
19289 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
19290 (icalendar--convert-cyclic-to-ical)
19291 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
19292 (icalendar--convert-ical-to-diary)
19293 (icalendar--convert-recurring-to-diary)
19294 (icalendar--convert-non-recurring-all-day-to-diary)
19295 (icalendar-import-format-sample):
19296 * progmodes/idlw-shell.el (idlwave-shell-mode):
19297 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
19298 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
19299 (vhdl-ps-print-init): Fix typos.
19300
19301 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
19302
19303 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
19304 FSF and collapse date sequence, obscure author/maintainer email address
19305 better, remove extra version line, track relocation of author's webpage.
19306
19307 * progmodes/python.el (python-pdbtrack-input-prompt)
19308 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
19309 regular python pdb prompts. Adjustments shamelessly taken exactly as
19310 suggested in EmacsWiki page (tiny change):
19311 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
19312
19313 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
19314
19315 * expand.el (expand-pos, expand-index, expand-point):
19316 Remove redundant info from docstring.
19317 (expand-add-abbrevs): Doc fix.
19318 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
19319 (expand-sample-perl-mode-expand-list): Fix typos.
19320
19321 * net/dbus.el (dbus-event-member-name):
19322 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
19323 * term/pc-win.el (msdos-create-frame-with-faces):
19324 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
19325
19326 2011-11-16 Martin Rudalics <rudalics@gmx.at>
19327
19328 * window.el (split-window, window-state-get-1)
19329 (window-state-put-1, window-state-put-2): Rename occurrences of
19330 window-nest to window-combination-limit.
19331 * cus-start.el (window-nest): Rename to window-combination-limit.
19332
19333 2011-11-16 Chong Yidong <cyd@gnu.org>
19334
19335 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
19336 regexp (Bug#10033).
19337
19338 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
19339
19340 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
19341 `completing-read' will remove *Completions* and will preserve
19342 current-buffer for us.
19343 (tmm-add-prompt): Users of *Completions* will always (re)set its
19344 major mode.
19345 (tmm-old-comp-map): Remove.
19346
19347 2011-11-16 Glenn Morris <rgm@gnu.org>
19348
19349 * mail/rmailedit.el: Require rmailmm when compiling.
19350 (rmail-old-mime-state): New declaration.
19351 (rmail-edit-current-message): If editing a mime message,
19352 edit the "raw" message from the mbox buffer.
19353 (rmail-cease-edit): Handle mime messages. (Bug#9840)
19354
19355 2011-11-15 Glenn Morris <rgm@gnu.org>
19356
19357 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
19358 which wasn't being used. Add optional arg to force given state.
19359 (rmail-mime): Add optional arg to force given state.
19360
19361 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
19362
19363 * allout.el (allout-encryption-plaintext-sanitization-regexps):
19364 * frame.el (display-mm-dimensions-alist):
19365 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
19366 (outline-move-subtree-down):
19367 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
19368 (newsticker--treeview-do-get-node):
19369 * net/quickurl.el (quickurl-list-buffer-name):
19370 * progmodes/dcl-mode.el (dcl-mode):
19371 * progmodes/gdb-mi.el (gdb-mapcar*):
19372 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
19373
19374 2011-11-15 Glenn Morris <rgm@gnu.org>
19375
19376 * mail/rmail.el (rmail-file-coding-system): It's only ever used
19377 in a boolean sense, so just make it a boolean, and fix the doc.
19378 (rmail-show-mime-function, rmail-mime-feature)
19379 (rmail-require-mime-maybe): Doc fixes.
19380 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
19381
19382 * mail/rmailmm.el (rmail-show-mime): Doc fix.
19383
19384 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
19385
19386 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
19387 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
19388 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
19389 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
19390
19391 2011-11-15 Glenn Morris <rgm@gnu.org>
19392
19393 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
19394 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
19395 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
19396 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
19397 (rmail-mime, rmail-show-mime): Doc fixes.
19398
19399 * term/ns-win.el (mode-line-frame-identification):
19400 Leave it alone. (Bug#10051)
19401
19402 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
19403
19404 * mail/rmailout.el (rmail-output-to-rmail-buffer):
19405 Handle empty buffers. (Bug#9978)
19406
19407 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
19408
19409 * international/mule.el (define-charset):
19410 * mail/rmailmm.el (rmail-mime-find-header-encoding):
19411 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
19412 * progmodes/verilog-mode.el (verilog-backward-token):
19413 * textmodes/ispell.el (lookup-words):
19414 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
19415
19416 2011-11-14 Glenn Morris <rgm@gnu.org>
19417
19418 * progmodes/executable.el
19419 (executable-make-buffer-file-executable-if-script-p):
19420 Handle file-modes returning nil.
19421
19422 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
19423 message - not necessary, and causes problems. (Bug#9831)
19424
19425 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
19426
19427 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
19428
19429 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
19430 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
19431 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
19432
19433 2011-11-12 Martin Rudalics <rudalics@gmx.at>
19434
19435 * window.el (window-resize, delete-window): Use window-splits
19436 variable instead of function.
19437 (window-state-get-1, window-state-put-2, window-state-put):
19438 Don't deal with windows' splits status.
19439
19440 2011-11-12 Glenn Morris <rgm@gnu.org>
19441
19442 * apropos.el (apropos-do-all, apropos-library, apropos-value)
19443 (apropos-documentation): Doc fixes.
19444
19445 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
19446
19447 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
19448 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
19449
19450 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
19451
19452 * electric.el (electric-indent-post-self-insert-function): Make it
19453 possible for a char to only indent in some circumstances.
19454 (electric-indent-mode): Simplify.
19455
19456 2011-11-11 Martin Rudalics <rudalics@gmx.at>
19457
19458 * window.el (windows-with-parameter): Remove unused function.
19459 (windows-at-side): Rename to window-at-side-list.
19460 (window-check, window-atom-check, window-atom-check-1)
19461 (window-side-check, window-size-ignore, window-size-fixed-1)
19462 (window-in-direction-2): Prefix with "window--".
19463 (window-tree-1): Rename to window--subtree, fix doc-string.
19464
19465 2011-11-11 Glenn Morris <rgm@gnu.org>
19466
19467 * subr.el (eval-after-load): If FILE is already loaded,
19468 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
19469
19470 2011-11-10 Glenn Morris <rgm@gnu.org>
19471
19472 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
19473 Call svn via vc-svn-command rather than vc-do-command.
19474 (vc-svn-command): Add --non-interactive. (Bug#9993)
19475 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
19476
19477 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19478 Add toggle-read-only. (Bug#7292)
19479 * files.el (toggle-read-only): Mention that it should only
19480 be used interactively. (Bug#10006)
19481
19482 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
19483
19484 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19485 Adjust regexp for OCaml warnings.
19486
19487 * electric.el (electric-pair-post-self-insert-function): Let user
19488 turn it off buffer-locally (bug#9932).
19489
19490 * progmodes/python.el (python-beginning-of-statement):
19491 Rewrite (bug#2703).
19492
19493 * progmodes/compile.el: Better handle TABs (bug#9749).
19494 (compilation-internal-error-properties)
19495 (compilation-next-error-function): Obey the target buffer's
19496 compilation-error-screen-columns.
19497
19498 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
19499
19500 * progmodes/meta-mode.el: Remove obsolete comments.
19501 (meta-right-comment-regexp, meta-ignore-comment-regexp):
19502 Fix typos in docstrings.
19503
19504 2011-11-09 Martin Rudalics <rudalics@gmx.at>
19505
19506 * window.el (window-size-fixed-p): Rewrite doc-string.
19507 (window-resizable-p): Rename to window--resizable-p. Update callers.
19508 (window--resizable): New function. Make all callers of
19509 window-resizable call window--resizable instead.
19510 (window-resizable): Rewrite in terms of window--resizable.
19511
19512 2011-11-08 Glenn Morris <rgm@gnu.org>
19513
19514 * progmodes/delphi.el (delphi-mode-syntax-table):
19515 Let define-derived-mode define a proper syntax table. (Bug#9994)
19516
19517 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
19518
19519 * window.el: Stay away from defsubst.
19520 (window-list-no-nils): Remove.
19521 (window-state-get-1, window-state-get): Use backquote instead.
19522
19523 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19524
19525 * emacs-lisp/find-func.el (find-function-read):
19526 Fix incorrect use of default argument in `completing-read'.
19527
19528 2011-11-08 Martin Rudalics <rudalics@gmx.at>
19529
19530 * window.el (display-buffer-function, special-display-function):
19531 Mention display-buffer-record-window but do not mention
19532 help-setup parameter in doc-strings.
19533 (window-min-delta): Fix doc-string typo.
19534
19535 2011-11-08 Chong Yidong <cyd@gnu.org>
19536
19537 * window.el (window-total-height, window-total-width): Doc fix.
19538 (window-body-size): Move from C.
19539 (window-body-height, window-body-width): Move to C.
19540
19541 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
19542
19543 * window.el: Make special-display like display-buffer-alist (bug#9532).
19544 (display-buffer--special-action): New function, morphed
19545 from display-buffer--special.
19546 (display-buffer): Use it to handle special-display-buffers at higher
19547 priority (just after display-buffer-alist).
19548 (display-buffer-fallback-action, display-buffer--other-frame-action)
19549 (pop-to-buffer-same-window): Remove display-buffer--special.
19550
19551 2011-11-07 Glenn Morris <rgm@gnu.org>
19552
19553 * calendar/cal-menu.el (cal-menu-set-date-title):
19554 Do nothing if not in a calendar. (Bug#9976)
19555
19556 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
19557
19558 * files.el (find-file): Always use selected-window.
19559
19560 2011-11-07 Martin Rudalics <rudalics@gmx.at>
19561
19562 * window.el (window-combinations): Make WINDOW argument
19563 mandatory. Rewrite doc-string.
19564 (walk-window-subtree, window-atom-check, window-min-delta)
19565 (window-max-delta, window--resize-this-window)
19566 (window--resize-root-window-vertically, window-tree)
19567 (balance-windows, window-state-put): Rewrite doc-strings as to
19568 not mention the term "subwindow".
19569 (window--resize-subwindows-skip-p): Rename to
19570 window--resize-child-windows-skip-p.
19571 (window--resize-subwindows-normal): Rename to
19572 window--resize-child-windows-normal.
19573 (window--resize-subwindows): Rename to
19574 window--resize-child-windows.
19575 (window-or-subwindow-p): Rename to window--in-subtree-p.
19576
19577 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
19578
19579 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
19580 Ensure that mbox format messages end in two newlines (Bug#9974).
19581
19582 2011-11-06 Chong Yidong <cyd@gnu.org>
19583
19584 * window.el (window-combination-p): Function deleted; its
19585 side-effect is not used in any existing code.
19586 (window-combinations, window-combined-p): Call window-*-child
19587 directly.
19588
19589 2011-11-05 Chong Yidong <cyd@gnu.org>
19590
19591 * window.el (window-valid-p): Rename from window-any-p.
19592 (window-size-ignore, window-state-get): Callers changed.
19593 (window-normalize-window): Rename from window-normalize-any-window.
19594 New arg LIVE-ONLY, replacing window-normalize-live-window.
19595 (window-normalize-live-window): Delete.
19596 (window-combination-p, window-combined-p, window-combinations)
19597 (walk-window-subtree, window-atom-root, window-min-size)
19598 (window-sizable, window-sizable-p, window-size-fixed-p)
19599 (window-min-delta, window-max-delta, window-resizable)
19600 (window-resizable-p, window-full-height-p, window-full-width-p)
19601 (window-current-scroll-bars, window-point-1, set-window-point-1)
19602 (window-at-side-p, window-in-direction, window-resize)
19603 (adjust-window-trailing-edge, maximize-window, minimize-window)
19604 (window-deletable-p, delete-window, delete-other-windows)
19605 (record-window-buffer, unrecord-window-buffer)
19606 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
19607 (quit-window, split-window, window-state-put)
19608 (set-window-text-height, fit-window-to-buffer)
19609 (shrink-window-if-larger-than-buffer): Callers changed.
19610
19611 2011-11-04 Eli Zaretskii <eliz@gnu.org>
19612
19613 * mail/rmail.el (rmail-simplified-subject): Decode subject with
19614 rfc2047-decode-string.
19615 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
19616 warnings.
19617
19618 * window.el (window-body-height, window-body-width): Mention in
19619 the doc string that the return values are in frame's canonical
19620 units. (Bug#9949)
19621
19622 2011-11-03 Alan Mackenzie <acm@muc.de>
19623
19624 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
19625 change in cc-engine.el.
19626
19627 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
19628
19629 * window.el (switch-to-buffer): Use `force-same-window' interactively.
19630
19631 2011-11-02 Martin Rudalics <rudalics@gmx.at>
19632
19633 * window.el (quit-window): Call unrecord-window-buffer after
19634 showing another buffer in the window. (Bug#9937)
19635 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
19636
19637 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
19638
19639 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
19640 Accept status with more than 9 shelves. (Bug#9935)
19641 Reported by Colin D Bennett <colin@gibibit.com>.
19642
19643 2011-11-01 Martin Rudalics <rudalics@gmx.at>
19644
19645 * help.el (with-help-window): Don't reference
19646 temp-buffer-show-specifiers in doc-string.
19647
19648 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
19649
19650 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
19651 menu-item.
19652
19653 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19654
19655 * whitespace.el: New version 13.2.2.
19656 (whitespace-newline-mode): Disable properly. Reported by Sarah
19657 <EmacsWiki>.
19658
19659 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
19660
19661 * net/newst-treeview.el: Remove "Time-stamp".
19662 (newsticker--group-manage-orphan-feeds): Do not call
19663 newsticker--treeview-tree-update.
19664 (newsticker-treeview-update, newsticker-treeview):
19665 Call newsticker--treeview-tree-update if necessary.
19666
19667 2011-10-30 Martin Rudalics <rudalics@gmx.at>
19668
19669 * window.el (window-iso-combination-p, window-iso-combined-p)
19670 (window-iso-combinations): Remove "iso-" infix.
19671 Suggested by Chong Yidong.
19672 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
19673 (window-max-delta-1, window-resize, window--resize-siblings)
19674 (window--resize-this-window, adjust-window-trailing-edge)
19675 (split-window, balance-windows-1)
19676 (shrink-window-if-larger-than-buffer):
19677 * calendar/calendar.el (calendar-generate-window):
19678 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
19679
19680 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19681
19682 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
19683 in place (bug#9907).
19684 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
19685 (eshell-rewrite-if-command, eshell-rewrite-for-command)
19686 (eshell-structure-basic-command, eshell-rewrite-while-command)
19687 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
19688 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
19689 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
19690 (eshell-do-pipelines-synchronously, eshell-eval-command):
19691 Use backquotes and prefer setq to set.
19692 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
19693 (eshell-macrop): Use functionp.
19694 (eshell-do-eval): Handle multiple expressions in `while' body.
19695
19696 2011-10-30 Chong Yidong <cyd@gnu.org>
19697
19698 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
19699 instead of set-mark (Bug#9810).
19700
19701 2011-10-30 Chong Yidong <cyd@gnu.org>
19702
19703 * window.el (split-window-below, split-window-right): Rename from
19704 split-window-above-each-other and split-window-side-by-side
19705 respectively. All callers changed.
19706 (split-window-sensibly, split-window-sensibly): Use them.
19707 (split-window-keep-point): Doc fix.
19708
19709 * isearch.el: Add isearch-scroll property to split-window-below
19710 and split-window-right.
19711
19712 * follow.el (follow-mode):
19713 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
19714 * progmodes/ada-xref.el (ada-gdb-application):
19715 * emulation/vip.el (vip-buffer-in-two-windows):
19716 * image-dired.el (image-dired-dired-with-window-configuration):
19717 * dired-x.el (dired-do-find-marked-files):
19718 * dired.el (dired-pop-to-buffer):
19719 * bs.el (bs--show-with-configuration):
19720 * vc/emerge.el (emerge-setup-windows):
19721 * textmodes/two-column.el (2C-two-columns):
19722 * textmodes/reftex-toc.el (reftex-toc):
19723 * progmodes/gdb-mi.el (gdb-setup-windows):
19724 * progmodes/fortran.el (fortran-window-create):
19725 * net/newst-treeview.el (newsticker--treeview-window-init):
19726 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
19727 * emulation/tpu-edt.el (tpu-gold-map):
19728 * emulation/crisp.el (crisp-mode-map):
19729 * calendar/calendar.el (calendar-basic-setup): Callers changed.
19730
19731 2011-10-29 Chong Yidong <cyd@gnu.org>
19732
19733 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
19734
19735 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
19736
19737 * textmodes/flyspell.el (flyspell-word): Fix char offset for
19738 forged Ispell output (Bug#7904).
19739
19740 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
19741
19742 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19743
19744 * doc-view.el: Avoid ugly errors about not finding nil.
19745 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
19746 (doc-view-dvipdf-program, doc-view-unoconv-program)
19747 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
19748 Avoid nil or absolute file name as default value.
19749 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
19750
19751 2011-10-28 Alan Mackenzie <acm@muc.de>
19752
19753 * progmodes/cc-defs.el (c-version): -> 5.32.2.
19754
19755 2011-10-28 Alan Mackenzie <acm@muc.de>
19756
19757 Amend the handling of c-beginning/end-of-defun in nested declaration
19758 scopes.
19759
19760 * progmodes/cc-vars.el (c-defun-tactic): Move here from
19761 cc-langs.el. Change it to a defcustom.
19762
19763 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
19764 cc-vars.el.
19765
19766 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19767 Prevent "class foo : bar" being spuriously recognized as a label.
19768
19769 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
19770 Add parameter `inclusive' (to include enclosing braces in the region).
19771 (c-widen-to-enclosing-decl-scope): New function.
19772 (c-while-widening-to-decl-block): New macro.
19773 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
19774 outward for defun boundaries, and correspondingly change symbol
19775 `respect-enclosure' to `go-outward'.
19776 (c-declaration-limits): Change algorithm to report only the "innermost"
19777 defun's boundaries.
19778
19779 2011-10-28 Deniz Dogan <deniz@dogan.se>
19780
19781 * net/rcirc.el (rcirc-mode): Use hard newlines.
19782
19783 2011-10-28 Alan Mackenzie <acm@muc.de>
19784
19785 Amend to indent and fontify macros "which include their own semicolon"
19786 correctly, using the "virtual semicolon" mechanism.
19787
19788 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
19789
19790 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
19791 Recode to scan one line at a time rather than having \n and \r
19792 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
19793 (c-forward-label): Amend for virtual semicolons.
19794 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
19795
19796 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
19797 of the new C macros.
19798
19799 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
19800 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
19801 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
19802 (c-opt-cpp-macro-define): Make into a full language variable.
19803 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
19804 AWK Mode (including \n, \r) removed, no longer needed.
19805
19806 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
19807 Invoke c-make-macro-with-semi-re.
19808
19809 * progmodes/cc-vars.el (c-macro-with-semi-re):
19810 (c-macro-names-with-semicolon): New variables.
19811 (c-make-macro-with-semi-re): New function.
19812
19813 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19814
19815 * vc/log-edit.el: Fill empty field rather than adding new one.
19816 (log-edit-add-field): New function.
19817 (log-edit-insert-changelog): Use it.
19818
19819 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
19820
19821 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
19822
19823 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19824
19825 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
19826 (gdb--check-interpreter): New function.
19827 (gdb): Use it.
19828
19829 2011-10-27 Glenn Morris <rgm@gnu.org>
19830
19831 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
19832 (least-positive-float, least-negative-float)
19833 (least-positive-normalized-float, least-negative-normalized-float)
19834 (float-epsilon, float-negative-epsilon):
19835 Remove unnecessary declarations.
19836
19837 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
19838 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
19839 (least-positive-float, least-negative-float)
19840 (least-positive-normalized-float, least-negative-normalized-float)
19841 (float-epsilon, float-negative-epsilon): Add doc-strings,
19842 based on those in cl.texi.
19843
19844 * files.el (set-visited-file-name): If the major-mode changed,
19845 reload the local variables. (Bug#9796)
19846
19847 2011-10-27 Chong Yidong <cyd@gnu.org>
19848
19849 * subr.el (change-major-mode-after-body-hook): New hook.
19850 (run-mode-hooks): Run it.
19851
19852 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
19853 Use change-major-mode-before-body-hook.
19854
19855 * simple.el (fundamental-mode):
19856 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
19857 change introducing fundamental-mode-hook.
19858
19859 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
19860
19861 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
19862
19863 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
19864
19865 * ido.el (ido-file-name-all-completions-1): Do not require
19866 tramp.el explicitly. (Bug#7583)
19867
19868 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
19869
19870 * progmodes/octave-mod.el:
19871 * progmodes/octave-inf.el: Update maintainer.
19872
19873 2011-10-26 Chong Yidong <cyd@gnu.org>
19874
19875 * subr.el (with-wrapper-hook): Rewrite doc.
19876
19877 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
19878
19879 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
19880 filenames "/method:foo:". (Bug#9793)
19881
19882 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19883
19884 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
19885 (bug#9865).
19886
19887 2011-10-24 Glenn Morris <rgm@gnu.org>
19888
19889 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
19890
19891 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
19892
19893 * notifications.el: Add the requirement of a running D-Bus session
19894 bus to the Commentary.
19895
19896 2011-10-24 Juri Linkov <juri@jurta.org>
19897
19898 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
19899 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
19900 (Bug#9364)
19901
19902 2011-10-24 Juri Linkov <juri@jurta.org>
19903
19904 * info.el (Info-following-node-name-re): Add newline to the list
19905 of allowed characters for leading space. (Bug#9824)
19906
19907 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19908
19909 * progmodes/octave-inf.el (inferior-octave-mode-map):
19910 Fix C-c C-h binding.
19911 * progmodes/octave-mod.el (octave-help): Remove.
19912
19913 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
19914
19915 Sync with Tramp 2.2.3.
19916
19917 * net/tramp-cache.el (top): Pacify byte-compiler using
19918 `init-file-user' and `site-run-file'.
19919
19920 * net/trampver.el: Update release number.
19921
19922 2011-10-23 Chong Yidong <cyd@gnu.org>
19923
19924 * files.el (toggle-read-only): Remove obsolete comment about
19925 version control.
19926
19927 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
19928 for toggle-read-only. Note that this hasn't called vc-next-action
19929 since 2008-05-02, though it wasn't documented at the time.
19930
19931 * vc/ediff-init.el (ediff-toggle-read-only-function):
19932 Use toggle-read-only.
19933
19934 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
19935
19936 Fix bug #9560, sporadic wrong indentation; improve instrumentation
19937 of c-parse-state.
19938
19939 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
19940 correct faulty logical expression.
19941 (c-parse-state-state, c-record-parse-state-state):
19942 (c-replay-parse-state-state): New defvar/defuns.
19943 (c-debug-parse-state): Use new functions.
19944
19945 2011-10-22 Martin Rudalics <rudalics@gmx.at>
19946
19947 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
19948 last fix. Use window-in-direction correctly.
19949
19950 2011-10-21 Chong Yidong <cyd@gnu.org>
19951
19952 * progmodes/idlwave.el (idlwave-mode):
19953 * progmodes/vera-mode.el (vera-mode): No need to set
19954 require-final-newline; that's done in prog-mode.
19955 Suggested by Stefan Monnier.
19956
19957 2011-10-21 Martin Rudalics <rudalics@gmx.at>
19958
19959 * mouse.el (mouse-drag-window-above)
19960 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
19961 (mouse-drag-mode-line-1, mouse-drag-header-line)
19962 (mouse-drag-vertical-line-rightward-window): Remove.
19963 (mouse-drag-line): New function.
19964 (mouse-drag-mode-line, mouse-drag-header-line)
19965 (mouse-drag-vertical-line): Call mouse-drag-line.
19966 * window.el (window-at-side-p, windows-at-side): New functions.
19967
19968 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
19969
19970 * tar-mode.el (tar-grind-file-mode):
19971 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
19972
19973 2011-10-21 Chong Yidong <cyd@gnu.org>
19974
19975 * progmodes/idlwave.el (idlwave-mode):
19976 * progmodes/vera-mode.el (vera-mode):
19977 Use mode-require-final-newline.
19978
19979 2011-10-20 Glenn Morris <rgm@gnu.org>
19980
19981 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
19982
19983 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
19984
19985 * emulation/cua-base.el (cua-set-mark): Fix case of string.
19986
19987 2011-10-20 Chong Yidong <cyd@gnu.org>
19988
19989 * emulation/cua-base.el (cua-mode):
19990 * mail/footnote.el (footnote-mode):
19991 * mail/mailabbrev.el (mail-abbrevs-mode):
19992 * net/xesam.el (xesam-minor-mode):
19993 * progmodes/bug-reference.el (bug-reference-mode):
19994 * progmodes/cap-words.el (capitalized-words-mode):
19995 * progmodes/compile.el (compilation-minor-mode)
19996 (compilation-shell-minor-mode):
19997 * progmodes/gud.el (gud-tooltip-mode):
19998 * progmodes/hideif.el (hide-ifdef-mode):
19999 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
20000 * progmodes/subword.el (subword-mode):
20001 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
20002 * progmodes/which-func.el (which-function-mode):
20003 * term/tvi970.el (tvi970-set-keypad-mode):
20004 * term/vt100.el (vt100-wide-mode):
20005 * textmodes/flyspell.el (flyspell-mode):
20006 * textmodes/ispell.el (ispell-minor-mode):
20007 * textmodes/nroff-mode.el (nroff-electric-mode):
20008 * textmodes/paragraphs.el (use-hard-newlines):
20009 * textmodes/refill.el (refill-mode):
20010 * textmodes/reftex.el (reftex-mode):
20011 * textmodes/rst.el (rst-minor-mode):
20012 * textmodes/sgml-mode.el (html-autoview-mode)
20013 (sgml-electric-tag-pair-mode):
20014 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
20015 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
20016 * emulation/crisp.el (crisp-mode):
20017 * emacs-lisp/eldoc.el (eldoc-mode):
20018 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
20019 minor mode behavior.
20020
20021 2011-10-19 Juri Linkov <juri@jurta.org>
20022
20023 * descr-text.el (describe-char): Add #x2010 and #x2011 to
20024 the list of hard-coded chars with escape-glyph face.
20025
20026 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
20027
20028 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
20029
20030 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
20031
20032 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
20033 running process.
20034
20035 2011-10-19 Glenn Morris <rgm@gnu.org>
20036
20037 * vc/vc-bzr.el (vc-bzr-after-dir-status):
20038 Ignore ignored files. (Bug#9726)
20039
20040 2011-10-19 Chong Yidong <cyd@gnu.org>
20041
20042 Doc fix for minor modes, stating that an omitted argument enables
20043 the mode unconditionally when called from Lisp.
20044
20045 * abbrev.el (abbrev-mode):
20046 * allout.el (allout-mode):
20047 * autoinsert.el (auto-insert-mode):
20048 * autoarg.el (autoarg-mode, autoarg-kp-mode):
20049 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
20050 (global-auto-revert-mode):
20051 * battery.el (display-battery-mode):
20052 * composite.el (global-auto-composition-mode)
20053 (auto-composition-mode):
20054 * delsel.el (delete-selection-mode):
20055 * desktop.el (desktop-save-mode):
20056 * dired-x.el (dired-omit-mode):
20057 * dirtrack.el (dirtrack-mode):
20058 * doc-view.el (doc-view-minor-mode):
20059 * double.el (double-mode):
20060 * electric.el (electric-indent-mode, electric-pair-mode):
20061 * emacs-lock.el (emacs-lock-mode):
20062 * epa-hook.el (auto-encryption-mode):
20063 * follow.el (follow-mode):
20064 * font-core.el (font-lock-mode):
20065 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
20066 * help.el (temp-buffer-resize-mode):
20067 * hilit-chg.el (highlight-changes-mode)
20068 (highlight-changes-visible-mode):
20069 * hi-lock.el (hi-lock-mode):
20070 * hl-line.el (hl-line-mode, global-hl-line-mode):
20071 * icomplete.el (icomplete-mode):
20072 * ido.el (ido-everywhere):
20073 * image-file.el (auto-image-file-mode):
20074 * image-mode.el (image-minor-mode):
20075 * iswitchb.el (iswitchb-mode):
20076 * jka-cmpr-hook.el (auto-compression-mode):
20077 * linum.el (linum-mode):
20078 * longlines.el (longlines-mode):
20079 * master.el (master-mode):
20080 * mb-depth.el (minibuffer-depth-indicate-mode):
20081 * menu-bar.el (menu-bar-mode):
20082 * minibuf-eldef.el (minibuffer-electric-default-mode):
20083 * mouse-sel.el (mouse-sel-mode):
20084 * msb.el (msb-mode):
20085 * mwheel.el (mouse-wheel-mode):
20086 * outline.el (outline-minor-mode):
20087 * paren.el (show-paren-mode):
20088 * recentf.el (recentf-mode):
20089 * reveal.el (reveal-mode, global-reveal-mode):
20090 * rfn-eshadow.el (file-name-shadow-mode):
20091 * ruler-mode.el (ruler-mode):
20092 * savehist.el (savehist-mode):
20093 * scroll-all.el (scroll-all-mode):
20094 * scroll-bar.el (scroll-bar-mode):
20095 * server.el (server-mode):
20096 * shell.el (shell-dirtrack-mode):
20097 * simple.el (auto-fill-mode, transient-mark-mode)
20098 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
20099 (line-number-mode, column-number-mode, size-indication-mode)
20100 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
20101 * strokes.el (strokes-mode):
20102 * time.el (display-time-mode):
20103 * t-mouse.el (gpm-mouse-mode):
20104 * tool-bar.el (tool-bar-mode):
20105 * tooltip.el (tooltip-mode):
20106 * type-break.el (type-break-mode-line-message-mode)
20107 (type-break-query-mode):
20108 * view.el (view-mode):
20109 * whitespace.el (whitespace-mode, whitespace-newline-mode)
20110 (global-whitespace-mode, global-whitespace-newline-mode):
20111 * xt-mouse.el (xterm-mouse-mode): Doc fix.
20112
20113 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
20114 Fix autogenerated docstring.
20115
20116 2011-10-19 Juri Linkov <juri@jurta.org>
20117
20118 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
20119 by checking environment variables "DESKTOP_SESSION" and
20120 "XDG_CURRENT_DESKTOP". (Bug#9779)
20121
20122 2011-10-19 Juri Linkov <juri@jurta.org>
20123
20124 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
20125 (browse-url-chromium-program, browse-url-chromium-arguments):
20126 New defcustoms.
20127 (browse-url-default-browser): Check for `browse-url-chromium' and
20128 call `browse-url-chromium-program'.
20129 (browse-url-chromium): New command. (Bug#9779)
20130
20131 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
20132
20133 * facemenu.el (list-colors-duplicates): On Windows, detect more
20134 duplicates by assuming that only colors matching "^System" are
20135 special "system colors". (Bug#9722)
20136
20137 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
20138
20139 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
20140 to distinguish the author from the committer.
20141
20142 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
20143
20144 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
20145
20146 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
20147
20148 * international/mule.el (sgml-html-meta-auto-coding-function):
20149 Add support for detecting encoding in HTML5 specified only as
20150 <meta charset="UTF-8">. Implementation just makes http-equiv and
20151 content-type parts from HTML4 encoding string optional. (Bug#9716)
20152
20153 2011-10-18 Glenn Morris <rgm@gnu.org>
20154
20155 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
20156
20157 2011-10-18 Chong Yidong <cyd@gnu.org>
20158
20159 * faces.el (cursor): Doc fix.
20160
20161 2011-10-17 Chong Yidong <cyd@gnu.org>
20162
20163 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
20164
20165 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
20166
20167 * dirtrack.el (dirtrack): Support shell buffers with path
20168 prefixes, e.g. tramp-based remote shells. (Bug#9647)
20169
20170 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
20171
20172 * json.el: Bump version to 1.3 and note change in History.
20173 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
20174
20175 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
20176
20177 * comint.el (comint-insert-input, comint-send-input)
20178 (comint-get-old-input-default, comint-backward-matching-input)
20179 (comint-next-prompt): Use nil instead of `input' for field property of
20180 past user input (bug#114).
20181
20182 * minibuffer.el (completion--replace): Inherit surrounding properties
20183 (bug#114).
20184 (minibuffer-complete-and-exit): Use it.
20185
20186 * comint.el (comint--table-subvert): Quote the all-completions output
20187 (bug#9160).
20188
20189 2011-10-17 Martin Rudalics <rudalics@gmx.at>
20190
20191 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
20192
20193 * menu-bar.el (menu-bar-file-menu): Add entry for making new
20194 window on right of selected. (Bug#9350) Reword other window
20195 entries and separate them from frame entries.
20196
20197 2011-10-15 Glenn Morris <rgm@gnu.org>
20198
20199 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
20200 Doc fixes.
20201
20202 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
20203
20204 * net/network-stream.el (network-stream-open-starttls):
20205 Improve detection of failure due to lack of TLS support.
20206
20207 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
20208 putting the input text in front and in bold.
20209
20210 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
20211
20212 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
20213
20214 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
20215 empty buffer.
20216
20217 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
20218 unread-command-events rather than pushing yet-another event.
20219
20220 2011-10-14 Eli Zaretskii <eliz@gnu.org>
20221
20222 * mail/sendmail.el (sendmail-query-once): Improve the wording of
20223 the explanation of the possible choices. Make the options passed
20224 to completing-read shorter.
20225
20226 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
20227
20228 * textmodes/flyspell.el (flyspell-large-region): Make sure
20229 extended character mode is used if defined (Bug#1339).
20230
20231 2011-10-13 Eli Zaretskii <eliz@gnu.org>
20232
20233 * simple.el (what-cursor-position): Fix the display of the
20234 character info for LRE, LRO, RLE, and RLO characters by appending
20235 an invisible PDF.
20236
20237 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
20238
20239 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
20240 even in case of error; add debug spec; simplify data flow.
20241 (with-timeout-handler): Remove.
20242
20243 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
20244
20245 Fix Bug#6019, Bug#9315.
20246
20247 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
20248 complete `buffer-file-name', the local file name part could look
20249 remotely (for example on VMS).
20250
20251 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
20252 `tramp-run-real-handler'.
20253 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
20254 already quoted by '"'.
20255
20256 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
20257 Let `file-name-handler-alist' be nil, the local file name part
20258 could look remotely (for example on VMS).
20259
20260 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20261
20262 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
20263 from here...
20264 (flyspell-post-command-hook): ...to here.
20265
20266 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20267
20268 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
20269 if not needed.
20270 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
20271 using completion. Protect against "slow" callers.
20272 Remove the "message hack".
20273
20274 2011-10-11 Juri Linkov <juri@jurta.org>
20275
20276 * isearch.el (isearch-lazy-highlight-word): New variable.
20277 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
20278 Use it. (Bug#9727)
20279
20280 2011-10-11 Glenn Morris <rgm@gnu.org>
20281
20282 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
20283 like f90-previous-statement does.
20284
20285 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20286
20287 * eshell/eshell.el (eshell-command): History should be saved
20288 only in interactive use, to avoid error.
20289
20290 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20291
20292 * minibuffer.el (completion-file-name-table): Fix last change,
20293 i.e. ignore normal errors but not the other ones.
20294
20295 2011-10-10 Martin Rudalics <rudalics@gmx.at>
20296
20297 * window.el (special-display-buffer-names)
20298 (special-display-regexps): Remove some remnants of earlier
20299 changes from doc-strings.
20300 (quit-windows-on): New function.
20301
20302 * vc/vc.el (vc-revert, vc-rollback):
20303 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
20304 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
20305 (Bug#6183) (Bug#7074) (Bug#7447)
20306
20307 2011-10-09 Martin Rudalics <rudalics@gmx.at>
20308
20309 * window.el (frame-auto-hide-function): Add version tag.
20310 (Bug#9699)
20311
20312 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
20313
20314 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
20315 condition.
20316
20317 2011-10-09 Leo Liu <sdl.web@gmail.com>
20318
20319 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
20320 (Bug#9701)
20321
20322 2011-10-08 Glenn Morris <rgm@gnu.org>
20323
20324 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
20325 before the first code statement zero indent. (Bug#9690)
20326
20327 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
20328
20329 * simple.el (count-words-region): Always count in the region.
20330 Report the number of lines and characters too.
20331 (count-words): New command, which counts in the buffer if the
20332 region is inactive, as count-words-region used to.
20333 (count-words--message): New function. Handle plurals.
20334 (count-lines-region): Make it an alias for count-words-region.
20335
20336 * bindings.el (esc-map): Replace count-lines-region with
20337 count-words-region.
20338
20339 2011-10-08 Martin Rudalics <rudalics@gmx.at>
20340
20341 * window.el (window--delete): Delete dedicated frame
20342 unconditionally when argument KILL is non-nil. (Bug#9699)
20343 (switch-to-buffer): Fix doc-string typo.
20344
20345 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20346
20347 * eshell/eshell.el (eshell-command): Avoid using hooks.
20348
20349 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
20350
20351 * bindings.el ([M-left],[M-right]): Bind to left-word and
20352 right-word respectively.
20353
20354 2011-10-07 Glenn Morris <rgm@gnu.org>
20355
20356 * cus-start.el (debug-on-quit): Fix custom type.
20357
20358 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20359
20360 * subr.el (define-key-after): Clarify that the function is not
20361 useful for non-menu keymaps.
20362
20363 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
20364
20365 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20366
20367 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
20368 in current minibuffer (Fix bug with recursive minibuffers).
20369
20370 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
20371
20372 * progmodes/gdb-mi.el (gdb): Doc fix.
20373
20374 2011-10-05 Martin Rudalics <rudalics@gmx.at>
20375
20376 * window.el (frame-auto-hide-function): New option replacing
20377 frame-auto-delete. Suggested by Stefan Monnier.
20378 (window--delete): Call frame-auto-hide-function instead of
20379 investigating frame-auto-delete.
20380 (window-point-1, set-window-point-1): New functions.
20381 (window-in-direction, record-window-buffer, window-state-get-1)
20382 (display-buffer-record-window): Use window-point-1 instead of
20383 window-point.
20384 (set-window-buffer-start-and-point): Use set-window-point-1.
20385
20386 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
20387
20388 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
20389
20390 2011-10-05 Glenn Morris <rgm@gnu.org>
20391
20392 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
20393 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
20394
20395 2011-10-05 Leo Liu <sdl.web@gmail.com>
20396
20397 * subr.el (read-char-choice): Fix argument to buffer-live-p which
20398 works with buffer object.
20399
20400 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
20401
20402 * mpc.el (mpc-tool-bar-map): Add labels.
20403
20404 2011-10-04 Glenn Morris <rgm@gnu.org>
20405
20406 * calendar/holidays.el (calendar-check-holidays): Doc fix.
20407
20408 2011-10-04 Martin Rudalics <rudalics@gmx.at>
20409
20410 * window.el (window--delete): New function.
20411 (frame-auto-delete): Resuscitate option.
20412 (bury-buffer, replace-buffer-in-windows)
20413 (quit-window): Rewrite using window--delete.
20414 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
20415 Pass display-buffer-mark-dedicated to window--display-buffer-2
20416 (Bug#9639).
20417
20418 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20419
20420 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
20421 returns a list (bug#9554). Add remote file name completion.
20422 * comint.el (comint--table-subvert): Curry and get quote&unquote
20423 functions as arguments.
20424 (comint--complete-file-name-data): Adjust call accordingly.
20425 * pcomplete.el (pcomplete--table-subvert): Remove.
20426 (pcomplete-completions-at-point): Use comint--table-subvert instead.
20427
20428 * minibuffer.el (completion-table-case-fold): Use currying.
20429 (completion--styles-type, completion--cycling-threshold-type):
20430 New constants.
20431 (completion-styles, completion-category-overrides)
20432 (completion-cycle-threshold): Use them.
20433 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
20434 completion-table-case-fold.
20435
20436 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
20437
20438 * minibuffer.el (completion-category-overrides): Fix type of styles
20439 and add more user friendly tags (bug#9660).
20440
20441 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20442
20443 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
20444 (mule-input-method-string): New widget.
20445 (default-input-method, language-info-custom-alist): Use it.
20446
20447 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
20448
20449 * pcomplete.el: Require comint.
20450 (pcomplete--common-suffix): Remove.
20451 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
20452 (pcomplete--table-subvert): Sync with comint--table-subvert.
20453 (pcomplete--entries): Use comint-completion-file-name-table.
20454 * comint.el (comint-unquote-filename): Simplify.
20455 (comint-completion-file-name-table): New function (bug#9616).
20456 (comint--complete-file-name-data): Use it.
20457
20458 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
20459 (pcmpl-gnu-tar-buffer): Remove.
20460 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
20461 around. Make sure pcomplete-suffix-list is only changed temporarily.
20462 Don't look inside the tar's file if it's too large.
20463
20464 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
20465
20466 * cus-edit.el (custom-mode-map):
20467 * epa.el (epa-key-list-mode-map):
20468 * man.el (Man-mode-map):
20469 * startup.el (splash-screen-keymap):
20470 * simple.el (special-mode-map): Use scroll-up-command and
20471 scroll-down-command.
20472
20473 * progmodes/idlw-help.el (idlwave-help-mode-map):
20474 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
20475 * net/newst-plainview.el (newsticker-mode-map):
20476 * emulation/ws-mode.el (wordstar-mode-map):
20477 * emulation/vi.el (vi-com-map):
20478 * calc/calc-graph.el (calc-graph-show-dumb):
20479 * term/sun.el (terminal-init-sun):
20480 * term/ns-win.el (global-map):
20481 * progmodes/grep.el (grep-mode-map):
20482 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
20483 * mail/rmail.el (rmail-mode-map):
20484 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
20485
20486 * custom.el (custom-safe-themes, load-theme): Treat value of t for
20487 custom-safe-themes as special.
20488
20489 2011-10-01 Julien Danjou <julien@danjou.info>
20490
20491 * notifications.el (notifications-notify): Fix docstring.
20492
20493 2011-10-01 Per Starbäck <per@starback.se>
20494
20495 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
20496
20497 2011-09-30 Martin Rudalics <rudalics@gmx.at>
20498
20499 * startup.el (command-line-1): Fix last fix by inserting
20500 initial-scratch-message into *scratch* before displaying it.
20501 (Bug#9605) and (Bug#9636)
20502
20503 2011-09-29 Eli Zaretskii <eliz@gnu.org>
20504
20505 * simple.el (line-move): If auto-hscroll-mode is disabled and the
20506 window is hscrolled, move by logical lines. (Bug#9607)
20507 (line-move-visual): Update the doc string to the above effect.
20508
20509 2011-09-29 Martin Rudalics <rudalics@gmx.at>
20510
20511 * window.el (display-buffer-record-window): When WINDOW is the
20512 selected window use `point' instead of `window-point'. (Bug#9626)
20513
20514 * startup.el (command-line-1): Use insert-before-markers when
20515 inserting initial-scratch-message. (Bug#9605)
20516
20517 * help.el (help-window): Remove variable.
20518
20519 2011-09-29 Glenn Morris <rgm@gnu.org>
20520
20521 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
20522
20523 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
20524
20525 * descr-text.el (describe-char-categories): Accept category
20526 descriptions more than one line long.
20527
20528 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
20529
20530 * simple.el (delete-trailing-whitespace): Fix last change.
20531
20532 * progmodes/perl-mode.el (perl-syntax-propertize-function):
20533 Don't confuse "y => 3" as the beginning of a `y' operation.
20534
20535 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
20536 object has more than 4 slots (bug#9613).
20537
20538 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
20539
20540 * subr.el (with-output-to-temp-buffer):
20541 * net/quickurl.el (quickurl, quickurl-browse-url):
20542 Fix typos in docstrings.
20543
20544 2011-09-27 Eli Zaretskii <eliz@gnu.org>
20545
20546 * minibuffer.el (completion-styles)
20547 (completion-category-overrides): Cross reference each other in doc
20548 strings.
20549
20550 2011-09-27 Glenn Morris <rgm@gnu.org>
20551
20552 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
20553 to split-string. (Bug#9606)
20554
20555 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20556
20557 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
20558 (bug#9615).
20559
20560 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
20561
20562 * emacs-lisp/package.el (list-packages): Fix echo area message.
20563
20564 2011-09-27 Leo Liu <sdl.web@gmail.com>
20565
20566 * ido.el (ido-read-internal): Accept cons cell HIST arg.
20567
20568 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
20569
20570 * net/dbus.el (dbus-unregister-object): Don't release services for
20571 registered signals. (Bug#9581)
20572
20573 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
20574
20575 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
20576 function that picks between cfengine 2 and 3 support
20577 automatically. Update docs accordingly.
20578
20579 2011-09-22 Kenichi Handa <handa@m17n.org>
20580
20581 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
20582 ZERO.
20583 (indian-itrans-v5-table-for-tamil): New variable.
20584 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
20585
20586 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
20587
20588 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
20589 that's true if the current command involved collapsing of text.
20590 It's reset to false at the beginning of the next command.
20591 (allout-post-command-business): Move the cursor to the beginning
20592 of entry if the cursor is hidden and collapsing activity just
20593 happened.
20594
20595 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
20596
20597 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
20598 tracking (Bug#9541).
20599
20600 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
20601
20602 * net/newst-reader.el (newsticker-html-renderer)
20603 (newsticker-show-news): Automatically load html rendering package
20604 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
20605 because w3m-fill-column is let-bound" and the error "Symbol's value
20606 as variable is void: w3m-fill-column".
20607
20608 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
20609
20610 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
20611 Release services only if they are defined. (Bug#9581)
20612
20613 2011-09-23 Richard Stallman <rms@gnu.org>
20614
20615 * textmodes/paragraphs.el (forward-sentence): For backwards case,
20616 distinguish start of paragraph from start of its text.
20617
20618 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
20619
20620 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
20621 (rmail-generate-viewer-buffer): Put that hook on view buffer.
20622 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
20623
20624 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
20625
20626 * international/mule-diag.el (mule-diag): Insert a newline after
20627 each fontset description.
20628
20629 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
20630
20631 * simple.el (delete-trailing-whitespace):
20632 Document last change; simplify.
20633
20634 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
20635
20636 * simple.el (delete-trailing-whitespace): Also delete
20637 extra newlines at the end of the buffer.
20638
20639 * textmodes/picture.el: Make motion commands obey shift-select-mode.
20640 (picture-newline): Use forward-line so as to ignore fields.
20641
20642 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
20643
20644 * subr.el (with-wrapper-hook): Fix edebug spec.
20645
20646 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
20647
20648 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
20649 (bug#4538).
20650
20651 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
20652
20653 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
20654 Fix nasty bug using wrong cached values.
20655
20656 2011-09-23 Alan Mackenzie <acm@muc.de>
20657
20658 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
20659
20660 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
20661
20662 * window.el (pop-to-buffer): Ensure right window is selected if we
20663 chose another frame.
20664
20665 2011-09-22 Eli Zaretskii <eliz@gnu.org>
20666
20667 * simple.el (what-cursor-position): Use get-char-property-change
20668 and next-single-char-property-change, to be able to show display
20669 properties that come from overlays as well as text properties.
20670
20671 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
20672
20673 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
20674
20675 * cmuscheme.el (run-scheme, switch-to-scheme):
20676 * cus-edit.el (customize-group, custom-buffer-create)
20677 (customize-browse):
20678 * info.el (info):
20679 * shell.el (shell):
20680 * mail/sendmail.el (mail):
20681 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
20682
20683 2011-09-22 Richard Stallman <rms@gnu.org>
20684
20685 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
20686 move back only to line beg, don't move back over blank lines.
20687
20688 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
20689
20690 * files.el (copy-directory): Set directory attributes only in case
20691 they could be retrieved from the source directory. (Bug#9565)
20692
20693 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
20694
20695 * progmodes/hideshow.el (hs-looking-at-block-start-p)
20696 (hs-find-block-beginning, hs-hide-level-recursive):
20697 Ignore strings as well as comments. (Bug#9502)
20698
20699 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
20700
20701 * progmodes/sql.el (sql-comint-postgres):
20702 Convert port number to a string. (Bug#9566)
20703
20704 2011-09-22 Martin Rudalics <rudalics@gmx.at>
20705
20706 * window.el (quit-window): Undedicate window when switching to
20707 previous buffer. Reported by Thierry Volpiatto
20708 <thierry.volpiatto@gmail.com>.
20709 (special-display-popup-frame): When popping up a new frame reset
20710 its previous buffers to nil. Simplify code.
20711
20712 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
20713
20714 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
20715 and process filter, as done also in `shell-command'.
20716
20717 2011-09-21 Martin Rudalics <rudalics@gmx.at>
20718
20719 * window.el (set-window-buffer-start-and-point):
20720 Call set-window-start with NOFORCE argument t.
20721 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
20722 (quit-window): Reword doc-string. Handle new format of
20723 quit-restore parameter. Don't delete window if it has a
20724 previous buffer we can show instead of the present one.
20725 (display-buffer-record-window): Rewrite using a new format for
20726 the quit-restore window parameter
20727 (special-display-popup-frame, display-buffer-same-window)
20728 (display-buffer-reuse-window, display-buffer-pop-up-frame)
20729 (display-buffer-pop-up-window, display-buffer-use-some-window):
20730 Adapt symbol passed to display-buffer-record-window.
20731 * help.el (help-window-setup): Handle new format of quit-restore
20732 parameter.
20733
20734 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
20735
20736 * faces.el (face-list): Fix docstring (bug#9564).
20737
20738 * window.el (display-buffer--action-function-custom-type):
20739 Don't include internal functions in the Custom interface.
20740
20741 2011-09-20 Juri Linkov <juri@jurta.org>
20742
20743 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
20744 (Info-forward-node, Info-backward-node, Info-next-preorder)
20745 (Info-last-preorder): Use it. (Bug#9528)
20746
20747 2011-09-20 Juri Linkov <juri@jurta.org>
20748
20749 * info.el (Info-last-preorder): Visit last menu item only when
20750 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
20751
20752 2011-09-20 Julien Danjou <julien@danjou.info>
20753
20754 * password-cache.el (password-cache-remove): Remove entries even if the
20755 value is nil, so that password with a nil value (negative caching) is
20756 possible to invalidate.
20757
20758 2011-09-20 Lawrence Mitchell <wence@gmx.li>
20759
20760 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
20761 all whitespace around breakpoint. (Bug#9553)
20762 (f90-find-breakpoint): Only break at whitespace inside a comment.
20763
20764 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
20765
20766 * minibuffer.el (completion-file-name-table): Keep track of errors.
20767 (completion-table-with-predicate): Handle the case where pred1 is nil.
20768 * pcomplete.el (pcomplete-completions-at-point): Simplify.
20769
20770 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
20771
20772 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
20773 (debugger-return-value): Signal an error if the debugging context does
20774 not await any return value.
20775
20776 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
20777 * image-mode.el (image-toggle-display-text)
20778 (image-toggle-display-image): Stay away from evil `intangible'.
20779
20780 2011-09-19 Leo Liu <sdl.web@gmail.com>
20781
20782 * replace.el (occur-revert-arguments): Make it permanent-local.
20783 (occur-mode): Don't call font-lock-defontify.
20784
20785 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
20786
20787 * net/ldap.el (ldap-search-internal): Don't push empty search
20788 result (Bug#9508).
20789
20790 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
20791
20792 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
20793
20794 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
20795
20796 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
20797 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
20798
20799 2011-09-18 Juri Linkov <juri@jurta.org>
20800
20801 * buff-menu.el (Buffer-menu-mode-map):
20802 * dired.el (dired-mode-map):
20803 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
20804 (lisp-interaction-mode-map):
20805 * emacs-lisp/package.el (package-menu-mode-map):
20806 * epa.el (epa-key-list-mode-map):
20807 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
20808 (menu-bar-options-menu):
20809 * outline.el (outline-mode-menu-bar-map):
20810 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
20811 * vc/vc-dir.el (vc-dir-menu-map):
20812 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
20813 Capitalize non-function content words in menu item strings.
20814
20815 * dired.el (dired-mode-map): Add menu item for
20816 `image-dired-dired-toggle-marked-thumbs'.
20817
20818 2011-09-18 Juri Linkov <juri@jurta.org>
20819
20820 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
20821 to `isearch-case-fold-search' and restore its original value
20822 after the `isearch-mode' call.
20823
20824 2011-09-18 Juri Linkov <juri@jurta.org>
20825
20826 * progmodes/grep.el (grep-process-setup): Don't check code for 1
20827 because `zgrep' returns 1 for successful matches (bug#9226).
20828
20829 2011-09-18 Juri Linkov <juri@jurta.org>
20830
20831 * info.el (Info-extract-menu-node-name): Check the second match
20832 for empty string (second test-case of bug#9528).
20833 (Info-last-preorder): Let-bind `Info-history' to nil to not add
20834 intermediate nodes to the history (first test-case of bug#9528).
20835
20836 2011-09-18 Juri Linkov <juri@jurta.org>
20837
20838 * info.el (Info-mode-syntax-table): New variable.
20839 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
20840
20841 2011-09-18 Juri Linkov <juri@jurta.org>
20842
20843 * info.el (Info-file-supports-index-cookies):
20844 Increment line-beginning-position's arg from 3 to 4 because makeinfo
20845 outputs one more line for long file names (bug#4142).
20846
20847 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
20848
20849 * newcomment.el (comment-normalize-vars): If prompting for
20850 comment-start, set comment-start-skip too (Bug#8424).
20851
20852 2011-09-18 Johan Bockgård <bojohan@gnu.org>
20853
20854 * icomplete.el: Fix previous fix of Bug#5849.
20855 (icomplete-mode): Don't set completion-show-inline-help.
20856 (icomplete-minibuffer-setup): Set completion-show-inline-help
20857 locally during icompletion.
20858
20859 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
20860
20861 * woman.el (woman2-process-escapes): Don't delete unrecognized
20862 escapes (Bug#7843).
20863
20864 * files.el (inhibit-first-line-modes-regexps): Add image files.
20865 (hack-local-variables-prop-line): Return nil for malformed
20866 prop-lines (Bug#9044).
20867
20868 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
20869
20870 * net/tramp.el (top): Don't require 'shell.
20871 (tramp-methods): Fix docstring.
20872 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
20873 Return complete remote file name. Handle "smb" case.
20874 Use `tramp-tmpdir', if defined for the respective method.
20875 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
20876
20877 * net/tramp-compat.el (top): Require 'shell.
20878
20879 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
20880 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
20881 `tramp-current-host'.
20882 (tramp-get-remote-tmpdir): Remove.
20883
20884 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
20885 `tramp-tmpdir' entries.
20886 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
20887 (tramp-smb-handle-file-attributes): Ignore errors.
20888 (tramp-smb-wait-for-output): Check also for process end.
20889
20890 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
20891
20892 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
20893 when sending QUIT (bug#9312).
20894
20895 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
20896
20897 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
20898 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
20899 occur-mode-display-occurrence.
20900 (occur-edit-mode): Add usage message.
20901 (occur-cease-edit): New command.
20902 (occur-after-change-function): Use text properties to find the
20903 position of the prefix text.
20904 (occur-engine): Set stickiness of prefix text properties.
20905
20906 2011-09-17 Glenn Morris <rgm@gnu.org>
20907
20908 * progmodes/etags.el (complete-tag):
20909 Fix call to completion-in-region. (Bug#9526)
20910
20911 2011-09-17 Juri Linkov <juri@jurta.org>
20912
20913 * textmodes/ispell.el (ispell-word): Add to the error message
20914 the word, ispell program name and current dictionary (bug#9121).
20915 (ispell-tex-arg-end): Capitalize "error" in the error message.
20916
20917 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
20918
20919 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
20920 check. (Bug#4251)
20921
20922 2011-09-17 Juri Linkov <juri@jurta.org>
20923
20924 * window.el (window-safe-min-height, window-safe-min-width):
20925 Fix typos (followup to bug#9522).
20926
20927 2011-09-17 Sven Joachim <svenjoac@gmx.de>
20928
20929 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
20930
20931 2011-09-16 Eli Zaretskii <eliz@gnu.org>
20932
20933 * simple.el (line-move): If goal-column is set, move by logical
20934 lines, not by display lines. (Bug#971)
20935 (next-line, previous-line, goal-column, line-move-visual): Doc fix
20936 to reflect the above change.
20937
20938 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
20939
20940 * image.el (imagemagick-register-types): Use regexp-opt.
20941
20942 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
20943
20944 * window.el (display-buffer-base-action): Rename from
20945 display-buffer-default-action. Make default value empty.
20946 (display-buffer-overriding-action): Convert to defvar.
20947 (display-buffer-fallback-action): New var.
20948
20949 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
20950
20951 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
20952 declaration.
20953 (package--add-to-archive-contents): If there is a duplicate entry
20954 with an older version, remove it.
20955 (package-menu-mark-delete, package-menu-mark-install)
20956 (package-menu-mark-unmark): Make unused args optional.
20957 (package-menu-mark-obsolete-for-deletion):
20958 Use package-menu-get-status instead of a regexp search.
20959 (package-menu-get-status): Use tabulated-list-entry.
20960 (package-menu-mark-upgrades): New command.
20961 (package-menu-mode-map): Bind it to U. Add it to menu bar.
20962 (package-menu-execute): Do installation before deletion.
20963 (package-menu-refresh, package-menu-execute): Use derived-mode-p
20964 instead of checking major-mode.
20965 (package-menu--find-upgrades): New function.
20966
20967 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20968
20969 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
20970 passwords in the log buffer.
20971 (smtpmail-process-filter): Update the process marker so that the
20972 "broken by peer" status message is inserted in the right place.
20973
20974 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
20975
20976 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
20977 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
20978 bibtex-completion-at-point-function.
20979 (bibtex-completion-at-point-function): Use them.
20980
20981 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
20982
20983 * mpc.el (mpc-constraints-tag-lookup): New function.
20984 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
20985 also to browser "album|playlist".
20986
20987 2011-09-14 Juri Linkov <juri@jurta.org>
20988
20989 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
20990 (isearch-edit-string): Use length of `isearch-string' when
20991 `isearch-fail-pos' returns nil.
20992 (isearch-message): Remove duplicate code and call
20993 `isearch-fail-pos' with arg `t'.
20994
20995 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
20996
20997 * replace.el (occur-mode-goto-occurrence): Don't force using other
20998 window (Bug#9499).
20999
21000 * dired-aux.el (dired-do-chmod): Don't provide initial input.
21001
21002 2011-09-14 Martin Rudalics <rudalics@gmx.at>
21003
21004 * window.el (display-buffer-window): Remove.
21005 (display-buffer-record-window): Use help-setup window parameter
21006 instead of variable display-buffer-window.
21007 (display-buffer-function, special-display-buffer-names)
21008 (special-display-function): Mention help-setup parameter instead
21009 of display-buffer-window in doc-string.
21010 * help.el (help-window-setup): New argument help-window.
21011 Use help-window-setup parameter instead of display-buffer-window.
21012 Reword some messages.
21013 (with-help-window): Pass window used for displaying the buffer
21014 to help-window-setup. Don't set display-buffer-window.
21015
21016 2011-09-13 Glenn Morris <rgm@gnu.org>
21017
21018 * emacs-lisp/debug.el (debugger-make-xrefs):
21019 Preserve point. (Bug#9462)
21020
21021 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
21022
21023 * window.el (window-deletable-p): Use next-frame.
21024
21025 2011-09-13 Martin Rudalics <rudalics@gmx.at>
21026
21027 * window.el (window-auto-delete): Remove.
21028 (window-deletable-p): Remove argument FORCE. Don't deal with
21029 dedication and previous buffers.
21030 (switch-to-prev-buffer): Don't delete window.
21031 (delete-windows-on): Delete a window's frame if and only if the
21032 window is dedicated.
21033 (replace-buffer-in-windows): Delete buffer's window or frame if
21034 and only if window is dedicated.
21035 (quit-window): Handle quit-restore as before last change.
21036 (bury-buffer): Delete window only if window-deletable-p returns t.
21037
21038 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
21039
21040 * window.el (window-deletable-p): Never delete the last frame on a
21041 given terminal.
21042
21043 2011-09-13 Glenn Morris <rgm@gnu.org>
21044
21045 * help.el (describe-key-briefly): Copy previous standard-output change.
21046
21047 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
21048
21049 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
21050
21051 2011-09-13 Glenn Morris <rgm@gnu.org>
21052
21053 * emacs-lisp/lisp-mode.el (lisp-indent-function):
21054 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
21055
21056 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
21057
21058 * dired-aux.el (dired-mark-read-string): Don't return default
21059 value on empty input (Bug#9361).
21060 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
21061 Omit initial minibuffer contents.
21062 (dired-do-chmod): Signal an error on empty input.
21063 (dired-mark-read-string): Don't return default on empty input.
21064
21065 * files.el (file-modes-symbolic-to-number): Doc fix.
21066
21067 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
21068
21069 * international/mule-cmds.el (ucs-completions): Remove.
21070 (read-char-by-name): Use complete-with-action instead; add metadata.
21071
21072 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
21073
21074 * window.el (display-buffer--action-function-custom-type)
21075 (display-buffer--action-custom-type): New vars.
21076 (display-buffer-alist, display-buffer-default-action)
21077 (display-buffer-overriding-action): Add defcustom types.
21078
21079 * frame.el (delete-other-frames): Doc fix (Bug#276).
21080
21081 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21082
21083 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
21084
21085 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
21086
21087 Change modes that used same-window-* vars to use switch-to-buffer.
21088
21089 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
21090 Use switch-to-buffer.
21091
21092 * cus-edit.el (customize-group, custom-buffer-create)
21093 (customize-browse, custom-buffer-create-other-window):
21094 Use switch-to-buffer or switch-to-buffer-other-window.
21095
21096 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
21097 (Info-prev, Info-up, Info-speedbar-goto-node)
21098 (info-display-manual): Use switch-to-buffer.
21099 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
21100
21101 * mail/sendmail.el (mail): Use switch-to-buffer.
21102 (mail-recover): Use switch-to-buffer-other-window.
21103
21104 * cmuscheme.el (run-scheme, switch-to-scheme):
21105 * ielm.el (ielm):
21106 * shell.el (shell):
21107 * net/rlogin.el (rlogin):
21108 * net/telnet.el (telnet, rsh):
21109 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
21110
21111 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
21112
21113 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
21114
21115 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21116
21117 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
21118 so don't mention it (bug#9301).
21119 (dired-sort-toggle-or-edit): Clarify string further.
21120
21121 * faces.el (face-spec-set-match-display): Make `(type graphic)'
21122 match `x', `w32' and `ns', like the manual says (bug#9029).
21123
21124 * subr.el (eval-after-load): Doc string clarification (bug#9125).
21125 (process-kill-buffer-query-function): Mention the buffer name in
21126 the query.
21127
21128 * image-mode.el (image-next-line): The line parameter is mandatory
21129 (bug#9258).
21130
21131 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
21132 which can be useful (bug#9301).
21133
21134 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
21135
21136 * subr.el (match-string): Mention that the current buffer should
21137 be the same as the search was done in (bug#9282).
21138
21139 * facemenu.el: Disable the remove-* commands if the mark isn't
21140 active (bug#9162).
21141
21142 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
21143
21144 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
21145 of display-buffer.
21146 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
21147
21148 * replace.el (occur-mode-goto-occurrence)
21149 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
21150 and display-buffer.
21151
21152 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
21153 display-buffer.
21154
21155 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
21156 special-display and same-window variables.
21157 (mail-other-window): Use switch-to-buffer-other-window.
21158 (mail-other-frame): USe switch-to-buffer-other-frame.
21159
21160 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
21161 Use display-buffer-other-frame.
21162 (gdb-display-gdb-buffer): Use pop-to-buffer.
21163
21164 * progmodes/gud.el (gud-goto-info): Use info-other-window.
21165
21166 * progmodes/python.el: Don't set same-window-buffer-names.
21167
21168 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
21169
21170 * window.el (display-buffer-alist): Add *Python*.
21171
21172 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
21173
21174 * window.el (display-buffer-alist): Add entry for buffers
21175 previously handled same-window-*.
21176 (display-buffer-alist, display-buffer-default-action)
21177 (display-buffer-overriding-action): Mark as risky.
21178 (display-buffer-alist): Document action function changes.
21179 (display-buffer--same-window-action)
21180 (display-buffer--other-frame-action): New variables.
21181 (switch-to-buffer, display-buffer-other-frame): Use them.
21182 (display-buffer): Rename reuse-frame entry to reusable-frames.
21183 (display-buffer-reuse-selected-window): Function deleted.
21184 (display-buffer-reuse-window): Handle reusable-frames alist entry.
21185 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
21186 (display-buffer-special): New function.
21187 (display-buffer--maybe-pop-up-frame-or-window): Rename from
21188 display-buffer-reuse-or-pop-window. Split off special-display
21189 part into display-buffer-special.
21190 (display-buffer-use-some-window): Don't perform any special
21191 pop-up-frames handling.
21192 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
21193 (display-buffer--maybe-same-window): Rename from
21194 display-buffer-maybe-same-window.
21195
21196 * info.el: Don't set same-window-regexps.
21197 (info-setup): New function.
21198 (info-other-window, info): Call it.
21199
21200 * cus-edit.el: Don't set same-window-regexps.
21201 (customize-group): New argument.
21202 (customize-group-other-window): Use it.
21203 (customize-face, customize-face-other-window): Likewise.
21204 (custom-buffer-create-other-window): Use pop-to-buffer directly.
21205
21206 * net/rlogin.el:
21207 * net/telnet.el:
21208 * progmodes/gud.el: Don't set same-window-regexps.
21209
21210 * cmuscheme.el:
21211 * ielm.el:
21212 * shell.el:
21213 * mail/sendmail.el:
21214 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
21215
21216 2011-09-10 Juri Linkov <juri@jurta.org>
21217
21218 * isearch.el (isearch-edit-string): Remove obsolete mention of
21219 `C-w' (`isearch-yank-word-or-char') from docstring.
21220 (isearch-query-replace): Fix typo in docstring (bug#9466).
21221
21222 2011-09-10 Juri Linkov <juri@jurta.org>
21223
21224 * paren.el (show-paren-function): Don't show escaped parens.
21225 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
21226
21227 2011-09-10 Eli Zaretskii <eliz@gnu.org>
21228
21229 * mail/sendmail.el (mml-to-mime, mml-attach-file)
21230 (mm-default-file-encoding): Remove autoload forms, they are
21231 replaced with autoload cookies in mml.el and mm-encode.el.
21232 (mail-add-attachment): New command.
21233 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
21234 (mail-mode): Mention mail-insert-file and mail-add-attachment in
21235 the doc string.
21236 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
21237
21238 2011-09-10 Reuben Thomas <rrt@sc3d.org>
21239
21240 * simple.el (count-words-region): Use buffer if there's no region
21241 (bug#9429).
21242
21243 2011-09-09 Juri Linkov <juri@jurta.org>
21244
21245 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
21246 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
21247 (wdired-isearch-filter-read-only): New function. (Bug#6362)
21248
21249 2011-09-09 Alan Mackenzie <acm@muc.de>
21250
21251 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
21252 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
21253
21254 2011-09-09 Eli Zaretskii <eliz@gnu.org>
21255
21256 Fix for Savannah bug#9392.
21257 * simple.el (mail-encode-mml): New defvar.
21258
21259 * mail/rmail.el (mail-encode-mml): Add a defvar.
21260 (rmail-enable-mime-composing): Default to t.
21261 (rmail-forward): Use MIME method of forwarding only if both
21262 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
21263 Set mail-encode-mml non-nil if the MIME method was used.
21264
21265 * mail/sendmail.el (mml-to-mime): Add autoload form.
21266 (mail-encode-mml): Add a defvar.
21267 (mail-mode): Make mail-encode-mml buffer-local and initialize it
21268 to nil.
21269 (mail-send): If mail-encode-mml is non-nil, run the outgoing
21270 message through mml-to-mime, and reset mail-encode-mml to nil.
21271
21272 2011-09-09 Glenn Morris <rgm@gnu.org>
21273
21274 * woman.el (woman-if-body): When processing an .el block,
21275 do not delete the next .el block as well. (Bug#9447)
21276 (woman-special-characters): Add oq, cq, and hy characters.
21277
21278 2011-09-08 Martin Rudalics <rudalics@gmx.at>
21279
21280 * window.el (window-deletable-p): Make sure window is live before
21281 invoking window-prev-buffers.
21282
21283 2011-09-08 Leo Liu <sdl.web@gmail.com>
21284
21285 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
21286
21287 2011-09-08 Juri Linkov <juri@jurta.org>
21288
21289 * progmodes/compile.el (compilation-environment): Make it
21290 a defcustom (bug#8340).
21291
21292 2011-09-08 Martin Rudalics <rudalics@gmx.at>
21293
21294 * window.el (frame-auto-delete): Rename to window-auto-delete.
21295 Make it control auto-deletion of windows and/or frames.
21296 (window-deletable-p): New argument FORCE. Rewrite conditions
21297 for deleting window/frame. (Bug#9419)
21298 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
21299 Rewrite handling of case when window/frame can be deleted.
21300 (delete-windows-on): Call window-deletable-p with new FORCE
21301 argument t. (Bug#9456)
21302
21303 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
21304
21305 * help-mode.el (help-mode): Restore autoload.
21306
21307 2011-09-07 Juri Linkov <juri@jurta.org>
21308
21309 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
21310 `compilation-environment'. Set buffer-local
21311 `compilation-environment' to `thisenv' later after (funcall mode).
21312 (Bug#8340)
21313
21314 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
21315 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
21316 instead of replacing its value. (Bug#8340)
21317
21318 2011-09-07 Juri Linkov <juri@jurta.org>
21319
21320 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
21321 based on text properties put by `grep-filter' instead of matching
21322 escape sequences.
21323 (grep-mode): Set buffer-local `compilation-error-screen-columns'
21324 to the value of `grep-error-screen-columns' (bug#9438).
21325
21326 2011-09-07 Juri Linkov <juri@jurta.org>
21327
21328 * simple.el (next-error-highlight, next-error-highlight-no-select):
21329 Doc fix (bug#9432).
21330
21331 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
21332
21333 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
21334 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
21335
21336 2011-09-07 Leo Liu <sdl.web@gmail.com>
21337
21338 * net/rcirc.el (rcirc-mode): Conditionally initialize
21339 rcirc-input-ring.
21340
21341 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
21342
21343 * emacs-lisp/find-func.el (find-function-C-source): Only set
21344 find-function-C-source-directory after checking that we found a source
21345 file there (bug#9440).
21346
21347 2011-09-06 Alan Mackenzie <acm@muc.de>
21348
21349 * isearch.el (isearch-other-meta-char): Wherever a key list is
21350 unread, "unread" the prefix arg, too. This fixes bug #8901.
21351
21352 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
21353
21354 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
21355
21356 2011-09-05 Juri Linkov <juri@jurta.org>
21357
21358 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
21359
21360 2011-09-05 Juri Linkov <juri@jurta.org>
21361
21362 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
21363 keeping point where processing of grep matches begins, and
21364 continue to delete remaining escape sequences from the same point.
21365 (grep-filter): Make leading zero optional in "0?1;31m" because
21366 git-grep emits "\033[1;31m" escape sequences unlike expected
21367 "\033[01;31m" as GNU Grep does (bug#9408).
21368 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
21369
21370 2011-09-05 Juri Linkov <juri@jurta.org>
21371
21372 * subr.el (y-or-n-p): Capitalize "yes".
21373
21374 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
21375
21376 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
21377 `tramp-cache-unload-hook' where appropriate.
21378 (tramp-methods): Rename `tramp-remote-sh' to
21379 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
21380 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
21381
21382 * net/tramp-sh.el (top): Don't require 'shell.
21383 (tramp-methods): Add `tramp-remote-shell' and
21384 `tramp-remote-shell-args' entries.
21385 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
21386 (tramp-sh-handle-shell-command): Remove.
21387 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
21388 Use `tramp-remote-shell'.
21389
21390 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
21391
21392 * mail/sendmail.el (sendmail-query-once-function): Delete.
21393 (sendmail-query-once): Save directly to send-mail-function.
21394 Update message-send-mail-function too.
21395
21396 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
21397
21398 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
21399
21400 * progmodes/python.el (python-mode-map): Use correct function to
21401 start python interpreter from menu-bar (as reported by Geert
21402 Kloosterman).
21403 (inferior-python-mode-map): Fix typo.
21404 (python-shell-map): Remove.
21405
21406 2011-09-03 Deniz Dogan <deniz@dogan.se>
21407
21408 * net/rcirc.el (rcirc-print): Simplify code for
21409 rcirc-scroll-show-maximum-output. There is no need to walk
21410 through all windows to find the right one.
21411
21412 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
21413
21414 * help.el (help-return-method): Doc fix.
21415
21416 2011-09-03 Martin Rudalics <rudalics@gmx.at>
21417
21418 * window.el (window-deletable-p): Don't return a non-nil value
21419 when there's a buffer that was shown in the window before.
21420 (Bug#9419)
21421 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
21422 Set window's previous buffers to nil.
21423
21424 2011-09-03 Eli Zaretskii <eliz@gnu.org>
21425
21426 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
21427 newline before and after the tag line, so it doesn't interfere
21428 with determining the paragraph direction of bidirectional text.
21429
21430 2011-09-03 Leo Liu <sdl.web@gmail.com>
21431
21432 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
21433
21434 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
21435
21436 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
21437 (pop-to-buffer): Change interactive spec. Pass second argument
21438 directly to display-buffer.
21439 (display-buffer): Fix interactive spec. Use functionp to
21440 distinguish between a function and a list of functions.
21441
21442 * abbrev.el (edit-abbrevs):
21443 * arc-mode.el (archive-extract):
21444 * autoinsert.el (auto-insert):
21445 * bookmark.el (bookmark-bmenu-list):
21446 * files.el (find-file):
21447 * view.el (view-buffer):
21448 * progmodes/compile.el (compilation-goto-locus):
21449 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
21450
21451 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
21452
21453 * window.el (display-buffer-alist): Doc fix.
21454 (display-buffer): Add docstring. Don't treat
21455 display-buffer-default specially.
21456 (display-buffer-reuse-selected-window)
21457 (display-buffer-same-window, display-buffer-maybe-same-window)
21458 (display-buffer-reuse-window, display-buffer-pop-up-frame)
21459 (display-buffer-pop-up-window)
21460 (display-buffer-reuse-or-pop-window)
21461 (display-buffer-use-some-window): New functions.
21462 (display-buffer-default-action): Use them.
21463 (display-buffer-default): Delete.
21464 (pop-to-buffer-1): Fix choice of actions.
21465
21466 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
21467
21468 * minibuffer.el (completion--insert-strings): Don't get confused by
21469 completion entries that end with an LF char.
21470
21471 2011-09-01 Eli Zaretskii <eliz@gnu.org>
21472
21473 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
21474
21475 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
21476
21477 * window.el (display-buffer): Restore interactive spec.
21478 (display-buffer-same-window, display-buffer-other-window):
21479 New functions.
21480 (pop-to-buffer-1): New function. Use the above.
21481 (pop-to-buffer, pop-to-buffer-same-window): Use it.
21482 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
21483
21484 * view.el (view-buffer-other-window, view-buffer-other-frame):
21485 Just use pop-to-buffer.
21486
21487 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
21488
21489 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
21490
21491 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
21492
21493 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
21494
21495 2011-08-31 Richard Stallman <rms@gnu.org>
21496
21497 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
21498 of the separation of rmail-view-buffer from rmail-buffer.
21499 If you say no to "replace original", the decrypt is in the
21500 view buffer. If you say yes, the decrypt goes into the
21501 rmail buffer also.
21502
21503 2011-08-31 Martin Rudalics <rudalics@gmx.at>
21504
21505 * window.el (display-buffer-window): Rewrite doc-string.
21506 (display-buffer-record-window): New function.
21507 (display-buffer-macro-specifiers)
21508 (display-buffer-even-window-sizes, display-buffer-set-height)
21509 (display-buffer-set-width, display-buffer-in-window)
21510 (display-buffer-reuse-window, display-buffer-split-specifiers)
21511 (display-buffer-side-specifiers, display-buffer-split-window-1)
21512 (display-buffer-split-window, display-buffer-split-atom-window)
21513 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
21514 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
21515 (display-buffer-other-window-means-other-frame)
21516 (display-buffer-normalize-special)
21517 (display-buffer-normalize-default)
21518 (display-buffer-normalize-argument)
21519 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
21520 (display-buffer-normalize-specifiers, display-buffer-frame)
21521 (display-buffer-same-window, display-buffer-same-frame)
21522 (display-buffer-other-window)
21523 (display-buffer-same-frame-other-window)
21524 (display-buffer-other-frame, pop-to-buffer-same-window)
21525 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
21526 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
21527 (switch-to-buffer-same-frame)
21528 (switch-to-buffer-other-window-same-frame)
21529 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
21530 (display-buffer-alist-set-1, display-buffer-alist-set-2)
21531 (display-buffer-alist-set): Remove.
21532 (display-buffer-function, special-display-buffer-names)
21533 (special-display-regexps, special-display-function):
21534 In doc-string refer to display-buffer-window and quit-restore
21535 parameter.
21536 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
21537 (special-display-frame-alist, special-display-popup-frame)
21538 (same-window-buffer-names, same-window-regexps, same-window-p)
21539 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21540 (split-window-preferred-function, split-height-threshold)
21541 (split-width-threshold, window-splittable-p)
21542 (split-window-sensibly, window--try-to-split-window)
21543 (window--frame-usable-p, even-window-heights)
21544 (window--even-window-heights, window--display-buffer-1)
21545 (window--display-buffer-2, display-buffer-other-frame):
21546 Restore old Emacs 23 code, order and doc-strings where applicable.
21547 (display-buffer-default, display-buffer-assq-regexp): New functions.
21548 (display-buffer-alist): Rewrite doc-string.
21549 (display-buffer-default-action)
21550 (display-buffer-overriding-action): New variables.
21551 (display-buffer, switch-to-buffer): Rewrite.
21552 (pop-to-buffer): Restore Emacs 23 behavior but use
21553 window-normalize-buffer-to-display.
21554 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
21555 Restore Emacs 23 behavior but use
21556 window-normalize-buffer-to-switch-to.
21557 (pop-to-buffer-same-window): Rewrite.
21558 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
21559 Rewrite using Emacs 23 options.
21560
21561 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
21562
21563 * net/tramp.el (tramp-root-regexp): Remove.
21564 (tramp-completion-file-name-regexp-unified)
21565 (tramp-completion-file-name-regexp-separate)
21566 (tramp-completion-file-name-regexp-url): Don't use leading volume
21567 letter on w32 systems. (Bug#5303, Bug#9311)
21568 (tramp-drop-volume-letter): Simplify definition.
21569 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
21570
21571 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
21572
21573 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
21574 (bug#9356).
21575
21576 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
21577
21578 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
21579
21580 2011-08-29 Juri Linkov <juri@jurta.org>
21581
21582 * isearch.el (isearch-done): Don't display message "Mark saved"
21583 when arg `edit' is non-nil to prevent its flicker in the echo area.
21584
21585 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
21586
21587 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
21588 obsolete packages for deletion.
21589
21590 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
21591
21592 * help-mode.el (help-mode-map): Add special-mode-map to parent.
21593 (help-mode): Derive help-mode from special-mode. Don't invoke
21594 view-mode from help-mode.
21595 (help-xref-override-view-map): Remove.
21596 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
21597 view-mode is not used anymore.
21598
21599 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
21600
21601 * server.el (server-port): Doc fix.
21602
21603 * cus-theme.el (custom-theme-choose-mode): Inherit from
21604 special-mode (Bug#9124).
21605 (custom-theme-choose-mode-map): Add special-mode to parent.
21606
21607 2011-08-28 Alan Mackenzie <acm@muc.de>
21608
21609 * progmodes/cc-fonts.el
21610 (c-make-font-lock-BO-decl-search-function): New function.
21611 (c-basic-matchers-after - "Fontify the clauses after various
21612 keywords"): Extract the three keyword lists for the 3 erroneous
21613 constructs from the list of four, and use the new function above
21614 in place of an old one.
21615
21616 2011-08-28 Deniz Dogan <deniz@dogan.se>
21617
21618 * net/rcirc.el (rcirc-insert-prev-input)
21619 (rcirc-insert-next-input): Remove unused argument.
21620
21621 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
21622
21623 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
21624
21625 2011-08-27 Alan Mackenzie <acm@muc.de>
21626
21627 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
21628 handle function pointer parameters properly.
21629
21630 2011-08-27 Martin Rudalics <rudalics@gmx.at>
21631
21632 * window.el (display-buffer-reuse-window): Fix case where
21633 selected window was reused with non-nil OTHER-WINDOW argument.
21634 (Bug#9381)
21635
21636 2011-08-27 Deniz Dogan <deniz@dogan.se>
21637
21638 * net/rcirc.el (rcirc-check-auth-status): Adding support for
21639 oftc's NickServ messages.
21640
21641 2011-08-27 Glenn Morris <rgm@gnu.org>
21642
21643 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
21644
21645 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
21646
21647 * emacs-lisp/package.el (package-install): Call package-initialize
21648 if called interactively.
21649
21650 2011-08-26 Leo Liu <sdl.web@gmail.com>
21651
21652 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
21653
21654 2011-08-25 Juri Linkov <juri@jurta.org>
21655
21656 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
21657 `search-whitespace-regexp' (bug#9364).
21658
21659 2011-08-25 Juri Linkov <juri@jurta.org>
21660
21661 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
21662 `regexp-search-ring' to their global values to protect from
21663 updating by `read-from-minibuffer' (bug#9185).
21664
21665 2011-08-25 Juri Linkov <juri@jurta.org>
21666
21667 * textmodes/ispell.el (ispell-command-loop): Add newline
21668 at the end of the "Use option `i'..." line.
21669
21670 2011-08-25 Juri Linkov <juri@jurta.org>
21671
21672 * battery.el (display-battery-mode): If `battery-status-function'
21673 or `battery-mode-line-format' is nil, display the message and set
21674 `display-battery-mode' to nil (bug#9363).
21675
21676 2011-08-25 Eli Zaretskii <eliz@gnu.org>
21677
21678 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
21679 bidi-string-mark-left-to-right; they are unnecessary now.
21680
21681 2011-08-25 Deniz Dogan <deniz@dogan.se>
21682
21683 * net/quickurl.el: Documentation typo fixes.
21684
21685 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
21686
21687 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
21688
21689 2011-08-25 Glenn Morris <rgm@gnu.org>
21690
21691 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
21692
21693 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
21694 (smtpmail-via-smtp): Handle nil response from smtp.
21695
21696 2011-08-24 Juri Linkov <juri@jurta.org>
21697
21698 * proced.el (proced-marked): Inherit from `error' instead of
21699 `font-lock-warning-face'.
21700
21701 * ibuffer.el (ibuffer-marked-face): Change default face from
21702 `font-lock-warning-face' to `warning'.
21703 (ibuffer-deletion-face): Change default face from
21704 `font-lock-type-face' to `error'.
21705
21706 * battery.el (battery-update): Use the face `error' instead of
21707 `font-lock-warning-face' (bug#6117).
21708
21709 2011-08-24 Juri Linkov <juri@jurta.org>
21710
21711 * faces.el (success): Change face color from "Green3" to
21712 "ForestGreen" on light background (bug#9353).
21713
21714 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
21715
21716 * window.el (quit-window): Rename from quit-restore-window.
21717 Use same arglist as old quit-window.
21718 (frame-auto-delete): Doc fix.
21719
21720 * view.el (view-mode-exit): Use quit-window.
21721
21722 2011-08-24 Juri Linkov <juri@jurta.org>
21723
21724 * isearch.el (isearch-ring-adjust1): Start visiting previous
21725 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
21726 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
21727 for empty search string (when the last search string is reused
21728 automatically) to adjust the isearch ring to the last element and
21729 prepare the correct index for further M-p commands (bug#9185).
21730
21731 2011-08-24 Kenichi Handa <handa@m17n.org>
21732
21733 * international/ucs-normalize.el: If decomposition property of
21734 CHAR is the default one (i.e. a list of CHAR itself), treat it as
21735 nil.
21736 (nfd, nfkd): Likewise.
21737
21738 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
21739
21740 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
21741 from process filters aren't reliably transmitted to the surrounding
21742 accept-process-output.
21743 (mpc-proc-check): New function.
21744 (mpc-proc-sync): Use it (bug#8293)
21745
21746 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
21747
21748 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
21749 Add compatibility functions (bug#9313).
21750
21751 2011-08-23 Eli Zaretskii <eliz@gnu.org>
21752
21753 * cus-start.el (all): Add entry for bidi-paragraph-direction.
21754
21755 * international/uni-bidi.el: Regenerate.
21756
21757 2011-08-23 Kenichi Handa <handa@m17n.org>
21758
21759 * international/charprop.el:
21760 * international/uni-bidi.el:
21761 * international/uni-category.el:
21762 * international/uni-combining.el:
21763 * international/uni-comment.el:
21764 * international/uni-decimal.el:
21765 * international/uni-decomposition.el:
21766 * international/uni-digit.el:
21767 * international/uni-lowercase.el:
21768 * international/uni-mirrored.el:
21769 * international/uni-name.el:
21770 * international/uni-numeric.el:
21771 * international/uni-old-name.el:
21772 * international/uni-titlecase.el:
21773 * international/uni-uppercase.el: Regenerate.
21774
21775 2011-08-23 Martin Rudalics <rudalics@gmx.at>
21776
21777 * help.el (help-window-setup): Fix message displayed when other
21778 window is reused. (Bug#9341)
21779
21780 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
21781
21782 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
21783 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
21784
21785 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
21786 Mark obsolete.
21787 * shell.el (shell-parse-pcomplete-arguments): New function.
21788 (shell-completion-vars): Use it instead (bug#9160).
21789
21790 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
21791
21792 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
21793 strings and comments (bug#9333).
21794
21795 * emacs-lisp/debug.el (debug-arglist): New function.
21796 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
21797 (debug-on-entry-1): Handle interpreted closures (bug#9120).
21798
21799 2011-08-22 Juri Linkov <juri@jurta.org>
21800
21801 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21802 Revert regexp that highlights output switches to its old
21803 pre-2010-10-28 value and remove one `?' from it (bug#9319).
21804
21805 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
21806 to check for empty output (bug#9226).
21807
21808 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
21809
21810 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
21811 symbol-constituent as the default, as that stops font-lock from
21812 working properly (Bug#8843).
21813
21814 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21815
21816 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
21817 `coding-system-for-*' around the process open call to avoid
21818 auth-source side effects.
21819 (smtpmail-try-auth-methods): Expand the secret password.
21820 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
21821 probe hangs.
21822
21823 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
21824
21825 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
21826
21827 * emacs-lisp/find-func.el (find-function-noselect): New arg
21828 lisp-only.
21829
21830 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
21831 signal an error for built-in functions (Bug#6664).
21832
21833 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21834
21835 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
21836 (smtpmail-try-auth-methods): Use it.
21837
21838 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
21839
21840 * font-lock.el (font-lock-fontify-region)
21841 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
21842 (font-lock-default-unfontify-buffer)
21843 (font-lock-default-fontify-region)
21844 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
21845
21846 * progmodes/compile.el (compilation-error-properties):
21847 Fix confusion between file struct and message struct (Bug#9319).
21848 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
21849 `ant' regexp.
21850
21851 * net/browse-url.el (browse-url-firefox): Don't call
21852 browse-url-firefox-sentinel unless using -remote (Bug#9328).
21853
21854 2011-08-20 Glenn Morris <rgm@gnu.org>
21855
21856 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
21857
21858 * tutorial.el (tutorial--default-keys): Update some default bindings.
21859
21860 * files.el (hack-local-variables): Fully ignore case for "mode:".
21861
21862 2011-08-20 Alan Mackenzie <acm@muc.de>
21863
21864 Resolve invalid use of a regexp in regexp-opt.
21865
21866 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
21867 detection for a java annotation.
21868
21869 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
21870 detection for a java annotation.
21871
21872 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
21873 handling for java.
21874 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
21875
21876 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
21877
21878 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
21879 (Bug#9274).
21880
21881 2011-08-20 Alan Mackenzie <acm@muc.de>
21882
21883 Fontify CPP expressions correctly when starting in the middle of
21884 such a construct. Mainly for when jit-lock etc. starts a chunk
21885 here.
21886
21887 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
21888 variable.
21889 (c-make-font-lock-search-form): New function, extracted from
21890 c-make-font-lock-search-function.
21891 (c-make-font-lock-search-function): Use the above function.
21892 (c-make-font-lock-context-search-function): New function.
21893 (c-cpp-matchers): Enhance the preprocessor expression case with
21894 the above function
21895 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
21896 which takes an expression.
21897
21898 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
21899
21900 2011-08-20 Martin Rudalics <rudalics@gmx.at>
21901
21902 * window.el (display-buffer-reuse-window)
21903 (display-buffer-pop-up-window): Don't reuse or split a side
21904 window.
21905
21906 2011-08-19 Glenn Morris <rgm@gnu.org>
21907
21908 * files.el (hack-local-variables-prop-line, hack-local-variables):
21909 Downcase "Mode:". (Bug#9331)
21910
21911 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
21912
21913 * international/characters.el: Add L and R categories.
21914
21915 * subr.el (bidi-string-mark-left-to-right): Rename from
21916 string-mark-left-to-right. Use category search.
21917
21918 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
21919
21920 2011-08-18 Juri Linkov <juri@jurta.org>
21921
21922 * faces.el (error, warning, success): New faces with definitions
21923 copied from old default values of `font-lock-warning-face',
21924 `compilation-warning', `compilation-info' (bug#6117).
21925
21926 * font-lock.el (font-lock-warning-face): Inherit from `error'.
21927
21928 * progmodes/compile.el (compilation-error): Inherit from `error'.
21929 (compilation-warning): Inherit from `warning'.
21930 (compilation-info): Inherit from `success'.
21931
21932 * dired.el (dired-marked): Inherit from `warning'.
21933 (dired-flagged): Inherit from `error'.
21934
21935 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21936
21937 * mail/smtpmail.el (auth-source): Require to avoid problems with
21938 binding variables (bug#9298). Also clean up some unused
21939 autoloads.
21940
21941 * net/network-stream.el (network-stream-open-starttls):
21942 Support using starttls.el without using gnutls-cli.
21943
21944 2011-08-17 Juri Linkov <juri@jurta.org>
21945
21946 * progmodes/grep.el (rgrep): Handle the case when
21947 `grep-find-command' is a cons cell (bug#9278).
21948
21949 2011-08-17 Martin Rudalics <rudalics@gmx.at>
21950
21951 * window.el (display-buffer-pop-up-frame): Run frame creation
21952 function with BUFFER current (as special-display-popup-frame
21953 does). Reported by Drew Adams.
21954
21955 2011-08-17 Daiki Ueno <ueno@unixuser.org>
21956
21957 * epa-mail.el: Simplify GnuPG group expansion using
21958 epg-expand-group.
21959 (epa-mail-group-alist, epa-mail-group-modtime)
21960 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
21961 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
21962 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
21963 Remove.
21964
21965 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
21966
21967 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
21968
21969 2011-08-16 Alan Mackenzie <acm@muc.de>
21970
21971 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
21972 Correct, to avoid the inside of macros.
21973
21974 2011-08-16 Richard Stallman <rms@gnu.org>
21975
21976 * epa-mail.el: Handle GnuPG group definitions.
21977 (epa-mail-group-alist, epa-mail-group-modtime)
21978 (epa-mail-gnupg-conf-file): New variables.
21979 (epa-mail-parse-groups, epa-mail-sync-groups)
21980 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
21981 (epa-mail-expand-recipients): New functions.
21982 (epa-mail-encrypt): Call epa-mail-expand-recipients.
21983
21984 * mail/rmail.el (rmail-epa-decrypt): New command.
21985
21986 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
21987 Don't bind buffer-read-only, just inhibit-read-only.
21988 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
21989 (epa-decrypt-armor-in-region): Make error message clearer.
21990
21991 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
21992
21993 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
21994 and "a2b" to "ab" for `prefix'.
21995
21996 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
21997
21998 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
21999 filter groups.
22000 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
22001 Fourquet (Bug#8804).
22002
22003 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
22004
22005 * startup.el (argi): Declare as global variable (bug#9275).
22006
22007 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
22008
22009 * subr.el (string-mark-left-to-right): Search the entire string
22010 for RTL script, not just the terminating character. Doc fix.
22011
22012 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
22013
22014 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
22015 New function.
22016 (js--regexp-literal, js-syntax-propertize-function): Remove.
22017 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
22018 (js-mode-map): Don't rebind electric keys.
22019 (js-insert-and-indent): Remove.
22020 (js-mode): Setup electric-layout and electric-indent instead.
22021
22022 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
22023
22024 2011-08-12 Daiki Ueno <ueno@unixuser.org>
22025
22026 * epa.el (epa-progress-callback-function): Fix the logic of
22027 displaying progress.
22028 * epa-file.el (epa-file-insert-file-contents): Make progress
22029 display more user-friendly.
22030 (epa-file-write-region): Ditto.
22031
22032 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
22033
22034 * subr.el (string-mark-left-to-right): New function.
22035
22036 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
22037 Use string-mark-left-to-right.
22038 (list-buffers-noselect): Caller changed.
22039
22040 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
22041 Use string-mark-left-to-right.
22042 (tabulated-list-print): Recenter after moving point.
22043
22044 2011-08-10 Juri Linkov <juri@jurta.org>
22045
22046 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
22047 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
22048 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
22049
22050 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
22051
22052 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
22053 (Bug#7554).
22054
22055 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
22056
22057 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
22058 character. (Bug#6594)
22059
22060 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
22061
22062 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
22063 (image-dired--with-db-file): New macro.
22064 (image-dired-write-tags, image-dired-remove-tag)
22065 (image-dired-create-gallery-lists, image-dired-write-comments)
22066 (image-dired-get-comment, image-dired-mark-tagged-files)
22067 (image-dired-list-tags, image-dired-gallery-generate): Use it.
22068 (image-dired-gallery-generate): Use insert-file-contents.
22069
22070 * time.el (display-time-world-list, display-time-world-display):
22071 * time-stamp.el (time-stamp-string):
22072 * vc/add-log.el (add-change-log-entry): Use setenv instead of
22073 set-time-zone-rule (Bug#7337).
22074
22075 2011-08-08 Daiki Ueno <ueno@unixuser.org>
22076
22077 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
22078 (epg-error-to-string, epg-errors-to-string): New function.
22079 (epg-wait-for-completion): Reverse errors list.
22080 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
22081 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
22082 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
22083 (epg-sign-keys, epg-generate-key-from-file)
22084 (epg-generate-key-from-string): Format errors by using
22085 epg-errors-to-string (bug#9255).
22086 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
22087
22088 2011-08-07 Juri Linkov <juri@jurta.org>
22089
22090 * faces.el (list-faces-display): Remove extra angle bracket
22091 from `help-mode-map'.
22092
22093 * info.el (Info-history-toc-nodes): Doc fix.
22094
22095 * longlines.el (longlines-mode): Doc fix.
22096
22097 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
22098
22099 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
22100 of statements and in a few more cases (bug#9183).
22101
22102 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
22103 New functions.
22104 (cl-transform-lambda): Use them (bug#9239).
22105
22106 2011-08-05 Martin Rudalics <rudalics@gmx.at>
22107
22108 * window.el (display-buffer-same-window)
22109 (display-buffer-same-frame, display-buffer-other-window)
22110 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22111 (pop-to-buffer-other-window)
22112 (pop-to-buffer-same-frame-other-window)
22113 (pop-to-buffer-other-frame): Make them defuns.
22114 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
22115
22116 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
22117
22118 * subr.el (make-composed-keymap): Move from C. Change calling
22119 convention, and improve docstring to bring attention to a subtle point.
22120 * minibuffer.el (completing-read-default): Adjust accordingly.
22121
22122 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
22123
22124 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
22125 (tramp-open-shell): Use `tramp-shell-quote-argument'.
22126
22127 * net/trampver.el: Update release number.
22128
22129 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
22130
22131 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
22132 "in" (bug#9190).
22133
22134 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22135
22136 * mail/sendmail.el (sendmail-query-once): Restore the current
22137 buffer after querying (bug#9074).
22138
22139 * dired.el (dired-flagged): Use different faces for marked and
22140 flagged files (bug#6117).
22141
22142 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
22143 (bug#4433).
22144
22145 * ido.el (ido-mode): Switch off the message if called
22146 non-interactively.
22147
22148 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
22149 before 587, since it appears that that's more likely to work for
22150 more people.
22151
22152 * cus-edit.el (custom-file): When running under emacs -q, always
22153 refuse to save the customizations, even if the .emacs file doesn't
22154 exist.
22155
22156 * info.el: Remove the `Info-beginning-of-buffer' function
22157 (bug#8325).
22158
22159 * net/network-stream.el (network-stream-open-starttls):
22160 Use `starttls-available-p' to see whether starttls.el can be used.
22161
22162 2011-08-01 Martin Rudalics <rudalics@gmx.at>
22163
22164 * window.el (display-buffer-in-window): Don't set dedicated status
22165 of window here (Bug#9215).
22166 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
22167 (display-buffer-pop-up-side-window)
22168 (display-buffer-in-side-window): Set dedicated status of window here.
22169
22170 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
22171
22172 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
22173 before binding generated-autoload-file.
22174
22175 2011-08-01 Deniz Dogan <deniz@dogan.se>
22176
22177 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
22178
22179 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
22180
22181 Sync with Tramp 2.2.2.
22182
22183 * net/trampver.el: Update release number.
22184
22185 2011-07-30 Juri Linkov <juri@jurta.org>
22186
22187 * dired-aux.el (dired-touch-initial): Remove function.
22188 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
22189 current time, and `default' to the last modification time of the
22190 current marked file (bug#6887).
22191
22192 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
22193
22194 * simple.el (goto-line): Use string-to-number to provide a
22195 numeric argument to read-number (bug#9163).
22196
22197 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
22198
22199 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
22200 connection process, it could be nil.
22201
22202 2011-07-27 Leo Liu <sdl.web@gmail.com>
22203
22204 Simplify url handling in rcirc-mode.
22205
22206 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
22207 (rcirc-browse-url-at-mouse): Remove.
22208 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
22209
22210 2011-07-26 Alan Mackenzie <acm@muc.de>
22211
22212 Fontify bitfield declarations properly.
22213
22214 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
22215 (c-symbol-chars): Now exported as a lang variable.
22216 (c-not-primitive-type-keywords): New lang variable.
22217
22218 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
22219 QT keyword "more" to prevent "more slots: ...." being spuriously
22220 parsed as a bitfield declaration.
22221
22222 * progmodes/cc-engine.el (c-beginning-of-statement-1):
22223 Refactor and enhance to handle bitfield declarations.
22224 (c-punctuation-in): New function.
22225 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
22226 declarations properly.
22227
22228 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
22229
22230 * calendar/icalendar.el (icalendar--all-events): Take care of
22231 multiple vcalendars in a single file.
22232 (icalendar--convert-float-to-ical): Checkdoc fixes.
22233
22234 2011-07-25 Deniz Dogan <deniz@dogan.se>
22235
22236 * image.el (insert-image): Clarifying docstring.
22237
22238 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
22239
22240 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
22241 `tramp-send-command-and-check' if there is no error.
22242 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
22243
22244 2011-07-22 Alan Mackenzie <acm@muc.de>
22245
22246 Prevent cc-langs.elc being loaded at run time.
22247
22248 * progmodes/cc-mode.el: Remove two autoload forms which loaded
22249 cc-langs.
22250
22251 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
22252 "(require 'cc-langs)". Quote a form so it will evaluate at
22253 (cc-mode's) compilation time.
22254
22255 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
22256
22257 * net/tramp.el (tramp-file-name-handler): Avoid recursive
22258 loading. (Bug#9114)
22259
22260 2011-07-21 Martin Rudalics <rudalics@gmx.at>
22261
22262 * window.el (display-buffer-pop-up-window)
22263 (display-buffer-pop-up-side-window)
22264 (display-buffer-in-side-window): Call display-buffer-set-height
22265 and display-buffer-set-width after setting the new window's
22266 buffer so `fit-window-to-buffer' and friends work on the right buffer.
22267
22268 2011-07-20 Sam Steingold <sds@gnu.org>
22269
22270 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
22271 (etags-tags-included-tables): Call `convert-standard-filename' on
22272 the file names contained in TAGS so that windows Emacs can handle
22273 TAGS files created by cygwin ctags.
22274
22275 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
22276
22277 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
22278 which apparently didn't work.
22279
22280 2011-07-19 Roland Winkler <winkler@gnu.org>
22281
22282 * proced.el (proced-send-signal): For *Marked Processes* buffer
22283 put point at beginning of buffer.
22284
22285 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
22286
22287 * proced.el (proced-format): Make header lines align with the text
22288 (bug#1779).
22289
22290 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
22291
22292 * view.el (view-buffer): Allow running in `special' modes if we're
22293 visiting a file (bug#8615).
22294
22295 2011-07-19 Martin Rudalics <rudalics@gmx.at>
22296
22297 * window.el (display-buffer-alist-of-strings-p)
22298 (display-buffer-alist-set-1, display-buffer-alist-set-2):
22299 New functions.
22300 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
22301 more accurately.
22302
22303 2011-07-18 Alan Mackenzie <acm@muc.de>
22304
22305 Fontify declarators properly when, e.g., a jit-lock chunk begins
22306 inside a declaration.
22307
22308 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
22309
22310 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
22311 New function.
22312 (c-complex-decl-matchers): Insert reference to
22313 c-font-lock-enclosing-decls.
22314
22315 * progmodes/cc-engine.el (c-backward-single-comment):
22316 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
22317 to nil around calls to (forward-comment -1).
22318
22319 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
22320
22321 * image.el (put-image): Doc typo fix.
22322
22323 * progmodes/etags.el (tags-search): Doc typo fix.
22324
22325 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
22326 password if we get errors 550 to 554.
22327
22328 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
22329
22330 * net/gnutls.el (gnutls-log-level): Remove.
22331
22332 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
22333 indentation character (bug#6380).
22334
22335 * files.el (buffer-offer-save): Made permanently local (bug#6241).
22336
22337 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
22338 to clarify what the problem is (bug#4291).
22339
22340 * simple.el (current-kill): Clarify what
22341 `interprogram-paste-function' does (bug#7500).
22342 (auto-fill-mode): Document `auto-fill-function' in relation to
22343 `auto-fill-mode' (bug#2470).
22344
22345 2011-07-16 Lawrence Mitchell <wence@gmx.li>
22346
22347 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
22348 method if slot is read-only (bug#9035).
22349
22350 2011-07-16 Martin Rudalics <rudalics@gmx.at>
22351
22352 * frame.el (select-frame-set-input-focus): New argument NORECORD.
22353 * window.el (pop-to-buffer): Select window used even if it was
22354 selected before, see discussion of (Bug#8615), (Bug#6954).
22355 Pass argument NORECORD on to select-frame-set-input-focus.
22356
22357 2011-07-15 Glenn Morris <rgm@gnu.org>
22358
22359 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
22360 Respect help-form.
22361
22362 2011-07-09 Lawrence Mitchell <wence@gmx.li>
22363
22364 * net/gnutls.el (gnutls-min-prime-bits): New variable.
22365 (gnutls-negotiate): Use it.
22366
22367 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22368
22369 * net/gnutls.el (gnutls-negotiate):
22370 Upcase `gnutls-algorithm-priority'.
22371
22372 2011-07-15 Glenn Morris <rgm@gnu.org>
22373
22374 * jka-compr.el (jka-compr-verbose): Move from here...
22375 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
22376 Add missing :version tag.
22377 * info.el: No need to require jka-compr when compiling.
22378
22379 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22380
22381 * net/gnutls.el (gnutls-algorithm-priority): New variable.
22382 (gnutls-negotiate): Use it.
22383
22384 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
22385
22386 * info.el (Info-beginning-of-buffer): New command.
22387 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
22388 announcing `b' as the key (bug#8325).
22389 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
22390
22391 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
22392
22393 * international/mule-cmds.el
22394 (describe-specified-language-support): Make the error message
22395 clearer (bug#8905).
22396
22397 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
22398
22399 * isearch.el (isearch-barrier): Add a doc string, since it's
22400 mentioned in a function doc string (bug#8678).
22401
22402 2011-07-15 Martin Rudalics <rudalics@gmx.at>
22403
22404 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
22405 buffer argument (Bug#9083) and self-identifying label argument.
22406
22407 2011-07-15 Glenn Morris <rgm@gnu.org>
22408
22409 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
22410
22411 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
22412
22413 * man.el (Man-fontify-manpage): Fix message when formatting the
22414 man page (bug#7929).
22415
22416 2011-07-14 Eli Zaretskii <eliz@gnu.org>
22417
22418 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
22419 argument LRM; if non-nil, append an invisible LRM character to the
22420 buffer name.
22421 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
22422 last argument non-nil, when formatting buffer names.
22423 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
22424 paragraph direction.
22425
22426 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
22427
22428 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
22429 the man page name (bug#7929).
22430
22431 * image.el (put-image): Mention the `put-image' overlay property
22432 (bug#7834).
22433
22434 * scroll-bar.el (set-scroll-bar-mode): Mention that
22435 `scroll-bar-mode' lists the values (bug#7772).
22436
22437 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
22438 command (bug#7729).
22439
22440 * rect.el (apply-on-rectangle): Return the point after the last
22441 operation.
22442 (string-rectangle): Go to the point after the last operation
22443 (bug#7522).
22444
22445 * printing.el (pr-toggle-region): Clarify the documentation
22446 slightly (bug#7493).
22447
22448 * time.el (display-time-update):
22449 Allow `display-time-mail-function' to return nil (bug#7158).
22450 Fix suggested by Detlev Zundel.
22451
22452 * vc/diff.el (diff): Clarify the order the file names are read
22453 (bug#7111).
22454
22455 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
22456 the doc string (bug#7015).
22457
22458 * font-lock.el (font-lock-maximum-decoration): Mention what
22459 numeric levels mean (bug#6935).
22460
22461 * startup.el (initial-buffer-choice): Don't mention the `none'
22462 selection, which is against policy.
22463
22464 2011-07-14 Martin Rudalics <rudalics@gmx.at>
22465
22466 * window.el (display-buffer-normalize-special):
22467 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
22468
22469 2011-07-14 Eli Zaretskii <eliz@gnu.org>
22470
22471 * subr.el (version<, version<=, version=): Mention "-CVS" and
22472 "-12345" alpha version numbers.
22473
22474 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
22475
22476 * bindings.el: Add advertised binding for set-mark-command
22477 (Bug#5772).
22478
22479 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
22480
22481 * bindings.el (mode-line-other-buffer):
22482 * bookmark.el (bookmark-bmenu-2-window):
22483 * bs.el (bs-cycle-next, bs-cycle-previous):
22484 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
22485 switch-to-buffer.
22486
22487 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
22488 Delete.
22489
22490 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
22491
22492 * follow.el (follow-debug-message, follow-redisplay):
22493 * jka-cmpr-hook.el (with-auto-compression-mode):
22494 Fix typos in docstrings.
22495
22496 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22497
22498 * subr.el (with-silent-modifications): Clarify somewhat what the
22499 macro inhibits (bug#6525).
22500
22501 * simple.el (eval-expression): Note what it does if called
22502 interactively (bug#6495).
22503
22504 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
22505
22506 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
22507 Use pop-to-buffer buffer-or-name if it is nil.
22508
22509 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
22510 Remove switch-to-buffer.
22511
22512 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22513
22514 * files.el (make-directory): Clarify that an error will be raised
22515 if there's an error (bug#6397).
22516
22517 * startup.el (initial-buffer-choice): Add `none' as a choice
22518 (bug#6234).
22519
22520 * subr.el (add-hook): Clarify section about buffer-local hooks
22521 (bug#6218).
22522
22523 * dired.el (dired-flagged): Clarify doc string (bug#6117).
22524
22525 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
22526
22527 * tabify.el (untabify): Preserve the current column so that point
22528 doesn't move (bug#6032).
22529
22530 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22531
22532 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
22533 Rewrite to avoid awkward possessive "s" (bug#5986).
22534
22535 2011-07-13 Glenn Morris <rgm@gnu.org>
22536
22537 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
22538 (dired-insert-directory): Give a message the first time
22539 if ls is found not to support --dired.
22540
22541 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22542
22543 * simple.el (toggle-truncate-lines): Clarify what is toggled
22544 (bug#5580). Text by Drew Adams.
22545
22546 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
22547
22548 * simple.el (blink-matching-open): Make the error message from the
22549 last change less verbose.
22550
22551 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
22552
22553 * font-lock.el (font-lock-comment-face): Use the high contrast
22554 "yellow" color for font-lock-comment-face on low color terminals
22555 using a dark background color (bug#4221).
22556
22557 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22558
22559 * dired.el (dired-insert-set-properties): Make the doc string
22560 reflect what it does now (bug#5325).
22561
22562 * simple.el (blink-matching-open): Say that we were unable to find
22563 the match within the limit, if we're limited (bug#5122).
22564
22565 * international/mule-cmds.el (prefer-coding-system): Add an
22566 example (bug#4869).
22567
22568 * progmodes/etags.el (tags-search): Document `file-list-form'
22569 (bug#4731).
22570
22571 2011-07-13 Lawrence Mitchell <wence@gmx.li>
22572
22573 * net/browse-url.el (browse-url-default-browser)
22574 (browse-url-browser-function): Make the default browser choice a
22575 bit more logical (bug#4300). Also clean up the doc string.
22576
22577 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
22578
22579 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
22580 binary endings (bug#4440).
22581
22582 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22583
22584 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
22585 which can be pretty annoying (bug#8971).
22586
22587 * jka-compr.el (jka-compr-verbose): New variable, and use
22588 throughout (bug#8971).
22589
22590 * info.el (Info-find-file): Fall back on the installation
22591 directory if we can't find the info node anywhere else.
22592
22593 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
22594
22595 * vc/vc.el (vc-revert-file):
22596 Don't set file time-stamp in the past. (Bug#5181)
22597
22598 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22599
22600 * files.el (after-find-file): Give a better error message when
22601 trying to find a symlink that points to a file that doesn't exist
22602 (bug#4398).
22603
22604 * progmodes/cc-vars.el: Remove (probably) misleading comment
22605 (bug#4396).
22606
22607 2011-07-12 Johan Bockgård <bojohan@gnu.org>
22608
22609 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
22610
22611 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
22612
22613 * mouse-sel.el: Hack restoring functionality, while keeping
22614 compatibility with 2010-07-03 changes to mouse selection.
22615 (mouse-sel-primary-overlay): New var.
22616 (mouse-sel-selection-alist): Use it.
22617 (mouse-sel-mode): Doc fix; remove points that are default features
22618 of mouse.el.
22619
22620 2011-07-12 Johan Bockgård <bojohan@gnu.org>
22621
22622 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22623 Fix previous fix (bug#2490).
22624
22625 2011-07-12 Roland Winkler <winkler@gnu.org>
22626
22627 * textmodes/bibtex.el (bibtex-initialize):
22628 Use pop-to-buffer-same-window.
22629 (bibtex-search-entries): Fix interactive call.
22630
22631 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22632
22633 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22634 Fontise bytecomp Error lines more correctly (bug#2490).
22635 Fix suggested by Johan Bockgård.
22636
22637 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
22638
22639 * dired-x.el (dired-guess-default): Use `delete-dups'.
22640
22641 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
22642
22643 * dired.el (dired-mark-prompt):
22644 * dired-aux.el (dired-read-shell-command): Doc fix.
22645
22646 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
22647
22648 * mail/sendmail.el (sendmail-query-once):
22649 Use `customize-save-variable' unconditionally, now that it works under
22650 emacs -Q.
22651
22652 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
22653
22654 * cus-edit.el (custom-file): Take an optional no-error variable.
22655 (customize-save-variable): Set the variable, and give a warning if
22656 running under "emacs -q".
22657
22658 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
22659
22660 * loadhist.el (unload-feature-special-hooks):
22661 Add `auto-coding-functions', `fill-nobreak-predicate' and
22662 `find-directory-functions' (bug#5327).
22663
22664 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
22665
22666 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
22667
22668 * cus-edit.el (custom-guess-name-alist): -alist variables should
22669 use the `alist' type (bug#3120). Suggested by Drew Adams.
22670
22671 * printing.el: Add documentation to all the `pr-toggle-' commands.
22672
22673 2011-07-11 Leo Liu <sdl.web@gmail.com>
22674
22675 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
22676 backends where it makes sense (bug#2623).
22677
22678 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
22679
22680 * dired-x.el (dired-guess-default): Remove duplicate shell command
22681 entries (bug#2028).
22682 (dired-guess-default): Fix grammar in doc string (bug#2028).
22683 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
22684
22685 * subr.el (remove-duplicates): New conveniency function.
22686
22687 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
22688
22689 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
22690 (bug#1526).
22691
22692 2011-07-10 Martin Rudalics <rudalics@gmx.at>
22693
22694 * window.el (display-buffer-normalize-default): Don't invert
22695 meaning of even-window-heights. Reported by Eli Zaretskii
22696 <eliz@gnu.org>.
22697
22698 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
22699
22700 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
22701
22702 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
22703
22704 * window.el (display-buffer): Fix arguments to
22705 display-buffer-reuse-window in last change.
22706
22707 * faces.el (link): Use a less saturated blue on light backgrounds.
22708
22709 * startup.el (fancy-startup-text, fancy-about-text)
22710 (fancy-startup-tail): Use font-lock faces, for background safety.
22711
22712 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
22713
22714 * emulation/viper-cmd.el (viper-change-state-to-vi):
22715 Limit triggering of abbrev expansion (Bug#9038).
22716
22717 2011-07-09 Martin Rudalics <rudalics@gmx.at>
22718
22719 * window.el (display-buffer-default-specifiers): Remove.
22720 (display-buffer-macro-specifiers): Remove default specifiers.
22721 (display-buffer-alist): Default to nil.
22722 (display-buffer-reuse-window): New optional argument other-window.
22723 (display-buffer-pop-up-window): Allow splitting internal
22724 windows. Check whether a live window was created.
22725 (display-buffer-other-window-means-other-frame)
22726 (display-buffer-normalize-arguments): Rename to
22727 display-buffer-normalize-argument and rewrite. Set the
22728 other-window specifier.
22729 (display-buffer-normalize-special): New function.
22730 (display-buffer-normalize-options): Rename to
22731 display-buffer-normalize-default and rewrite.
22732 (display-buffer-normalize-options-inhibit): Remove.
22733 (display-buffer-normalize-specifiers): Rewrite.
22734 (display-buffer): Process other-window specifier and call
22735 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
22736 more faithfully.
22737 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
22738 (display-buffer-alist-set): Don't handle 'unset default values.
22739 (display-buffer-in-window, display-buffer-alist-set):
22740 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
22741 <tassilo@member.fsf.org>.
22742
22743 2011-07-09 Leo Liu <sdl.web@gmail.com>
22744
22745 * register.el (insert-register): Restore accidental change on
22746 2011-06-26. (Bug#9028)
22747
22748 2011-07-09 Glenn Morris <rgm@gnu.org>
22749
22750 * subr.el (remq): Handle the empty list. (Bug#9024)
22751
22752 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
22753
22754 * mail/sendmail.el (send-mail-function): No longer delay custom
22755 initialization.
22756 * custom.el (custom-initialize-delay): Doc fix.
22757
22758 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
22759
22760 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
22761
22762 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
22763
22764 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
22765 human-friendly prompt.
22766
22767 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
22768
22769 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
22770 provided by a particular plugin.
22771
22772 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
22773
22774 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
22775 save customizations (with "emacs -Q"), just set the variable
22776 instead of erroring out.
22777
22778 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
22779
22780 2011-07-08 Juri Linkov <juri@jurta.org>
22781
22782 * arc-mode.el (archive-zip-expunge, archive-zip-update)
22783 (archive-zip-update-case): Use 7z if found by `executable-find'.
22784 The order of searching the available programs is the same as in
22785 `archive-zip-extract' (bug#8968).
22786
22787 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
22788
22789 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
22790 (menu-bar-options-menu): Tweak descriptions.
22791
22792 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
22793
22794 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
22795 menu items into verb phrases (bug#1421). Also refill to fit under
22796 80 columns.
22797
22798 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
22799
22800 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
22801 (Info-read-node-name): Doc fix (Bug#1084).
22802
22803 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
22804 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
22805 (end-of-sexp, beginning-of-sexp)
22806 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
22807 (forward-symbol, forward-same-syntax, word-at-point)
22808 (sentence-at-point): Doc fix (Bug#1144).
22809
22810 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
22811
22812 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
22813 should cover it (bug#1281).
22814
22815 * cus-edit.el (custom-show): Mark as obsolete.
22816
22817 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
22818 negotiation fails, then possibly try again with a non-encrypted
22819 connection (bug#9017).
22820
22821 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
22822 be used.
22823
22824 2011-07-07 Richard Stallman <rms@gnu.org>
22825
22826 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
22827 property, and handle its changed format.
22828 Look for the correct line number.
22829 Use file's line contents (but not past first =) to find
22830 correct line in message.
22831
22832 2011-07-07 Kenichi Handa <handa@m17n.org>
22833
22834 * international/characters.el (build-unicode-category-table):
22835 Delete it.
22836 (unicode-category-table): Set it by unicode-property-table-internal.
22837
22838 * international/mule-cmds.el (char-code-property-alist): Move to
22839 to src/chartab.c.
22840 (get-char-code-property): Call unicode-property-table-internal to
22841 load a file. Call get-unicode-property-internal where necessary.
22842 (put-char-code-property): Call unicode-property-table-internal to
22843 load a file. Call put-unicode-property-internal where necessary.
22844 put-unicode-property-internal where necessary.
22845 (char-code-property-description):
22846 Call unicode-property-table-internal to load a file.
22847
22848 * international/charprop.el:
22849 * international/uni-bidi.el:
22850 * international/uni-category.el:
22851 * international/uni-combining.el:
22852 * international/uni-comment.el:
22853 * international/uni-decimal.el:
22854 * international/uni-decomposition.el:
22855 * international/uni-digit.el:
22856 * international/uni-lowercase.el:
22857 * international/uni-mirrored.el:
22858 * international/uni-name.el:
22859 * international/uni-numeric.el:
22860 * international/uni-old-name.el:
22861 * international/uni-titlecase.el:
22862 * international/uni-uppercase.el: Regenerate.
22863
22864 * loadup.el: Load international/charprop.el before
22865 international/characters.
22866
22867 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
22868
22869 * window.el (next-buffer, previous-buffer): Signal an error if
22870 called from a minibuffer window.
22871
22872 * bindings.el: Revert 2011-07-04 change.
22873
22874 2011-07-06 Richard Stallman <rms@gnu.org>
22875
22876 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
22877 (rmail-mime-insert-bulk, rmail-mime-insert-text):
22878 Treat markers like ints.
22879 (rmail-mime-entity): Doc fix.
22880
22881 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
22882
22883 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
22884 defcustom again for backwards compatibility.
22885
22886 * simple.el (shell-command-on-region): Fill.
22887
22888 * dired-aux.el (dired-kill-line): Add a doc string.
22889
22890 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
22891 to "\\sw\\|\\s_" (bug#358).
22892
22893 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
22894 (dired-unmark-backward): Ditto.
22895 (dired-flag-backup-files): Ditto.
22896
22897 * dired-x.el (dired-mark-sexp): Ditto.
22898
22899 2011-07-06 Richard Stallman <rms@gnu.org>
22900
22901 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
22902 (rmail-mime-entity): New arg TRUNCATED.
22903 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
22904 New functions.
22905 (rmail-mime-save): Warn if entity is truncated.
22906 (rmail-mime-toggle-hidden): Likewise, for showing.
22907 (rmail-mime-process-multipart): Record when an entity is truncated.
22908
22909 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
22910 if ENTITY is a string.
22911
22912 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
22913
22914 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
22915 of faces when `M-C-x'-ing their definitions (bug#8378).
22916 Also clean up the code slightly.
22917
22918 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
22919 because that makes the colors go away.
22920
22921 * mail/sendmail.el (send-mail-function): Change the default to
22922 `sendmail-query-once'.
22923 (sendmail-query-once): Add an autoload cookie.
22924
22925 * net/network-stream.el (network-stream-open-starttls): Try using
22926 a plain connection even if the server offered STARTTLS, and we
22927 kinda wanted to use it, if Emacs doesn't have any STARTTLS
22928 capability. This should make smtpmail.el work in slightly more
22929 configurations.
22930
22931 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
22932
22933 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
22934 New defun.
22935 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
22936
22937 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
22938
22939 * progmodes/sql.el: Version 3.0
22940 (sql-product-alist): Add product :completion-object,
22941 :completion-column, and :statement attributes.
22942 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
22943 (sql-mode-syntax-table): Mark all punctuation.
22944 (sql-font-lock-keywords-builder): Temporarily remove fallback on
22945 ansi keywords.
22946 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
22947 (sql-mode-oracle-font-lock-keywords): Improve.
22948 (sql-oracle-show-reserved-words): New function for development.
22949 (sql-product-font-lock): Simplify for source code buffers.
22950 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
22951 New functions.
22952 (sql-highlight-product): Set product specific syntax table.
22953 (sql-mode-map): Add statement movement functions.
22954 (sql-ansi-statement-starters, sql-oracle-statement-starters):
22955 New variable.
22956 (sql-statement-regexp, sql-beginning-of-statement)
22957 (sql-end-of-statement, sql-signum): New functions.
22958 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
22959 (sql-show-sqli-buffer): Bug fix.
22960 (sql-interactive-mode): Store connection data as buffer local.
22961 (sql-connect): Add NEW-NAME parameter. Redesign interaction
22962 with sql-interactive-mode.
22963 (sql-save-connection): Save buffer local settings.
22964 (sql-connection-menu-filter): Change menu entry name.
22965 (sql-product-interactive): Bug fix.
22966 (sql-preoutput-hold): New variable.
22967 (sql-interactive-remove-continuation-prompt): Bug fixes.
22968 (sql-debug-redirect): New variable.
22969 (sql-str-literal): New function.
22970 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
22971 Redesign.
22972 (sql-oracle-save-settings, sql-oracle-restore-settings)
22973 (sql-oracle-list-all, sql-oracle-list-table): New functions.
22974 (sql-completion-object, sql-completion-column)
22975 (sql-completion-sqlbuf): New variables.
22976 (sql-build-completions-1, sql-build-completions)
22977 (sql-try-completion): New functions.
22978 (sql-read-table-name): Use them.
22979 (sql-contains-names): New buffer local variable.
22980 (sql-list-all, sql-list-table): Use it.
22981 (sql-oracle-completion-types): New variable.
22982 (sql-oracle-completion-object, sql-sqlite-completion-object)
22983 (sql-postgres-completion-object): New functions.
22984
22985 2011-07-06 Glenn Morris <rgm@gnu.org>
22986
22987 * window.el (pop-to-buffer): Doc fix.
22988
22989 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
22990
22991 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
22992
22993 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
22994
22995 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
22996
22997 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
22998
22999 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
23000
23001 * button.el (button): Inherit from link face. Suggested by Dan
23002 Nicolaescu.
23003
23004 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
23005
23006 * progmodes/gdb-mi.el: Fit in 80 columns.
23007 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
23008 switch-to-buffer.
23009
23010 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
23011 if imenu is simply not configured (bug#8941).
23012
23013 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
23014
23015 * allout.el (allout-post-undo-hook): New allout outline-change
23016 event hook to signal undo activity.
23017 (allout-post-command-business): Run allout-post-undo-hook if an
23018 undo just occurred.
23019 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
23020 * allout-widgets.el (allout-widgets-after-undo-function):
23021 Ensure the integrity of the current item's decoration after it has been
23022 in the vicinity of an undo.
23023 (allout-widgets-mode): Include allout-widgets-after-undo-function
23024 on the new allout-post-undo-hook.
23025
23026 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
23027
23028 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
23029 Let define-derived-mode define it.
23030 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
23031 cycles of abbrev-table inheritance (bug#8998).
23032
23033 2011-07-05 Roland Winkler <winkler@gnu.org>
23034
23035 * textmodes/bibtex.el: Add support for biblatex.
23036 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
23037 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
23038 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
23039 (bibtex-entry-alist, bibtex-field-alist): New variables.
23040 (bibtex-entry-field-alist): Obsolete alias for
23041 bibtex-BibTeX-entry-alist.
23042 (bibtex-entry-alist, bibtex-field-alist): New widgets.
23043 (bibtex-set-dialect): New command.
23044 (bibtex-entry-type, bibtex-entry-head)
23045 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
23046 Bind via bibtex-set-dialect.
23047 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
23048 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
23049 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
23050 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
23051 Define via bibtex-set-dialect.
23052 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
23053 Obey bibtex-no-opt-remove-re.
23054 (bibtex-vec-push, bibtex-vec-incr): New functions.
23055 (bibtex-format-entry, bibtex-field-list)
23056 (bibtex-print-help-message, bibtex-validate)
23057 (bibtex-search-entries): Use new format of bibtex-entry-alist.
23058
23059 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
23060
23061 * progmodes/compile.el (compilation-goto-locus):
23062 * net/tramp-cmds.el (tramp-append-tramp-buffers):
23063 * bs.el (bs-cycle-next, bs-cycle-previous):
23064 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
23065 * bindings.el (mode-line-other-buffer):
23066 * autoinsert.el (auto-insert):
23067 * arc-mode.el (archive-extract):
23068 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
23069
23070 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
23071
23072 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
23073 Fix check of `emacs-lock-unlockable-modes'.
23074 Coerce true values of `emacs-lock--try-unlocking' to t.
23075
23076 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
23077
23078 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
23079 * emacs-lock.el: New file.
23080
23081 2011-07-05 Julien Danjou <julien@danjou.info>
23082
23083 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
23084 than `boundp' to check if face is set.
23085
23086 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
23087
23088 * register.el (registerv-make):
23089 * window.el (window-min-height): Fix typos in docstrings.
23090
23091 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
23092
23093 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
23094 Update doc string.
23095
23096 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
23097
23098 * server.el (server-execute): Catch quit and call
23099 `server-return-error' to pass the error back to emacsclient and
23100 close the connection (bug#8942).
23101
23102 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
23103
23104 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
23105 insecure exception for current topic. Also note that auto-saves
23106 are handled differently.
23107
23108 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
23109 State variables for tracking auto-save inhibition situation.
23110
23111 (allout-write-contents-hook-handler): Rename from
23112 'allout-write-file-hook-handler', and describe how it depends on
23113 write-contents-functions sensitivity to non-nil value to prevent
23114 file write.
23115
23116 (allout-auto-save-hook-handler): Remove. auto-save does not check
23117 this in individual buffers, only in the starting buffer, so this
23118 is not the right way for us to inhibit auto-save in a buffer
23119 according to its condition.
23120
23121 (allout-mode): Use new allout-write-contents-hook-handler, and
23122 only with write-contents-functions. Remove auto-save provisions -
23123 they're implemented elsewhere.
23124
23125 (allout-before-change-handler): If undo is in progress, note that
23126 for attention of allout-post-command-business.
23127
23128 (allout-post-command-business): If the command we're following was
23129 an undo, check for change in the status of encrypted items and
23130 adjust auto-save inhibitions accordingly.
23131
23132 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
23133 according to whether there are or aren't any plain-text topics
23134 pending encryption.
23135
23136 (allout-inhibit-auto-save-info-for-decryption):
23137 Adjust buffer-saved-size and some allout state to inhibit auto-saves
23138 if there are plain-text topics pending encryption.
23139
23140 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
23141 buffer-saved-size and some allout state to not inhibit auto-saves
23142 if there are no longer any plain-text topics pending encryption.
23143
23144 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
23145 No longer provide for exemption of the current topic.
23146
23147 2011-07-04 Juri Linkov <juri@jurta.org>
23148
23149 Add 7z operations to delete and save changed members (bug#8968).
23150 * arc-mode.el (archive-7z-expunge, archive-7z-update):
23151 New defcustoms.
23152 (archive-7z-write-file-member): New function.
23153 (archive-7z-summarize): Fix the number of dashes in the
23154 listing output.
23155
23156 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
23157
23158 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
23159 (bug#8958).
23160
23161 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
23162
23163 * bindings.el: Ignore next-buffer and previous-buffer in
23164 minibuffer-local-map.
23165
23166 * font-lock.el (font-lock-builtin-face): Change light background
23167 color to dark slate blue (Bug#6693).
23168
23169 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
23170
23171 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
23172
23173 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
23174
23175 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
23176 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
23177 Add switch-to-buffer.
23178
23179 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23180
23181 * isearch.el (isearch-search-fun-function): Clarify further the
23182 meaning of the function returned.
23183
23184 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
23185
23186 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
23187
23188 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
23189 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
23190 Use it.
23191 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
23192 `tramp-default-remote-path' does not exist.
23193 (tramp-send-command-and-read): New optional argument NOERROR.
23194 (tramp-open-connection-setup-interactive-shell)
23195 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
23196 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
23197 (tramp-process-sentinel): Flush also process' connection property.
23198 (tramp-sh-handle-start-file-process): Do not set process
23199 sentinel. It is done now ...
23200 (tramp-maybe-open-connection): ... here. (Bug#8929)
23201
23202 2011-07-04 MON KEY <monkey@sandpframing.com>
23203
23204 * play/animate.el (animate-string): Doc fixes and allow changing
23205 the buffer name (bug#5417).
23206
23207 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23208
23209 * play/animate.el (animation-buffer-name): Rename from *animate*.
23210
23211 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
23212
23213 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
23214 This is simpler and helps future-proof the code.
23215 (timer-until): Use time-subtract and float-time.
23216 (timer--time-less-p): Use time-less-p.
23217
23218 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
23219
23220 * type-break.el (timep): Use the value of `float-time' to avoid a
23221 byte-compiler warning.
23222
23223 * server.el (server-eval-and-print): Return any result, even nil.
23224
23225 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
23226
23227 * type-break.el: Accept time formats that the builtins accept.
23228 (timep, type-break-time-difference): Accept any format that
23229 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
23230 This is simpler and helps future-proof the code.
23231 (type-break-time-difference): Round rather than ignoring
23232 subseconds components.
23233
23234 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23235
23236 * info.el (Info-apropos-matches): Make non-interactive, since it
23237 doesn't seem to do anything useful as a command (bug#8829).
23238
23239 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
23240
23241 * frame.el (frame-background-mode, frame-set-background-mode):
23242 Move from faces.el.
23243 (frame-default-terminal-background): New function.
23244
23245 * custom.el (custom-push-theme): Don't record faces in `changed'
23246 theme; this doesn't work correctly for per-frame face settings.
23247 (disable-theme): Use face-set-after-frame-default to reset faces.
23248 (custom--frame-color-default): New function.
23249
23250 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23251
23252 * dired.el (dired-flagging-regexp): Remove unused variable
23253 (bug#8769).
23254
23255 2011-03-29 Kevin Ryde <user42@zip.com.au>
23256
23257 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23258 `perl-Test2' extend to match possible "fail #N" rep count
23259 (bug#8377).
23260
23261 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23262
23263 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
23264 `smtpmail-via-smtp' now returns the error instead of nil.
23265
23266 * isearch.el (isearch-search-fun-function): Clarify the doc string
23267 (bug#8101).
23268
23269 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
23270
23271 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
23272 unnecessary spaces (bug#8987).
23273
23274 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23275
23276 * net/network-stream.el (open-network-stream): Use the
23277 :end-of-capability command thoughout.
23278
23279 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
23280
23281 * net/network-stream.el (open-network-stream): Add the
23282 :end-of-capability command parameter, used by pop3.el.
23283
23284 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23285
23286 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
23287
23288 * fringe.el (fringe-query-style): Remove redundant text " (type ?
23289 for list)" (bug#6475).
23290
23291 * files.el (file-expand-wildcards): Ignore non-readable
23292 sub-directories while trying to find matches instead of signaling
23293 an error (bug#6297).
23294
23295 * man.el (Man-reference-regexp): Allow matching possible
23296 word-wrapped references (bug#6289).
23297
23298 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
23299 for consistency with the other vc buffers (bug#6197).
23300 (vc-checkin): Ditto.
23301
23302 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
23303
23304 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
23305
23306 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
23307
23308 * custom.el (defcustom): Clarify that :set is only used in the
23309 Customize user interface (bug#6089).
23310
23311 * progmodes/flymake.el (flymake-mode): If the buffer isn't
23312 associated with a file, refuse to run instead of erroring out
23313 (bug#6084).
23314
23315 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
23316 the doc string, since it appears that using `fill-column' always
23317 controls the width (bug#7845).
23318
23319 * simple.el (shell-command-on-region): Say where the error output
23320 went if `shell-command-default-error-buffer' is set (bug#6857).
23321
23322 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
23323
23324 * allout.el (allout-yank-processing): Adjust cursor position for
23325 backwards-deleted space.
23326
23327 (allout-rebullet-heading): Register changes with
23328 allout-exposure-changed-hook, so the modified topic is properly
23329 decorated.
23330
23331 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
23332
23333 * minibuffer.el (completion-in-region): Document PREDICATE
23334 (bug#7136).
23335
23336 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
23337 of keyword/argument pairs (bug#6904).
23338
23339 * replace.el (multi-occur):
23340 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
23341
23342 2011-07-02 Drew Adams <drew.adams@oracle.com>
23343
23344 * dired.el (dired-mark-if): Make the message about whether it's
23345 marking or unmarking clearer (bug#8523).
23346
23347 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
23348
23349 * disp-table.el (display-table-print-array): New function.
23350 (describe-display-table): Use it to print the vectors more pretty
23351 (Bug#8859).
23352
23353 2011-07-02 Martin Rudalics <rudalics@gmx.at>
23354
23355 * window.el (window-state-get-1): Don't assign clone numbers.
23356 Add clone-of item to list of window parameters.
23357 (window-state-put-2): Don't process clone numbers.
23358 (display-buffer-alist): Fix doc-string.
23359
23360 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
23361
23362 * subr.el (remq): Don't allocate if it's not needed.
23363 (keymap--menu-item-binding, keymap--menu-item-with-binding)
23364 (keymap--merge-bindings): New functions.
23365 (keymap-canonicalize): Use them to refine the canonicalization.
23366 * minibuffer.el (minibuffer-local-completion-map)
23367 (minibuffer-local-must-match-map): Move initialization from C.
23368 (minibuffer-local-filename-completion-map): Move initialization from C;
23369 don't inherit from anything here.
23370 (minibuffer-local-filename-must-match-map): Make obsolete.
23371 (completing-read-default): Use make-composed-keymap to combine
23372 minibuffer-local-filename-completion-map with either
23373 minibuffer-local-must-match-map or
23374 minibuffer-local-filename-completion-map.
23375
23376 2011-07-01 Glenn Morris <rgm@gnu.org>
23377
23378 * type-break.el (type-break-time-sum): Use dolist.
23379
23380 * textmodes/flyspell.el (flyspell-word-search-backward):
23381 Replace CL function.
23382
23383 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23384
23385 * mouse.el (mouse--strip-first-event): New function.
23386 (function-key-map): Use it to map fringe clicks to normal clicks
23387 by default.
23388
23389 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
23390 (vc-bzr-revision-completion-table): Add support for annotate and date.
23391
23392 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
23393 inherit from parent.
23394
23395 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23396
23397 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
23398 (dired-show-file-type): Doc fixup (bug#8818).
23399
23400 * dired.el (dired-mode): Fix up the doc string as suggested by
23401 Drew Adams (bug#8817).
23402
23403 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
23404 cookie, since the manual says that it should be possible to add
23405 this function to `find-file-hook' (bug#8709).
23406
23407 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
23408
23409 * progmodes/cfengine.el: Moved all cfengine3.el functionality
23410 here. Noted Ted Zlatanov as the maintainer.
23411 (cfengine-common-settings, cfengine-common-syntax): New functions
23412 to set up common things between `cfengine-mode' and
23413 `cfengine3-mode'.
23414 (cfengine3-mode): New mode.
23415 (cfengine3-defuns cfengine3-defuns-regex
23416 (cfengine3-class-selector-regex cfengine3-category-regex)
23417 (cfengine3-vartypes cfengine3-font-lock-keywords)
23418 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
23419 (cfengine3-indent-line): Add from cfengine3.el.
23420
23421 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
23422
23423 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
23424
23425 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
23426
23427 2011-07-01 Martin Rudalics <rudalics@gmx.at>
23428
23429 * window.el (same-window-buffer-names, same-window-regexps)
23430 (same-window-p, special-display-frame-alist)
23431 (special-display-popup-frame, special-display-function)
23432 (special-display-buffer-names, special-display-regexps)
23433 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
23434 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
23435 (split-window-preferred-function, split-height-threshold)
23436 (split-width-threshold, even-window-heights)
23437 (display-buffer-mark-dedicated, window-splittable-p)
23438 (split-window-sensibly, window-safely-shrinkable-p):
23439 Un-obsolete.
23440 (display-buffer): Don't spread args with function specifier
23441 because special-display-popup-frame won't like it.
23442
23443 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
23444
23445 Time-stamp simplifications and fixes.
23446 These improve accuracy slightly, and future-proof the code
23447 against some potential changes to current-time format.
23448
23449 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
23450 by using time-since and float-time.
23451
23452 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
23453 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
23454 + NNN microseconds".
23455
23456 * type-break.el (type-break-time-sum): Rewrite using time-add.
23457
23458 * play/hanoi.el (hanoi-current-time-float): Remove.
23459 All uses replaced by float-time.
23460
23461 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
23462 This yields a more-accurate answer.
23463 (rng-time-to-float): Remove; no longer needed.
23464
23465 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
23466
23467 * calendar/timeclock.el (timeclock-seconds-to-time):
23468 Defalias to seconds-to-time, since they're the same thing.
23469
23470 * emacs-lisp/elp.el (elp-elapsed-time):
23471 * emacs-lisp/benchmark.el (benchmark-elapse):
23472 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
23473
23474 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23475
23476 * window.el (bury-buffer): Don't iconify the only frame.
23477 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
23478 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
23479
23480 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
23481
23482 * eshell/em-smart.el (eshell-smart-display-navigate-list):
23483 Add mouse-yank-primary.
23484
23485 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
23486
23487 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
23488
23489 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23490
23491 * emacs-lisp/find-func.el (find-library--load-name): New fun.
23492 (find-library-name): Use it to find relative load names when provided
23493 absolute file name (bug#8803).
23494
23495 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
23496
23497 * textmodes/flyspell.el (flyspell-word): Consider words that
23498 differ only in case as potential doublons (bug#5687).
23499
23500 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
23501 Remove two rather uninteresting debugging-like messages to make
23502 debbugs.el more silent.
23503
23504 * comint.el (comint-password-prompt-regexp): Accept "Response" as
23505 a password-like phrase.
23506
23507 2011-06-30 Masatake YAMATO <yamato@redhat.com>
23508
23509 * progmodes/cc-guess.el: New file.
23510
23511 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
23512
23513 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
23514 derived from `c-basic-common-init'.
23515
23516 * progmodes/cc-mode.el (top-level): Require cc-guess.
23517 (c-basic-common-init): Use `cc-choose-style-for-mode'.
23518
23519 2011-06-30 Lawrence Mitchell <wence@gmx.li>
23520
23521 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
23522
23523 2011-06-30 Alan Mackenzie <acm@muc.de>
23524
23525 * progmodes/cc-engine.el (c-guess-continued-construct):
23526 Correct the handling of template-args-cont, particularly for when font
23527 lock is disabled. Name this case as "CASE G".
23528
23529 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
23530
23531 * allout.el (allout-yank-processing): Fix injection of extra space
23532 between bullet and non-whitespace character in first topic when
23533 pasting, ensuring that the actual spacing in the pasted topic
23534 following the bullet char is preserved. This extra space was
23535 causing pasted encrypted topics to get a decrypted status even
23536 when the content was actually still encrypted. Now the decryption
23537 status from before the paste is preserved.
23538
23539 (allout-flag-region): Set all allout overlays so they evaporate
23540 when reduced to zero length (evanescent), to prevent overlay
23541 leakage.
23542
23543 2011-06-30 Glenn Morris <rgm@gnu.org>
23544
23545 * w32-fns.el (w32-charset-info-alist): Declare.
23546
23547 * find-dired.el (find-grep-options): Simplify.
23548
23549 * term/ns-win.el (ns-set-resource): Declare.
23550
23551 * ses.el (row, col): Declare dynamic variables honestly.
23552
23553 * textmodes/reftex-parse.el (index-tags): Declare.
23554
23555 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
23556
23557 * cus-edit.el (customize-push-and-save): New function.
23558
23559 * files.el (hack-local-variables-confirm): Use it.
23560
23561 * custom.el (load-theme): New arg NO-CONFIRM.
23562 Use customize-push-and-save (Bug#8720).
23563 (custom-enabled-themes): Doc fix.
23564
23565 * cus-theme.el (customize-create-theme)
23566 (custom-theme-merge-theme): Callers to load-theme changed.
23567
23568 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
23569
23570 * thingatpt.el (thing-at-point-short-url-regexp): Require that
23571 short URLs have at least one dot in them (bug #7614).
23572
23573 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
23574 nil, because using a pty is apparently too slow (bug #895).
23575
23576 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
23577
23578 * mail/sendmail.el (sendmail-query-once): New function.
23579 (sendmail-query-once-function): New variable.
23580
23581 2011-06-29 Glenn Morris <rgm@gnu.org>
23582
23583 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
23584
23585 * ses.el (top-level): Require cl when compiling.
23586 (ses-set-localvars): Fix error statement.
23587 Call it at compile time to silence a storm of warnings.
23588
23589 2011-06-29 Martin Rudalics <rudalics@gmx.at>
23590
23591 * window.el (normalize-live-buffer): Rename to
23592 window-normalize-buffer.
23593 (normalize-live-frame): Rename to window-normalize-frame.
23594 (normalize-any-window): Rename to window-normalize-any-window.
23595 (normalize-live-window): Rename to window-normalize-live-window.
23596 (make-window-atom): Rename to window-make-atom.
23597 (window-resize-reset): Rename to window--resize-reset.
23598 (window-resize-reset-1): Rename to window--resize-reset-1.
23599 (resize-mini-window): Rename to window--resize-mini-window.
23600 (resize-subwindows-skip-p): Rename to
23601 window--resize-subwindows-skip-p.
23602 (resize-subwindows-normal): Rename to
23603 window--resize-subwindows-normal.
23604 (resize-subwindows): Rename to window--resize-subwindows.
23605 (resize-other-windows): Rename to window--resize-siblings.
23606 (resize-this-window): Rename to window--resize-this-window.
23607 (resize-root-window): Rename to window--resize-root-window.
23608 (resize-root-window-vertically): Rename to
23609 window--resize-root-window-vertically.
23610 (normalize-buffer-to-display): Rename to
23611 window-normalize-buffer-to-display.
23612 (normalize-buffer-to-switch-to): Rename to
23613 window-normalize-buffer-to-switch-to.
23614 Correspondingly update all callers of the functions listed
23615 above.
23616 (display-buffer-alist, display-buffer-normalize-arguments)
23617 (display-buffer-normalize-options, display-buffer)
23618 (display-buffer-alist-set): Use "function" instead of
23619 "fun-with-args".
23620
23621 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
23622
23623 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
23624 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
23625 debbugs.gnu.org. Mention acknowledgment email.
23626
23627 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
23628
23629 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
23630 buffer multibyteness, since it shouldn't matter.
23631
23632 2011-06-28 Martin Rudalics <rudalics@gmx.at>
23633
23634 * window.el (display-buffer-in-side-window): Handle dedicated
23635 windows as in display-buffer-reuse-window.
23636 (display-buffer-normalize-alist): Use value of override
23637 specifier.
23638 (display-buffer-normalize-specifiers): Use value of
23639 other-window-means-other-frame specifier.
23640 (display-buffer-alist): Rewrite some texts in widgets.
23641 (display-buffer): Spread arguments when calling function
23642 specified by fun-with-args.
23643
23644 2011-06-28 Deniz Dogan <deniz@dogan.se>
23645
23646 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
23647 Unnest `let'.
23648
23649 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
23650 selectors (Bug#5732).
23651 (css-proprietary-nmstart-re): Use `regexp-opt'.
23652
23653 2011-06-27 Jari Aalto <jari.aalto@cante.net>
23654
23655 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
23656 (eshell-ls-date-format): New defcustom.
23657 (eshell-ls-file): Use it.
23658
23659 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
23660
23661 * help-fns.el (describe-variable): Fix message for terminal-local vars.
23662
23663 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
23664
23665 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
23666 (ange-ftp-make-tmp-name): New arg.
23667 (ange-ftp-file-local-copy): Use it.
23668
23669 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
23670
23671 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
23672 no-conversion (Bug#8870).
23673
23674 2011-06-27 Martin Rudalics <rudalics@gmx.at>
23675
23676 * window.el (window-right, window-left, window-child)
23677 (window-child-count, window-last-child)
23678 (window-iso-combination-p, walk-window-tree-1)
23679 (window-atom-check-1, window-tree-1, delete-window)
23680 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
23681 new naming conventions - window-vchild, window-hchild,
23682 window-next and window-prev are now called window-top-child,
23683 window-left-child, window-next-sibling and window-prev-sibling
23684 respectively.
23685 (resize-window-reset): Rename to window-resize-reset.
23686 (resize-window-reset-1): Rename to window-resize-reset-1.
23687 (resize-window): Rename to window-resize.
23688 (window-min-height, window-min-width)
23689 (resize-mini-window, resize-this-window, resize-root-window)
23690 (resize-root-window-vertically, adjust-window-trailing-edge)
23691 (enlarge-window, shrink-window, maximize-window)
23692 (minimize-window, delete-window, quit-restore-window)
23693 (split-window, balance-windows, balance-windows-area-adjust)
23694 (balance-windows-area, window-state-put-2)
23695 (display-buffer-even-window-sizes, display-buffer-set-height)
23696 (display-buffer-set-width, set-window-text-height)
23697 (fit-window-to-buffer): Rename all "resize-window" prefixed
23698 calls to use the "window-resize" prefix convention.
23699 (display-buffer-alist): Fix symbol for label specifier.
23700 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
23701 corresponding specifier.
23702 Reported by Juanma Barranquero <lekktu@gmail.com>.
23703
23704 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
23705
23706 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
23707 convention.
23708 (ses-call-printer): Does not pass an empty string to formatter when the
23709 cell is empty to keep from barking printer Calc math-format-value.
23710
23711 2011-06-27 Richard Stallman <rms@gnu.org>
23712
23713 * battery.el (battery-mode-line-limit): New variable.
23714 (battery-update): Handle it.
23715
23716 * mail/rmailmm.el (rmail-mime-process-multipart):
23717 Handle truncated messages.
23718
23719 2011-06-27 Glenn Morris <rgm@gnu.org>
23720
23721 * progmodes/flymake.el (flymake-err-line-patterns):
23722 Allow for column numbers in the ant/javac pattern. (Bug#8866)
23723
23724 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
23725
23726 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
23727 (ses--clean-!, ses--clean-_): New functions.
23728 (ses-range): Add configurability of readout order, and conversion
23729 to Calc vector.
23730
23731 * ses.el (ses-repair-cell-reference-all): New function.
23732 (ses-cell-symbol): Set macro as safe, so that it can be used in
23733 formulas.
23734
23735 * ses.el: Update cycle detection algorithm.
23736 (ses-localvars): Add ses--Dijkstra-attempt-nb and
23737 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
23738 (ses-set-localvars): New function.
23739 (ses-make-cell): Add property-list as a cell element.
23740 (ses-cell-property-get-fun, ses-cell-property-get)
23741 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
23742 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
23743 New functions.
23744 (ses-cell-property-set, ses-cell-property-pop)
23745 (ses-cell-property-get-handle): New macro.
23746 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
23747 New aliases, used for code readability.
23748 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
23749 cycle detection.
23750 (ses-self-reference-early-detection): New defcustom.
23751 (ses-formula-references): Robustify against self-referring cells.
23752 (ses-mode): Use ses-set-localvars.
23753 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
23754 before lauching the update processing.
23755 (ses-initialize-Dijkstra-attempt): New function.
23756 (ses-recalculate-cell): Update for cycle detection based on
23757 Dijkstra algorithm.
23758
23759 * ses.el: Fix commenting and indenting convention.
23760
23761 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
23762
23763 * bs.el (bs-cycle-next): Complete last change.
23764
23765 2011-06-27 Drew Adams <drew.adams@oracle.com>
23766
23767 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
23768
23769 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
23770
23771 * net/network-stream.el (network-stream-open-starttls):
23772 Don't re-get capabilities unless we've reestablished connection.
23773 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
23774
23775 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
23776 to binary to possibly avoid line encoding issues on Windows (among
23777 other things).
23778
23779 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
23780
23781 * net/network-stream.el (open-network-stream): Return an :error
23782 saying what the problem was, if possible.
23783
23784 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
23785 server.
23786
23787 * net/network-stream.el (network-stream-open-starttls): If we
23788 wanted to use STARTTLS, and the server offered it, but we weren't
23789 able to because we had no STARTTLS support, then close the connection.
23790 (open-network-stream): Return an :error element, if present.
23791
23792 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
23793
23794 * hl-line.el (hl-line-sticky-flag): Doc fix.
23795 (global-hl-line-sticky-flag): New option (Bug#8323).
23796 (global-hl-line-highlight): Obey it.
23797
23798 * vc/vc.el (vc-revert-show-diff): Default to t.
23799
23800 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
23801
23802 * allout-widgets.el (allout-widgets-post-command-business):
23803 Stop decorating intermediate isearch matches. They're not being
23804 undecorated when an isearch is continued past, and isearch
23805 automatically collapses them. This leads to "widget leaks", where
23806 decorated items accumulate in collapsed areas. Lines with lots of
23807 hidden widgets can slow down cursor travel, substantially.
23808 Too much complicated machinery would be needed to ensure undecoration,
23809 so we're doing without this nicety.
23810
23811 (allout-widgets-tally-string): Don't try to do a hash-table-count
23812 of allout-widgets-tally when it's nil. This eliminates spurious "Error
23813 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
23814 *Messages* when allout-widgets-maintain-tally is t.
23815
23816 2011-06-26 Martin Rudalics <rudalics@gmx.at>
23817
23818 * window.el (display-buffer-normalize-argument): Rename to
23819 display-buffer-normalize-arguments. Handle special meaning of
23820 LABEL argument. Respect special-display-function when popping up
23821 a new frame. Fix code searching for a window showing the buffer
23822 on another frame.
23823 (display-buffer-normalize-specifiers):
23824 Call display-buffer-normalize-arguments.
23825 (display-buffer-in-window): Don't undedicate the window if its
23826 buffer remains the same.
23827 Reported by Drew Adams <drew.adams@oracle.com>.
23828 (display-buffer-alist): Add choice for same-window macro
23829 specfier.
23830 (display-buffer): Mention special meaning of LABEL argument in
23831 doc-string. Fix quoting. Don't pop up a new frame even as
23832 fallback.
23833
23834 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
23835
23836 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
23837 avoid deleting the current window in some cases (bug#8911).
23838
23839 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
23840
23841 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
23842 (Bug#8934)
23843
23844 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
23845
23846 * net/network-stream.el (network-stream-open-starttls):
23847 Use built-in TLS support if `gnutls-available-p' is true.
23848 (network-stream-open-tls): Ditto.
23849
23850 2011-06-26 Leo Liu <sdl.web@gmail.com>
23851
23852 * register.el (registerv): New struct.
23853 (registerv-make): New function.
23854 (jump-to-register, describe-register-1, insert-register):
23855 Support the jump-func, print-func and insert-func slot of a registerv
23856 struct. (Bug#8415)
23857
23858 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
23859
23860 * vc/vc.el (vc-revert-show-diff): New defcustom.
23861 (vc-diff-internal): New arg specifying diff buffer.
23862 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
23863 reuse an existing *vc-diff* buffer (Bug#8927).
23864
23865 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
23866
23867 2011-06-26 Glenn Morris <rgm@gnu.org>
23868
23869 * progmodes/f90.el (f90-critical-indent): New option.
23870 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
23871 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
23872 (f90-mode): Doc fix.
23873 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
23874 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
23875 (f90-beginning-of-block, f90-next-block, f90-indent-region)
23876 (f90-match-end): Handle block, critical.
23877
23878 2011-06-25 Glenn Morris <rgm@gnu.org>
23879
23880 * calendar/diary-lib.el (diary-included-files): Doc fix.
23881 (diary-include-files): New function, extracted from
23882 diary-include-other-diary-files and diary-mark-included-diary-files.
23883 (diary-include-other-diary-files, diary-mark-included-diary-files):
23884 Just call diary-include-files.
23885 (diary-mark-entries): Reset diary-included-files on first call.
23886
23887 * calendar/diary-lib.el (diary-mark-entries)
23888 (diary-mark-included-diary-files):
23889 Visit included diary-files in temp buffers.
23890
23891 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
23892 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
23893 (f90-start-block-re, f90-imenu-generic-expression)
23894 (f90-looking-at-program-block-start, f90-no-block-limit):
23895 Add support for submodules.
23896
23897 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
23898 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
23899
23900 2011-06-25 Eli Zaretskii <eliz@gnu.org>
23901
23902 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
23903 buffer-file-type before setting its value, to avoid disastrous
23904 global effects on decoding files for DOS/Windows systems. (Bug#8780)
23905
23906 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
23907
23908 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
23909
23910 * ses.el (ses-unload-function):
23911 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
23912
23913 * proced.el (proced-unload-function):
23914 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
23915
23916 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
23917
23918 * server.el (server-create-window-system-frame): Add parameters arg.
23919 (server-process-filter): Doc fix. Handle frame-parameters.
23920
23921 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
23922
23923 Fix bug#8730, bug#8781.
23924
23925 * loadhist.el (unload--set-major-mode): New function.
23926 (unload-feature): Use it.
23927
23928 * progmodes/python.el (python-after-info-look): Add autoload cookie.
23929 (python-unload-function): New function.
23930
23931 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
23932
23933 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
23934
23935 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
23936
23937 * net/browse-url.el (browse-url-firefox-program): Add icecat to
23938 the candidates list.
23939
23940 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
23941
23942 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
23943
23944 2011-06-23 Richard Stallman <rms@gnu.org>
23945
23946 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
23947 (rmail-variables): Set next-error-move-function.
23948 (rmail-what-message): Take argument POS.
23949 (rmail-next-error-move): New function.
23950
23951 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
23952
23953 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
23954 messages for adjacent non-terminals.
23955
23956 2011-06-23 Richard Stallman <rms@gnu.org>
23957
23958 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
23959 (rmail-show-message-1): Preserve buffer modified flag.
23960 (rmail-start-mail): Don't specify use of rmail-mail-return;
23961 that's done by mail-bury now.
23962 (rmail-mail-return): Handle arg NEWBUF.
23963
23964 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
23965
23966 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
23967 SIZE is a number.
23968
23969 2011-06-23 Martin Rudalics <rudalics@gmx.at>
23970
23971 * window.el (get-lru-window, get-mru-window)
23972 (get-largest-window): Never return a minibuffer window.
23973 (display-buffer-pop-up-window): Fix a bug that could lead to
23974 reusing the minibuffer window.
23975 (display-buffer): Pass original specifier argument to
23976 display-buffer-function instead of the normalized one.
23977 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
23978
23979 2011-06-22 Leo Liu <sdl.web@gmail.com>
23980
23981 * minibuffer.el (completing-read-function)
23982 (completing-read-default): Move from minibuf.c.
23983
23984 2011-06-22 Richard Stallman <rms@gnu.org>
23985
23986 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
23987 to Rmail even if not started by a special Rmail command.
23988
23989 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
23990 Copy the buffer currently showing just one message.
23991
23992 2011-06-22 Roland Winkler <winkler@gnu.org>
23993
23994 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
23995 (bibtex-clean-entry): First delete the old key so that a
23996 customized algorithm for generating the new key does not get
23997 confused by the old key.
23998 (bibtex-url): Obey regexp of first step.
23999 (bibtex-search-entries): Do not use add-to-list with local
24000 list-var.
24001
24002 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
24003
24004 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
24005 stored a user name, then query for the password first, instead of
24006 waiting for SMTP to give an error message and the trying again.
24007
24008 2011-06-22 Lawrence Mitchell <wence@gmx.li>
24009
24010 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
24011 BUFFER in call-process.
24012
24013 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
24014
24015 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
24016 QUIT twice.
24017 (smtpmail-try-auth-methods): Require user name and password from
24018 auth-source.
24019
24020 2011-06-22 Martin Rudalics <rudalics@gmx.at>
24021
24022 * window.el (display-buffer-default-specifiers)
24023 (display-buffer-alist): Remove entries for pop-up-frame-alist.
24024 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
24025 (split-window): Normalize SIDE argument (Bug#8916).
24026
24027 * frame.el (pop-up-frame-alist, pop-up-frame-function)
24028 (special-display-frame-alist, special-display-popup-frame):
24029 Remove duplicate declarations. These are now in window.el.
24030
24031 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
24032
24033 * mail/smtpmail.el (smtpmail-via-smtp):
24034 Set :use-starttls-if-possible so that we always use STARTTLS if the
24035 server supports it. SMTP servers that support STARTTLS commonly
24036 require it.
24037
24038 * net/network-stream.el (network-stream-open-starttls): Support
24039 upgrading to STARTTLS always, even if we don't have built-in support.
24040 (open-network-stream): Add the :always-query-capabilities keyword.
24041
24042 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
24043 upgrades with `open-network-stream', and rely solely on
24044 auth-source for all credentials. Big changes throughout the file,
24045 but in particular:
24046 (smtpmail-auth-credentials): Remove.
24047 (smtpmail-starttls-credentials): Remove.
24048 (smtpmail-via-smtp): Check for servers saying they want AUTH after
24049 MAIL FROM, too.
24050
24051 * net/network-stream.el (network-stream-open-starttls):
24052 Provide support for client certificates both for external and built-in
24053 STARTTLS.
24054 (auth-source): Require.
24055 (open-network-stream): Document the :client-certificate keyword.
24056 (network-stream-certificate): Change cert-cert to cert and
24057 cert-key to key.
24058
24059 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
24060
24061 * net/tramp-cache.el (top): Don't load the persistency file when
24062 "emacs -Q" has been called.
24063
24064 2011-06-21 Tim Harper <timcharper@gmail.com>
24065
24066 * term/ns-win.el (ns-initialize-window-system):
24067 Set application-specific `ApplePressAndHoldEnabled' system
24068 resource to NO as it is not yet supported by the NS port.
24069
24070 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
24071
24072 * misc.el (list-dynamic-libraries--refresh): Compute header here...
24073 (list-dynamic-libraries): ...not here.
24074
24075 2011-06-21 Leo Liu <sdl.web@gmail.com>
24076
24077 * subr.el (sha1): Implement sha1 using secure-hash.
24078
24079 2011-06-21 Martin Rudalics <rudalics@gmx.at>
24080
24081 * window.el (display-buffer-alist): In default value do not
24082 enforce searching a window on any but the selected frame.
24083 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
24084 (display-buffer-select-window): Remove function.
24085 (display-buffer-in-window): When a window on another frame gets
24086 reused, do not select it any more but just raise its frame if
24087 necessary (Bug#8851) and (Bug#8856).
24088 (display-buffer-normalize-options): Handle pop-up-frames related
24089 options more faithfully.
24090 (pop-to-buffer): Don't rely on `display-buffer' selecting the
24091 window if it is on another frame.
24092 (display-buffer-alist, display-buffer-default-specifiers):
24093 Don't make new frame unsplittable by default.
24094 (display-buffer-normalize-argument): Fix doc-string typo and use
24095 'same-frame-other-window instead of 'other-window when associating
24096 with display-buffer-macro-specifiers.
24097
24098 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
24099
24100 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
24101 New functions.
24102 (5x5-mode-map, 5x5-mode-menu): Bind them.
24103 (5x5-draw-grid): Tweak the solver's rendering.
24104
24105 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
24106
24107 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
24108 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
24109
24110 2011-06-21 Drew Adams <drew.adams@oracle.com>
24111
24112 * menu-bar.el: Use function variable instead of switch-to-buffer.
24113 (menu-bar-select-buffer-function): New variable.
24114 (menu-bar-update-buffers): Use it (bug#8876).
24115
24116 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
24117
24118 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
24119 variable's status.
24120
24121 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
24122
24123 * x-dnd.el (x-dnd-version-from-flags)
24124 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
24125 and long as number (Bug#8899).
24126 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
24127
24128 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
24129
24130 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
24131 (completion-try-completion, completion-all-completions): Compute the
24132 metadata argument if it's missing; make it optional (bug#8795).
24133
24134 * wid-edit.el: Use lex-bind and move towards completion-at-point.
24135 (widget-complete): Use new :completion-function property.
24136 (widget-completions-at-point): New function.
24137 (default): Use :completion-function instead of :complete.
24138 (widget-default-completions): Rename from widget-default-complete;
24139 Rewrite.
24140 (widget-string-complete, widget-file-complete, widget-color-complete):
24141 Remove functions.
24142 (file, symbol, function, variable, coding-system, color):
24143 * international/mule-cmds.el (default-input-method, charset)
24144 (language-info-custom-alist):
24145 * cus-edit.el (face): Use new property :completions.
24146
24147 * progmodes/pascal.el (pascal-completions-at-point): New function.
24148 (pascal-mode): Use it.
24149 (pascal-mode-map): Use completion-at-point.
24150 (pascal-toggle-completions): Make obsolete.
24151 (pascal-complete-word, pascal-show-completions):
24152 * progmodes/octave-mod.el (octave-complete-symbol):
24153 Redefine as obsolete alias.
24154 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
24155 Signal absence of completion info for old Octave,
24156 (inferior-octave-complete): Redefine as obsolete alias.
24157 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
24158 (meta-completions-at-point): Rename from meta-complete-symbol and
24159 adapt it for use on completion-at-point-functions.
24160 (meta-common-mode): Use it.
24161 (meta-looking-at-backward, meta-match-buffer): Remove.
24162 (meta-complete-symbol): Redefine as obsolete alias.
24163 (meta-common-mode-map): Use completion-at-point.
24164 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
24165 (makefile-mode-map): Use completion-at-point.
24166 (makefile-completions-at-point): Rename from makefile-complete and
24167 adapt it for use on completion-at-point-functions.
24168 (makefile-mode): Use it.
24169 (makefile-complete): Redefine as obsolete alias.
24170
24171 2011-06-20 Deniz Dogan <deniz@dogan.se>
24172
24173 * net/rcirc.el: Delete trailing whitespaces once and for all.
24174
24175 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
24176
24177 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
24178
24179 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
24180
24181 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
24182
24183 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
24184
24185 2011-06-19 Martin Rudalics <rudalics@gmx.at>
24186
24187 * window.el (display-buffer-other-window-means-other-frame):
24188 Call display-buffer-normalize-alist.
24189 (display-buffer-normalize-specifiers-1): Rename to
24190 display-buffer-normalize-argument. New argument other-frame.
24191 Rewrite.
24192 (display-buffer-normalize-specifiers-2): Rename to
24193 display-buffer-normalize-options.
24194 (display-buffer-normalize-alist-1): New function.
24195 (display-buffer-normalize-specifiers-3): Rename to
24196 display-buffer-normalize-alist.
24197 Call display-buffer-normalize-alist-1.
24198 (display-buffer-normalize-options-inhibit): New variable.
24199 (display-buffer-normalize-specifiers): Rewrite calling
24200 display-buffer-normalize-alist,
24201 display-buffer-normalize-argument, and
24202 display-buffer-normalize-options. Don't call the latter if
24203 display-buffer-normalize-options-inhibit is non-nil.
24204 (frame-auto-delete): New option.
24205 (window-deletable-p): Use frame-auto-delete.
24206 (window-list-no-nils, window-state-ignored-parameters)
24207 (window-state-get-1, window-state-get, window-state-put-list)
24208 (window-state-put-1, window-state-put-2, window-state-put):
24209 New functions.
24210 (display-buffer-normalize-options): Move special-display-p group
24211 after pop-up-frame group (Bug#8851) and (Bug#8856).
24212
24213 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
24214
24215 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
24216 groups (Bug#8776).
24217 (rx-submatch-n): New function.
24218 (rx): Document it.
24219
24220 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
24221 (Bug#8768).
24222
24223 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
24224
24225 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
24226
24227 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
24228 anytime existing face settings are present (Bug#8889).
24229
24230 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
24231 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
24232 Remove unused argument.
24233
24234 2011-06-18 Martin Rudalics <rudalics@gmx.at>
24235
24236 * window.el (display-buffer-default-specifiers):
24237 Remove pop-up-frame. Add pop-up-window-min-height,
24238 pop-up-window-min-width, and another reuse-window specifier
24239 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
24240 (display-buffer-normalize-specifiers-2):
24241 Handle split-height-threshold and split-width-threshold also when
24242 pop-up-windows is unset. Add a reuse-window specifier for the
24243 case popping up a new window fails.
24244 (special-display-popup-frame): Remove double quoting.
24245 (display-buffer-normalize-specifiers-1): Fix thinko.
24246
24247 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
24248
24249 * shell.el (shell-completion-vars): Set pcomplete-termination-string
24250 according to comint-completion-addsuffix.
24251
24252 * pcomplete.el: Convert to lexical binding and fix bug#8819.
24253 (pcomplete-suffix-list): Mark as obsolete.
24254 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
24255 pcomplete-seen in the closure.
24256 (pcomplete-comint-setup): Setup completion-at-point as well.
24257 (pcomplete--entries): New function.
24258 (pcomplete--env-regexp): New var.
24259 (pcomplete-entries): Rewrite to work with partial-completion and
24260 without relying on pcomplete-suffix-list.
24261 (pcomplete-pare-list): Remove, unused.
24262
24263 2011-06-17 Martin Rudalics <rudalics@gmx.at>
24264
24265 * window.el (display-buffer-alist): Set pop-up-window-min-height
24266 and pop-up-window-min-width in default value. Reported by
24267 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
24268 other-window-means-other-frame.
24269 (display-buffer-macro-specifiers): Comment out entry for
24270 other-window specifier.
24271 (display-buffer-other-window-means-other-frame): New function.
24272 (display-buffer-normalize-specifiers-1): New arguments
24273 buffer-name and label. Treat other-window case specially.
24274 (display-buffer-normalize-specifiers-2): Treat other-window case
24275 specially.
24276 (display-buffer-normalize-specifiers-3): New function.
24277 (display-buffer-normalize-specifiers):
24278 Call display-buffer-normalize-specifiers-3.
24279
24280 2011-06-17 Martin Rudalics <rudalics@gmx.at>
24281
24282 * window.el (same-window-p): Fix two typos introduced when
24283 adding with-no-warnings.
24284 (display-buffer-normalize-specifiers-1): Don't check
24285 pop-up-frames for 'unset initialization.
24286 (display-buffer-normalize-specifiers-2): Major rewrite using
24287 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
24288 (pop-up-frames, display-buffer-reuse-frames)
24289 (display-buffer-mark-dedicated): Don't initialize to 'unset.
24290 Suggested by David Engster <deng@randomsample.de>.
24291 (even-window-heights): Initialize to 'unset.
24292 (display-buffer-alist-set): Handle new 'unset initializations.
24293 (display-buffer-macro-specifiers): Don't pop up a new frame in the
24294 other window case.
24295
24296 2011-06-16 Martin Rudalics <rudalics@gmx.at>
24297
24298 * window.el (display-buffer-normalize-specifiers-1):
24299 Respect current value of pop-up-frames for most reasonable values of
24300 second argument of display-buffer (Bug#8865).
24301 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
24302 (switch-to-buffer-other-window-same-frame)
24303 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
24304 Adams (Bug#8875).
24305 (display-buffer): Don't check noninteractive when calling
24306 display-buffer-pop-up-frame.
24307 (display-buffer-pop-up-frame): Never pop up a frame in
24308 noninteractive mode (Bug#8857).
24309 (enlarge-window, shrink-window): Don't report an error when the
24310 window can't be resized as requested (Bug#8862).
24311
24312 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
24313
24314 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
24315
24316 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
24317
24318 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
24319
24320 2011-06-15 Alan Mackenzie <acm@muc.de>
24321
24322 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
24323 for declarators, disable knr checking to speed up for normal files.
24324 2: Refactor, replacing a sequence of nested if forms by a cond form.
24325
24326 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
24327
24328 * net/network-stream.el (open-network-stream): Add the keyword
24329 :always-query-capabilities for the case where you want to force a
24330 `plain' network connection, but the protocol still requires the
24331 capabilitiy command (i.e., SMTP and EHLO).
24332
24333 * subr.el (process-live-p): Rename from `process-alive-p' for
24334 consistency with other `-live-p' functions.
24335
24336 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
24337
24338 * window.el (same-window-buffer-names, same-window-regexps)
24339 (special-display-frame-alist, special-display-popup-frame)
24340 (special-display-function, special-display-buffer-names)
24341 (special-display-regexps, pop-up-frame-alist)
24342 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
24343 (pop-up-windows, split-window-preferred-function)
24344 (split-height-threshold, split-width-threshold, even-window-heights)
24345 (display-buffer-mark-dedicated): Don't encourage the use of
24346 display-buffer-alist from Elisp code.
24347
24348 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
24349
24350 * progmodes/python.el (python-mode): Derive from prog-mode.
24351 * progmodes/ps-mode.el (ps-mode):
24352 * progmodes/mixal-mode.el (mixal-mode):
24353 * progmodes/cfengine.el (cfengine-mode):
24354 * progmodes/ld-script.el (ld-script-mode): Likewise.
24355
24356 2011-06-15 Martin Rudalics <rudalics@gmx.at>
24357
24358 * window.el (display-buffer-alist): Trim default value to avoid
24359 popping up a new frame (Bug#8857) or reusing an arbitrary window
24360 on another frame.
24361 (display-buffer): Do not fall back on popping up a new frame in
24362 batch mode (Bug#8857).
24363
24364 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
24365
24366 * cus-theme.el (describe-theme-1): Use custom-theme-p.
24367 (custom-theme-summary): New function.
24368 (customize-themes): Use it.
24369
24370 2011-06-13 Glenn Morris <rgm@gnu.org>
24371
24372 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
24373
24374 2011-06-13 Martin Rudalics <rudalics@gmx.at>
24375
24376 * help.el (help-window): Remove variable.
24377 (help-window-point-marker, temp-buffer-max-height)
24378 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
24379 (help-print-return-message): Don't set help-window.
24380 (resize-temp-buffer-window): Rewrite cod eand doc-string.
24381 (help-window-setup-finish): Remove.
24382 (help-window-display-message, help-window-setup)
24383 (with-help-window): Major rewrite based on new
24384 display-buffer-window variable.
24385
24386 * help-mode.el (help-mode-finish): Remove help-window related
24387 code.
24388
24389 * view.el (view-exits-all-viewing-windows): Remove reference to
24390 view-return-to-alist in doc-string.
24391 (view-return-to-alist): Make obsolete.
24392 (view-buffer): Call pop-to-buffer-same-window and remove
24393 undo-window code.
24394 (view-buffer-other-window): Call pop-to-buffer-other-window and
24395 simplify code. Ignore second argument.
24396 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
24397 simplify code. Ignore second argument.
24398 (view-return-to-alist-update): Make obsolete.
24399 (view-mode-enter): Rename second argument to QUIT-RESTORE.
24400 Rewrite using quit-restore window parameters.
24401 (view-mode-exit): Rename second argument to EXIT-ONLY.
24402 Rewrite using quit-restore-window.
24403 (View-exit, View-exit-and-edit, View-leave, View-quit)
24404 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
24405 appropriate arguments.
24406 (view-end-message): Use quit-restore window parameter.
24407
24408 * window.el (display-buffer-function): Rewrite doc-string.
24409 (display-buffer-window, display-buffer-alist): New variables.
24410 (display-buffer-split-specifiers)
24411 (display-buffer-side-specifiers)
24412 (display-buffer-macro-specifiers): New constants.
24413 (display-buffer-even-window-sizes, display-buffer-set-height)
24414 (display-buffer-set-width, display-buffer-select-window)
24415 (display-buffer-in-window, display-buffer-reuse-window)
24416 (display-buffer-split-window-1, display-buffer-split-window)
24417 (display-buffer-split-atom-window, display-buffer-pop-up-window)
24418 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
24419 (display-buffer-in-side-window, normalize-buffer-to-display)
24420 (display-buffer-normalize-specifiers-1)
24421 (display-buffer-normalize-specifiers-2)
24422 (display-buffer-normalize-specifiers, display-buffer-frame):
24423 New functions.
24424 (display-buffer): Major rewrite.
24425 (display-buffer-other-window, display-buffer-other-frame)
24426 (pop-to-buffer, switch-to-buffer-other-window)
24427 (switch-to-buffer-other-frame): Rewrite.
24428 (display-buffer-same-window, display-buffer-same-frame)
24429 (display-buffer-same-frame-other-window)
24430 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
24431 (pop-to-buffer-other-window)
24432 (pop-to-buffer-same-frame-other-window)
24433 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
24434 (switch-to-buffer-other-window-same-frame): New functions.
24435 (same-window-p, special-display-p): Rewrite disabling warnings.
24436 Make obsolete.
24437 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
24438 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
24439 Make obsolete
24440 (same-window-buffer-names, same-window-regexps)
24441 (special-display-frame-alist, special-display-popup-frame)
24442 (special-display-function, special-display-buffer-names)
24443 (special-display-regexps, pop-up-frame-alist)
24444 (pop-up-frame-function, split-window-preferred-function)
24445 (split-height-threshold, split-width-threshold)
24446 (even-window-heights): Make obsolete.
24447
24448 2011-06-12 Glenn Morris <rgm@gnu.org>
24449
24450 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
24451 Misc simplifications.
24452
24453 2011-06-12 Martin Rudalics <rudalics@gmx.at>
24454
24455 * window.el (window-safely-shrinkable-p): Restore function which
24456 was inadvertently removed in change from 2011-06-11. Declare as
24457 obsolete.
24458
24459 * calendar/calendar.el (calendar-generate-window):
24460 Use window-iso-combined-p instead of combination of one-window-p and
24461 window-safely-shrinkable-p.
24462
24463 2011-06-12 Glenn Morris <rgm@gnu.org>
24464
24465 * progmodes/fortran.el (fortran-mode-syntax-table):
24466 * progmodes/f90.el (f90-mode-syntax-table):
24467 Set % to punctuation. (Bug#8820)
24468 (f90-find-tag-default): Remove, no longer needed.
24469
24470 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
24471
24472 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
24473
24474 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
24475
24476 * image.el (image-animated-p): Return animation delay in seconds.
24477 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
24478 (image-animate-timeout): Remove DELAY argument. Don't assume
24479 every subimage has the same delay; get it from image-animated-p.
24480 (image-animate): Caller changed.
24481
24482 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
24483
24484 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
24485 to ignored backtrace functions.
24486
24487 2011-06-11 Glenn Morris <rgm@gnu.org>
24488
24489 * calendar/appt.el (appt-disp-window-function): Doc fix.
24490 (appt-check): Handle overlapping appointments. (Bug#8337)
24491
24492 2011-06-11 Martin Rudalics <rudalics@gmx.at>
24493
24494 * window.el (window-tree-1, window-tree): New functions, moving
24495 the latter to window.el.
24496 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
24497 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
24498 (bw-refresh-edges): Remove.
24499 (balance-windows-1, balance-windows-2): New functions.
24500 (balance-windows): Rewrite in terms of window tree functions,
24501 balance-windows-1 and balance-windows-2.
24502 (bw-adjust-window): Remove.
24503 (balance-windows-area-adjust): New function with functionality of
24504 bw-adjust-window but using resize-window.
24505 (set-window-text-height): Rewrite doc-string.
24506 Use normalize-live-window and resize-window.
24507 (enlarge-window-horizontally, shrink-window-horizontally):
24508 Rename argument to DELTA.
24509 (window-buffer-height): New function.
24510 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
24511 Rewrite using new window resize routines.
24512 (kill-buffer-and-window, mouse-autoselect-window-select):
24513 Use ignore-errors instead of condition-case.
24514 (quit-window): Call delete-frame instead of delete-windows-on
24515 for the only buffer on frame.
24516
24517 2011-06-10 Martin Rudalics <rudalics@gmx.at>
24518
24519 * loadup.el (top-level): Load window before files for the sake
24520 of replace-buffer-in-windows.
24521
24522 * files.el (read-buffer-to-switch)
24523 (switch-to-buffer-other-window)
24524 (switch-to-buffer-other-frame, display-buffer-other-frame):
24525 Move to window.el.
24526
24527 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
24528 (previous-buffer): Move to window.el.
24529
24530 * bindings.el (unbury-buffer): Move to window.el.
24531
24532 * window.el (delete-other-windows-vertically): Move after
24533 definition of delete-other-windows.
24534 (other-window, delete-windows-on, replace-buffer-in-windows):
24535 Move here from window.c.
24536 (record-window-buffer, unrecord-window-buffer)
24537 (set-window-buffer-start-and-point, switch-to-prev-buffer)
24538 (switch-to-next-buffer): New functions.
24539 (get-next-valid-buffer, last-buffer, next-buffer): Move here
24540 from simple.el. Call switch-to-next-buffer.
24541 (previous-buffer): Move here from simple.el.
24542 Call switch-to-prev-buffer.
24543 (bury-buffer): Move here from buffer.c. Switch to previous
24544 buffer when window cannot be deleted.
24545 (unbury-buffer): Move here from bindings.el.
24546 (ctl-x-map): Move binding for other-window from window.c to
24547 here.
24548 (read-buffer-to-switch, switch-to-buffer-other-window)
24549 (switch-to-buffer-other-frame): Move here from files.el.
24550 (normalize-buffer-to-switch-to): New functions.
24551 (switch-to-buffer): Move here from buffer.c.
24552 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
24553
24554 2011-06-10 Martin Rudalics <rudalics@gmx.at>
24555
24556 * window.el (window-min-height, window-min-width): Move here
24557 from window.c. Add defcustoms and rewrite doc-strings.
24558 (resize-mini-window, resize-window): New functions.
24559 (adjust-window-trailing-edge, enlarge-window, shrink-window):
24560 Move here from window.c.
24561 (maximize-window, minimize-window): New functions.
24562 (delete-window, delete-other-windows, split-window): Move here
24563 from window.c.
24564 (window-split-min-size): New function.
24565 (split-window-keep-point): Mention split-window-above-each-other
24566 instead of split-window-vertically.
24567 (split-window-above-each-other, split-window-vertically):
24568 Rename split-window-vertically to split-window-above-each-other
24569 and provide defalias for old definition.
24570 (split-window-side-by-side, split-window-horizontally):
24571 Rename split-window-horizontally to split-window-side-by-side
24572 and provide defalias for the old definition.
24573 (ctl-x-map): Move bindings for delete-window,
24574 delete-other-windows and enlarge-window here from window.c.
24575 Replace bindings for split-window-vertically and
24576 split-window-horizontally by bindings for
24577 split-window-above-each-other and split-window-side-by-side.
24578
24579 * cus-start.el (all): Remove entries for window-min-height and
24580 window-min-width. Add entries for window-splits and
24581 window-nest.
24582
24583 2011-06-09 Glenn Morris <rgm@gnu.org>
24584
24585 * calendar/appt.el (appt-mode-line): New function.
24586 (appt-check, appt-disp-window): Use it.
24587
24588 * files.el (hack-one-local-variable-eval-safep):
24589 Allow minor-modes with explicit +/-1 arguments.
24590
24591 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
24592
24593 * term/xterm.el (xterm): Add defgroup.
24594 (xterm-extra-capabilities): Add defcustom to supply known xterm
24595 capabilities, skip querying them, or query them (default).
24596 (terminal-init-xterm): Use it.
24597 (terminal-init-xterm-modify-other-keys): New function to set up
24598 modifyOtherKeys support to simplify `terminal-init-xterm'.
24599
24600 2011-06-09 Martin Rudalics <rudalics@gmx.at>
24601
24602 * window.el (resize-window-reset, resize-window-reset-1)
24603 (resize-subwindows-skip-p, resize-subwindows-normal)
24604 (resize-subwindows, resize-other-windows, resize-this-window)
24605 (resize-root-window, resize-root-window-vertically)
24606 (window-deletable-p, window-or-subwindow-p)
24607 (frame-root-window-p): New functions.
24608
24609 2011-06-09 Glenn Morris <rgm@gnu.org>
24610
24611 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
24612 (ange-ftp-get-files): Use it.
24613
24614 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
24615
24616 * mail/sendmail.el (mail-recover-1, mail-recover):
24617 * files.el (recover-file, recover-session):
24618 Handle dired-listing-switches not being just a single short option.
24619
24620 2011-06-09 Glenn Morris <rgm@gnu.org>
24621
24622 * calendar/appt.el (appt-display-message, appt-disp-window):
24623 Handle lists of appointments.
24624
24625 2011-06-08 Martin Rudalics <rudalics@gmx.at>
24626
24627 * window.el (one-window-p): Move down in code.
24628 Rewrite doc-string.
24629 (window-current-scroll-bars): Rewrite doc-string.
24630 Normalize live window argument.
24631 (walk-windows, get-window-with-predicate, count-windows):
24632 Rewrite doc-string. Use window-list-1.
24633 (window-in-direction-2, window-in-direction, get-mru-window):
24634 New functions.
24635
24636 2011-06-08 Reuben Thomas <rrt@sc3d.org>
24637
24638 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
24639 Doc fix (Bug#8713).
24640
24641 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
24642
24643 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
24644
24645 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
24646
24647 * loadhist.el (unload-feature-special-hooks):
24648 Add `comint-output-filter-functions'.
24649
24650 2011-06-08 Ivan Kanis <gnu@kanis.fr>
24651
24652 * calendar/appt.el (appt-check): Move some initializations into the let.
24653
24654 2011-06-08 Martin Rudalics <rudalics@gmx.at>
24655
24656 * window.el (window-height): Defalias to window-total-height.
24657 (window-width): Defalias to window-body-width.
24658
24659 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
24660
24661 * image-mode.el (image-toggle-animation): New command.
24662 (image-mode-map): Bind it to RET.
24663 (image-mode): Update message.
24664 (image-toggle-display-image): Avoid a spurious cache flush.
24665 (image-transform-rotation): Doc fix.
24666 (image-transform-properties): Return quickly in the normal case.
24667 (image-animate-loop): Rename from image-animate-max-time.
24668
24669 * image.el (image-animate-max-time): Move to image-mode.el.
24670 (create-animated-image): Remove unnecessary function.
24671 (image-animate): Rename from image-animate-start. New arg.
24672 (image-animate-stop): Remove; just use image-animate-timer.
24673 (image-animate-timer): Use car-safe.
24674 (image-animate-timeout): Rename argument.
24675
24676 2011-06-07 Martin Rudalics <rudalics@gmx.at>
24677
24678 * window.el (get-lru-window, get-largest-window): Move here from
24679 window.c. Rename first argument to ALL-FRAMES.
24680 Rephrase doc-strings.
24681 (get-buffer-window-list): Rewrite using window-list-1.
24682 Rephrase doc-string.
24683 (window-safe-min-height, window-safe-min-width): New constants.
24684 (window-size-ignore, window-min-size, window-min-size-1)
24685 (window-sizable, window-sizable-p, window-size-fixed-1)
24686 (window-size-fixed-p, window-min-delta-1, window-min-delta)
24687 (window-max-delta-1, window-max-delta, window-resizable)
24688 (window-resizable-p, window-total-height, window-total-width)
24689 (window-body-width): New functions.
24690 (window-full-height-p, window-full-width-p): Rewrite using
24691 window-total-size.
24692 (window-body-height): Rewrite using window-body-size.
24693
24694 2011-06-06 Martin Rudalics <rudalics@gmx.at>
24695
24696 * window.el (window-right, window-left, window-child)
24697 (window-child-count, window-last-child, window-any-p)
24698 (normalize-live-buffer, normalize-live-frame)
24699 (normalize-any-window, normalize-live-window)
24700 (window-iso-combination-p, window-iso-combined-p)
24701 (window-iso-combinations)
24702 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
24703 (windows-with-parameter, window-with-parameter)
24704 (window-atom-root, make-window-atom, window-atom-check-1)
24705 (window-atom-check, window-side-check, window-check):
24706 New functions.
24707 (ignore-window-parameters, window-sides, window-sides-vertical)
24708 (window-sides-slots): New variables.
24709 (window-size-fixed): Move down in code. Minor doc-string fix.
24710
24711 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
24712
24713 * comint.el (comint-dynamic-complete-as-filename)
24714 (comint-dynamic-complete-filename): Correctly call
24715 completion-in-region.
24716
24717 2011-06-05 Deniz Dogan <deniz@dogan.se>
24718
24719 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
24720 in last change.
24721
24722 2011-06-05 Deniz Dogan <deniz@dogan.se>
24723
24724 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
24725 (rcirc): Use it to prompt for encryption.
24726
24727 2011-06-05 Roland Winkler <winkler@gnu.org>
24728
24729 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
24730 (bibtex-search-entries): New command bound to C-c C-a.
24731 (bibtex-display-entries): New function.
24732
24733 2011-06-05 Roland Winkler <winkler@gnu.org>
24734
24735 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
24736 (bibtex-insert-kill): After yanking insert newline if necessary.
24737 (bibtex-initialize): Call bibtex-string-files-init only once.
24738 (bibtex-mode): Do not call easy-menu-add.
24739 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
24740 (bibtex-yank): Set arg properly if nil.
24741
24742 2011-06-05 Roland Winkler <winkler@gnu.org>
24743
24744 * textmodes/bibtex.el (bibtex-search-entry-globally):
24745 New variable.
24746 (bibtex-search-entry): Use it.
24747
24748 2011-06-05 Roland Winkler <winkler@gnu.org>
24749
24750 * textmodes/bibtex.el (bibtex-entry-format): New option
24751 sort-fields.
24752 (bibtex-format-entry, bibtex-reformat): Honor this option.
24753 (bibtex-parse-entry): Return fields in proper order.
24754
24755 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
24756
24757 * doc-view.el (doc-view-remove-if): Move computation of result out
24758 of `dolist' to silence misleading lexical-binding warning.
24759
24760 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
24761
24762 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
24763 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
24764
24765 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
24766
24767 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
24768 "SunOS 5.10".
24769
24770 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
24771
24772 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
24773 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
24774 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
24775 (tramp-parse-putty):
24776 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
24777 (tramp-completion-function-alist-ssh)
24778 (tramp-completion-function-alist-telnet)
24779 (tramp-completion-function-alist-su)
24780 (tramp-completion-function-alist-putty): Set `tramp-autoload'
24781 cookie.
24782
24783 * net/tramp-ftp.el:
24784 * net/tramp-sh.el:
24785 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
24786 load "tramp.el" `tramp-set-completion-function'.
24787
24788 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
24789
24790 * shell.el: Require and use pcomplete.
24791 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
24792 (shell-completion-vars): Set pcomplete-default-completion-function.
24793
24794 2011-06-04 Deniz Dogan <deniz@dogan.se>
24795
24796 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
24797 `memq' (Bug#8799).
24798
24799 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
24800
24801 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
24802
24803 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
24804
24805 * bs.el (bs--mark-unmark, bs--nth-wrapper):
24806 * mpc.el (mpc-select-extend, mpc-songpointer-context):
24807 * vc/log-view.el (log-view-beginning-of-defun):
24808 * vc/smerge-mode.el (smerge-apply-resolution-patch)
24809 (smerge-refine-forward, smerge-refine-chopup-region):
24810 Silence warning for unused `dotimes' counter variables.
24811
24812 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
24813
24814 * net/tramp.el (tramp-with-progress-reporter): Rename from
24815 with-progress-reporter. Use `declare'.
24816 * net/tramp-smb.el:
24817 * net/tramp-sh.el:
24818 * net/tramp-gvfs.el: Update all uses.
24819
24820 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
24821
24822 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
24823 buffer isn't killed before making it current.
24824
24825 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
24826
24827 Silence various byte-compiler warnings.
24828 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
24829 `access-type' and new obsolescence format.
24830 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
24831 new format.
24832 (byte-compile-check-variable): New `access-type' argument.
24833 Only warn if the access-type is obsolete.
24834 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
24835 (byte-compile-variable-set): Adjust callers.
24836 * help-fns.el (describe-variable): Adjust to new obsolescence format.
24837 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
24838 setting it as obsolete.
24839 * simple.el (minibuffer-completing-symbol):
24840 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
24841 access as obsolete.
24842 * minibuffer.el (minibuffer-completing-file-name): Don't make it
24843 obsolete yet.
24844 * international/quail.el (quail-mouse-choose-completion): Remove unused
24845 code referring to obsolete var.
24846 (quail-choose-completion-string): Remove.
24847 * server.el (server-clients-with, server-kill-buffer-query-function)
24848 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
24849 * proced.el (proced-send-signal):
24850 * emacs-lisp/lisp.el (lisp-complete-symbol):
24851 Replace completion-annotate-function with completion-extra-properties.
24852
24853 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
24854
24855 * simple.el (goto-line): Use read-number.
24856 (overriding-map-is-bound): Remove.
24857 (saved-overriding-map): Change default.
24858 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
24859 Take the map as argument.
24860 (universal-argument, negative-argument, digit-argument): Use it.
24861 (restore-overriding-map): Adjust.
24862 (do-auto-fill): Use fill-forward-paragraph.
24863 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
24864
24865 * minibuffer.el (minibuffer-inactive-mode-map): New var.
24866 (minibuffer-inactive-mode): New major mode.
24867 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
24868 the *Messages* buffer" hack.
24869 (mouse-popup-menubar): Don't burp if the event is a normal key.
24870
24871 Miscellaneous tweaks.
24872 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
24873 lexical scoping as in subr.el's dolist and dotimes.
24874 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
24875 Silence compiler warning.
24876 * thingatpt.el (forward-whitespace): Trivial coding style fix.
24877 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
24878 * international/ccl.el (ccl-compile): Trivial simplification.
24879 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
24880 * emacs-lisp/testcover.el (testcover-end): Remove spurious
24881 `printflag' argument.
24882 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
24883 Purecopy the whole obsolescence data.
24884
24885 2011-06-01 Leo Liu <sdl.web@gmail.com>
24886
24887 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
24888 improve doc-string as suggested by Marco Pessotto
24889 <melmothx@gmail.com>.
24890 (rcirc-print): Fix last change.
24891
24892 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24893
24894 * minibuffer.el (complete-with-action): Return nil for the metadata and
24895 boundaries of non-functional tables.
24896 (completion-table-dynamic): Return nil for the metadata.
24897 (completion-table-with-terminator): Add default case, using
24898 complete-with-action.
24899 (completion--metadata): New function.
24900 (completion-all-sorted-completions, minibuffer-completion-help): Use it
24901 to try and avoid pathological performance problems.
24902 (completion--embedded-envvar-table): Return `category' metadata.
24903
24904 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
24905
24906 * subr.el (process-alive-p): New tiny convenience function.
24907
24908 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24909
24910 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
24911 content but also its previous major mode.
24912
24913 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
24914
24915 * emacs-lisp/debug.el (debug): Restore the previous content of the
24916 *Backtrace* buffer when we exit with C-M-c.
24917
24918 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24919
24920 * minibuffer.el: Add metadata method to completion tables.
24921 (completion-category-overrides): New defcustom.
24922 (completion-metadata, completion--field-metadata)
24923 (completion-metadata-get, completion--styles)
24924 (completion--cycle-threshold): New functions.
24925 (completion-try-completion, completion-all-completions):
24926 Add `metadata' argument to choose completion-styles.
24927 (completion--do-completion): Use metadata to choose cycling.
24928 (completion-all-sorted-completions): Use metadata for sorting.
24929 Remove :completion-cycle-penalty which is not needed any more.
24930 (completion--try-word-completion): Add `metadata' argument.
24931 (minibuffer-completion-help): Check metadata for annotation function
24932 and sorting.
24933 (completion-file-name-table): Return `category' metadata.
24934 (minibuffer-completing-file-name): Make obsolete.
24935 * simple.el (minibuffer-completing-symbol): Make obsolete.
24936 * icomplete.el (icomplete-completions): Pass new `metadata' param to
24937 completion-try-completion.
24938
24939 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
24940
24941 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
24942
24943 2011-05-30 Leo Liu <sdl.web@gmail.com>
24944
24945 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
24946 (rcirc-print): Decode all incoming messages (bug#8744).
24947 (rcirc-decode-coding-system): Allow value nil for automatic coding
24948 system detection.
24949
24950 2011-06-01 Glenn Morris <rgm@gnu.org>
24951
24952 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
24953
24954 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
24955
24956 * image.el (image-animate-max-time): Allow nil and t values.
24957 Default to nil.
24958 (create-animated-image): Doc fix.
24959 (image-animate-start): Remove second arg; just use
24960 image-animate-max-time.
24961 (image-animate-timeout): Doc fix. Args changed.
24962
24963 * image-mode.el (image-toggle-display-image): Ensure that the
24964 image spec passed to the animate timer is the same object as in
24965 the buffer's display property (Bug#6981).
24966 (image-transform-properties): Doc fix.
24967
24968 * image.el (image-animate-max-time): Default to nil.
24969
24970 2011-05-29 Martin Rudalics <rudalics@gmx.at>
24971
24972 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
24973 entire buffer list (Bug#8184).
24974
24975 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
24976
24977 * image.el (imagemagick-types-inhibit)
24978 (imagemagick-register-types): Doc fix.
24979
24980 2011-05-29 Deniz Dogan <deniz@dogan.se>
24981
24982 * net/rcirc.el (rcirc): Use the user's stored encryption method by
24983 default.
24984
24985 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
24986
24987 * select.el: Don't perform clipboard-manager saving in hooks;
24988 leave the hooks empty.
24989
24990 2011-05-28 Leo Liu <sdl.web@gmail.com>
24991
24992 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
24993 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
24994 (occur-edit-mode): New major mode (Bug#8463).
24995 (occur-after-change-function): New function.
24996 (occur-engine): Give Occur tags a read-only property.
24997
24998 2011-05-28 Kevin Ryde <user42@zip.com.au>
24999
25000 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
25001
25002 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
25003
25004 * bindings.el (help-echo): Make the initial non-indicator dash
25005 empty on graphical terminals (Bug#7295).
25006
25007 * files.el (auto-mode-alist): Move config rule after the
25008 in-stripping one (Bug#8547).
25009
25010 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
25011
25012 * startup.el (normal-splash-screen): Remove gratuitous mode-line
25013 setting (Bug#8740).
25014
25015 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
25016
25017 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
25018 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
25019 (Bug#8539).
25020
25021 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
25022
25023 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
25024
25025 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
25026
25027 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
25028 (hs-hide-block-at-point, hs-find-block-beginning)
25029 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
25030 (Bug#8279).
25031
25032 2011-05-28 Glenn Morris <rgm@gnu.org>
25033
25034 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
25035
25036 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
25037
25038 * help-fns.el (describe-function-1): If the function is a derived
25039 major mode, print the parent mode.
25040
25041 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
25042 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
25043
25044 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
25045
25046 * minibuffer.el (completion--capf-wrapper): Check applicability before
25047 returning non-nil for non-exclusive completion data.
25048 * progmodes/etags.el (tags-completion-at-point-function):
25049 * info-look.el (info-lookup-completions-at-point): Mark as
25050 non-exclusive.
25051 (info-complete): Adjust accordingly.
25052
25053 * info-look.el: Convert to lexical-binding and completion-at-point.
25054 (info-lookup-completions-at-point): New function.
25055 (info-complete): Use it and completion-in-region.
25056
25057 2011-05-28 Drew Adams <drew.adams@oracle.com>
25058
25059 * isearch.el: Let M-e start with point at the first mismatched char.
25060 (isearch-fail-pos): New function.
25061 (isearch-edit-string): Use it.
25062
25063 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
25064
25065 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
25066
25067 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
25068
25069 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
25070 traversal functions for avl-trees.
25071 (avl-tree--stack): New struct.
25072 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
25073 (avl-tree-enter): Add optional `updatefun' arg.
25074 (avl-tree--do-enter): Add optional `updatefun' arg.
25075 Change return value.
25076 (avl-tree-delete): Add optional `test' and `nilflag' args.
25077 (avl-tree--do-delete): Add `test' and `nilflag' args.
25078 Change return value.
25079 (avl-tree-member): Add optional `nilflag'
25080 (avl-tree-member-p): New function.
25081 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
25082 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
25083 (avl-tree-stack-empty-p): New functions.
25084
25085 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
25086 avl-tree--del-balance1 and make it work both ways.
25087 (avl-tree--del-balance2): Remove.
25088 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
25089 make it work both ways.
25090 (avl-tree--enter-balance2): Remove.
25091 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
25092 New macros.
25093 (avl-tree--mapc, avl-tree-map): Add direction argument.
25094
25095 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
25096
25097 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
25098
25099 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
25100
25101 * select.el: Support clipboard managers with built-in function
25102 x-clipboard-manager-save, via delete-frame-functions and
25103 kill-emacs-hook.
25104 (xselect-convert-to-targets): Add MULTIPLE target to list.
25105 (xselect-convert-to-save-targets): New function.
25106
25107 2011-05-27 Kenichi Handa <handa@m17n.org>
25108
25109 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
25110 let-binding rfc2047-encode-encoded-words to nil.
25111
25112 2011-05-27 Glenn Morris <rgm@gnu.org>
25113
25114 * mail/emacsbug.el: Don't require url-util.
25115
25116 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
25117
25118 * files.el (set-auto-mode):
25119 Also respect mode: entries at the end of the file. (Bug#8586)
25120
25121 2011-05-26 Glenn Morris <rgm@gnu.org>
25122
25123 * files.el (hack-local-variables-prop-line, hack-local-variables):
25124 Downcase mode names, as seems to be traditional.
25125 (hack-local-variables, hack-local-variables-apply): Doc fixes.
25126
25127 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
25128 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
25129
25130 2011-05-25 Julien Danjou <julien@danjou.info>
25131
25132 * textmodes/rst.el (rst-define-level-faces): Do not define face
25133 symbol if it is already defined.
25134
25135 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
25136
25137 * play/5x5.el (5x5-new-game, 5x5-randomize):
25138 Reset 5x5-solver-output to nil when a new grid is cast.
25139 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
25140 these debugging traces, as defmacro breaks the compiled code.
25141
25142 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
25143
25144 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
25145
25146 2011-05-24 Leo Liu <sdl.web@gmail.com>
25147
25148 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
25149 (vc-bzr-sha1): Adapt.
25150
25151 * sha1.el: Remove. Function `sha1' is now builtin.
25152
25153 * bindings.el: Provide sha1 feature.
25154
25155 2011-05-24 Kenichi Handa <handa@m17n.org>
25156
25157 * mail/sendmail.el: Require `rfc2047'.
25158 (mail-insert-from-field): Do not perform RFC2047 encoding.
25159 (mail-encode-header): New function.
25160 (sendmail-send-it): Set buffer-file-coding-system of the work
25161 buffer to the return value of select-message-coding-system.
25162 Call mail-encode-header.
25163
25164 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
25165
25166 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
25167
25168 * mail/supercite.el (sc-default-cite-frame):
25169 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
25170
25171 2011-05-24 Glenn Morris <rgm@gnu.org>
25172
25173 * progmodes/python.el (brm-menu): Declare.
25174
25175 * emulation/viper.el (viper-set-hooks): Declare.
25176
25177 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
25178 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
25179 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
25180 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
25181 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
25182 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
25183
25184 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
25185
25186 Add an :exit-function for completion-at-point.
25187
25188 * minibuffer.el (completion--done): New fun.
25189 (completion--do-completion): Use it. New arg `expect-exact'.
25190 (minibuffer-complete, minibuffer-complete-word): Don't output message,
25191 since completion--do-completion does it for us now.
25192 (minibuffer-force-complete): Use completion--done and
25193 completion--replace. Handle sole-completion case with more care.
25194 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
25195 (completion-extra-properties): New var.
25196 (completion-annotate-function): Make obsolete.
25197 (minibuffer-completion-help): Adjust accordingly.
25198 Use completion-list-insert-choice-function.
25199 (completion-at-point, completion-help-at-point):
25200 Bind completion-extra-properties.
25201 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
25202 * simple.el (completion-list-insert-choice-function): New var.
25203 (completion-setup-function): Preserve it.
25204 (choose-completion): Pay attention to it, shuffle the code a bit.
25205 (choose-completion-string): New arg `insert-function'.
25206
25207 * textmodes/bibtex.el: Convert to lexical binding.
25208 (bibtex-mode-map): Use completion-at-point.
25209 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
25210 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
25211 (bibtex-complete): Define as obsolete alias.
25212 (bibtex-complete-internal): Remove.
25213 (bibtex-format-entry): Remove unused sub-group in regexp.
25214 * shell.el (shell--command-completion-data)
25215 (shell-environment-variable-completion):
25216 * pcomplete.el (pcomplete-completions-at-point):
25217 * comint.el (comint--complete-file-name-data): Use :exit-function
25218 instead of completion-table-with-terminator so it also works for
25219 choose-completion.
25220
25221 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
25222
25223 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
25224
25225 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
25226 (bug#8710).
25227
25228 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
25229
25230 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
25231
25232 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
25233 customization variable and implement: If non-nil, auto-fill will
25234 be inhibited while on topic's header line.
25235
25236 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
25237
25238 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
25239 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
25240 always have a solution in grid size = 5 cases.
25241 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
25242 (5x5-solver-output, 5x5-log-buffer): New vars.
25243 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
25244 Make these variables buffer local to achieve 5x5 multi-session-ness.
25245 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
25246 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
25247 (5x5-solve-suggest): New funs.
25248 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
25249 randomize a grid so that we ensure that there is always a solution.
25250 (5x5-make-random-grid): Allow other movement than flipping.
25251
25252 2011-05-23 Kevin Ryde <user42@zip.com.au>
25253
25254 * emacs-lisp/advice.el (ad-read-advised-function):
25255 Use `function-called-at-point' as the default, if it has
25256 advice and passes PREDICATE.
25257
25258 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
25259
25260 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
25261 byte-compile-lambda if it's actually a lambda.
25262
25263 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
25264 Fix function quoting. Use backquote better.
25265
25266 2011-05-22 Yuanle Song <sylecn@gmail.com>
25267
25268 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
25269 matching (Bug#8516).
25270
25271 2011-05-22 Jari Aalto <jari.aalto@cante.net>
25272
25273 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
25274 different face (Bug#8178).
25275
25276 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
25277
25278 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
25279 defface (Bug#8144).
25280
25281 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
25282
25283 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
25284 funcall as well (bug#8712). Warn when performing those conversions.
25285 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
25286
25287 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
25288
25289 2011-05-22 Glenn Morris <rgm@gnu.org>
25290
25291 * files.el (hack-local-variables-prop-line): Small simplifications.
25292 (hack-local-variables, hack-local-variables-prop-line):
25293 If MODE-ONLY, return the mode, rather than just `t'.
25294
25295 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
25296
25297 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
25298
25299 2011-05-21 Glenn Morris <rgm@gnu.org>
25300
25301 * files.el (hack-local-variables-prop-line, hack-local-variables):
25302 If only interested in the mode, don't bother doing the other stuff.
25303
25304 * image-mode.el (image-after-revert-hook):
25305 Redraw all frames on which the image is visible. (Bug#8567)
25306
25307 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
25308
25309 * wid-edit.el (widget-checklist-match-inline):
25310 Fix 2011-04-19 change. (Bug#8649)
25311
25312 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
25313
25314 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
25315 Also allow singlespace after single-letter capitals followed by a dot.
25316
25317 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
25318 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
25319
25320 2011-05-20 Nix <nix@esperi.org.uk>
25321
25322 * files.el (basic-save-buffer-2):
25323 Fix handling of break-hardlink-on-save with non-existent files.
25324
25325 2011-05-19 Deniz Dogan <deniz@dogan.se>
25326
25327 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
25328 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
25329
25330 2011-05-19 Glenn Morris <rgm@gnu.org>
25331
25332 * progmodes/f90.el (f90-type-def-re):
25333 Handle "type, bind(c)". (Bug#8691)
25334
25335 * emacs-lisp/autoload.el (batch-update-autoloads):
25336 Set autoload-excludes by parsing loadup.el rather than Makefiles.
25337
25338 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
25339
25340 * net/tramp.el (tramp-process-actions): Set "first-password-request"
25341 property for the correct connection in case of multihops.
25342
25343 2011-05-18 Glenn Morris <rgm@gnu.org>
25344
25345 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
25346 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
25347
25348 Rationalize calendar handling of day and month abbrev-arrays.
25349 * calendar/calendar.el (calendar-customized-p): New function.
25350 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
25351 (calendar-day-name-array, calendar-month-name-array): Doc fix.
25352 Add :set function.
25353 (calendar-abbrev-length, calendar-day-abbrev-array)
25354 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
25355 (calendar-day-abbrev-array, calendar-month-abbrev-array):
25356 Elements may no longer be nil.
25357 (calendar-day-name, calendar-month-name):
25358 Update for changed nature of abbrev arrays.
25359 * calendar/diary-lib.el (diary-name-pattern):
25360 Update for changed nature of abbrev arrays.
25361 (diary-mark-entries-1): Update calendar-make-alist calls.
25362 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
25363 * calendar/cal-html.el (cal-html-day-abbrev-array):
25364 Simply inherit from calendar-day-abbrev-array.
25365
25366 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
25367
25368 * progmodes/grep.el (grep-mode): Disable default
25369 compilation-directory-matcher setting (bug#8684).
25370
25371 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
25372
25373 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
25374 instead of "head" and "tail". There were problems with SunOS 5.9,
25375 and it performs better.
25376
25377 2011-05-17 Glenn Morris <rgm@gnu.org>
25378
25379 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
25380
25381 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
25382 Replace obsolete function.
25383
25384 * shell.el (pcomplete-parse-arguments-function): Declare.
25385
25386 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
25387 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
25388 (appt-check): Doc fixes.
25389 (appt-disp-window-function, appt-delete-window-function):
25390 Remove needless special case in custom :type.
25391 (appt-display-count): Default to 0, not nil.
25392 (appt-check): Reset appt-display-count to 0, not nil.
25393
25394 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
25395
25396 * progmodes/python.el (python-font-lock-keywords):
25397 Add the Python 3.X keyword "nonlocal" (bug#8639).
25398
25399 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
25400
25401 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
25402
25403 2011-05-16 Kevin Ryde <user42@zip.com.au>
25404
25405 * info-look.el (makefile-automake-mode): New setups, looking in
25406 automake manual, then makefile-mode.
25407 (makefile-mode): Remove automake manual, have it just in
25408 makefile-automake-mode since there's various things different or
25409 not relevant to plain make.
25410 (makefile-mode): Remove "other-modes" non-existent automake-mode,
25411 believe a hypothetical automake-mode would go to makefile-mode,
25412 not the other way around.
25413
25414 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
25415
25416 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
25417 hunk-end tags (Bug#8672).
25418
25419 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
25420 vc-annotate-show-diff-revision-at-line (Bug#8671).
25421
25422 2011-05-14 Glenn Morris <rgm@gnu.org>
25423
25424 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
25425 in the middle of an existing one with multiple authors. (Bug#8645)
25426 (change-log-font-lock-keywords): Also handle multiple author lines
25427 with leading tabs. (Bug#8644)
25428
25429 * calendar/appt.el (appt-check): Rename some local variables.
25430 Some simplification/reordering.
25431
25432 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
25433 (feedmail-sendmail-f-doesnt-sell-me-out)
25434 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
25435 (feedmail-debug-sit-for, feedmail-queue-express-hook)
25436 (feedmail-queue-runner-message-sender): Set :version.
25437 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
25438 (bbdb-dwim-net-address, vm-mail): Declare.
25439 (feedmail-binmail-gnulinuxish-template):
25440 Rename from feedmail-binmail-linuxish-template.
25441 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
25442 Use insert-buffer-substring.
25443
25444 2011-05-14 Bill Carpenter <bill@carpenter.org>
25445
25446 * mail/feedmail.el (feedmail-patch-level): Increase.
25447 (feedmail-debug): New custom group.
25448 (feedmail-confirm-outgoing-timeout)
25449 (feedmail-sendmail-f-doesnt-sell-me-out)
25450 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
25451 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
25452 (feedmail-sender-line, feedmail-from-line)
25453 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
25454 (feedmail-spray-this-address)
25455 (feedmail-spray-address-fiddle-plex-list)
25456 (feedmail-queue-use-send-time-for-date)
25457 (feedmail-queue-use-send-time-for-message-id)
25458 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
25459 (feedmail-buffer-eating-function):
25460 Doc fixes.
25461 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
25462 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
25463 (feedmail-message-action-scroll-down): New functions.
25464 (feedmail-queue-directory, feedmail-queue-draft-directory):
25465 Use expand-file-name.
25466 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
25467 Remove C-v help entry.
25468 (feedmail-queue-buffer-file-name): New variable.
25469 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
25470 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
25471 (feedmail-message-action-send-strong, feedmail-message-action-edit)
25472 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
25473 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
25474 (feedmail-message-action-toggle-spray)
25475 (feedmail-run-the-queue-no-prompts)
25476 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
25477 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
25478 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
25479 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
25480 (feedmail-envelope-deducer, feedmail-fiddle-from)
25481 (feedmail-fiddle-sender, feedmail-default-date-generator)
25482 (feedmail-fiddle-date, feedmail-fiddle-message-id)
25483 (feedmail-fiddle-spray-address)
25484 (feedmail-fiddle-list-of-spray-fiddle-plexes)
25485 (feedmail-fiddle-list-of-fiddle-plexes)
25486 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
25487 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
25488 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
25489 Change default. Doc fix.
25490 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
25491 (feedmail-binmail-linuxish-template): New constant.
25492 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
25493 Respect feedmail-sendmail-f-doesnt-sell-me-out.
25494 (feedmail-send-it): Add debug call.
25495 Use feedmail-queue-buffer-file-name, and
25496 feedmail-send-it-immediately-wrapper.
25497 (feedmail-message-action-send): Add debug call.
25498 Use feedmail-send-it-immediately-wrapper.
25499 (feedmail-queue-express-to-queue): Add debug call.
25500 Run feedmail-queue-express-hook.
25501 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
25502 (feedmail-message-action-help-blat):
25503 Rename from feedmail-queue-send-edit-prompt-help-first.
25504 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
25505 Check line-endings. Handle errors better.
25506 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
25507 Doc fix. Add debug call.
25508 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
25509 Use feedmail-queue-send-edit-prompt-inner.
25510 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
25511 (feedmail-queue-send-edit-prompt-inner): New function, extracted
25512 from feedmail-queue-send-edit-prompt.
25513 (feedmail-queue-send-edit-prompt-help)
25514 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
25515 (feedmail-tidy-up-slug): Add debug call.
25516 Respect feedmail-queue-slug-suspect-regexp.
25517 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
25518 (feedmail-dump-message-to-queue): Add debug call.
25519 Expand queue-directory.
25520 (feedmail-dump-message-to-queue): Change message slightly.
25521 Use feedmail-say-chatter.
25522 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
25523 (feedmail-send-it-immediately-wrapper): New function.
25524 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
25525 Insert empty string rather than newline. Handle full-frame case.
25526 Use catch/throw. Use feedmail-say-chatter.
25527 (feedmail-fiddle-from): Try mail-host-address.
25528 (feedmail-default-message-id-generator): Doc fix.
25529 Bind system-time-locale. Handle missing end.
25530 (feedmail-fiddle-x-mailer): Add debug call.
25531 Handle feedmail-x-mailer-line being nil.
25532 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
25533 Add debug call. Use buffer-substring-no-properties.
25534 (feedmail-say-debug, feedmail-say-chatter): New functions.
25535 (feedmail-find-eoh): Give an explicit error.
25536
25537 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
25538
25539 * net/newst-treeview.el (newsticker-treeview-face): Change default
25540 family from helvetica to sans.
25541 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
25542 etc/images/newsticker.
25543
25544 * net/newst-reader.el (newsticker-feed-face): Change default
25545 family from helvetica to sans.
25546
25547 * net/newst-plainview.el (newsticker-new-item-face)
25548 (newsticker-old-item-face, newsticker-immortal-item-face)
25549 (newsticker-obsolete-item-face, newsticker-date-face)
25550 (newsticker-statistics-face): Change default family from
25551 helvetica to sans.
25552 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
25553 etc/images/newsticker.
25554
25555 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
25556 (newsticker--process-auto-mark-filter-match): Tell user about
25557 auto-marking.
25558
25559 2011-05-13 Didier Verna <didier@xemacs.org>
25560
25561 Common Lisp indentation improvements on defmethod and lambda-lists.
25562 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
25563 TODO entries.
25564 (lisp-lambda-list-keyword-parameter-indentation)
25565 (lisp-lambda-list-keyword-parameter-alignment)
25566 (lisp-lambda-list-keyword-alignment): New customizable user options.
25567 (lisp-indent-defun-method): Improve docstring.
25568 (extended-loop-p): Fix comment.
25569 (lisp-indent-lambda-list-keywords-regexp): New variable.
25570 (lisp-indent-lambda-list): New function.
25571 (lisp-indent-259): Use it.
25572 (lisp-indent-defmethod): Support for more than one
25573 method qualifier and properly indent methods lambda-lists.
25574 (defgeneric): Provide a missing common-lisp-indent-function property.
25575
25576 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
25577
25578 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
25579 bounds for the empty string (bug#8667).
25580
25581 2011-05-13 Glenn Morris <rgm@gnu.org>
25582
25583 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
25584
25585 * mail/sendmail.el (sendmail-program): Try executable-find first.
25586 (sendmail-send-it): `sendmail-program' cannot be unbound.
25587
25588 * calendar/appt.el (appt-make-list): Simplify.
25589 (appt-time-msg-list): Doc fix.
25590 (appt-check): Change mode-line message at the time of the appointment.
25591
25592 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
25593
25594 * progmodes/ld-script.el (ld-script-keywords)
25595 (ld-script-builtins): Update keywords list.
25596
25597 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25598
25599 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
25600
25601 * shell.el (shell-completion-vars): New function.
25602 (shell-mode):
25603 * simple.el (read-shell-command): Use it.
25604 (blink-matching-open): No need for " [...]" in minibuffer-message.
25605
25606 2011-05-12 Glenn Morris <rgm@gnu.org>
25607
25608 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
25609 (appt-check): Simplify.
25610
25611 2011-05-12 Eli Zaretskii <eliz@gnu.org>
25612
25613 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
25614 literal "/dev/null".
25615
25616 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25617
25618 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
25619 Fix typo.
25620
25621 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
25622
25623 * progmodes/which-func.el (which-function):
25624 Use add-log-current-defun instead of add-log-current-defun-function,
25625 which might not be defined (Bug#8260).
25626
25627 2011-05-12 Glenn Morris <rgm@gnu.org>
25628
25629 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
25630 Let byte-compile-initial-macro-environment always take precedence.
25631
25632 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25633
25634 * net/rcirc.el: Add support for SSL/TLS connections.
25635 (rcirc-server-alist): New field `encryption'.
25636 (rcirc): Check `encryption' settings.
25637 (rcirc-connect): New arg `encryption'. Use open-network-stream.
25638 Merge make-local-variable into `set'.
25639 (rcirc--connection-open-p): New function.
25640 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
25641 the process is not a network process (e.g. running gnutls-cli).
25642 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
25643 Make rcirc-(en|de)code-coding-system local here.
25644 (rcirc-mode): Merge make-local-variable into `set'.
25645 (rcirc-parent-buffer): Make permanent buffer-local.
25646 (rcirc-multiline-minor-mode): Don't do it here.
25647 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
25648 there's no server buffer.
25649
25650 2011-05-11 Glenn Morris <rgm@gnu.org>
25651
25652 * newcomment.el (comment-kill): Prefix "unused" local.
25653
25654 * term/w32console.el (get-screen-color): Declare.
25655
25656 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
25657 Handle symbol elements of byte-compile-initial-macro-environment.
25658
25659 2011-05-10 Leo Liu <sdl.web@gmail.com>
25660
25661 * bookmark.el (bookmark-bmenu-mode-map):
25662 Bind bookmark-bmenu-search to `/'.
25663
25664 * mail/footnote.el: Convert to utf-8 encoding.
25665 (footnote-unicode-string, footnote-unicode-regexp): New variable.
25666 (Footnote-unicode): New function.
25667 (footnote-style-alist): Add unicode style to the list.
25668 (footnote-style): Doc fix.
25669
25670 2011-05-10 Jim Meyering <meyering@redhat.com>
25671
25672 Fix doubled-word typos.
25673 * international/quail.el (quail-insert-kbd-layout): and and -> and
25674 * kermit.el: and and -> and
25675 * net/ldap.el (ldap-search-internal): to to -> to
25676 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
25677 * progmodes/js.el (js-mode): and and -> and
25678 * textmodes/artist.el (artist-move-to-xy): at at -> at
25679 (artist-draw-region-trim-line-endings): if if -> if
25680 And Safetyc -> Safety.
25681 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
25682
25683 2011-05-10 Glenn Morris <rgm@gnu.org>
25684 Stefan Monnier <monnier@iro.umontreal.ca>
25685
25686 * files.el (hack-one-local-variable-eval-safep):
25687 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
25688
25689 2011-05-10 Glenn Morris <rgm@gnu.org>
25690
25691 * calendar/diary-lib.el (diary-list-entries-hook)
25692 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
25693 (diary-nongregorian-marking-hook, diary-list-entries)
25694 (diary-include-other-diary-files, diary-mark-entries)
25695 (diary-mark-included-diary-files): Doc fixes.
25696
25697 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
25698
25699 * misc.el: Require tabulated-list.el during compilation.
25700
25701 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
25702
25703 * progmodes/compile.el (compilation-start):
25704 Run compilation-filter-hook for the async case too.
25705 (compilation-filter-hook): Doc fix.
25706
25707 2011-05-09 Deniz Dogan <deniz@dogan.se>
25708
25709 * wdired.el: Remove outdated installation comment. Fix usage
25710 comment.
25711
25712 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
25713
25714 * misc.el: Implement new command `list-dynamic-libraries'.
25715 (list-dynamic-libraries--loaded-only-p): New variable.
25716 (list-dynamic-libraries--refresh): New function.
25717 (list-dynamic-libraries): New command.
25718
25719 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
25720
25721 * progmodes/compile.el (compilation-error-regexp-alist-alist):
25722 Fix the ant regexp to handle end-line and end-column info from jikes.
25723 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
25724 higher priority to avoid clobbering by gnu.
25725
25726 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
25727
25728 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
25729 if the face has existing theme settings (Bug#8454).
25730
25731 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
25732
25733 * progmodes/perl-mode.el (perl-imenu-generic-expression):
25734 Only match variables declared via `my' or `our' (Bug#8261).
25735
25736 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
25737 special file names `.' and `..' (Bug#8259).
25738
25739 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
25740
25741 * progmodes/grep.el (grep-mode-font-lock-keywords):
25742 Remove buffer-changing entries.
25743 (grep-filter): New function.
25744 (grep-mode): Add it to compilation-filter-hook.
25745
25746 * progmodes/compile.el (compilation-filter-hook)
25747 (compilation-filter-start): New defvars.
25748 (compilation-filter): Call compilation-filter-hook prior to
25749 updating the process mark.
25750
25751 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
25752
25753 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
25754
25755 2011-05-07 Eli Zaretskii <eliz@gnu.org>
25756
25757 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
25758 mailclient-send-it even if window-system is nil. (Bug#8595)
25759
25760 * term/w32console.el (terminal-init-w32console):
25761 Call get-screen-color and use its output to set the frame
25762 background-mode. (Bug#8597)
25763
25764 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
25765
25766 Make bytecomp.el understand that defmethod defines funs (bug#8631).
25767 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
25768 New functions.
25769 (defgeneric, eieio--defmethod): Use them.
25770 (eieio-defgeneric): Remove.
25771 (defmethod): Call defgeneric in a way visible to the byte-compiler.
25772
25773 2011-05-07 Glenn Morris <rgm@gnu.org>
25774
25775 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
25776 Use let rather than let*.
25777 (timeclock-find-discrep): Remove unused local.
25778
25779 * calendar/diary-lib.el (diary-comment-start): Doc fix.
25780
25781 * calendar/appt.el (appt-time-msg-list): Doc fix.
25782
25783 2011-05-06 Noah Friedman <friedman@splode.com>
25784
25785 * apropos.el (apropos-print-doc): Only use
25786 emacs-lisp-docstring-fill-column when it is bound to an integer,
25787 per that variable's documentation.
25788
25789 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
25790
25791 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
25792 and warnings are not silently discarded (e.g. use -d instead of -P).
25793
25794 2011-05-06 Glenn Morris <rgm@gnu.org>
25795
25796 * calendar/appt.el (appt-message-warning-time): Doc fix.
25797 (appt-warning-time-regexp): New option.
25798 (appt-make-list): Respect appt-message-warning-time.
25799
25800 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
25801 New options.
25802 (diary-add-to-list): Strip comments from the displayed string.
25803 (diary-mode): Set comment-start and comment-end.
25804
25805 * vc/diff-mode.el (smerge-refine-subst): Declare.
25806 (diff-refine-hunk): Don't require smerge-mode when compiling.
25807
25808 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
25809
25810 * simple.el (list-processes): Return nil as the docstring says.
25811
25812 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
25813
25814 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
25815 to "".
25816 (ange-ftp-write-region, ange-ftp-insert-file-contents)
25817 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
25818 determining of binary transfer. (Bug#7383)
25819
25820 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
25821
25822 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25823 Fix port computation bug. (Bug#8618)
25824
25825 2011-05-05 Glenn Morris <rgm@gnu.org>
25826
25827 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
25828
25829 * simple.el (shell-dynamic-complete-functions)
25830 (comint-dynamic-complete-functions): Declare.
25831
25832 * net/network-stream.el (gnutls-negotiate):
25833 * simple.el (tabulated-list-print): Fix declarations.
25834
25835 * progmodes/gud.el (syntax-symbol, syntax-point):
25836 Remove unnecessary and incorrect declarations.
25837
25838 * emacs-lisp/check-declare.el (check-declare-scan):
25839 Handle byte-compile-initial-macro-environment in bytecomp.el.
25840
25841 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
25842
25843 Fix earlier half-done eieio-defmethod change (bug#8338).
25844 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
25845 Streamline and change calling convention.
25846 (defmethod): Adjust accordingly and simplify.
25847 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
25848 new eieio--defmethod.
25849 (slot-boundp): Minor CSE simplification.
25850
25851 2011-05-05 Milan Zamazal <pdm@zamazal.org>
25852
25853 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
25854 (glasses-make-readable): Use glasses-separate-capital-groups.
25855
25856 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
25857
25858 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
25859 (warning-series): Doc fix.
25860 (display-warning): Don't try to create the buffer if we just found it.
25861
25862 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
25863
25864 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
25865 (autoload-find-generated-file): New function.
25866 (generate-file-autoloads): Bind generated-autoload-file to
25867 buffer-file-name.
25868 (update-file-autoloads, update-directory-autoloads):
25869 Use autoload-find-generated-file. If called interactively, prompt for
25870 output file (Bug#7989).
25871 (batch-update-autoloads): Doc fix.
25872
25873 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
25874
25875 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
25876
25877 2011-05-04 Glenn Morris <rgm@gnu.org>
25878
25879 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
25880 function, so it follows changes in calendar-date-style.
25881 (diary-fancy-date-matcher): New function.
25882 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
25883 (diary-fancy-font-lock-fontify-region-function):
25884 Use diary-fancy-date-pattern as a function.
25885
25886 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
25887 non-numbers for `year' etc pseudo-variables. (Bug#8583)
25888
25889 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
25890
25891 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
25892 instead of positional arguments. Allow :keylist and :crlfiles
25893 arguments.
25894 (open-gnutls-stream): Call it.
25895
25896 * net/network-stream.el (network-stream-open-starttls): Adjust to
25897 call `gnutls-negotiate' with :process and :hostname arguments.
25898
25899 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
25900
25901 * minibuffer.el (completion--message): New function.
25902 (completion--do-completion, minibuffer-complete)
25903 (minibuffer-force-complete, minibuffer-complete-word): Use it.
25904 (completion--do-completion): Don't ignore completion-auto-help when in
25905 icomplete-mode.
25906
25907 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
25908 internal encoding (e.g. tibetan zero is not whitespace).
25909 (global-whitespace-mode): Prefer save-current-buffer.
25910 (whitespace-trailing-regexp): Remove useless save-match-data.
25911 (whitespace-empty-at-bob-regexp): Minor simplification.
25912
25913 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
25914
25915 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
25916
25917 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
25918
25919 * textmodes/ispell.el (ispell-add-per-file-word-list):
25920 Use `concat' to create string for insertion.
25921
25922 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
25923
25924 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
25925 Avoid open-line which runs post-self-insert-hook.
25926 (bibtex-fill-entry): Remove unused `end' var.
25927
25928 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
25929
25930 * textmodes/ispell.el (ispell-add-per-file-word-list):
25931 Protect against `nil' value of `comment-start' (Bug#8579).
25932
25933 2011-05-03 Leo Liu <sdl.web@gmail.com>
25934
25935 * isearch.el (isearch-yank-pop): New command.
25936 (isearch-mode-map): Bind it to `M-y'.
25937 (isearch-forward): Mention it.
25938
25939 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
25940
25941 * simple.el (minibuffer-complete-shell-command): Remove.
25942 (minibuffer-local-shell-command-map): Use completion-at-point.
25943 (read-shell-command): Setup completion vars here instead.
25944 (read-expression-map): Bind TAB to symbol completion.
25945
25946 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
25947 error directly rather via storing it into `results'.
25948
25949 2011-05-02 Leo Liu <sdl.web@gmail.com>
25950
25951 * vc/diff.el: Fix description.
25952
25953 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
25954
25955 * server.el (server-eval-at): New function.
25956
25957 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
25958
25959 * net/network-stream.el (open-network-stream): Take a :nowait
25960 parameter and pass it on to `make-network-process'.
25961 (network-stream-open-plain): Ditto.
25962
25963 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
25964
25965 * faces.el (face-spec-set-match-display): Don't match toolkit
25966 options on terminal frames.
25967
25968 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
25969
25970 * progmodes/pascal.el: Use lexical binding.
25971 (pascal-mode-map): Remove author preferences.
25972
25973 * pcomplete.el (pcomplete-std-complete): Don't abuse
25974 completion-at-point.
25975
25976 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
25977
25978 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
25979 removing code that has been dead since 1991 or so.
25980
25981 * startup.el (command-line): When warning about "_emacs", use a
25982 delayed warning to allow the user to filter it out.
25983
25984 2011-04-28 Deniz Dogan <deniz@dogan.se>
25985
25986 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
25987 user has not joined.
25988
25989 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
25990
25991 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
25992 aren't any completions at point.
25993
25994 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
25995
25996 * subr.el (display-delayed-warnings): New function.
25997 (delayed-warnings-hook): New variable.
25998
25999 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
26000
26001 * minibuffer.el (completion-at-point, completion-help-at-point):
26002 Don't presume that a given completion-at-point-function will always
26003 use the same calling convention.
26004
26005 * pcomplete.el (pcomplete-completions-at-point):
26006 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
26007 pcomplete-seen is non-nil.
26008 (pcomplete-comint-setup): Also recognize the new comint/shell
26009 completion functions.
26010 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
26011 pcomplete-seen is non-nil.
26012
26013 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
26014
26015 * calendar/icalendar.el (diary-lib): Add require statement.
26016 (icalendar--create-uid): Read out a uid from a text-property on
26017 the first character in the entry. This allows for code to add its
26018 own uid to the entry.
26019 (icalendar--convert-float-to-ical): Add export of
26020 `diary-float'-entries save for those with the optional DAY
26021 argument.
26022
26023 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
26024
26025 * subr.el (shell-quote-argument): Use alternate escaping strategy
26026 when we spot a variable reference in a string.
26027
26028 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
26029
26030 * cus-start.el (all): Define customization for debug-on-event.
26031
26032 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
26033
26034 * subr.el (shell-quote-argument): Escape correctly under Windows.
26035
26036 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
26037
26038 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
26039
26040 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
26041
26042 * net/tramp.el (tramp-process-actions): Add POS argument.
26043 Delete region between POS and (pos).
26044
26045 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26046 Use `nil' position in `tramp-process-actions' call.
26047 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
26048
26049 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
26050 position in `tramp-process-actions' call.
26051
26052 * net/trampver.el: Update release number.
26053
26054 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
26055
26056 * custom.el (defcustom): Obey lexical-binding.
26057
26058 Fix octave-inf completion problems reported by Alexander Klimov.
26059 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
26060 Inherit from octave-mode-syntax-table.
26061 (inferior-octave-mode): Set info-lookup-mode.
26062 (inferior-octave-completion-at-point): New function.
26063 (inferior-octave-complete): Use it and completion-in-region.
26064 (inferior-octave-dynamic-complete-functions): Use it as well, and use
26065 comint-filename-completion.
26066 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
26067 symbol elements which shouldn't be word elements.
26068 (octave-font-lock-keywords, octave-beginning-of-defun)
26069 (octave-function-header-regexp): Adjust regexps accordingly.
26070 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
26071
26072 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
26073
26074 * net/gnutls.el (gnutls-errorp): Declare before first use.
26075
26076 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
26077
26078 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
26079 verify-error, and verify-hostname-error parameters. Check whether
26080 default trustfile exists before going to use it. Add missing
26081 argument to gnutls-message-maybe call. Return value.
26082 Reported by Claudio Bley <claudio.bley@gmail.com>.
26083 (open-gnutls-stream): Add usage example.
26084
26085 * net/network-stream.el (network-stream-open-starttls): Give host
26086 parameter to `gnutls-negotiate'.
26087 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
26088 * subr.el (shell-quote-argument): Escape correctly under Windows.
26089
26090 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
26091
26092 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
26093 Use correct match group (bug#8438).
26094
26095 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
26096
26097 * emacs-lisp/package.el (package-built-in-p): Fix typo.
26098 (package-menu--generate): New arg specifying packages to show.
26099 (package-menu-refresh, package-menu-execute, list-packages):
26100 Callers changed.
26101 (package-show-package-list): New function, replacing deleted
26102 package--list-packages (renamed because it is non-internal).
26103
26104 * finder.el (finder-list-matches): Use package-show-package-list
26105 instead of deleted package--list-packages.
26106
26107 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
26108 Based on a previous implementation by Juanma Barranquero (Bug#8366).
26109 (vc-annotate-mode-map): Bind it to RET.
26110
26111 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
26112
26113 * progmodes/etags.el (next-file): Don't use set-buffer to change
26114 buffers (Bug#8478).
26115
26116 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
26117
26118 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
26119
26120 * apropos.el (apropos-label-face): Avoid variable-pitch face.
26121 (apropos-accumulator): Doc fix.
26122 (apropos-function, apropos-macro, apropos-command)
26123 (apropos-variable, apropos-face, apropos-group, apropos-widget)
26124 (apropos-plist): Add face property.
26125 (apropos-symbols-internal): Fix indentation.
26126 (apropos-print): Simplify help, and recognize apropos-multi-type.
26127 (apropos-print-doc): Use button-type-get to extract the button's
26128 face property. Fill docstring (Bug#8352).
26129
26130 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
26131
26132 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
26133
26134 * play/mpuz.el (mpuz-silent): Doc fix.
26135 (mpuz-mode-map): Use mapc.
26136 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
26137 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
26138 Fix typos in docstrings.
26139
26140 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
26141 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
26142
26143 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
26144
26145 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
26146
26147 * minibuffer.el (completion--do-completion): Avoid the "Next char
26148 not unique" prompt if icomplete-mode is enabled (Bug#5849).
26149
26150 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
26151 mouse-2 into unread-command-events, it is interpreted correctly.
26152
26153 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
26154 (image-toggle-display): Doc fix.
26155
26156 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
26157
26158 * textmodes/page.el (what-page): Use line-number-at-pos to
26159 calculate line number (Bug#6825).
26160
26161 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
26162
26163 * eshell/esh-mode.el (find-tag-interactive): Declare function.
26164 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
26165 Pass argument NO-DEFAULT to `find-tag-interactive'.
26166
26167 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
26168
26169 Lexical-binding cleanup.
26170
26171 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
26172 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
26173 * progmodes/ada-prj.el (ada-prj-initialize-values)
26174 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
26175 (ada-prj-show-value):
26176 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
26177 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
26178 (antlr-invalidate-context-cache, antlr-options-menu-filter)
26179 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
26180 * progmodes/bug-reference.el (bug-reference-push-button):
26181 * progmodes/fortran.el (fortran-line-length):
26182 * progmodes/glasses.el (glasses-change):
26183 * progmodes/octave-mod.el (octave-fill-paragraph):
26184 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
26185 (python-pdbtrack-grub-for-buffer, python-sentinel):
26186 * progmodes/sql.el (sql-save-connection):
26187 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
26188 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
26189 Mark unused parameters.
26190
26191 * progmodes/compile.el (compilation--flush-directory-cache)
26192 (compilation--flush-parse, compile-internal): Mark unused parameters.
26193 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
26194 (compilation-next-error-function): Remove unused variable `timestamp'.
26195
26196 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
26197 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
26198
26199 * progmodes/dcl-mode.el (dcl-end-of-command):
26200 Remove unused variable `start'.
26201 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
26202 (dcl-option-value-basic, dcl-option-value-offset)
26203 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
26204 Mark unused parameters.
26205 (dcl-save-local-variable): Remove unused variable `val'.
26206 (mode): Declare.
26207
26208 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
26209 Mark unused parameters.
26210 (delphi-ignore-changes): Move before first use.
26211 (delphi-charset-token-at): Remove unused variable `start'.
26212 (delphi-else-start): Remove unused variable `if-count'.
26213 (delphi-comment-block-start, delphi-comment-block-end):
26214 Remove unused variable `kind'.
26215 (delphi-indent-line): Remove unused variable `new-point'.
26216
26217 * progmodes/ebrowse.el (ebrowse-files-list)
26218 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
26219 Mark unused parameters. Don't quote `lambda'.
26220 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
26221 Don't quote `lambda'.
26222 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
26223 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
26224 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
26225 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
26226 Use `ignore-errors'.
26227 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
26228 (ebrowse-view/find-file-and-search-pattern)
26229 (ebrowse-view/find-member-declaration/definition):
26230 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
26231 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
26232 Rename parameter PREFIX-ARG to PREFIX.
26233 (ebrowse-tags-read-name): Remove unused variables `start' and
26234 `member-info'.
26235 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
26236 to `tags-file'.
26237
26238 * progmodes/etags.el (local-find-tag-hook): Declare.
26239 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
26240 Mark unused parameters.
26241
26242 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
26243 (executable-interpret): Mark unused parameter.
26244
26245 * progmodes/flymake.el (flymake-process-sentinel)
26246 (flymake-after-change-function)
26247 (flymake-create-temp-with-folder-structure)
26248 (flymake-get-include-dirs-dot): Mark unused parameters.
26249 (flymake-safe-delete-directory): Remove unused variable `err'.
26250
26251 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
26252 (speedbar-timer-fn, speedbar-line-text)
26253 (speedbar-change-expand-button-char, speedbar-delete-subblock)
26254 (speedbar-center-buffer-smartly): Declare functions.
26255 (gdb-find-watch-expression): Remove unused variable `array'.
26256 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
26257 (gdb-starting): Mark unused parameters.
26258 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
26259 (gdb-table-string): Remove unused variable `res'.
26260 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
26261 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
26262 (gdb-display-buffer): Remove unused variable `cur-size'.
26263
26264 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
26265 allow lexical-binding compilation.
26266 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
26267 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
26268 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
26269 Mark unused parameters.
26270 (gud-gdb-marker-filter): Remove unused variable `match'.
26271 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
26272 lambda expressions and funcall them, instead of using `fset'.
26273
26274 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
26275 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
26276
26277 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
26278 variable `header-beg'; use `let'.
26279
26280 * progmodes/icon.el (indent-icon-exp): Remove unused variables
26281 `restart', `last-sexp' and `at-do'.
26282
26283 * progmodes/js.el (js--debug): Mark unused parameter.
26284 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
26285 (js--splice-into-items): Remove unused variable `item'.
26286 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
26287
26288 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
26289 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
26290 (makefile-complete): Remove unused variable `try'.
26291 (makefile-fill-paragraph, makefile-match-function-end):
26292 Mark unused parameters.
26293
26294 * progmodes/octave-inf.el (inferior-octave-complete):
26295 Remove unused variable `proc'.
26296 (inferior-octave-output-digest): Mark unused parameter.
26297
26298 * progmodes/perl-mode.el (perl-calculate-indent):
26299 Remove unused variable `err'.
26300
26301 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
26302 (prolog-indent-line): Mark unused parameters.
26303 (prolog-indent-line): Remove unused variable `beg'.
26304
26305 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
26306 (reporter-dont-compact-list): Declare.
26307
26308 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
26309 Remove unused variable `char'.
26310 (sh-debug): Mark unused parameter.
26311 (sh-get-indent-info): Remove unused variable `start'.
26312 (sh-calculate-indent): Remove unused variable `var'.
26313
26314 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
26315 (simula-electric-keyword): Remove unused variable `null'.
26316 (simula-search-backward, simula-search-forward): Remove unused
26317 variables `begin' and `end'.
26318
26319 * progmodes/vera-mode.el (vera-guess-basic-syntax):
26320 Remove unused variable `pos'.
26321 (vera-electric-tab, vera-comment-uncomment-region):
26322 Mark unused parameters.
26323 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
26324
26325 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
26326
26327 * emacs-lisp/package.el (package--builtins, package-alist)
26328 (package-load-descriptor, package-built-in-p, package-activate)
26329 (define-package, package-installed-p)
26330 (package-compute-transaction, package-buffer-info)
26331 (package--push): Doc fix. Distinguish more clearly between
26332 version strings and version lists.
26333
26334 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
26335
26336 Lexical-binding cleanup.
26337
26338 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
26339 (5x5-make-mutate-best):
26340 * play/fortune.el (fortune-in-buffer):
26341 * play/gomoku.el (gomoku-init-display):
26342 * play/solitaire.el (solitaire, solitaire-do-check):
26343 * play/tetris.el (tetris-default-update-speed-function):
26344 Mark unused parameters.
26345
26346 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
26347 (bubbles--shift): Remove unused variable `char-org'.
26348 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
26349 (bubbles--show-images): Remove unused variable `char'.
26350
26351 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
26352 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
26353 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
26354 (decipher-analyze-buffer): Use ?\s.
26355 (decipher-make-checkpoint): Remove unused variable `mapping'.
26356
26357 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
26358
26359 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
26360 Remove unused variable `result'; use `let'.
26361
26362 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
26363 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
26364 (gametree-children-shown-p, gametree-compute-reduced-score):
26365 Use `ignore-errors'.
26366
26367 * play/handwrite.el (ps-lpr-switches): Declare.
26368 (handwrite): Remove unused variables `pmin' and `lastp'.
26369
26370 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
26371
26372 * play/landmark.el (landmark-init-display)
26373 (landmark-update-naught-weights): Mark unused parameters.
26374 (landmark-y): Remove unused variable `noise'. Simplify.
26375 (landmark-human-plays): Remove unused variable `score'.
26376
26377 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
26378 (mpuz-try-proposal): Remove unused variable `game'.
26379
26380 * play/zone.el (life-patterns): Declare.
26381
26382 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
26383
26384 * vc/vc.el (ediff-vc-internal): Declare function.
26385
26386 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
26387
26388 * shell.el: Use lexical-binding and std completion UI.
26389 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
26390 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
26391 comint-preoutput-filter-functions rather than on
26392 comint-output-filter-functions.
26393 (shell-command-completion, shell--command-completion-data)
26394 (shell-filename-completion, shell-environment-variable-completion)
26395 (shell-c-a-p-replace-by-expanded-directory): New functions.
26396 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
26397 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
26398 (shell-dynamic-complete-environment-variable): Use them.
26399 (shell-dynamic-complete-as-environment-variable)
26400 (shell-dynamic-complete-as-command): Remove.
26401 (shell-match-partial-variable): Match past point.
26402 * comint.el: Clean up use of completion-at-point-functions.
26403 (comint-completion-at-point): New function.
26404 (comint-mode): Use it completion-at-point-functions.
26405 (comint-dynamic-complete): Make it obsolete.
26406 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
26407 (comint-c-a-p-replace-by-expanded-history): New function.
26408 (comint-dynamic-complete-functions)
26409 (comint-replace-by-expanded-history): Use it.
26410 * minibuffer.el (completion-table-with-terminator): Allow dynamic
26411 termination strings. Try harder to avoid second try-completion.
26412 (completion-in-region-mode-map): Disable bindings that don't work yet.
26413
26414 * comint.el: Use lexical-binding. Require CL.
26415 (comint-dynamic-complete-functions): Use comint-filename-completion.
26416 (comint-completion-addsuffix): Tweak custom type.
26417 (comint-filename-completion, comint--common-suffix)
26418 (comint--common-quoted-suffix, comint--table-subvert)
26419 (comint--complete-file-name-data): New functions.
26420 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
26421 (comint-dynamic-list-filename-completions): Use them.
26422 (comint-dynamic-simple-complete): Make obsolete.
26423
26424 * minibuffer.el (completion-in-region-mode):
26425 Keep completion-in-region-mode--predicate global.
26426 (completion-in-region--postch):
26427 Assume completion-in-region-mode--predicate is not null.
26428
26429 * progmodes/flymake.el (flymake-start-syntax-check-process):
26430 Obey `dir'. Simplify.
26431
26432 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
26433 we're in VC after all.
26434
26435 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
26436
26437 * vc/vc.el (vc-diff-build-argument-list-internal)
26438 (vc-version-ediff, vc-ediff): New commands.
26439 (vc-version-diff): Use vc-diff-build-argument-list-internal.
26440
26441 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
26442
26443 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
26444 add sanity check.
26445
26446 * obsolete/erc-hecomplete.el: Make obsolete.
26447 * obsolete/: Standardize obsolescence info in the header.
26448
26449 2011-04-20 Glenn Morris <rgm@gnu.org>
26450
26451 * calendar/solar.el (solar-horizontal-coordinates):
26452 Use the longitude argument rather than `calendar-longitude'.
26453 (solar-date-next-longitude): Remove unused locals.
26454
26455 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26456
26457 * whitespace.el: New version 13.2.1.
26458
26459 2011-04-20 felix <EmacsWiki> (tiny change)
26460
26461 * whitespace.el (global-whitespace-mode): Keep highlight when
26462 switching between major modes on a file.
26463
26464 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
26465
26466 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
26467 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
26468 multi-line comments as well.
26469
26470 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
26471
26472 Lexical-binding cleanup.
26473
26474 * arc-mode.el (archive-mode-revert):
26475 * cmuscheme.el (scheme-interactively-start-process):
26476 * custom.el (custom-initialize-delay):
26477 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
26478 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
26479 * emacs-lock.el (emacs-lock-clear-sentinel):
26480 * ezimage.el (defezimage):
26481 * follow.el (follow-avoid-tail-recenter):
26482 * fringe.el (set-fringe-mode-1):
26483 * generic-x.el (bat-generic-mode-compile):
26484 * help-mode.el (help-info-variable, help-do-xref)
26485 (help-mode-revert-buffer):
26486 * help.el (view-emacs-todo):
26487 * iswitchb.el (iswitchb-completion-help):
26488 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
26489 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
26490 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
26491 * locate.el (locate-update):
26492 * longlines.el (longlines-encode-region)
26493 (longlines-after-change-function):
26494 * outline.el (outline-isearch-open-invisible):
26495 * ps-def.el (declare-function, charset-dimension, char-width)
26496 (encode-char):
26497 * ps-mule.el (ps-mule-plot-string):
26498 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
26499 (recentf-edit-list-select, recentf-edit-list-validate)
26500 (recentf-open-files-action):
26501 * rect.el (delete-whitespace-rectangle-line)
26502 (rectangle-number-line-callback):
26503 * register.el (window-configuration-to-register)
26504 (frame-configuration-to-register):
26505 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
26506 * select.el (xselect-convert-to-string, xselect-convert-to-length)
26507 (xselect-convert-to-targets, xselect-convert-to-delete)
26508 (xselect-convert-to-filename, xselect-convert-to-charpos)
26509 (xselect-convert-to-lineno, xselect-convert-to-colno)
26510 (xselect-convert-to-os, xselect-convert-to-host)
26511 (xselect-convert-to-user, xselect-convert-to-class)
26512 (xselect-convert-to-name, xselect-convert-to-integer)
26513 (xselect-convert-to-atom, xselect-convert-to-identity):
26514 * subr.el (declare, ignore, process-kill-without-query)
26515 (text-clone-maintain):
26516 * terminal.el (te-get-char, te-tic-sentinel):
26517 * tool-bar.el (tool-bar-make-keymap):
26518 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
26519 * type-break.el (type-break-mode, type-break-noninteractive-query):
26520 * view.el (View-back-to-mark):
26521 * wid-browse.el (widget-browse-action, widget-browse-widget)
26522 (widget-browse-widgets, widget-browse-sexp):
26523 * widget.el (define-widget-keywords):
26524 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
26525 Mark unused parameters.
26526
26527 * align.el (align-adjust-col-for-rule): Mark unused parameter.
26528 (align-areas): Remove unused variable `look'.
26529 (align-region): Remove unused variables `real-end' and `pos-list'.
26530
26531 * apropos.el (apropos-score-doc): Remove unused variable `i'.
26532
26533 * bindings.el (mode-line-modified, mode-line-remote):
26534 Mark unused parameters.
26535 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
26536
26537 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
26538 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
26539
26540 * comint.el (comint-history-isearch-pop-state)
26541 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
26542 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
26543 (comint-substitute-in-file-name): Doc fix.
26544
26545 * completion.el (cmpl-statistics-block): Mark unused parameter.
26546 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
26547 (save-completions-to-file, load-completions-from-file):
26548 Remove unused local variable `e'.
26549
26550 * composite.el (compose-chars): Remove unused variable `len'.
26551 (lgstring-insert-glyph): Remove unused variable `g'.
26552 (compose-glyph-string): Remove unused variables `ascent',
26553 `descent', `lbearing' and `rbearing'.
26554 (compose-glyph-string-relative): Remove unused variables
26555 `lbearing', `rbearing' and `wadjust'.
26556 (compose-gstring-for-graphic): Remove unused variables `header',
26557 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
26558 (compose-gstring-for-terminal): Remove unused variables `header'
26559 and `nchars'. Use `let', not `let*'.
26560
26561 * cus-edit.el (Custom-set, Custom-save, custom-reset)
26562 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
26563 (Custom-buffer-done, custom-buffer-create-internal)
26564 (custom-browse-visibility-action, custom-browse-group-tag-action)
26565 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
26566 (widget-magic-mouse-down-action, custom-toggle-parent)
26567 (custom-add-parent-links, custom-toggle-hide-variable)
26568 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
26569 (custom-toggle-hide-face, face, hook, custom-group-link-action)
26570 (custom-face-menu-create, custom-variable-menu-create, get)
26571 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
26572 (custom-reset-standard-save-and-update): Remove unused variable `value'.
26573 (customize-apropos): Remove unused variable `tests'.
26574 (custom-group-value-create): Remove unused variable `hidden-p'.
26575 (sort-fold-case): Declare.
26576
26577 * cus-theme.el (custom-reset-standard-faces-list)
26578 (custom-reset-standard-variables-list): Declare.
26579 (customize-create-theme, custom-theme-revert, custom-theme-write)
26580 (custom-theme-choose-mode, customize-themes, custom-theme-save):
26581 Mark unused parameters.
26582
26583 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
26584
26585 * delim-col.el (delimit-columns-max): Move defvar before first use.
26586
26587 * descr-text.el (describe-char-categories): Don't quote `lambda'.
26588 (describe-char): Don't quote `lambda'. Mark unused parameter.
26589
26590 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
26591 (auto-insert): Declare.
26592 (desktop-restore-file-buffer): Rename desktop-* parameters;
26593 mark unused ones.
26594 (desktop-create-buffer): Rename desktop-* parameters and bind them.
26595 (desktop-buffer): Rename desktop-* parameters.
26596
26597 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
26598 (dframe-reposition-frame-xemacs, dframe-help-echo)
26599 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
26600 Mark unused parameters.
26601
26602 * dired-aux.el (backup-extract-version-start, overwrite-query)
26603 (overwrite-backup-query, rename-regexp-query)
26604 (rename-non-directory-query): Declare.
26605 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
26606 (dired-add-entry): Remove unused variable `orig-file-name'.
26607 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
26608 Use parameter PRESERVE-TIME instead of accessing dynamic variable
26609 `dired-copy-preserve-time' directly.
26610 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
26611 (dired-insert-subdir-newpos): Rename unused variable `pos'.
26612
26613 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
26614 (dired-virtual-revert, dired-make-relative-symlink):
26615 Mark unused parameters.
26616 (manual-program): Declare.
26617 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
26618 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
26619 wrapped in `with-no-warnings' to avoid replacing one warning by another.
26620
26621 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
26622
26623 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
26624
26625 * echistory.el (electric-history-in-progress, Helper-return-blurb):
26626 Declare.
26627
26628 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
26629
26630 * electric.el (Electric-command-loop): Rename parameter
26631 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
26632
26633 * expand.el (expand-in-literal): Remove unused variable `here'.
26634
26635 * facemenu.el (facemenu-add-new-color):
26636 Remove unused variable `docstring'.
26637
26638 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
26639 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
26640 (face-attr-construct): Mark unused parameter. Doc fix.
26641 (read-color): Remove unused variable `hex-string'.
26642
26643 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
26644 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
26645 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
26646 (display-buffer-other-frame): Remove unused variable `old-window'.
26647 (kill-buffer-hook): Declare.
26648 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
26649 Mark unused parameters.
26650 (after-find-file): Pass 1 to `auto-save-mode', not t.
26651
26652 * files-x.el (auto-insert): Declare.
26653 (modify-file-local-variable-prop-line): Remove unused variable `val'.
26654
26655 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
26656 variable `buf'. Mark unused parameter.
26657 (find-lisp-insert-directory): Mark unused parameter.
26658
26659 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
26660 (format-encode-region): Remove unused variables `cur-buf' and `result'.
26661 (format-common-tail): Remove, unused.
26662 (format-deannotate-region): Remove unused variable `loc'.
26663 (format-annotate-region): Remove unused variable `p'.
26664 (format-annotate-single-property-change): Remove unused variables
26665 `default' and `tail'.
26666
26667 * forms.el (read-file-filter): Declare.
26668 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
26669
26670 * frame.el (frame-creation-function-alist): Mark unused parameter.
26671 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
26672
26673 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
26674 Remove unused parameters.
26675 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
26676 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
26677
26678 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
26679 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
26680 (hfy-prepare-tag-map): Mark unused parameters.
26681 (htmlfontify-buffer): Use `called-interactively-p'.
26682
26683 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
26684 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
26685 (ibuffer-do-occur): Mark unused parameters.
26686 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
26687 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
26688
26689 * ibuffer.el: Don't quote `lambda'.
26690 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
26691 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
26692 Mark unused parameters.
26693
26694 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
26695 (ido-completing-read): Mark unused parameters.
26696 (ido-copy-current-word): Mark unused parameters;
26697 remove unused variable `name'.
26698 (ido-sort-merged-list): Remove unused parameter `dirs'.
26699
26700 * ielm.el (ielm-input-sender): Mark unused parameter.
26701 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
26702 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
26703 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
26704 `ielm-string' as a dynamic variable accessible from the IELM prompt.
26705 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
26706
26707 * image-dired.el (image-dired-display-thumbs): Remove unused
26708 variables `curr-file' and `count'.
26709 (image-dired-remove-tag): Remove unused variable `start'.
26710 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
26711 variable `curr-file'
26712 (image-dired-rotate-original): Remove unused variable `temp-file'.
26713 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
26714 Remove unused variable `file'.
26715 (image-dired-gallery-generate): Remove unused variable `curr'.
26716 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
26717
26718 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
26719
26720 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
26721
26722 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
26723
26724 * isearch.el (minibuffer-history-symbol): Declare.
26725 (isearch-edit-string): Remove unused variable `err'.
26726 (isearch-message-prefix, isearch-message-suffix):
26727 Mark unused parameters.
26728
26729 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
26730
26731 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
26732
26733 * makesum.el (double-column): Remove unused variable `cnt'.
26734
26735 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
26736 (ido-ignore-item-temp-list): Declare.
26737
26738 * mouse-drag.el (mouse-drag-throw): Remove unused variables
26739 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
26740 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
26741 (mouse-drag-drag): Remove unused variables `mouse-delta' and
26742 `mouse-col-delta'.
26743
26744 * mouse-sel.el (mouse-extend-internal):
26745 Remove unused variable `orig-window-frame'.
26746
26747 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
26748 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
26749 Move declarations before first use.
26750 (pcomplete-opt): Mark unused parameters; doc fix.
26751
26752 * proced.el (proced-revert): Mark unused parameter.
26753 (proced-send-signal): Remove unused variable `err'.
26754
26755 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
26756 Rename parameter PREFIX-ARG to ARG.
26757 (ps-basic-plot-string, ps-basic-plot-whitespace):
26758 Mark unused parameters.
26759
26760 * replace.el (replace-count): Define.
26761 (occur-revert-function): Mark unused parameters.
26762 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
26763 (isearch-case-fold-search, isearch-string): Declare.
26764 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
26765 bind `case-fold-search'. Remove unused variables `beg' and `end',
26766 and simplify.
26767 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
26768 COUNT and bind `replace-count'.
26769 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
26770 to COUNT.
26771
26772 * savehist.el (print-readably, print-string-length): Declare.
26773
26774 * shadowfile.el (shadow-expand-cluster-in-file-name):
26775 Remove unused variable `cluster'.
26776 (shadow-copy-file): Remove unused variable `i'.
26777 (shadow-noquery, shadow-clusters, shadow-site-cluster)
26778 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
26779 (shadow-define-literal-group, shadow-define-regexp-group)
26780 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
26781
26782 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
26783 (shell): Use `called-interactively-p'.
26784 (shell-directory-tracker): Remove unused variable `chdir-failure'.
26785
26786 * simple.el (compilation-context-lines, comint-file-name-quote-list)
26787 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
26788 (delete-backward-char): Remove unused variable `ocol'.
26789 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
26790 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
26791 (event-apply-hyper-modifier, event-apply-shift-modifier)
26792 (event-apply-control-modifier, event-apply-meta-modifier):
26793 Mark unused parameters.
26794 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
26795 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
26796
26797 * speedbar.el (speedbar-ignored-directory-expressions)
26798 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
26799 (speedbar-find-file, speedbar-dir-follow)
26800 (speedbar-directory-buttons-follow, speedbar-tag-find)
26801 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
26802 (speedbar-buffers-line-directory, speedbar-buffer-click):
26803 Mark unused parameters.
26804 (speedbar-tag-file): Remove unused variable `mode'.
26805 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
26806
26807 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
26808
26809 * talk.el (talk): Remove unused variable `display'.
26810
26811 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
26812 (tar-write-region-annotate): Mark unused parameter.
26813
26814 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
26815 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
26816 Declare them, wrapped in `with-no-warnings' to avoid replacing one
26817 warning by another.
26818
26819 * time-stamp.el (time-stamp-string-preprocess):
26820 Remove unused variable `require-padding'.
26821
26822 * tree-widget.el (widget-glyph-enable): Declare.
26823 (tree-widget-action): Mark unused parameter.
26824
26825 * w32-fns.el (x-get-selection): Mark unused parameter.
26826 (autoload-make-program, generated-autoload-file): Declare.
26827
26828 * wdired.el (wdired-revert): Mark unused parameters.
26829 (wdired-xcase-word): Remove unused variable `err'.
26830
26831 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
26832 (whitespace-help-scroll): Remove unused variable `data-help'.
26833
26834 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
26835 (widget-image-insert, widget-after-change, default)
26836 (widget-default-format-handler, widget-default-notify)
26837 (widget-default-prompt-value, widget-info-link-action)
26838 (widget-url-link-action, widget-function-link-action)
26839 (widget-variable-link-action, widget-file-link-action)
26840 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
26841 (widget-field-prompt-internal, widget-field-action, widget-field-match)
26842 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
26843 (widget-insert-button-action, widget-delete-button-action, visibility)
26844 (widget-documentation-link-action, widget-documentation-string-action)
26845 (widget-const-prompt-value, widget-regexp-match, symbol)
26846 (widget-coding-system-prompt-value)
26847 (widget-key-sequence-value-to-external, sexp)
26848 (widget-sexp-value-to-internal, character, vector, cons)
26849 (widget-choice-prompt-value, widget-boolean-prompt-value)
26850 (widget-color--choose-action): Mark unused parameters.
26851 (widget-item-match-inline, widget-choice-match-inline)
26852 (widget-checklist-match, widget-checklist-match-inline)
26853 (widget-group-match): Rename parameter VALUES to VALS.
26854 (widget-field-value-set): Remove unused variable `size'.
26855 (widget-color-action): Remove unused variables `value' and `start'.
26856
26857 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
26858 variable `dir'. Doc fix.
26859 (windmove-find-other-window): Don't pass it.
26860
26861 * window.el (count-windows): Mark unused parameter.
26862 (bw-adjust-window): Remove unused variable `err'.
26863
26864 * woman.el (woman-file-name): Remove unused variable `default'.
26865 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
26866 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
26867 (global-font-lock-mode): Declare.
26868 (woman-decode-region): Mark unused parameter.
26869 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
26870
26871 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
26872 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
26873 (x-dnd-handle-moz-url): Remove unused variable `title'.
26874 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
26875
26876 * xml.el (xml-parse-tag, xml-parse-attlist):
26877 Remove unused variable `pos'.
26878
26879 2011-04-19 Glenn Morris <rgm@gnu.org>
26880
26881 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
26882 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
26883 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
26884 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
26885 * calendar/cal-html.el (cal-html-insert-minical):
26886 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
26887 (calendar-mark-date-pattern):
26888 Prefix "unused" locals.
26889
26890 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
26891 optional argument `style'.
26892
26893 * calendar/appt.el (appt-make-list):
26894 * calendar/cal-china.el (calendar-chinese-date-string):
26895 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
26896 (diary-hebrew-yahrzeit):
26897 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
26898 * calendar/calendar.el (calendar-generate-window):
26899 * calendar/time-date.el (time-to-days):
26900 Remove unused local variables.
26901
26902 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
26903
26904 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
26905 glyphless-char-display table.
26906 (tabulated-list-glyphless-char-display): New var.
26907
26908 2011-04-18 Sam Steingold <sds@gnu.org>
26909
26910 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
26911 to acknowledgments.
26912
26913 2011-04-17 Glenn Morris <rgm@gnu.org>
26914
26915 * calendar/diary-lib.el (diary-sexp-entry):
26916 * calendar/holidays.el (holiday-sexp):
26917 Set debug-on-error rather than the removed stack-trace-on-error.
26918
26919 2011-04-16 Glenn Morris <rgm@gnu.org>
26920
26921 * progmodes/f90.el: Use lexical-binding.
26922 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
26923
26924 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
26925
26926 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
26927 (mail-mode): Setup mailalias completion here instead.
26928 * mail/mailalias.el: Use lexical-binding.
26929 (pattern, mailalias-done): Declare dynamic.
26930 (mail-completion-at-point-function): New function, from mail-complete.
26931 (mail-complete): Use it.
26932 (mail-completion-expand): New function.
26933 (mail-get-names): Use it.
26934 (mail-directory, mail-directory-process, mail-directory-stream):
26935 Don't use `pattern' for lexically bound arg.
26936
26937 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
26938
26939 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
26940 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
26941 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
26942
26943 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
26944 (byte-save-window-excursion, byte-temp-output-buffer-setup)
26945 (byte-interactive-p): Define them again, for use when inlining
26946 old code.
26947
26948 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
26949
26950 * loadup.el: Use `string-to-number', not `string-to-int'.
26951
26952 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
26953
26954 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
26955 gud-gdb-complete-command.
26956 (gud-gdb-completions): New function, from gud-gdb-complete-command.
26957 (gud-gdb-completion-at-point): New function.
26958 (gud-gdb-completions): Remove.
26959
26960 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
26961
26962 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
26963 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
26964 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
26965 whether `executable-find' is bound.
26966
26967 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
26968
26969 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
26970
26971 * minibuffer.el (completion-in-region-mode-predicate)
26972 (completion-in-region-mode--predicate): New vars.
26973 (completion-in-region, completion-in-region--postch)
26974 (completion-in-region-mode): Use them.
26975 (completion--capf-wrapper): Also return the hook function.
26976 (completion-at-point, completion-help-at-point):
26977 Adjust and provide a predicate.
26978
26979 Preserve arg names for advice of subr and lexical functions (bug#8457).
26980 * help-fns.el (help-function-arglist): Consolidate the subr and
26981 new-byte-code cases. Add argument `preserve-names' to extract names
26982 from the docstring when needed.
26983 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
26984 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
26985 (ad-arglist): Use help-function-arglist's new arg.
26986 (ad-definition-type): Use cond.
26987
26988 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
26989
26990 * autorevert.el (auto-revert-handler):
26991 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
26992 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
26993 Don't quote lambda.
26994
26995 * image-mode.el (image-transform-set-scale):
26996 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
26997
26998 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
26999
27000 * net/network-stream.el (network-stream-open-starttls): Only do
27001 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
27002 Upgrades via gnutls-cli are too slow to be done opportunistically.
27003
27004 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
27005
27006 * dframe.el (dframe-current-frame): Remove spurious quote.
27007
27008 2011-04-12 Glenn Morris <rgm@gnu.org>
27009
27010 * calendar/cal-tex.el (cal-tex-end-document):
27011 Try to automatically use latin1 input if needed.
27012
27013 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
27014 Don't try to cons a mark onto an empty element.
27015
27016 2011-04-11 Leo Liu <sdl.web@gmail.com>
27017
27018 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
27019 buffers.
27020 (ido-kill-buffer-at-head): Support killing virtual buffers.
27021
27022 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
27023
27024 * minibuffer.el (completion-show-inline-help): New var.
27025 (completion--do-completion, minibuffer-complete)
27026 (minibuffer-force-complete, minibuffer-complete-word):
27027 Inhibit minibuffer messages if completion-show-inline-help is nil.
27028
27029 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
27030 to avoid interference from inline help (Bug#5849).
27031
27032 2011-04-10 Leo Liu <sdl.web@gmail.com>
27033
27034 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
27035 Fix typo.
27036
27037 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
27038
27039 * image-mode.el (image-toggle-display-image): Signal an error if
27040 not in Image mode.
27041 (image-transform-mode, image-transform-resize)
27042 (image-transform-set-rotation): Doc fix.
27043 (image-transform-set-resize): Delete.
27044 (image-transform-set-scale, image-transform-fit-to-height)
27045 (image-transform-fit-to-width): Handle image-toggle-display-image
27046 and image-transform-resize directly.
27047
27048 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
27049
27050 * doc-view.el (doc-view-fit-width-to-window)
27051 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
27052 New functions for fitting the shown image to the Emacs window size.
27053 (doc-view-mode-map): Add bindings for the new functions.
27054
27055 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
27056
27057 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
27058 Fix typo in docstring.
27059
27060 2011-04-08 Eli Zaretskii <eliz@gnu.org>
27061
27062 * files.el (file-size-human-readable): Produce one digit after
27063 decimal, like "ls -lh" does.
27064
27065 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
27066 the file size representation.
27067
27068 * simple.el (list-processes): If async subprocesses are not
27069 available, error out with a clear error message.
27070
27071 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
27072
27073 * help.el (help-form-show): New function, to be called from C.
27074 Put help-form output in a buffer named differently than *Help*.
27075
27076 2011-04-08 Eli Zaretskii <eliz@gnu.org>
27077
27078 * files.el (file-size-human-readable): New function.
27079
27080 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
27081 computing the representation inline. Don't require `cl'.
27082
27083 2011-04-08 Glenn Morris <rgm@gnu.org>
27084
27085 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
27086
27087 * net/browse-url.el (browse-url-firefox):
27088 Test system-type, not system-configuration.
27089
27090 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
27091 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
27092 Use log-edit-empty-buffer-p. (Bug#7598)
27093
27094 * net/rlogin.el (rlogin-process-connection-type): Simplify.
27095 (rlogin-mode-map): Initialize in the defvar.
27096 (rlogin): Use ignore-errors.
27097
27098 * replace.el (occur-mode-map): Some fixes for menu items.
27099
27100 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
27101
27102 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
27103
27104 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
27105
27106 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
27107 issuing unused warnings.
27108
27109 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
27110 macro directly.
27111
27112 * simple.el: Lisp reimplement of list-processes. Based on an
27113 earlier reimplementation by Leo Liu, but using tabulated-list.el.
27114 (process-menu-mode): New major mode.
27115 (list-processes--refresh, list-processes):
27116 (process-menu-visit-buffer): New functions.
27117
27118 * files.el (save-buffers-kill-emacs): Don't assume any return
27119 value of list-processes, which is undocumented anyway.
27120
27121 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
27122
27123 * emacs-lisp/tabulated-list.el: New file.
27124
27125 * emacs-lisp/package.el: Use Tabulated List mode.
27126 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
27127 (package-menu-mode): Derive from tabulated-list-mode. Set up the
27128 table format using Tabulated List mode variables.
27129 (package--push): New macro, replacing package-list-maybe-add.
27130 (package-menu--generate): Use package--push. Renamed from
27131 package--generate-package-list.
27132 (package-menu-refresh, list-packages): Use it.
27133 (package-menu--print-info): Rename from package-print-package.
27134 Return insertion data instead of inserting it directly.
27135 (package-menu-describe-package, package-menu-execute):
27136 Use tabulated-list-get-id.
27137 (package-menu-mark-delete, package-menu-mark-install)
27138 (package-menu-mark-unmark, package-menu-backup-unmark)
27139 (package-menu-mark-obsolete-for-deletion):
27140 Use tabulated-list-put-tag.
27141 (package--list-packages, package-menu-revert)
27142 (package-menu-get-package, package-menu-get-version)
27143 (package-menu-sort-by-column): Functions deleted.
27144 (package-menu-package-list, package-menu-sort-key): Vars deleted.
27145 (package-menu--status-predicate, package-menu--version-predicate)
27146 (package-menu--name-predicate)
27147 (package-menu--description-predicate): Handle arguments in the
27148 Tabulated List format.
27149 (package-list-packages-no-fetch): Call list-packages.
27150
27151 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
27152
27153 * files.el (after-find-file-from-revert-buffer): Remove variable.
27154 (after-find-file): Don't bind it.
27155 (revert-buffer-in-progress-p): New variable.
27156 (revert-buffer): Bind it.
27157 Pass nil for `after-find-file-from-revert-buffer'.
27158
27159 * saveplace.el (save-place-find-file-hook): Use new variable
27160 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
27161
27162 2011-04-06 Glenn Morris <rgm@gnu.org>
27163
27164 * Makefile.in (AUTOGEN_VCS): New variable.
27165 (autoloads): Use $AUTOGEN_VCS.
27166
27167 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
27168 * calendar/calendar.el (calendar-mode-map):
27169 Check for toolkit scroll bars. (Bug#8305)
27170
27171 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
27172
27173 * minibuffer.el (completion-in-region--postch)
27174 (completion-in-region-mode): Remove unnecessary messages.
27175
27176 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
27177
27178 * font-lock.el (font-lock-refresh-defaults):
27179 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
27180 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
27181
27182 * info.el (Info-directory-list, Info-read-node-name-2)
27183 (Info-split-parameter-string): Doc fixes.
27184 (Info-virtual-nodes): Reflow docstring.
27185 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
27186 (Info-apropos-toc-nodes, info-finder, Info-get-token)
27187 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
27188 Fix typos in docstrings.
27189 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
27190 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
27191 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
27192 (Info-restore-desktop-buffer): Mark unused parameters.
27193 (Info-directory-find-file, Info-directory-find-node)
27194 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
27195 (Info-virtual-index-find-node, Info-apropos-find-file)
27196 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
27197 Mark unused parameters; fix typos in docstrings.
27198 (Info-virtual-index): Remove unused local variable `nodename'.
27199
27200 2011-04-05 Deniz Dogan <deniz@dogan.se>
27201
27202 * net/rcirc.el: Update my e-mail address.
27203 (rcirc-mode-map): Remove M-o binding.
27204
27205 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
27206
27207 * startup.el (command-line): Save the cursor's theme-face
27208 directly, instead of using face-override-spec.
27209
27210 * custom.el (load-theme): Minor optimization in assigning faces.
27211
27212 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
27213
27214 * help-fns.el (describe-variable): Complete all variables having
27215 documentation, including keywords.
27216 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
27217
27218 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
27219
27220 Convert to lexical-binding.
27221
27222 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
27223 (bs--get-marked-string, bs--get-modified-string)
27224 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
27225 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
27226 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
27227
27228 * ehelp.el (electric-help-execute-extended)
27229 (electric-help-ctrl-x-prefix):
27230 * hexl.el (hexl-revert-buffer-function):
27231 * linum.el (linum-after-change, linum-after-scroll):
27232 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
27233
27234 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
27235
27236 2011-04-04 Daiki Ueno <ueno@unixuser.org>
27237
27238 * epa-dired.el:
27239 * epa-mail.el:
27240 * epa-hook.el:
27241 * epa-file.el:
27242 * epa.el:
27243 * epg.el: Use lexical binding.
27244
27245 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
27246
27247 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
27248
27249 * textmodes/flyspell.el (flyspell-word): Recognize default
27250 dictionary case for flyspell-mark-duplications-exceptions.
27251 Use regexp matching for languages.
27252 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
27253 default dictionary (Bug#7926).
27254
27255 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
27256
27257 * emacs-lisp/package.el (package--with-work-buffer):
27258 Recognize https URLs.
27259
27260 * net/network-stream.el: Move from gnus/proto-stream.el.
27261 Change prefix to network-stream throughout.
27262 (open-protocol-stream): Merge into open-network-stream, leaving
27263 open-protocol-stream as an alias. Handle nil BUFFER args.
27264
27265 * subr.el (open-network-stream): Move to net/network-stream.el.
27266
27267 2011-04-02 Glenn Morris <rgm@gnu.org>
27268
27269 * find-dired.el (find-exec-terminator): New option.
27270 (find-ls-option): Test for -ls support.
27271 (find-ls-subdir-switches): Test for -b in find-ls-option.
27272 (find-dired, find-grep-dired): Doc fixes.
27273 (find-dired): Use find-exec-terminator.
27274
27275 * find-dired.el (find-ls-option, find-ls-subdir-switches)
27276 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
27277 (find-name-arg): Remove purecopy.
27278
27279 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
27280 (grep-compute-defaults): Check for `-exec COMMAND +' support.
27281 Set grep-find-use-xargs, grep-find-command, and grep-find-template
27282 accordingly. Don't add the null-device if not needed.
27283
27284 * files.el (save-some-buffers): Doc fix.
27285
27286 2011-04-02 Eli Zaretskii <eliz@gnu.org>
27287
27288 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
27289
27290 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
27291
27292 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
27293 Use `dolist' rather than `mapcar'.
27294
27295 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
27296
27297 Add lexical binding.
27298
27299 * subr.el (apply-partially): Use new closures rather than CL.
27300 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
27301 (dolist, dotimes): Use slightly different expansion for lexical code.
27302 (functionp): Move to C.
27303 (letrec): New macro.
27304 (with-wrapper-hook): Use it and apply-partially instead of CL.
27305 (eval-after-load): Preserve lexical-binding.
27306 (save-window-excursion, with-output-to-temp-buffer): Turn them
27307 into macros.
27308
27309 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
27310
27311 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
27312 than the arglist.
27313 (help-add-fundoc-usage): Don't add `Not documented'.
27314 (help-function-arglist): Handle closures, subroutines, and new
27315 byte-code-functions.
27316 (help-make-usage): Remove leading underscores.
27317 (describe-function-1): Handle closures.
27318 (describe-variable): Use special-variable-p for completion.
27319
27320 * files.el (lexical-binding): Declare safe.
27321
27322 * emacs-lisp/pcase.el: Don't use destructuring-bind.
27323 (pcase--memoize): Rename from pcase-memoize. Change weakness.
27324 (pcase): Add `let' pattern.
27325 Change memoization so it actually works.
27326 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
27327 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
27328 <let>: New case.
27329
27330 * emacs-lisp/macroexp.el: Use lexical binding.
27331 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
27332 Don't convert ' to #' without checking that it's indeed quoting
27333 a lambda.
27334
27335 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
27336 Use eval-sexp-add-defvars.
27337 (eval-sexp-add-defvars): New fun.
27338
27339 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
27340
27341 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
27342 Don't autoload.
27343 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
27344 than the internal `byte-compile-lambda'.
27345 (defmethod): Don't hide code under quotes.
27346 (eieio-defmethod): New `code' argument.
27347
27348 * emacs-lisp/eieio-comp.el: Remove.
27349
27350 * emacs-lisp/edebug.el (edebug-eval-defun)
27351 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
27352 (edebug-toggle): Avoid `eval'.
27353
27354 * emacs-lisp/disass.el (disassemble-internal): Handle new
27355 `closure' objects.
27356 (disassemble-1): Handle new byte codes.
27357
27358 * emacs-lisp/cl.el (pushnew): Silence warning.
27359
27360 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
27361 (cl-byte-compile-throw): Remove.
27362 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
27363
27364 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
27365 closures.
27366
27367 * emacs-lisp/cconv.el: New file.
27368
27369 * emacs-lisp/bytecomp.el: Use lexical binding instead of
27370 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
27371 (byte-compile-initial-macro-environment):
27372 Handle declare-function here.
27373 (byte-compile--lexical-environment): New var.
27374 (byte-stack-ref, byte-stack-set, byte-discardN)
27375 (byte-discardN-preserve-tos): New lap codes.
27376 (byte-interactive-p): Don't use any more.
27377 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
27378 New macros.
27379 (byte-compile-lapcode): Use them and handle new lap codes.
27380 (byte-compile-obsolete): Remove.
27381 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
27382 (byte-compile-arglist-warn): Check late def of inlinable funs.
27383 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
27384 since they should have been expanded by now.
27385 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
27386 (byte-compile-from-buffer): Remove unused second arg.
27387 (byte-compile-preprocess): New function.
27388 (byte-compile-toplevel-file-form): New function to distinguish
27389 file-form calls from outside from file-form calls from hunk-handlers.
27390 (byte-compile-file-form): Simplify.
27391 (byte-compile-file-form-defsubst): Remove.
27392 (byte-compile-file-form-defmumble): Simplify now that
27393 byte-compile-lambda always returns a byte-code-function.
27394 (byte-compile): Preprocess.
27395 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
27396 Remove, not used any more.
27397 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
27398 (byte-compile-make-args-desc): New funs.
27399 (byte-compile-lambda): Handle lexical functions. Always return
27400 a byte-code-function.
27401 (byte-compile-reserved-constants): New var, to make up room for
27402 closed-over variables.
27403 (byte-compile-constants-vector): Obey it.
27404 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
27405 (byte-compile-macroexpand-declare-function): New function.
27406 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
27407 byte-code-functions.
27408 (byte-compile-form): Check obsolescence here.
27409 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
27410 (byte-compile-variable-ref): Remove.
27411 (byte-compile-dynamic-variable-op): New fun.
27412 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
27413 (byte-compile-variable-set): New funs.
27414 (byte-compile-discard): Add 2 args.
27415 (byte-compile-stack-ref, byte-compile-stack-set)
27416 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
27417 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
27418 macroexpand-all instead.
27419 (byte-compile-quote-form): Remove.
27420 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
27421 (byte-compile-bind, byte-compile-unbind): New funs.
27422 (byte-compile-let): Handle let* and lexical binding.
27423 (byte-compile-let*): Remove.
27424 (byte-compile-catch, byte-compile-unwind-protect)
27425 (byte-compile-track-mouse, byte-compile-condition-case):
27426 Handle a new :fun-body form, used for lexical scoping.
27427 (byte-compile-save-window-excursion)
27428 (byte-compile-with-output-to-temp-buffer): Remove.
27429 (byte-compile-defun): Simplify.
27430 (byte-compile-stack-adjustment): New fun.
27431 (byte-compile-out): Use it.
27432 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
27433
27434 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
27435 handler any more.
27436
27437 * emacs-lisp/byte-opt.el: Use lexical binding.
27438 (byte-inline-lapcode): Remove (to bytecomp).
27439 (byte-compile-inline-expand): Pay attention to inlining to/from
27440 lexically bound code.
27441 (byte-compile-unfold-lambda): Don't handle byte-code-functions
27442 any more.
27443 (byte-optimize-form-code-walker): Don't handle save-window-excursion
27444 any more and don't call compiler-macros.
27445 (byte-compile-splice-in-already-compiled-code): Remove.
27446 (byte-code): Don't inline any more.
27447 (disassemble-offset): Receive `bytes' as argument rather than via
27448 dynamic scoping.
27449 (byte-compile-tag-number): Declare before first use.
27450 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
27451 `return' even if make-spliceable.
27452 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
27453 obsolete interactive-p.
27454 (byte-optimize-lapcode): Optimize new lap-codes.
27455 Don't trip up on new form of `byte-constant' lap code.
27456
27457 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
27458
27459 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
27460
27461 * custom.el (custom-initialize-default, custom-declare-variable):
27462 Use `defvar'.
27463
27464 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
27465 New variables.
27466 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
27467 (COMPILE_FIRST): Add macroexp and cconv.
27468 * makefile.w32-in: Mirror changes in Makefile.in.
27469
27470 * vc/cvs-status.el:
27471 * vc/diff-mode.el:
27472 * vc/log-edit.el:
27473 * vc/log-view.el:
27474 * vc/smerge-mode.el:
27475 * textmodes/bibtex-style.el:
27476 * textmodes/css-mode.el:
27477 * startup.el:
27478 * uniquify.el:
27479 * minibuffer.el:
27480 * newcomment.el:
27481 * reveal.el:
27482 * server.el:
27483 * mpc.el:
27484 * emacs-lisp/smie.el:
27485 * doc-view.el:
27486 * dired.el:
27487 * abbrev.el: Use lexical binding.
27488
27489 2011-04-01 Eli Zaretskii <eliz@gnu.org>
27490
27491 * info.el (info-display-manual): New function.
27492
27493 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
27494
27495 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
27496
27497 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
27498
27499 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
27500 an entry for that server in rcirc-authinfo. (Bug#8385)
27501
27502 2011-03-31 Glenn Morris <rgm@gnu.org>
27503
27504 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
27505
27506 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
27507
27508 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
27509
27510 * progmodes/python.el (python-default-interpreter)
27511 (python-python-command-args, python-jython-command-args)
27512 (python-which-shell, python-which-args, python-which-bufname)
27513 (python-file-queue, python-comint-output-filter-function)
27514 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
27515 variables and functions.
27516
27517 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
27518
27519 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
27520 (completion-in-region-mode): New minor mode.
27521 (completion-in-region): Use it.
27522 (completion-in-region--data, completion-in-region-mode-map): New vars.
27523 (completion-in-region--postch): New function.
27524 (completion--capf-misbehave-funs, completion--capf-safe-funs):
27525 New vars.
27526 (completion--capf-wrapper): New function.
27527 (completion-at-point): Use it to track well-behavedness of
27528 hook functions.
27529 (completion-help-at-point): New command.
27530
27531 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
27532
27533 * vc/add-log.el (add-change-log-entry): Don't use whitespace
27534 syntax class to search for whitespace on a single line
27535 (Message-ID: <4D938140.4030905@redhat.com>).
27536
27537 2011-03-30 Leo Liu <sdl.web@gmail.com>
27538
27539 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
27540 New commands.
27541 (edit-abbrevs-map): Bind them here.
27542 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
27543
27544 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
27545
27546 * allout.el (allout-hide-by-annotation, allout-flag-region):
27547 Reduce possibility of overlay leakage by making them volatile.
27548
27549 * allout-widgets.el (allout-widgets-tally): Define as nil so the
27550 hash is not shared between buffers. Mode initialization is
27551 responsible for giving it a useful starting value.
27552 (allout-item-span): Reduce possibility of overlay leakage by
27553 making them volatile.
27554 (allout-widgets-count-buttons-in-region): Add diagnostic function
27555 for tracking down button overlay leaks.
27556
27557 2011-03-29 Leo Liu <sdl.web@gmail.com>
27558
27559 * ido.el (ido-read-internal): Use the default history var
27560 minibuffer-history if no HISTORY is specified.
27561
27562 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
27563
27564 * net/imap.el (imap-shell-open, imap-process-connection-type):
27565 Use imap-process-connection-type for 'shell' streams as well as
27566 Kerberos, SSL, other subprocesses.
27567
27568 2011-03-28 Leo Liu <sdl.web@gmail.com>
27569
27570 * abbrev.el (abbrev-table-empty-p): New function.
27571 (prepare-abbrev-list-buffer): Place empty abbrev tables after
27572 nonempty ones. (Bug#5937)
27573
27574 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
27575
27576 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
27577
27578 2011-03-27 Leo Liu <sdl.web@gmail.com>
27579
27580 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
27581 for foreground and background colors.
27582 (ansi-color-make-color-map): Adapt.
27583
27584 2011-03-25 Leo Liu <sdl.web@gmail.com>
27585
27586 * midnight.el (midnight-time-float): Remove. Note it calculates
27587 the microsecond component incorrectly and seconds-to-time does the
27588 same job.
27589 Remove redundant (require 'timer).
27590
27591 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
27592 (ido-completions): Remove unused arguments. (Bug#8329)
27593
27594 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
27595
27596 * minibuffer.el (completion--flush-all-sorted-completions):
27597 Remove itself from hook.
27598 (completion-at-point): Let the functions perform the completion
27599 immediately and return nil or t.
27600 * comint.el (comint-dynamic-complete-functions): Now identical to
27601 completion-at-point-functions.
27602 (comint-dynamic-list-input-ring): Remove unused var `index'.
27603 (comint--match-partial-filename, comint--unquote&expand-filename):
27604 New funs, split from comint-match-partial-filename.
27605 (comint-dynamic-complete): Use completion-at-point.
27606 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
27607
27608 2011-03-24 Drew Adams <drew.adams@oracle.com>
27609
27610 * thingatpt.el: Support `defun'.
27611
27612 2011-03-23 Leo Liu <sdl.web@gmail.com>
27613
27614 * abbrevlist.el: Move to obsolete/abbrevlist.el.
27615
27616 * help-mode.el (help-mode-finish): Tweak regexp.
27617
27618 2011-03-23 Glenn Morris <rgm@gnu.org>
27619
27620 * eshell/esh-opt.el (eshell-eval-using-options):
27621 Do not bind unused local variable `eshell-option-stub'.
27622
27623 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
27624
27625 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
27626
27627 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
27628 keymap variable in `with-no-warnings' to avoid a warning when the
27629 keymap has been already `defconst'ed.
27630
27631 2011-03-22 Leo Liu <sdl.web@gmail.com>
27632
27633 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
27634 encode all chars in abbrevs; otherwise use emacs-mule or
27635 utf-8-emacs. (Bug#8308)
27636
27637 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
27638
27639 * simple.el (backward-delete-char-untabify):
27640 Avoid warning about using `delete-backward-char'.
27641
27642 * image.el (image-type-file-name-regexps): Make it variable.
27643 `imagemagick-register-types' modifies it, and the user may want
27644 to add new extensions for known image types.
27645 (imagemagick-register-types): Throw error if not using ImageMagick.
27646
27647 2011-03-22 Leo Liu <sdl.web@gmail.com>
27648
27649 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
27650 located before rcirc-prompt-end-marker.
27651 (rcirc-complete): Error if point is not after rcirc prompt.
27652 Handle the case when table is nil.
27653 (rcirc-user-authenticated): Define to fix compiler warning.
27654
27655 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
27656
27657 * custom.el (custom--inhibit-theme-enable): Make it affect only
27658 custom-theme-set-variables and custom-theme-set-faces.
27659 (provide-theme): Ignore custom--inhibit-theme-enable.
27660 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
27661 (custom-enabling-themes): Delete variable.
27662 (enable-theme): Accept only loaded themes as arguments.
27663 Ignore the special custom-enabled-themes variable.
27664 (custom-enabled-themes): Forbid themes from setting this.
27665 Eliminate use of custom-enabling-themes.
27666 (custom-push-theme): Quote "changed" custom var entry.
27667
27668 2011-03-21 Leo Liu <sdl.web@gmail.com>
27669
27670 * ido.el (ido-read-internal): Add ido-selected to history instead
27671 of user input.
27672
27673 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
27674
27675 * subr.el (deferred-action-list, deferred-action-function):
27676 Mark obsolete.
27677
27678 2011-03-21 Leo Liu <sdl.web@gmail.com>
27679
27680 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
27681 change on 2011-02-13 (bug#8309).
27682
27683 * minibuffer.el (read-file-name-function): Change default value.
27684 (read-file-name--defaults): Rename from read-file-name-defaults.
27685 (read-file-name-default): Rename from read-file-name.
27686 (read-file-name): Call read-file-name-function.
27687
27688 2011-03-21 Glenn Morris <rgm@gnu.org>
27689
27690 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
27691 Doc fixes.
27692
27693 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
27694
27695 * cus-theme.el: Add missing provide statement.
27696 (customize-create-theme): Extract theme value correctly.
27697 (custom-theme-visit-theme): Autoload.
27698 (customize-create-theme): Prompt before inserting default faces.
27699
27700 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
27701
27702 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
27703 units and musical notes.
27704
27705 2011-03-20 Leo Liu <sdl.web@gmail.com>
27706
27707 * ido.el (ido-read-internal): Use completing-read-default.
27708 (ido-completing-read): Fix compatibility with completing-read.
27709
27710 2011-03-20 Christian Ohler <ohler@gnu.org>
27711
27712 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
27713 (ert-delete-all-tests): Use `called-interactively-p' rather than
27714 `interactive-p'.
27715 (ert--make-xrefs-region): Respect END.
27716
27717 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
27718
27719 * dired-aux.el (dired-create-directory): Signal an error if the
27720 directory already exists (Bug#8246).
27721
27722 * facemenu.el (list-colors-display): Call list-faces-display
27723 inside with-help-window.
27724 (list-colors-print): Use display property to align the final
27725 column, instead of checking window-width.
27726
27727 2011-03-19 Eli Zaretskii <eliz@gnu.org>
27728
27729 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
27730 windows-nt systems.
27731 (emerge-protect-metachars): Quote correctly for ms-dos and
27732 windows-nt systems.
27733
27734 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
27735
27736 * info.el (info-initialize): Replace all uses of `:' with
27737 path-separator for compatibility with non-Unix systems.
27738 Cache quoting of path-separator. (Bug#8258)
27739
27740 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
27741
27742 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
27743 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
27744 (mouse-avoidance-mode): Fix typos in docstrings.
27745
27746 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
27747
27748 * startup.el (package-subdirectory-regexp): Move from package.el.
27749 Omit \\` and \\', and let callers add them.
27750
27751 * emacs-lisp/package.el (package-strip-version)
27752 (package-load-all-descriptors): Add \\` and \\' to
27753 package-subdirectory-regexp before using it.
27754 (package-untar-buffer): New arg DIR; ensure that file untars only
27755 into this expected directory. Remove superfluous delete-region.
27756 (package-unpack): Caller changed.
27757 (package-tar-file-info): Use package-subdirectory-regexp.
27758
27759 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
27760
27761 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
27762 diff-mode-shared-map (bug#8284).
27763 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
27764
27765 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
27766
27767 * calendar/time-date.el (format-seconds): Use assoc instead of
27768 assoc-string, since assoc-string doesn't exist in XEmacs.
27769
27770 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
27771
27772 * custom.el (custom-known-themes): Reflow docstring.
27773 (custom-theme-load-path): Fix typo in docstring.
27774 (load-theme): Fix typo in error message.
27775 (custom-available-themes, custom-variable-theme-value):
27776 Use `let', not `let*'.
27777
27778 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
27779
27780 * calc/README: Mention inclusion of musical notes.
27781
27782 * calc/calc-units.el (calc-lu-quant): Rename from
27783 `calc-logunits-quantity'.
27784 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
27785 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
27786 (calc-db): Rename from `calc-dblevel'.
27787 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
27788 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
27789 (calc-np): Rename from `calc-nplevel'.
27790 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
27791 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
27792 (calc-lu-plus): Rename from `calc-logunits-add'.
27793 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
27794 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
27795 (calc-lu-minus): Rename from `calc-logunits-sub'.
27796 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
27797 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
27798 (calc-lu-times): Rename from `calc-logunits-mul'.
27799 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
27800 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
27801 (calc-lu-divide): Rename from `calc-logunits-div'.
27802 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
27803 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
27804
27805 * calc/calc-ext.el (calc-init-extensions): Update the names of the
27806 functions being autoloaded.
27807
27808 * calc/calc.el (calc-lu-power-reference): Rename from
27809 `calc-logunits-power-reference'.
27810 (calc-lu-field-reference): Rename from
27811 `calc-logunits-field-reference'.
27812
27813 * calc/calc-help.el (calc-l-prefix-help):
27814 Mention musical note functions.
27815
27816 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
27817
27818 * minibuffer.el (completion-all-sorted-completions):
27819 Use :completion-cycle-penalty text property if present.
27820
27821 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
27822
27823 * allout.el (allout-yank-processing): Adjust for new rebulleting
27824 regime so bullet being yanked is used without prompting the user
27825 for a choice.
27826
27827 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
27828
27829 * startup.el (command-line): Warn the user that _emacs is deprecated.
27830
27831 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
27832
27833 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
27834 (delphi-verbose, delphi-comment-face, delphi-string-face)
27835 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
27836 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
27837 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
27838 (delphi-new-comment-line, delphi-font-lock-defaults)
27839 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
27840 Fix typos in docstrings.
27841
27842 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
27843
27844 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
27845 Invert the roles of character and string values for INSTEAD, so a
27846 string is used for the more common case of a defaulting prompt.
27847
27848 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
27849
27850 * progmodes/ruby-mode.el (ruby-backward-sexp):
27851 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
27852 * play/gamegrid.el (gamegrid-make-face):
27853 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
27854 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
27855 * notifications.el (notifications-notify):
27856 * net/xesam.el (xesam-search-engines):
27857 * net/quickurl.el (quickurl-list-insert):
27858 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
27859
27860 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
27861
27862 * startup.el (command-line): Update package subdirectory regexp.
27863
27864 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
27865
27866 * allout.el (allout-abbreviate-flattened-numbering)
27867 (allout-mode-deactivate-hook): Fix up obsolescence "date".
27868
27869 * subr.el (read-char-choice): Only show the cursor after the prompt,
27870 not after the answer.
27871
27872 2011-03-15 Kevin Ryde <user42@zip.com.au>
27873
27874 * help-fns.el (variable-at-point): Skip leading quotes, if any
27875 (bug#8253).
27876
27877 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
27878
27879 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
27880 warning message.
27881
27882 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
27883
27884 * shell.el (shell): When called interactively, offer to change the
27885 shell file name on remote hosts.
27886
27887 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
27888
27889 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
27890 integration for LDAP parameters. The host, base, user or binddn,
27891 and secret tokens can be specified in a netrc file, for instance.
27892 This is optional because an `auth-source' parameter must be
27893 specified in the search attributes.
27894
27895 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
27896
27897 * help.el (describe-mode): Link to the mode's definition (bug#8185).
27898
27899 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
27900
27901 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
27902 into declaration. Remove redundant and harmful binding.
27903
27904 2011-03-12 Eli Zaretskii <eliz@gnu.org>
27905
27906 * files.el (file-ownership-preserved-p): Pass `integer' as an
27907 explicit 2nd argument to `file-attributes'. If the file's owner
27908 is the Administrators group on Windows, and the current user is
27909 Administrator, consider that a match.
27910
27911 * server.el (server-ensure-safe-dir): Consider server directory
27912 safe on MS-Windows if its owner is the Administrators group while
27913 the current Emacs user is Administrator. Use `=' to compare
27914 numerical UIDs, since they could be integers or floats.
27915
27916 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
27917
27918 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
27919
27920 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
27921
27922 Sync with Tramp 2.2.1.
27923
27924 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
27925
27926 * net/trampver.el: Update release number.
27927
27928 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
27929
27930 * progmodes/compile.el (compilation--previous-directory): Fix up
27931 various nil/dead-marker mismatches (bug#8014).
27932 (compilation-directory-properties, compilation-error-properties):
27933 Don't call it at a position past the one we're about to change.
27934
27935 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
27936 Disable obsolescence warnings in the file that declares it.
27937
27938 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
27939
27940 * allout-widgets.el (allout-widgets-tally):
27941 Initialize allout-widgets-tally as a hash table rather than nil to
27942 prevent mode-line redisplay warnings. Also, clarify the module
27943 description and fix a comment typo.
27944
27945 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
27946
27947 * help-fns.el (describe-variable): Don't complete keywords.
27948 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
27949
27950 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
27951
27952 * emacs-lisp/package.el (package-version-join): Impose a standard
27953 string representation for pre/alpha/beta version lists.
27954 (package-unpack-single): Standardize the directory name by passing
27955 it through package-version-join.
27956 (package-strip-rcs-id): Accept any version string that does not
27957 signal an error in version-to-list.
27958
27959 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
27960
27961 * simple.el (delete-trailing-whitespace): Return nil for the
27962 benefit of `write-file-functions'.
27963
27964 2011-03-10 Glenn Morris <rgm@gnu.org>
27965
27966 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
27967
27968 * vc/vc-git.el (vc-git-program): New option.
27969 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
27970 (vc-git--call): Use it.
27971
27972 * eshell/esh-util.el (eshell-condition-case): Doc fix.
27973
27974 * cus-edit.el (Custom-newline): If no button at point, look
27975 for a subgroup button at start-of-line. (Bug#2298)
27976
27977 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
27978
27979 2011-03-10 Julien Danjou <julien@danjou.info>
27980
27981 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
27982 `cursor-type' is nil.
27983
27984 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
27985
27986 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
27987
27988 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
27989
27990 * allout.el: Change so yank of distinctive-bullet items
27991 preserves the existing header prefix, rebulleting it if necessary,
27992 rather than replacing it. This is necessary for proper operation
27993 of cooperative addons like allout-widgets.
27994 (allout-make-topic-prefix, allout-rebullet-heading):
27995 Change SOLICIT arg to INSTEAD, and interpret additionally a string
27996 value as alternate bullet to be used, instead of prompting the user
27997 for a bullet character.
27998
27999 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
28000
28001 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
28002 Do not use `tramp-file-name-port', because this returns also
28003 `tramp-default-port'.
28004
28005 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
28006
28007 * net/rcirc.el (rcirc-handler-001): Remove useless
28008 with-rcirc-process-buffer.
28009 (rcirc-check-auth-status): Swap arguments to string-match.
28010
28011 2011-03-09 Glenn Morris <rgm@gnu.org>
28012
28013 * shell.el (shell-mode):
28014 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
28015
28016 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
28017 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
28018
28019 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
28020
28021 * emacs-lisp/package.el (package-refresh-contents)
28022 (package-menu-execute): Use condition-case-no-debug.
28023
28024 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
28025
28026 * simple.el (shell-command-to-string): Use `process-file'.
28027
28028 * emacs-lisp/package.el (package-tar-file-info): Handle also
28029 remote files.
28030
28031 * emacs-lisp/package-x.el (package-upload-buffer-internal):
28032 Use `equal' for upload base check.
28033
28034 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
28035
28036 * textmodes/texinfo.el (texinfo-environments):
28037 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
28038
28039 2011-03-08 Glenn Morris <rgm@gnu.org>
28040
28041 * cus-start.el (cursor-in-non-selected-windows):
28042 Fix :set quoting oddness. (Bug#8192)
28043
28044 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
28045 in some setf expressions. (Bug#2159)
28046
28047 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
28048
28049 * custom.el (custom-available-themes): Return themes in
28050 alphabetical order.
28051
28052 See ChangeLog.15 for earlier changes.
28053
28054 ;; Local Variables:
28055 ;; coding: utf-8
28056 ;; End:
28057
28058 Copyright (C) 2011-2013 Free Software Foundation, Inc.
28059
28060 This file is part of GNU Emacs.
28061
28062 GNU Emacs is free software: you can redistribute it and/or modify
28063 it under the terms of the GNU General Public License as published by
28064 the Free Software Foundation, either version 3 of the License, or
28065 (at your option) any later version.
28066
28067 GNU Emacs is distributed in the hope that it will be useful,
28068 but WITHOUT ANY WARRANTY; without even the implied warranty of
28069 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28070 GNU General Public License for more details.
28071
28072 You should have received a copy of the GNU General Public License
28073 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.