* lisp/whitespace.el (whitespace-color-on, whitespace-color-off): Only
[bpt/emacs.git] / lisp / ChangeLog
1 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
4 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
5
6 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
7
8 * whitespace.el (whitespace-color-on, whitespace-color-off): Only
9 call `font-lock-fontify-buffer' when `font-lock-mode' is on.
10
11 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
12
13 * ispell.el (ispell-set-spellchecker-params):
14 Really set `ispell-args' for all equivs.
15
16 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
17
18 * ido.el (ido-completions): Use extra elements of ido-decorations
19 (bug#14143).
20 (ido-decorations): Update docstring.
21
22 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
23
24 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
25 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
26 nil during initialization, in order not to miss changes since the
27 file was opened. (Bug#14140)
28
29 2013-04-05 Leo Liu <sdl.web@gmail.com>
30
31 * kmacro.el (kmacro-call-macro): Fix bug#14135.
32
33 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
34
35 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
36
37 2013-04-04 Glenn Morris <rgm@gnu.org>
38
39 * electric.el (electric-pair-inhibit-predicate): Add :version.
40
41 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
42
43 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
44 when a package is required several times (bug#14082).
45
46 2013-04-04 Roland Winkler <winkler@gnu.org>
47
48 * faces.el (read-face-name): Behave as promised by the docstring.
49 Assume that arg default is a list of faces.
50 (describe-face): Call read-face-name with list of default faces.
51
52 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
53
54 * bookmark.el: Fix deletion of bookmarks (bug#13972).
55 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
56 (bookmark-bmenu-execute-deletions): Only skip first line if it's
57 the header.
58 (bookmark-exit-hook-internal): Save even if list is empty.
59
60 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
61
62 * emacs-lisp/package.el (package-pinned-packages): New var.
63 (package--add-to-archive-contents): Obey it (bug#14118).
64
65 2013-04-03 Alan Mackenzie <acm@muc.de>
66
67 Handle `parse-partial-sexp' landing inside a comment opener
68 (Bug#13244). Also adapt to the new values of element 7 of a parse
69 state.
70
71 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
72 parameter `not-in-delimiter'. Handle being inside comment opener.
73 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
74 character in case we're typing a '*' after a '/'.
75 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
76 instead by passing the parameter to c-state-pp-to-literal.
77
78 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
79 for elt. 7 of a parse state.
80
81 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
82
83 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
84 * international/latin1-disp.el, international/mule-util.el:
85 * language/cyril-util.el, language/european.el, language/ind-util.el:
86 * language/lao-util.el, language/thai.el, language/tibet-util.el:
87 * language/tibetan.el, language/viet-util.el:
88 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
89
90 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
91
92 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
93 (electric-pair-post-self-insert-function): Use it.
94 (electric-pair-default-inhibit): New function, extracted from
95 electric-pair-post-self-insert-function.
96
97 2013-03-31 Roland Winkler <winkler@gnu.org>
98
99 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
100
101 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
102
103 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
104
105 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
106
107 Un-indent after "pass" and "return" statements (Bug#13888)
108 * progmodes/python.el (python-indent-block-enders): New var.
109 (python-indent-calculate-indentation): Use it.
110
111 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
112
113 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
114 defun. Defining it as defalias could introduce too eager
115 byte-compiler optimization. (Bug#14030)
116
117 2013-03-30 Chong Yidong <cyd@gnu.org>
118
119 * iswitchb.el (iswitchb-read-buffer): Fix typo.
120
121 2013-03-30 Leo Liu <sdl.web@gmail.com>
122
123 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
124 (kmacro-execute-from-register): Pass the keyboard macro to
125 kmacro-call-macro or repeating won't work correctly.
126
127 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
128
129 * progmodes/subword.el: Back to using `forward-symbol'.
130
131 * subr.el (forward-whitespace, forward-symbol)
132 (forward-same-syntax): Move from thingatpt.el.
133
134 2013-03-29 Leo Liu <sdl.web@gmail.com>
135
136 * kmacro.el (kmacro-to-register): New command.
137 (kmacro-execute-from-register): New function.
138 (kmacro-keymap): Bind to 'x'. (Bug#14071)
139
140 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
141
142 * mpc.el: Use defvar-local and setq-local.
143 (mpc--proc-connect): Connection failures are not bugs.
144 (mpc-mode-map): `follow-link' only applies to the buffer's content.
145 (mpc-volume-map): Bind to the up-events.
146
147 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
148
149 * progmodes/subword.el (superword-mode): Use `forward-sexp'
150 instead of `forward-symbol'.
151
152 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
153
154 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
155 (edebug--recursive-edit): Use it.
156 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
157 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
158
159 2013-03-28 Leo Liu <sdl.web@gmail.com>
160
161 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
162
163 2013-03-27 Eli Zaretskii <eliz@gnu.org>
164
165 * facemenu.el (list-colors-callback): New defvar.
166 (list-colors-redisplay): New function.
167 (list-colors-display): Install list-colors-redisplay as the
168 revert-buffer-function. (Bug#14063)
169
170 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
171
172 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
173 and suffixes don't overlap (bug#14061).
174
175 * case-table.el: Use lexical-binding.
176 (case-table-get-table): New function.
177 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
178
179 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
180
181 * progmodes/subword.el: Add `superword-mode' to do word motion
182 over symbol_words (parallels and leverages `subword-mode' which
183 does word motion inside MixedCaseWords).
184
185 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
186
187 * eshell/em-unix.el: Move su and sudo to...
188 * eshell/em-tramp.el: ...Eshell tramp module
189
190 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
191
192 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
193 Change return value to be a sexp. Delay `get-buffer' to after
194 restoring the desktop (bug#13951).
195
196 2013-03-26 Leo Liu <sdl.web@gmail.com>
197
198 * register.el: Move semantic tag handling back to
199 cedet/semantic/senator.el. (Bug#14052)
200
201 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
202
203 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
204 into the prompt either (bug#13963).
205
206 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
207
208 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
209 part of "(error-foo)".
210
211 2013-03-24 Juri Linkov <juri@jurta.org>
212
213 * replace.el (list-matching-lines-prefix-face): New defcustom.
214 (occur-1): Pass `list-matching-lines-prefix-face' to the function
215 `occur-engine' if `face-differs-from-default-p' returns t.
216 (occur-engine): Add `,' inside backquote construct to evaluate
217 `prefix-face'. Propertize the prefix with the `prefix-face' face.
218 Pass `prefix-face' to the functions `occur-context-lines' and
219 `occur-engine-add-prefix'.
220 (occur-engine-add-prefix, occur-context-lines): Add optional arg
221 `prefix-face' and propertize the prefix with `prefix-face'.
222 (Bug#14017)
223
224 2013-03-24 Leo Liu <sdl.web@gmail.com>
225
226 * nxml/rng-valid.el (rng-validate-while-idle)
227 (rng-validate-quick-while-idle): Guard against deleted buffer.
228 (Bug#13999)
229
230 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
231 is the last entry in kill-buffer-hook.
232
233 * files.el (kill-buffer-hook): Doc fix.
234
235 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
236
237 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
238 Make it safe-local.
239
240 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
241
242 2013-03-23 Leo Liu <sdl.web@gmail.com>
243
244 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
245 Remove.
246
247 * nxml/rng-valid.el (rng-validate-mode)
248 (rng-after-change-function, rng-do-some-validation):
249 * nxml/rng-maint.el (rng-validate-buffer):
250 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
251 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
252 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
253 (nxml-extend-after-change-region): Use with-silent-modifications.
254
255 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
256 timer-idle-list.
257
258 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
259 (rng-next-error-1, rng-previous-error-1): Do not let-bind
260 timer-idle-list. (Bug#13999)
261
262 2013-03-23 Juri Linkov <juri@jurta.org>
263
264 * info.el (info-index-match): New face.
265 (Info-index, Info-apropos-matches): Add a nested subgroup to the
266 main pattern and add text properties with the new face to matches
267 in index entries relative to the beginning of the index entry.
268 (Bug#14015)
269
270 2013-03-21 Eric Ludlam <zappo@gnu.org>
271
272 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
273 Inhibit read only while inserting objects.
274
275 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
276
277 * progmodes/cfengine.el: Update docs to mention
278 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
279 symbol motion. Remove "_" from the word syntax.
280
281 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
282
283 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
284 syntax for both `cfengine2-mode' and `cfengine3-mode'.
285
286 2013-03-20 Juri Linkov <juri@jurta.org>
287
288 * info.el (Info-next-reference-or-link)
289 (Info-prev-reference-or-link): New functions.
290 (Info-next-reference, Info-prev-reference): Use them.
291 (Info-try-follow-nearest-node): Handle footnote navigation.
292 (Info-fontify-node): Fontify footnotes. (Bug#13989)
293
294 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
295
296 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
297 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
298
299 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
300
301 Suppress unnecessary non-ASCII chatter during build process.
302 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
303 (batch-skkdic-convert): Suppress most of the chatter.
304 It's not needed so much now that machines are faster,
305 and its non-ASCII component was confusing; see Dmitry Gutov in
306 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
307
308 2013-03-20 Leo Liu <sdl.web@gmail.com>
309
310 * ido.el (ido-chop): Fix bug#10994.
311
312 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
313
314 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
315 Remove vars.
316 (whitespace-color-on, whitespace-color-off):
317 Use `font-lock-fontify-buffer' (Bug#13817).
318
319 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
320
321 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
322 remapping in mode-line.
323 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
324
325 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
326
327 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
328 value for `whitespace-line' face (Bug#13875).
329 (whitespace-font-lock-keywords): Change description.
330 (whitespace-color-on): Don't save `font-lock-keywords' value, save
331 the constructed keywords instead.
332 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
333
334 2013-03-19 Leo Liu <sdl.web@gmail.com>
335
336 * progmodes/compile.el (compilation-display-error): New command.
337 (compilation-mode-map, compilation-minor-mode-map): Bind it to
338 C-o. (Bug#13992)
339
340 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
341
342 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
343
344 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
345
346 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
347
348 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
349
350 * net/tramp-compat.el (tramp-compat-user-error): New defun.
351
352 * net/tramp-adb.el (tramp-adb-handle-shell-command):
353 * net/tramp-gvfs.el (top):
354 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
355 (tramp-handle-shell-command): Use it.
356 (tramp-dissect-file-name): Raise an error when hostname is a
357 method name, and neither method nor user is specified.
358
359 * net/trampver.el: Update release number.
360
361 2013-03-18 Leo Liu <sdl.web@gmail.com>
362
363 Make sure eldoc can be turned off properly.
364 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
365 eldoc-mode.
366 (eldoc-display-message-p): Revert last change.
367 (eldoc-display-message-no-interference-p)
368 (eldoc-print-current-symbol-info): Tweak.
369
370 2013-03-18 Tassilo Horn <tsdh@gnu.org>
371
372 * doc-view.el (doc-view-new-window-function): Check the new window
373 overlay's display property instead the char property of the
374 buffer's first char. Use `with-selected-window' instead of
375 `save-window-excursion' with `select-window'.
376 (doc-view-document->bitmap): Check the current doc-view overlay's
377 display property instead the char property of the buffer's first char.
378
379 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
380
381 Automate the build of ja-dic.el (Bug#13984).
382 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
383 from the input, rather than assume that it's been done for us by the
384 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
385 the current date into a ja-dic.el comment, as that complicates
386 regression testing.
387
388 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
389
390 * whitespace.el: Fix double evaluation.
391 (whitespace-space, whitespace-hspace, whitespace-tab)
392 (whitespace-newline, whitespace-trailing, whitespace-line)
393 (whitespace-space-before-tab, whitespace-indentation)
394 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
395 obsolete defvars.
396 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
397 (whitespace-color-on): Use a single font-lock-add-keywords call.
398 Fix double-evaluation of face variables.
399
400 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
401
402 * net/tramp-adb.el (tramp-adb-parse-device-names):
403 Use `start-process' instead of `call-process'. Otherwise, the
404 function might be blocked under MS Windows. (Bug#13299)
405
406 2013-03-17 Leo Liu <sdl.web@gmail.com>
407
408 Extend eldoc to display info in the mode-line. (Bug#13978)
409 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
410 (eldoc-mode-line-string): New variable.
411 (eldoc-minibuffer-message): New function.
412 (eldoc-message-function): New variable.
413 (eldoc-message): Use it.
414 (eldoc-display-message-p)
415 (eldoc-display-message-no-interference-p):
416 Support eldoc-post-insert-mode.
417
418 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
419 (eval-expression): Run it.
420
421 2013-03-17 Roland Winkler <winkler@gnu.org>
422
423 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
424 strings in the list of return values.
425
426 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
427
428 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
429 radix before checking for HMS forms.
430
431 2013-03-16 Leo Liu <sdl.web@gmail.com>
432
433 * progmodes/scheme.el: Add indentation and font-locking for λ.
434 (Bug#13975)
435
436 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
437
438 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
439 token before point (bug#13942).
440
441 2013-03-16 Leo Liu <sdl.web@gmail.com>
442
443 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
444
445 2013-03-16 Eli Zaretskii <eliz@gnu.org>
446
447 * startup.el (command-line-normalize-file-name): Fix handling of
448 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
449 <xfq.free@gmail.com> in
450 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
451
452 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
453
454 Sync with Tramp 2.2.7.
455
456 * net/trampver.el: Update release number.
457
458 2013-03-14 Tassilo Horn <tsdh@gnu.org>
459
460 * doc-view.el Fix bug#13887.
461 (doc-view-insert-image): Don't modify overlay associated to
462 non-live windows, and implement horizontal centering of image in
463 case it's smaller than the window.
464 (doc-view-new-window-function): Force redisplay of new windows on
465 doc-view buffers.
466
467 2013-03-13 Karl Fogel <kfogel@red-bean.com>
468
469 * saveplace.el (save-place-alist-to-file): Don't sort
470 `save-place-alist', just pretty-print it (bug#13882).
471
472 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
473
474 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
475 whether `default-file-name-coding-system' is bound. It isn't in
476 XEmacs.
477
478 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
479
480 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
481 backquotes for `obsolete' (bug#13929).
482
483 * international/mule.el (find-auto-coding): Include file name in
484 obsolescence warning (bug#13922).
485
486 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
487
488 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
489 for CFEngine 3-specific indentation.
490 (cfengine3-indent-line): Use it. Fix up category regex.
491 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
492
493 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
494
495 * type-break.el (type-break-file-name):
496 * textmodes/remember.el (remember-data-file):
497 * strokes.el (strokes-file):
498 * shadowfile.el (shadow-initialize):
499 * saveplace.el (save-place-file):
500 * ps-bdf.el (bdf-cache-file):
501 * progmodes/idlwave.el (idlwave-config-directory):
502 * net/quickurl.el (quickurl-url-file):
503 * international/kkc.el (kkc-init-file-name):
504 * ido.el (ido-save-directory-list-file):
505 * emulation/viper.el (viper-custom-file-name):
506 * emulation/vip.el (vip-startup-file):
507 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
508 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
509
510 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
511
512 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
513 * language/thai-word.el: Switch to UTF-8.
514
515 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
516
517 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
518
519 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
520
521 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
522 Use with-current-buffer and don't move point.
523 (net-utils-run-simple): Remove useless code.
524 (net-utils-remove-ctl-m): Remove unused custom.
525
526 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
527
528 * international/characters.el (glyphless-set-char-table-range): New fun.
529 (update-glyphless-char-display): Use it (bug#13744).
530
531 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
532
533 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
534 namespaces in the syntax, indent closer for hanging brace
535 correctly, allow single-quote delimited 'strings', and make
536 `cfengine3-mode' the default.
537
538 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
539
540 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
541 Use lexical-binding. Fix up docstring according to conventions.
542 (gdbmi-debug-mode): New var.
543 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
544 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
545 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
546 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
547 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
548 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
549 (gdbmi-bnf-incomplete-record-result): New functions.
550 (gdb-car<): Remove function.
551 (gdbmi-record-list): Remove variable.
552 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
553 (gdbmi-bnf-result-state-configs): New const.
554 (gud-gdbmi-marker-filter): Rewrite.
555 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
556 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
557 Add `token' argument.
558 (gdb-done, gdb-error): New functions.
559 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
560
561 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
562
563 * term/xterm.el (xterm--report-background-handler): Don't burp
564 upon timeout.
565 (xterm--version-handler): Extract from terminal-init-xterm.
566 (xterm--query): Don't mishandle timeout. Remove debugging messages.
567 Allow multiple handlers.
568 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
569
570 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
571 (xterm--report-background-handler, xterm--query): New functions.
572 (terminal-init-xterm): Use them.
573
574 2013-03-11 Michael R. Mauger <michael@mauger.com>
575
576 * progmodes/sql.el Version 3.2
577 Please note that my address changed to <michael@mauger.com>;
578 the <mmaug@yahoo.com> address remains active.
579 (sql-connection-alist): Updates documentation to fix bug#13715.
580 (sql-connect): Handle missing `sql-connection-alist' correctly.
581 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
582 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
583 property.
584 (sql-default-value): New function.
585 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
586 values were not used.
587 (sql-rename-buffer): Make sure alternate buffer name has no text
588 properties.
589 (sql-input-sender, sql-execute-feature): Fetch variable with
590 `buffer-local-value' rather than `with-current-buffer'.
591 (sql-*): Use #' function syntax consistently.
592 (sql-*): Use message/error/user-error consistently.
593
594 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
595
596 * xt-mouse.el (xterm-mouse-event-read): Remove.
597 (xterm-mouse--read-event-sequence-1000)
598 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
599
600 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
601
602 * term/xterm.el (xterm-function-map): Support format used with
603 formatOtherKeys=1 (bug#13839).
604
605 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
606 (with-no-warnings): Use `declare'.
607
608 * whitespace.el (whitespace-enable-predicate): New variable.
609 (whitespace-enable-predicate): Use it.
610
611 * comint.el (comint-send-input, comint-snapshot-last-prompt)
612 (comint-output-filter, comint-update-fence):
613 Use with-silent-modifications.
614
615 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
616
617 * replace.el (occur-read-regexp-defaults-function): New var.
618 (occur-read-regexp-defaults): New defun.
619 (occur-read-primary-args): Propagate above change (bug#13892).
620
621 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
622
623 * mouse.el (mouse-drag-track): Remove left-over debugging code.
624
625 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
626
627 Major rewrite due to changed D-Bus interface of GVFS 1.14.
628
629 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
630 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
631 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
632 New defconst.
633 (tramp-gvfs-file-name-handler-alist) [directory-files]
634 [directory-files-and-attributes, file-exists-p, file-modes]:
635 Use Tramp default handler.
636 [file-acl, file-selinux-context, process-file, set-file-acl]:
637 [set-file-modes, set-file-selinux-context, shell-command]:
638 [start-file-process]: Remove handler.
639 [verify-visited-file-modtime]: New handler.
640 (tramp-gvfs-dbus-string-to-byte-array)
641 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
642 calls of `dbus-string-to-byte-array' and
643 `tramp-gvfs-dbus-byte-array-to-string'.
644 (tramp-gvfs-handle-copy-file)
645 (tramp-gvfs-handle-delete-directory)
646 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
647 (tramp-gvfs-handle-file-directory-p)
648 (tramp-gvfs-handle-file-executable-p)
649 (tramp-gvfs-handle-file-name-all-completions)
650 (tramp-gvfs-handle-file-readable-p)
651 (tramp-gvfs-handle-file-writable-p)
652 (tramp-gvfs-handle-insert-directory)
653 (tramp-gvfs-handle-insert-file-contents)
654 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
655 (tramp-gvfs-handle-set-visited-file-modtime)
656 (tramp-gvfs-handle-write-region): Rewrite.
657 (tramp-gvfs-handle-file-acl)
658 (tramp-gvfs-handle-file-selinux-context)
659 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
660 (tramp-gvfs-handle-set-file-modes)
661 (tramp-gvfs-handle-set-file-selinux-context)
662 (tramp-gvfs-handle-shell-command)
663 (tramp-gvfs-handle-start-file-process)
664 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
665 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
666 over the symlinks. Fix user handling.
667 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
668 of the D-Bus signals.
669 (tramp-gvfs-connection-mounted-p): Handle different names of the
670 D-Bus methods.
671 (tramp-gvfs-mount-spec-entry): New defun.
672 (tramp-gvfs-mount-spec): Use it.
673 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
674 there is a share name. Handle different names of the D-Bus
675 signals and methods. Set connection properties needed for
676 `tramp-check-cached-permissions'.
677 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
678 Return t or nil.
679
680 * net/tramp.el (tramp-backtrace): Move up.
681 (tramp-error): Dump a backtrace into the debug buffer when
682 `tramp-verbose > 9.
683 (tramp-file-mode-type-map, tramp-file-mode-from-int)
684 (tramp-file-mode-permissions, tramp-get-local-uid)
685 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
686 tramp-sh.el.
687
688 * net/tramp-sh.el (tramp-file-mode-type-map)
689 (tramp-check-cached-permissions, tramp-file-mode-from-int)
690 (tramp-file-mode-permissions, tramp-get-local-uid)
691 (tramp-get-local-gid): Move to tramp.el.
692
693 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
694
695 Separate mouse-1-click-follows-link from mouse-drag-region.
696 * mouse.el (mouse--down-1-maybe-follows-link): New function.
697 (key-translation-map): Use it to implement mouse-1-click-follows-link.
698 (mouse-drag-line, mouse-drag-track):
699 Remove mouse-1-click-follows-link code.
700 (mouse--remap-link-click-p): Remove.
701
702 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
703
704 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
705 (hi-lock-read-regexp-defaults): New defun.
706 (hi-lock-line-face-buffer, hi-lock-face-buffer)
707 (hi-lock-face-phrase-buffer): Propagate above change.
708 Update docstring (bug#13892).
709
710 * subr.el (find-tag-default-as-regexp): New defun.
711 * replace.el (read-regexp): Propagate above change.
712
713 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
714
715 * calc/calc-units.el (calc-convert-units): Fix the way that default
716 new units are stored.
717
718 2013-03-07 Matthias Meulien <orontee@gmail.com>
719
720 * bookmark.el: Define a face to highlight bookmark names in
721 bookmark menu buffers, where the default is a bold face similarly
722 to buffer names in buffer menu buffers.
723 (bookmark-menu-bookmark): New face to highlight bookmark names.
724 (bookmark-insert-location): Remove duplicated text property to
725 conform to buffer list (see `list-buffers').
726 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
727 `bookmark-menu-bookmark' to bookmark names.
728
729 2013-03-07 Matthias Meulien <orontee@gmail.com>
730 Karl Fogel <kfogel@red-bean.com>
731
732 * bookmark.el: Display the bookmark list header similarly to the
733 buffer list header (see `list-buffers'), where the default is now
734 an immovable/immutable header line.
735 (bookmark-bmenu-use-header-line): New variable.
736 (bookmark-bmenu-inline-header-height): New name for
737 `bookmark-bmenu-header-height', to avoid confusion with the code
738 for the new immovable header. All references changed.
739 (bookmark-bmenu-set-header): New function.
740 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
741 Conditionalize header construction accordingly.
742 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
743 the inline header height.
744 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
745 Conditionalize the skipping of the inline header height.
746
747 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
748
749 * progmodes/js.el (js--multi-line-declaration-indentation):
750 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
751
752 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
753
754 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
755 Only propertize regexp when not inside a string (Bug#13885).
756
757 2013-03-06 Alan Mackenzie <acm@muc.de>
758
759 Correct the position of point in some line-up functions.
760 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
761 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
762 point at column 0 rather than at a random place in the line.
763
764 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
765
766 * net/tramp-compat.el (tramp-compat-delete-directory):
767 Implement TRASH argument.
768
769 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
770
771 Keep pre-existing highlighting in completion candidates (Bug#13250).
772 * minibuffer.el (completions-first-difference): State that the
773 face is "added" in the docstring.
774 (completions-common-part): Same. And don't inherit from default.
775 (completion-hilit-commonality): Prepend 'completions-common-part
776 and 'completion-first-difference faces to the 'face property,
777 instead of replacing the value(s).
778 (completion--insert-strings): Same with 'completions-annotations face.
779 (completion-hilit-commonality): Use 'face instead of
780 'font-lock-face, because it gets priority if the completion
781 strings already have 'face set.
782
783 2013-03-04 Alan Mackenzie <acm@muc.de>
784
785 Replace `last-command-event' by `last-command-char' in XEmacs.
786 * progmodes/cc-defs.el (c-last-command-char): New macro.
787 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
788 (c-semi&comma-no-newlines-before-nonblanks)
789 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
790 in place of `last-command-event'.
791 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
792 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
793 (c-electric-paren, c-electric-continued-statement): Use the new
794 macro in place of `last-command-event'.
795
796 2013-03-04 Glenn Morris <rgm@gnu.org>
797
798 * files.el (inhibit-local-variables-regexps):
799 Add .diff and .patch. (Bug#13862)
800
801 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
802
803 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
804 whether the "su" command is available on the device.
805
806 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
807
808 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
809 (tramp-adb-handle-process-file): Remove superfluous setting.
810 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
811 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
812 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
813
814 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
815
816 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
817 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
818 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
819 Use dict-key rather than dict-name for the error message.
820
821 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
822
823 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
824 when reverting (bug#13831).
825
826 2013-03-01 Agustín Martín Domingo <agustin.martin@hispalinux.es>
827
828 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
829 Always expand affix-file before storing to protect against changed
830 `default-directory'.
831 (ispell-print-if-debug): Make sure message is printed at the end
832 of the debug buffer.
833
834 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
835
836 * net/tramp.el (tramp-obsolete-methods): New defconst.
837 (tramp-warned-obsolete-methods): New defvar.
838 (tramp-find-method): Check for obsolete methods. Map them to a
839 replacement method if appropriate.
840
841 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
842 Remove methods.
843 (top): Remove completion functions for "scp1", "scp2", "ssh1",
844 "ssh2" and "plink1".
845
846 2013-02-28 Dale Sedivec <dale@codefu.org>
847
848 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
849 Return valid syntax-table property value when converting
850 quotes within text from string syntax to punctuation syntax (bug#13844).
851
852 2013-02-28 Juri Linkov <juri@jurta.org>
853
854 * dired-aux.el (dired-diff): If file at point is a backup file,
855 use its original as the default value, and reverse the order
856 of arguments to the `diff' call. Doc fix. (Bug#13772)
857
858 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
859
860 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
861 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
862
863 2013-02-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
864
865 Initial support for hunspell dictionaries auto-detection (Bug#13639)
866
867 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
868 Ask hunspell about available and default dictionaries.
869 (ispell-parse-hunspell-affix-file): Extract relevant info from
870 hunspell affix file.
871 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
872 `ispell-dictionary-alist' entry for given dictionary after info
873 provided by `ispell-parse-hunspell-affix-file'.
874 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
875 of parsed hunspell dicts and associated affix files.
876 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
877 of parsed hunspell dicts and associated parameters.
878 (ispell-set-spellchecker-params):
879 Call `ispell-find-hunspell-dictionaries' if hunspell and not
880 previously done.
881 (ispell-start-process):
882 Call `ispell-hunspell-fill-dictionary-entry' for current
883 dictionary if it is not initialized.
884
885 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
886
887 * imenu.el: Comment nitpicks.
888
889 2013-02-28 Sam Steingold <sds@gnu.org>
890
891 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
892 See <http://stackoverflow.com/questions/14720205>.
893
894 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
895
896 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
897 (net-utils-mode): Use it.
898 (net-utils--revert-cmd): New var.
899 (net-utils-run-simple): Set it, and remove bogus interactive spec.
900 (traceroute): Use net-utils-run-simple.
901
902 2013-02-28 Glenn Morris <rgm@gnu.org>
903
904 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
905
906 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
907
908 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
909 (doc-view-fallback-mode): Remove overlays here.
910 (doc-view-toggle-display): Instead of here. Don't throw away
911 image-mode-winprops-alist.
912 (doc-view-goto-page): Don't mess with hscroll.
913
914 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
915
916 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
917 &optional (bug#13819).
918
919 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
920
921 * net/tramp-adb.el (tramp-adb-parse-device-names)
922 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
923
924 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
925
926 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
927 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
928 defined. POSIX environments fall back to the "C" locale then and
929 emit a warning, which shall be suppressed.
930
931 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
932
933 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
934 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
935
936 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
937
938 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
939
940 2013-02-25 Juri Linkov <juri@jurta.org>
941
942 * replace.el (read-regexp): Let-bind `default' to the first
943 element of `defaults' if it's a list, otherwise it should be
944 a string or nil. Let-bind `suggestions' to `defaults' if it's
945 a list, otherwise make a list with the string value. Doc fix.
946 (Bug#13805)
947
948 2013-02-25 Eli Zaretskii <eliz@gnu.org>
949
950 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
951 that match "\`\.#", to avoid compiling lock files, even if they
952 are readable (as they are on MS-Windows).
953
954 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
955
956 * files.el (basic-save-buffer): Remove redundant directory-creation.
957
958 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
959
960 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
961 Add option to force `pi' to remain symbolic.
962 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
963 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
964 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
965 derivatives, when necessary.
966
967 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
968
969 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
970 (ps-mode-octal-region): Use string-make-unibyte.
971
972 2013-02-23 Glenn Morris <rgm@gnu.org>
973
974 * emulation/viper-cmd.el (viper-submit-report):
975 * progmodes/ps-mode.el (ps-mode-maintainer-address):
976 * progmodes/vera-mode.el (vera-mode-help-address):
977 * textmodes/artist.el (artist-maintainer-address):
978 * textmodes/reftex.el (reftex-report-bug):
979 * vc/ediff-util.el (ediff-submit-report):
980 Add bug-gnu-emacs to bug report address.
981
982 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
983 Remove bug report entries.
984 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
985
986 * emacs-lisp/bytecomp.el (byte-compile-level): New.
987 (byte-compile-file, byte-compile-from-buffer):
988 Use separate input/output buffers for each level of recursive
989 byte-compile-file calls. (Bug#13787)
990
991 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
992
993 * net/tramp.el (tramp-methods): Fix docstring.
994 (tramp-ssh-controlmaster-options): Rename it from
995 `tramp-ssh-controlmaster-template'. Return a string.
996 (tramp-default-method): Adapt check for
997 `tramp-ssh-controlmaster-options'.
998
999 * net/tramp-sh.el (tramp-methods):
1000 Replace `tramp-ssh-controlmaster-template' by "%c".
1001 (tramp-do-copy-or-rename-file-out-of-band)
1002 (tramp-maybe-open-connection): Use it in format spec. Ensure,
1003 that it is applied for the first hop only.
1004
1005 2013-02-22 Juri Linkov <juri@jurta.org>
1006
1007 * isearch.el (isearch-lazy-highlight-new-loop):
1008 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
1009 to `isearch-other-end' if it is not nil. (Bug#13402)
1010
1011 * replace.el (replace-highlight): Let-bind `isearch-other-end'
1012 to `match-beg'.
1013
1014 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1015 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
1016 and `isearch-error' to nil.
1017
1018 2013-03-16 Fabián Ezequiel Gallina <fgallina@cuca>
1019
1020 * progmodes/python.el (python-info-current-defun):
1021 Enhance match-data cluttering prevention.
1022
1023 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
1024
1025 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
1026
1027 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1028 Handle multibyte file names.
1029
1030 2013-02-22 Glenn Morris <rgm@gnu.org>
1031
1032 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
1033 (sgml-transformation-function): Give it a :set function.
1034 (sgml-tag): Doc fix.
1035
1036 * cmuscheme.el (scheme-buffer):
1037 * progmodes/inf-lisp.el (inferior-lisp-buffer):
1038 * progmodes/tcl.el (inferior-tcl-buffer):
1039 * textmodes/tex-mode.el (tex-command): Doc fixes.
1040
1041 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
1042
1043 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
1044
1045 2013-02-21 Bastien Guerry <bzg@gnu.org>
1046
1047 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
1048
1049 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
1050
1051 * progmodes/python.el (python-info-current-defun):
1052 Enhance match-data cluttering prevention.
1053
1054 2013-02-21 Glenn Morris <rgm@gnu.org>
1055
1056 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
1057 loaded while outline-regexp is let bound. (Bug#9584)
1058
1059 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
1060
1061 * progmodes/python.el (python-info-current-defun): Fix failed
1062 defun name retrieval because of unwanted match-data cluttering.
1063
1064 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
1065
1066 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
1067 defconst. Apply independent check for ControlPersist.
1068
1069 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
1070 temporarily, via "env".
1071
1072 2013-02-21 Glenn Morris <rgm@gnu.org>
1073
1074 * info.el (Info-enable-edit): Remove.
1075 (Info-edit): Disable it rather than using Info-enable.
1076 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
1077 (Info-cease-edit): Make editing of Info files obsolete.
1078
1079 * informat.el (Info-tagify):
1080 Handle buffers not visiting files. (Bug#13763)
1081
1082 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
1083
1084 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
1085
1086 2013-02-21 Glenn Morris <rgm@gnu.org>
1087
1088 * files.el (basic-save-buffer): Move check for existing parent
1089 directory after hooks. (Bug#13773)
1090
1091 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
1092
1093 * simple.el (command-execute): Move from C. Add obsolete check.
1094 (extended-command-history): Move from C.
1095
1096 2013-02-20 Ulrich Müller <ulm@gentoo.org>
1097
1098 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1099 (jka-compr-mode-alist-additions): Handle .txz suffix for
1100 XZ-compressed tar archives (bug#13770).
1101
1102 2013-02-20 Bastien Guerry <bzg@gnu.org>
1103
1104 * outline.el (outline-regexp, outline-heading-end-regexp):
1105 Make variables, not options (bug#13731).
1106
1107 2013-02-20 Glenn Morris <rgm@gnu.org>
1108
1109 * image.el (image-current-frame): Change from variable to function.
1110 (image-show-frame): Rename from image-nth-frame. Update callers.
1111 * image-mode.el (image-multi-frame): New variable.
1112 (image-mode-map, image-mode, image-goto-frame):
1113 Use image-multi-frame rather than image-current-frame.
1114 (image-mode, image-goto-frame): Use image-current-frame as
1115 function rather than as variable.
1116
1117 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
1118 * emacs-lisp/cl-macs.el (cl--make-type-test)
1119 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
1120
1121 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1122
1123 * net/tramp-cache.el (tramp-get-hash-table): New defun.
1124 (tramp-get-file-property, tramp-set-file-property)
1125 (tramp-get-connection-property, tramp-set-connection-property): Use it.
1126 (tramp-flush-file-property, tramp-flush-directory-property):
1127 Rename argument to KEY.
1128 (tramp-flush-connection-property): Simplify a little bit.
1129 (tramp-connection-property-p): New defun.
1130 (top): Reapply saved values only if there isn't a corresponding
1131 entry in `tramp-connection-properties'.
1132
1133 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
1134
1135 * progmodes/python.el (python-indent-context):
1136 Fix python-info-line-ends-backslash-p call.
1137 (python-info-line-ends-backslash-p)
1138 (python-info-beginning-of-backslash): Respect line-number argument.
1139 (python-info-current-line-comment-p):
1140 Fix behavior when not at beginning-of-line.
1141 (python-util-position): Remove function.
1142 (python-util-goto-line): New function.
1143
1144 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1145
1146 * eshell/em-unix.el (eshell/su): Require tramp.
1147 (eshell/sudo): Require tramp. Remove now unnecessary check.
1148
1149 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
1150 `tramp-current-connection' in order to avoid an error when several
1151 commands are invoked in a short time in eshell and friends.
1152
1153 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1154
1155 Cleanup some of EIEIO's namespace.
1156 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
1157 Use it to define all the class-* and object-* field accessors (renamed
1158 to eieio--class-* and eieio--object-*). Update all uses.
1159 (eieio--class-num-slots, eieio--object-num-slots): Rename from
1160 class-num-slots and object-num-slots.
1161 (eieio--check-type): New macro.
1162 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
1163 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
1164 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
1165 (object-assoc-list-safe): Use it.
1166 (eieio-defclass): Tighten regexp.
1167 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
1168 Remove unreachable code.
1169 (object-class-fast): Declare obsolete.
1170 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
1171 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
1172 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
1173 Rename from class-name, object-name, object-set-name-string,
1174 object-class, object-class-name, class-parents, class-children,
1175 class-precedence-list, class-parent; with obsolete alias.
1176 (class-of, class-direct-superclasses, class-direct-subclasses):
1177 Declare obsolete.
1178 (eieio-defmethod): Use `memq'; remove unreachable code.
1179 * emacs-lisp/eieio-base.el (eieio-persistent-read):
1180 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
1181 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
1182
1183
1184 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
1185
1186 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
1187 commentary.
1188
1189 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
1190
1191 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
1192 Use font-lock-keyword-face for macros and special forms (bug#8345).
1193
1194 2013-02-17 Didier Verna <didier@didierverna.net>
1195
1196 * net/network-stream.el (network-stream-open-starttls):
1197 Check that response to the starttls-command is non-nil. (Bug#13706)
1198
1199 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
1200
1201 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
1202 Don't assume all identifier chars have syntax word.
1203 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1204 Remove bar-not-symbol. Adjust callers.
1205 (lisp-mode-variables): Don't set a font-lock-syntax-table.
1206
1207 2013-02-17 Leo Liu <sdl.web@gmail.com>
1208
1209 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
1210
1211 2013-02-17 Glenn Morris <rgm@gnu.org>
1212
1213 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
1214
1215 * image-mode.el (image-mode-map): Add image-dired menu entry.
1216
1217 * image-dired.el (tumme): Make this alias obsolete.
1218
1219 2013-02-16 Glenn Morris <rgm@gnu.org>
1220
1221 * image.el (image-animated-types): Remove.
1222 (image-multi-frame-p): Rename from image-animated-p, and generalize.
1223 (image-animated-p): Make obsolete alias.
1224 (image-animate, image-nth-frame, image-animate-timeout):
1225 Use image-multi-frame-p.
1226 (image-animate-timeout): If no delay, use image-default-frame-delay.
1227 * image-mode.el (image-mode, image-toggle-animation):
1228 Use image-multi-frame-p. (Bug#763, bug#10739)
1229 (image-mode): Adjust startup message for a multi-frame image.
1230
1231 * image-mode.el (image-mode-map): Give it a menu.
1232
1233 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
1234
1235 * net/tramp-cache.el (tramp-connection-properties): New customer
1236 option.
1237 (tramp-get-connection-property): Use it.
1238
1239 * net/tramp-compat.el (top): Require 'trampver.
1240
1241 * net/tramp-sh.el (tramp-remote-process-environment):
1242 Set tramp-autoload cookie.
1243
1244 2013-02-16 Kevin Ryde <user42@zip.com.au>
1245
1246 * info-look.el (info-lookup-select-mode): If major-mode has no
1247 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
1248
1249 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
1250
1251 * replace.el (read-regexp): Tighten the regexp that matches tag.
1252 When tag is retrieved with `find-tag-default', use regexp that
1253 matches tag at point. Also update docstring (Bug#13687).
1254
1255 2013-02-16 Eli Zaretskii <eliz@gnu.org>
1256
1257 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
1258 add watch for the file, not its parent directory, since w32notify
1259 sets up the watch for the directory internally. (Bug#13725)
1260
1261 2013-02-16 Glenn Morris <rgm@gnu.org>
1262
1263 * image.el (image-default-frame-delay): New variable.
1264 (image-animated-p): Use image-default-frame-delay.
1265 (image-minimum-frame-delay): New constant.
1266 (image-animate-timeout): Use image-minimum-frame-delay.
1267
1268 * image.el (image-nth-frame): New, split from image-animate-timeout.
1269 (image-animate-timeout): Use image-nth-frame.
1270 * image-mode.el (image-goto-frame, image-next-frame)
1271 (image-previous-frame): New commands.
1272 (image-mode-map): Add new frame commands.
1273
1274 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
1275
1276 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
1277 If col-desc already has help-echo, use it. (Bug#13563)
1278
1279 2013-02-16 Glenn Morris <rgm@gnu.org>
1280
1281 * image.el (image-current-frame): New variable.
1282 (image-animate-timeout): Set image-current-frame.
1283 * image-mode.el (image-mode): For animated images,
1284 display a frame counter via mode-line-process.
1285
1286 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
1287
1288 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1289
1290 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
1291
1292 2013-02-15 Alan Mackenzie <acm@muc.de>
1293
1294 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
1295 global minor mode has been enabled, call the minor mode function
1296 for a new buffer once only, after the major mode hook, whilst
1297 allowing that hook explicitly to disable the minor mode.
1298 (MODE-disable-in-buffer): New (generated) function.
1299 (disable-MODE): New (generated) buffer local variable.
1300
1301 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
1302
1303 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
1304 `iswitchb-next-match' and `iswitchb-prev-match' resply.
1305 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
1306 `ido-next-match' and `ido-prev-match' resply.
1307 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
1308 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
1309 `icomplete-backward-completions' (Bug#13708).
1310
1311 2013-02-15 Glenn Morris <rgm@gnu.org>
1312
1313 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1314
1315 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1316
1317 * net/goto-addr.el (goto-address-fontify): Add start and end args.
1318 (goto-address-fontify-region): Use them instead of narrowing, so
1319 syntax-ppss has access to the whole buffer.
1320
1321 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
1322
1323 * progmodes/python.el: Explain how to restore "cc-mode"-like
1324 forward-sexp movement in header documentation (Bug#13642).
1325 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
1326 comments and strings (GH bug 114).
1327
1328 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
1329
1330 * progmodes/python.el (python-info-current-defun): Fix current
1331 defun detection (Bug#13618).
1332
1333 2013-02-15 Chong Yidong <cyd@gnu.org>
1334
1335 * xml.el (xml-parse-string): Fix typo in handling of bad character
1336 references.
1337
1338 2013-02-15 Glenn Morris <rgm@gnu.org>
1339
1340 * play/fortune.el (fortune-compile): Simplify and fix previous change.
1341
1342 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
1343
1344 * net/tramp.el (tramp-debug-message):
1345 Add `tramp-condition-case-unless-debug'.
1346 (tramp-debug-on-error): New defvar.
1347 (tramp-condition-case-unless-debug): New defun.
1348 (tramp-file-name-handler): Use it.
1349
1350 2013-02-14 Juri Linkov <juri@jurta.org>
1351
1352 * info.el (Info-isearch-filter): Treat non-nil values of
1353 `search-invisible' including its default value `open'
1354 like the value `t' to match hidden text. (Bug#13402)
1355
1356 2013-02-14 Glenn Morris <rgm@gnu.org>
1357
1358 * help-fns.el (find-lisp-object-file-name): Give special treatment
1359 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
1360
1361 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
1362
1363 * net/quickurl.el (quickurl-save-urls):
1364 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
1365
1366 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
1367
1368 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
1369 depth for unfinished percent literal. Not using it in the caller.
1370 (ruby-move-to-block): Jump over multiline literals of all types,
1371 ignoring code-looking contents inside them.
1372 (ruby-add-log-current-method): Improve performance at the expense
1373 of accuracy. `ruby-block-contains-point' is relatively slow, so
1374 only use it for method and singleton class blocks.
1375
1376 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
1377
1378 Use ControlMaster where applicable. (Bug#13677)
1379
1380 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
1381 replacing `tramp-detect-ssh-controlmaster'.
1382 (tramp-default-method): Use it.
1383
1384 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
1385 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
1386 arguments.
1387 [scpc, rsyncc]: Remove methods.
1388 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
1389 and "ssh2_old".
1390 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
1391 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
1392
1393 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1394
1395 * emacs-lisp/package.el (package--initialized): Move before first use.
1396
1397 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
1398
1399 * icomplete.el (icomplete-hide-common-prefix): New user option.
1400 (icomplete-first-match): New face.
1401 (icomplete-completions): Correct handling of "complete but not
1402 unique" (Bug#12638).
1403
1404 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
1405
1406 * descr-text.el (describe-char): Display the script (bug#13698).
1407
1408 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1409
1410 * tmm.el: Use lexical-binding and current-active-maps.
1411 (tmm-menubar): Use map-keymap and pcase.
1412 (tmm--completion-table): New function.
1413 (tmm-prompt): Use it to fix the menu order.
1414 (tmm-get-keybind): Use current-active-maps.
1415
1416 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
1417
1418 Add dired-hide-details-mode. (Bug#6799)
1419
1420 * locate.el (locate-mode): Set parent mode property to dired-mode.
1421
1422 * find-dired.el (find-dired): Call dired-insert-set-properties on
1423 initial information line. Set process mark on end of buffer.
1424 (find-dired-sentinel):
1425 Call dired-insert-set-properties on summary.
1426
1427 * dired.el (dired-hide-details-hide-symlink-targets)
1428 (dired-hide-details-hide-information-lines): New options.
1429 (dired-insert-directory):
1430 Set properties after final treatment of output.
1431 (dired-insert-set-properties):
1432 Set dired-hide-details-* properties.
1433 (dired-mode-map): Bind dired-hide-details-mode.
1434 (dired-mode): Set buffer-invisibility-spec to a list.
1435 (dired-next-line): Skip hidden lines.
1436 (dired-previous-line): Use dired-next-line.
1437 (dired-hide-details-mode): New minor mode.
1438 (dired-hide-details-update-invisibility-spec): New function.
1439
1440 2013-02-13 Glenn Morris <rgm@gnu.org>
1441
1442 * play/yow.el: Move to obsolete/. (Bug#9384)
1443
1444 2013-02-13 Juri Linkov <juri@jurta.org>
1445
1446 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
1447 to select `ediff-control-frame' and set input focus correctly on Xfce.
1448 (Bug#12218)
1449
1450 2013-02-13 Juri Linkov <juri@jurta.org>
1451
1452 * image-mode.el (image-mode-map):
1453 * doc-view.el (doc-view-mode-map):
1454 * vc/ediff-util.el (ediff-setup-keymap):
1455 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1456
1457 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
1458
1459 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
1460 performance. Instead of recalculating indentation fully for each
1461 line, sum up indentation depth based only on visited lines.
1462 (ruby-parse-partial): Increase the depth after "do" even when END
1463 is right after it.
1464 (ruby-parse-partial): When END is in the middle of a percent
1465 literal, increase the depth if the delimiter chars belong to the
1466 paren syntax class.
1467
1468 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
1469
1470 * play/fortune.el (fortune-compile): Also make the compiled file
1471 if it does not exist at all, not just if it is old. (Bug#5338)
1472
1473 2013-02-13 Glenn Morris <rgm@gnu.org>
1474
1475 * emacs-lisp/package.el (package-menu-execute): Doc fix.
1476
1477 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
1478
1479 * lisp/emacs-lisp/package.el (package-menu-execute):
1480 Add optional noquery argument. (Bug#13625)
1481
1482 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
1483
1484 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
1485 if DIR exists and PARENTS is non-nil.
1486
1487 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
1488
1489 * progmodes/js.el (js--multi-line-declaration-indentation):
1490 Silence byte-compiler warning.
1491
1492 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
1493
1494 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
1495
1496 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
1497 only if it doesn't exist.
1498
1499 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1500 Set process marker.
1501
1502 2013-02-12 Tassilo Horn <tsdh@gnu.org>
1503
1504 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
1505 UserInstallation when calling soffice to work around LibreOffice
1506 bug 37531.
1507
1508 2013-02-12 Glenn Morris <rgm@gnu.org>
1509
1510 * files.el (basic-save-buffer):
1511 Offer to create a non-existing directory. (Bug#3016)
1512
1513 * calc/calc-graph.el (calc-graph-show-dumb):
1514 * calendar/calendar.el (calendar-mode-map):
1515 * cus-edit.el (custom-mode-map):
1516 * ehelp.el (electric-help-map):
1517 * emulation/vip.el (vip-mode-map):
1518 * epa.el (epa-key-list-mode-map):
1519 * info.el (Info-mode-map):
1520 * mail/rmail.el (rmail-mode-map):
1521 * mail/rmailsum.el (rmail-summary-mode-map):
1522 * man.el (Man-mode-map):
1523 * net/newst-plainview.el (newsticker-mode-map):
1524 * progmodes/cpp.el (cpp-edit-mode-map):
1525 * progmodes/grep.el (grep-mode-map):
1526 * progmodes/idlw-help.el (idlwave-help-mode-map):
1527 * simple.el (special-mode-map):
1528 * startup.el (splash-screen-keymap):
1529 * view.el (view-mode-map):
1530 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1531
1532 2013-02-11 Elias Pipping <pipping@lavabit.com>
1533
1534 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
1535 (bug#13679).
1536
1537 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1538
1539 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
1540
1541 2013-02-11 Glenn Morris <rgm@gnu.org>
1542
1543 * vc/diff.el (diff-use-labels): New variable.
1544 (diff-no-select): Use --label rather than -L, and first
1545 check that it is supported. (Bug#11067)
1546
1547 * files.el (enable-dir-local-variables): New variable.
1548 (hack-dir-local-variables): Respect enable-dir-local-variables.
1549 * tutorial.el (help-with-tutorial):
1550 Ignore directory-local variables. (Bug#11127)
1551
1552 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
1553 (vc-svn-global-switches): ... to here. (Bug#13513)
1554
1555 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
1556
1557 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
1558 Handle "foo (bar, default: xxx): " prompts.
1559
1560 2013-02-10 Chong Yidong <cyd@gnu.org>
1561
1562 * files.el (basic-save-buffer-1): Do not set
1563 buffer-file-coding-system-explicit (Bug#4533).
1564
1565 * mail/emacsbug.el (report-emacs-bug): Change binding of
1566 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
1567
1568 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
1569
1570 * calc/calc.el (calc-allow-units-as-numbers): New variable.
1571 * calc/calc-units.el (calc-convert-units): Use new variable.
1572
1573 2013-02-09 Eli Zaretskii <eliz@gnu.org>
1574
1575 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
1576
1577 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
1578 buffer-file-type.
1579
1580 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
1581 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
1582 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
1583 coding-system-for-write instead.
1584
1585 * jka-compr.el (jka-compr-write-region): Don't bind
1586 buffer-file-type.
1587
1588 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
1589 buffer-file-type.
1590
1591 * files.el (file-name-buffer-file-type-alist): Remove defvar.
1592 (insert-file-contents-literally): Remove reference to
1593 file-name-buffer-file-type-alist.
1594
1595 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
1596 make-obsolete.
1597 (find-buffer-file-type-match, find-buffer-file-type): Remove.
1598 (find-buffer-file-type-coding-system): Remove references to
1599 find-buffer-file-type-match, find-buffer-file-type, and
1600 buffer-file-type.
1601 Don't put find-buffer-file-type-coding-system into
1602 file-coding-system-alist.
1603 (find-file-binary, find-file-text): Bind coding-system-for-read
1604 instead of file-name-buffer-file-type-alist.
1605
1606 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
1607
1608 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
1609 converter (Bug#13622).
1610 (doc-view-unoconv-program): Make obsolete alias.
1611 (doc-view-odf->pdf-converter-program): New variable.
1612 (doc-view-odf->pdf-converter-function): New variable.
1613 (doc-view-mode-p): Use it.
1614 (doc-view-odf->pdf-converter-unoconv):
1615 Rename from `doc-view-odf->pdf-converter-unoconv'.
1616 (doc-view-odf->pdf-converter-soffice): New function.
1617 (doc-view-convert-current-doc):
1618 Use `doc-view-odf->pdf-converter-function'.
1619
1620 2013-02-09 Chong Yidong <cyd@gnu.org>
1621
1622 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
1623 view-echo-area-messages (Bug#13340).
1624
1625 * help.el (view-echo-area-messages): Use display-buffer.
1626
1627 * dired-x.el (dired-do-run-mail): Prompt for confirmation
1628 (Bug#13561).
1629
1630 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1631
1632 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
1633 Eval body right away, now that we do eager macroexpansion (bug#13605).
1634
1635 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
1636 (fundamental-mode): Use run-mode-hooks.
1637
1638 * eshell/esh-proc.el (eshell/kill): Fix last change.
1639 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
1640
1641 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
1642
1643 * eshell/esh-proc.el (eshell/kill): Rewrite.
1644
1645 * eshell/em-ls.el (show-almost-all): Declare.
1646 (eshell-do-ls): Add support for -A argument.
1647
1648 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
1649
1650 * icomplete.el (icomplete-forward-completions)
1651 (icomplete-backward-completions): Handle corner case (bug#13602).
1652
1653 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
1654
1655 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
1656 be nil. Handle this. (Bug#13636)
1657
1658 2013-02-07 Richard Stallman <rms@gnu.org>
1659
1660 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
1661 `save-buffer-coding-system'.
1662
1663 2013-02-07 Alan Mackenzie <acm@muc.de>
1664
1665 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
1666 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
1667 (c-parse-state-get-strategy): Don't return 'BOD any more.
1668 (c-append-lower-brace-pair-to-state-cache):
1669 Extra parameter HERE instead of narrowing.
1670 Widen to top of buffer before searching backwards for a brace pair.
1671 (c-state-push-any-brace-pair): Add HERE parameter to function call.
1672 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
1673 Narrow to parameter HERE, in place of being called narrowed.
1674 (c-remove-stale-state-cache): Extra parameter HERE in place of
1675 narrowing. Check there's an open brace in the cache before
1676 searching for its match.
1677 (c-invalidate-state-cache-1): Add HERE parameter to function call.
1678 (c-parse-state-1): Don't narrow here for 'forward strategy,
1679 instead passing extra parameter HERE to several functions.
1680 Remove 'BOD strategy.
1681
1682 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
1683
1684 * emacs-lisp/package.el (describe-package-1): Tell what archive is
1685 used to install the package.
1686
1687 2013-02-06 Glenn Morris <rgm@gnu.org>
1688
1689 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
1690 if we can't get user input. (Bug#6567)
1691
1692 * startup.el (command-line): If simple.el is missing,
1693 test and warn about for some possible causes.
1694
1695 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
1696
1697 * cus-start.el (all): Add ns-use-native-fullscreen.
1698
1699 2013-02-05 Glenn Morris <rgm@gnu.org>
1700
1701 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
1702
1703 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
1704 Fix directory creation in fallback case.
1705
1706 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1707
1708 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
1709 (vc-update-change-log): Use dolist.
1710
1711 2013-02-04 Chong Yidong <cyd@gnu.org>
1712
1713 * thingatpt.el: Rewrite the URL detection routines, absorbing some
1714 code from ffap.el.
1715 (thing-at-point-beginning-of-url-regexp): New var.
1716 (thing-at-point-uri-schemes): Update list of URI schemes.
1717 (thing-at-point-url-regexp): Variable deleted.
1718 (thing-at-point-markedup-url-regexp): Disallow newlines.
1719 (thing-at-point-newsgroup-regexp)
1720 (thing-at-point-newsgroup-heads)
1721 (thing-at-point-default-mail-uri-scheme): New variables.
1722 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
1723 method to find the possible bounds of the URI at point.
1724 New optional argument to find ill-formed URIs.
1725 (thing-at-point-url-at-point): Rewrite. New arguments for finding
1726 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
1727 the scheme-adding heuristics from ffap-url-at-point.
1728 (thing-at-point--bounds-of-well-formed-url): New function.
1729 Do parens matching to decide whether to include parens in the URI
1730 (Bug#9153).
1731
1732 * ffap.el: Require thingatpt.
1733 (ffap-url-at-point): Delegate URI detection to thing-at-point.
1734 All URI-valid characters are now recognized (Bug#5673).
1735 (ffap-string-at-point): Use use-region-p.
1736 (ffap-url-regexp): Extra character is handled by thing-at-point.
1737 (ffap-string-at-point-mode-alist): Allow parentheses.
1738 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
1739 Convert to aliases; code moved to thingatpt.el.
1740 (ffap-gnus-hook): Use setq-local.
1741
1742 2013-02-04 Glenn Morris <rgm@gnu.org>
1743
1744 * emacs-lisp/ert.el (ert--explain-format-atom):
1745 Don't try to print non-characters as characters. (Bug#13543)
1746
1747 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
1748
1749 * net/tramp.el (tramp-debug-message): Extend function exclude list.
1750 (tramp-backtrace): New defun.
1751 (tramp-handle-insert-file-contents): Use `visit' when inserting
1752 the local copy.
1753
1754 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
1755 Use `remote-file-name-inhibit-cache'.
1756
1757 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
1758
1759 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
1760 (bug#13614).
1761
1762 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
1763 current-load-list (bug#13366).
1764
1765 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
1766
1767 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1768 Identify g++ template instantiation trace. (Bug#12287)
1769 (compilation-mode-hook, compilation-start-hook)
1770 (compilation-window-height): Simplify docstrings. (Bug#13379)
1771
1772 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1773
1774 * mouse.el (mouse-drag-track): Always deactivate the mark before
1775 running the final event's command since that command is in charge of
1776 activating the mark if needed (bug#13523).
1777
1778 2013-02-02 Juri Linkov <juri@jurta.org>
1779
1780 * replace.el (perform-replace): Move let-bindings of isearch-*
1781 variables deeper to the loop that searches for the next match.
1782 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
1783 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
1784 (Bug#13579)
1785
1786 * isearch.el (isearch-search-fun-default): Check for null
1787 first element of isearch-cmds as a precaution when it's used
1788 with inactive isearch.
1789
1790 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
1791
1792 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
1793 error when buffer in question is narrowed so position 1 is out of
1794 visible part.
1795
1796 2013-02-02 Glenn Morris <rgm@gnu.org>
1797
1798 * textmodes/remember.el (remember-clipboard): Doc fix.
1799
1800 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1801
1802 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
1803 properties (bug#13179).
1804
1805 2013-02-02 Juri Linkov <juri@jurta.org>
1806
1807 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
1808 instead of hard-coded default face `match'. (Bug#9438)
1809
1810 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
1811
1812 * vc/vc-arch.el (vc-arch-registered):
1813 * vc/vc-bzr.el (vc-bzr-registered):
1814 * vc/vc-cvs.el (vc-cvs-registered):
1815 * vc/vc-git.el (vc-git-registered):
1816 * vc/vc-hg.el (vc-hg-registered):
1817 * vc/vc-mtn.el (vc-mtn-registered):
1818 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
1819 (Bug#13139)
1820
1821 * info.el (Info-next-reference, Info-prev-reference): Add numeric
1822 prefix argument. (Bug#11656)
1823
1824 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1825
1826 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
1827
1828 2013-02-01 Glenn Morris <rgm@gnu.org>
1829
1830 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
1831 if the backend is known not to support it.
1832
1833 * imenu.el (imenu-default-create-index-function):
1834 Tweak infinite loop test to check for forward motion as well as none.
1835
1836 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
1837
1838 * net/soap-client.el (soap-invoke): Encode the string for
1839 `url-request-data' as UTF-8.
1840 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
1841
1842 2013-02-01 Glenn Morris <rgm@gnu.org>
1843
1844 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
1845
1846 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
1847
1848 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
1849
1850 * net/tramp.el (tramp-tramp-file-p): Comment check for
1851 `string-as-unibyte'. The function does not exist on XEmacs, and
1852 likely we need another approach.
1853
1854 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
1855 `tramp-gw-*' variables are bound.
1856
1857 2013-01-31 Glenn Morris <rgm@gnu.org>
1858
1859 * files.el (basic-save-buffer-2): Choose coding system for
1860 writing the file before backing it up, to reduce delay between
1861 backing up and writing the new version. (Bug#13522)
1862
1863 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
1864
1865 * simple.el (cycle-spacing): New command.
1866 (just-one-space): Use it.
1867
1868 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1869
1870 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
1871 (opascal-newline-always-indents): Remove custom.
1872 (opascal-tab, opascal-newline): Remove commands.
1873 (opascal-new-comment-line): Insert "\n" instead of calling newline.
1874 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
1875 (opascal-save-match-data): Remove, use save-match-data instead.
1876 (opascal-save-state): Use with-silent-modifications.
1877
1878 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
1879 (bug#13585).
1880
1881 2013-01-30 Juri Linkov <juri@jurta.org>
1882
1883 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
1884 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
1885 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
1886
1887 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
1888
1889 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
1890 column if we're just deleting the backslashes.
1891 (makefile-fill-paragraph): Use eolp.
1892
1893 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
1894
1895 * autorevert.el (auto-revert-use-notify): Fix docstring.
1896
1897 2013-01-30 Leo Liu <sdl.web@gmail.com>
1898
1899 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
1900
1901 2013-01-30 Glenn Morris <rgm@gnu.org>
1902
1903 * mouse.el (mouse-drag-line): Avoid pushing same event onto
1904 unread-command-events twice in some cases. This tries to implement
1905 the 2012-07-26 changes in a different way. (Bug#13560)
1906
1907 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
1908
1909 * progmodes/python.el
1910 (python-pdbtrack-comint-output-filter-function): Enhancements on
1911 stacktrace detection. (thanks @gnovak)
1912
1913 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
1914
1915 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
1916 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
1917 Use defvar-local.
1918 (jit-lock-register): Use setq-local.
1919
1920 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
1921
1922 * calc-units.el (math-default-units-table): Remove initial value.
1923 (calc-convert-units): Treat expressions where all the units cancel as
1924 if they didn't have units.
1925
1926 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
1927
1928 * net/tramp.el (tramp-process-connection-type): Fix docstring.
1929 (tramp-completion-reread-directory-timeout): Fix type.
1930 (tramp-connection-min-time-diff): New defcustom.
1931
1932 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
1933
1934 2013-01-30 Glenn Morris <rgm@gnu.org>
1935
1936 * imenu.el (imenu-default-create-index-function):
1937 Put back a version of the infinite loop test removed 2013-01-23.
1938
1939 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
1940
1941 * progmodes/python.el (python-shell-parse-command):
1942 Find python-shell-interpreter with modified environment.
1943
1944 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
1945
1946 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
1947
1948 2013-01-29 Alan Mackenzie <acm@muc.de>
1949
1950 Amend to fontify /regexp/s in actions correctly.
1951 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
1952 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
1953 are no longer included.
1954 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
1955 What used to be these variables without "-line" in the name.
1956 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
1957 (c-awk-non-arith-op-bra-re): Now also matches {.
1958 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
1959 "return", and "case".
1960 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
1961 by /.
1962 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
1963 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
1964
1965 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
1966
1967 * autorevert.el (auto-revert-use-notify):
1968 Use `custom-initialize-default' for initialization. (Bug#13583)
1969
1970 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
1971
1972 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1973 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
1974 in `tramp-file-name-handler'.
1975 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
1976 compatibility.
1977 (tramp-compute-multi-hops): Check, whether
1978 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
1979
1980 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1981
1982 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
1983 (bug#13297).
1984
1985 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
1986
1987 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
1988 checks made superfluous by the \_< operator.
1989 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
1990 temporarily) broken indentation.
1991 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1992 Highlight nested constants, too. \_< broke that.
1993
1994 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
1995
1996 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
1997 instead of "\\b".
1998
1999 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
2000
2001 * autorevert.el (auto-revert-handler): Notifications which result
2002 from a saved file shall not be taken into account. (Bug#13557)
2003
2004 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
2005
2006 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
2007 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
2008 (lisp-mode): Pass t for it. (Bug#13556)
2009
2010 2013-01-25 Alan Mackenzie <acm@muc.de>
2011
2012 AWK Mode: Fix indentation bug at top level. Bug #12274.
2013
2014 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
2015 just before CASE 5D.
2016
2017 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
2018
2019 * net/socks.el (socks-nslookup-host): Use string-to-number.
2020
2021 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
2022
2023 * autorevert.el (auto-revert-remote-files)
2024 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
2025 (auto-revert-notify-enabled, auto-revert-use-notify)
2026 (auto-revert-notify-watch-descriptor-hash-list)
2027 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
2028 (auto-revert-notify-event-descriptor)
2029 (auto-revert-notify-event-action)
2030 (auto-revert-notify-event-file-name): Doc fix.
2031 (global-auto-revert-mode): Reorder checks.
2032 (auto-revert-notify-rm-watch): Respect changed values of
2033 `auto-revert-notify-watch-descriptor-hash-list'.
2034 (auto-revert-notify-add-watch): Check for
2035 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
2036 `inotify-add-watch'. Watch `default-directory' instead of
2037 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
2038 has a changed meaning now. (Bug#13540)
2039 (auto-revert-notify-handler): Change implementation wrt events
2040 returning from a directory.
2041 (auto-revert-handler): Reorder implementation for checks of remote
2042 files.
2043 (auto-revert-buffers): Fix parentheses error.
2044
2045 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
2046
2047 * progmodes/python.el: Enhancements to header documentation about
2048 skeletons. (Bug#5716)
2049
2050 * imenu.el (imenu-default-create-index-function): Remove useless
2051 infinite loop check. (Bug#13438)
2052
2053 2013-01-25 Alan Mackenzie <acm@muc.de>
2054
2055 Fix a bug in the state cache mechanism. Refactor this a bit.
2056
2057 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
2058 `cache-pos' element from the return value.
2059 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
2060 buffer to enable proper searching from beyond HERE. Amend the
2061 test for detecting the sought brace pair. Amend the value written
2062 to the "brace desert cache" when the brace isn't found.
2063 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
2064 and several other variables analogously.
2065 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
2066 parameter to a locally calculated variable.
2067 (c-parse-state-1): Change the calling conventions to the two
2068 defuns involving `cache-pos'.
2069
2070 2013-01-25 Chong Yidong <cyd@gnu.org>
2071
2072 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
2073
2074 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
2075
2076 * paren.el (show-paren-function): Make sure to set 'priority and
2077 'face only if the overlay does exist.
2078
2079 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
2080
2081 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
2082
2083 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
2084 basic attributes.
2085 (tramp-sh-handle-set-file-acl): Improve error checking.
2086
2087 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
2088
2089 * doc-view.el (doc-view-display): Force mode line update until all
2090 document is converted. Suggested by Stefan Monnier (Bug#13164).
2091
2092 2013-01-23 Bastien Guerry <bzg@gnu.org>
2093
2094 * paren.el (show-paren-function): Make sure an overlay exists
2095 before trying to delete it. Also use `pos' as a position only
2096 when it is an integer.
2097
2098 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
2099
2100 * play/gametree.el (gametree-break-line-here): Use point-marker.
2101
2102 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
2103
2104 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2105 Mark descriptive parts with `display' property.
2106
2107 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2108
2109 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
2110 New variable to map standard dict names to hunspell ones.
2111 (ispell-set-spellchecker-params): Make sure specific dict names
2112 are used for standard dicts with hunspell.
2113
2114 2013-01-21 Tassilo Horn <tsdh@gnu.org>
2115
2116 * textmodes/reftex-cite.el (reftex-format-citation): Add format
2117 chars for note (%N) and url (%U).
2118 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
2119
2120 2013-01-21 Juri Linkov <juri@jurta.org>
2121
2122 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
2123 in addition to existing separate binding `meta f10' in `global-map'.
2124 (Bug#13484)
2125
2126 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
2127
2128 Improve XEmacs compatibility.
2129
2130 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
2131
2132 * net/tramp-adb.el (top): Require `time-date'.
2133 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
2134 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
2135 Use `tramp-file-name-handler'.
2136 (tramp-adb-maybe-open-connection):
2137 Use `tramp-compat-set-process-query-on-exit-flag'.
2138
2139 * net/tramp-sh.el (tramp-sh-handle-file-acl):
2140 Use `tramp-compat-funcall'.
2141
2142 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
2143 `tramp-compat-funcall'.
2144
2145 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
2146
2147 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
2148 reimplementation using "adb shell command ..." instead of running
2149 remote shell interactively.
2150
2151 2013-01-20 Glenn Morris <rgm@gnu.org>
2152
2153 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2154 Add native profiler menu entries.
2155
2156 * profiler.el (profiler-running-p): New function.
2157 (profiler-cpu-profile): Use profiler-running-p.
2158 (profiler-report-mode-map): Add some more menu entries.
2159
2160 2013-01-19 Glenn Morris <rgm@gnu.org>
2161
2162 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
2163 fixes 2012-12-07 change. (Bug#13499)
2164
2165 2013-01-19 Leo Liu <sdl.web@gmail.com>
2166
2167 * dired.el (dired-get-marked-files): Prune erroneous values due to
2168 last change. (Bug#13152)
2169
2170 2013-01-19 Glenn Morris <rgm@gnu.org>
2171
2172 * progmodes/etags.el (tags-table-check-computed-list):
2173 Preserve point in tags buffer. (Bug#13412)
2174
2175 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
2176
2177 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
2178 Chong Yidong <cyd@gnu.org>
2179
2180 * image-mode.el (image-next-file, image-previous-file):
2181 New commands (Bug#8453).
2182 (image-mode-map): Bind them to n and p.
2183 (image-mode--images-in-directory): New helper function.
2184
2185 2013-01-19 Chong Yidong <cyd@gnu.org>
2186
2187 * image-mode.el (image-mode-fit-frame): Add a frame argument.
2188 Suggested by Drew Adams (Bug#7730). Handle window decorations;
2189 save and restore the old window configuration.
2190
2191 2013-01-18 Leo Liu <sdl.web@gmail.com>
2192
2193 * progmodes/js.el: Tweak autoload cookie for alias.
2194
2195 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2196
2197 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
2198 buffer local, again. This was lost with the fix on 2013-01-12.
2199
2200 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
2201
2202 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
2203 order to support several eshell buffers in parallel.
2204
2205 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2206
2207 * autorevert.el (auto-revert-use-notify): In the :set function, do
2208 not modify `kill-buffer-hook'.
2209 (auto-revert-notify-rm-watch):
2210 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
2211 (auto-revert-notify-add-watch): Do not call
2212 `auto-revert-notify-rm-watch', but add it to a buffer local
2213 `kill-buffer-hook'.
2214
2215 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2216
2217 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
2218 call to `eval' rather than a backquoted lambda.
2219
2220 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2221
2222 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
2223 to return an explicit nil.
2224 (advice--remove-function): Change accordingly.
2225
2226 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
2227 the use of nadvice.el.
2228
2229 * progmodes/which-func.el (which-function): Silence imenu errors
2230 (bug#13433).
2231
2232 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
2233
2234 * progmodes/sql.el: (sql-imenu-generic-expression):
2235 (sql-mode-font-lock-object-name): Match schema qualified names.
2236 (sql-connect): Use string keys.
2237 (sql-product-interactive): Wait for interpreter prompt.
2238 (sql-comint-oracle): Set process coding based on NLS_LANG.
2239
2240 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
2241
2242 * progmodes/sql.el (sql-output-to-send): Remove, unused.
2243 (sql-interactive-remove-continuation-prompt):
2244 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
2245
2246 2013-01-14 Leo Liu <sdl.web@gmail.com>
2247
2248 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
2249 (Bug#13420)
2250
2251 2013-01-14 Glenn Morris <rgm@gnu.org>
2252
2253 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2254 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
2255
2256 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
2257
2258 * progmodes/python.el (python-nav-end-of-statement):
2259 Fix cornercase when handling multiline strings.
2260
2261 2013-01-13 Richard Stallman <rms@gnu.org>
2262
2263 * mail/sendmail.el (mail-position-on-field): Add doc string.
2264
2265 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
2266 Get current message boundaries and pass them to
2267 message-forward-make-body-mime. Minor style changes.
2268
2269 2013-01-13 Eli Zaretskii <eliz@gnu.org>
2270
2271 * cus-start.el (all): Avoid warnings about
2272 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
2273
2274 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
2275
2276 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
2277
2278 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2279
2280 * jit-lock.el (jit-lock-debug-mode): New minor mode.
2281 (jit-lock--debug-fontifying): New var.
2282 (jit-lock--debug-fontify): New function.
2283 * subr.el (condition-case-unless-debug): Don't prevent catching the
2284 error, just let the debbugger run.
2285 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
2286 timer code and don't drop errors silently.
2287
2288 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
2289
2290 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
2291 `permanent-local' property.
2292 (auto-revert-notify-handler): Use `file-equal-p'.
2293
2294 2013-01-12 Eli Zaretskii <eliz@gnu.org>
2295
2296 * autorevert.el (auto-revert-notify-handler): Fix filtering of
2297 file notification by ACTION. For filtering by file name, compare
2298 only the non-directory part of the file name.
2299
2300 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
2301
2302 * autorevert.el: Use cl-lib instead of cl.
2303
2304 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
2305 (vc-bzr-checkin): Use it.
2306 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
2307 will preserve match-data.
2308
2309 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
2310
2311 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
2312 (js--declaration-keyword-re): New var.
2313 (js--multi-line-declaration-indentation): New function.
2314 (js--proper-indentation): Use it.
2315
2316 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
2317
2318 * calc/calc.el (calc-highlight-selections-with-faces)
2319 (calc-dispatch):
2320 * comint.el (comint-history-isearch-message):
2321 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
2322 * ffap.el (ffap-string-at-point-region, ffap-next)
2323 (ffap-string-at-point, ffap-string-around)
2324 (ffap-copy-string-as-kill, ffap-highlight-overlay)
2325 (ffap-literally):
2326 * font-lock.el (font-lock-keywords-alist)
2327 (font-lock-removed-keywords-alist):
2328 * help-mode.el (help-xref-symbol-regexp):
2329 * info.el (Info-find-emacs-command-nodes):
2330 * international/mule.el (add-to-coding-system-list):
2331 * isearch.el (isearch-message-function, isearch-fail-pos):
2332 * misearch.el (multi-isearch-next-buffer-function):
2333 * newcomment.el (comment-box):
2334 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
2335 (pr-setting-database):
2336 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
2337 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
2338 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
2339 (pike-font-lock-keywords-3):
2340 * progmodes/compile.el (compile):
2341 * progmodes/etags.el (tags-table-files)
2342 (tags-table-files-function, tags-included-tables-function):
2343 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
2344 (gdb-restore-windows):
2345 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
2346 (ps-n-up-filling-database):
2347 * server.el (server-buffer, server-log):
2348 * simple.el (newline, delete-backward-char, delete-forward-char)
2349 (minibuffer-history-isearch-message, kill-line, track-eol)
2350 (temporary-goal-column):
2351 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
2352 (flyspell-default-deplacement-commands):
2353 * textmodes/ispell.el (ispell-accept-output):
2354 * textmodes/sgml-mode.el (html-tag-help):
2355 * vc/compare-w.el (compare-ignore-whitespace)
2356 (compare-ignore-case, compare-windows-dehighlight):
2357 * vc/diff.el (diff):
2358 * whitespace.el (whitespace-point)
2359 (whitespace-font-lock-refontify, whitespace-bob-marker)
2360 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
2361
2362 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
2363
2364 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
2365 (auto-revert-notify-rm-watch): Ignore errors.
2366 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
2367 inotify, and '(size last-write-time) for w32notify.
2368 Set buffer-local `auto-revert-use-notify' to nil when adding a file
2369 watch fails - this is a fallback to the file modification check.
2370 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
2371 (auto-revert-notify-event-action)
2372 (auto-revert-notify-event-file-name): New defuns.
2373 (auto-revert-notify-handler): Use them. Implement first
2374 plausibility checks.
2375 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
2376
2377 2013-01-11 Julien Danjou <julien@danjou.info>
2378
2379 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2380 max are almost equal. Also return the correct value for V which is
2381 already between 0 and 1.
2382
2383 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
2384
2385 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
2386
2387 2013-01-11 Eli Zaretskii <eliz@gnu.org>
2388
2389 * autorevert.el (auto-revert-notify-rm-watch)
2390 (auto-revert-notify-add-watch): Fix typos in w32notify function
2391 names.
2392
2393 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
2394
2395 * autorevert.el (auto-revert-notify-enabled): Move up.
2396 (auto-revert-use-notify): New defcustom.
2397 (auto-revert-mode, global-auto-revert-mode)
2398 (auto-revert-notify-add-watch, auto-revert-handler)
2399 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
2400 `auto-revert-notify-enabled'.
2401
2402 2013-01-10 Elias Pipping <pipping@exherbo.org>
2403
2404 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
2405 * doc-view.el (doc-view-document->bitmap):
2406 Use doc-view-single-page-converter-function instead of
2407 single-page-converter arg; adjust callers.
2408
2409 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
2410
2411 * progmodes/which-func.el (which-function): Understand Semantic's use
2412 of overlays in imenu--index-alist.
2413
2414 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
2415
2416 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
2417 (Man-man-k-use-anchor): New var.
2418 (Man-parse-man-k): New function.
2419 (Man-completion-table): Use it.
2420 (man): Flush the completion cache between uses.
2421
2422 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
2423
2424 * autorevert.el: Add file watch support.
2425 (auto-revert-notify-enabled): New defconst.
2426 (auto-revert-notify-watch-descriptor-hash-list)
2427 (auto-revert-notify-watch-descriptor)
2428 (auto-revert-notify-modified-p): New defvars.
2429 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
2430 (auto-revert-notify-handler): New defuns.
2431 (auto-revert-mode, global-auto-revert-mode): Remove file watches
2432 when mode is disabled.
2433 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
2434 (auto-revert-buffers): Add file watches for active buffers.
2435
2436 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
2437
2438 * cus-start.el (toplevel): Only allow float values for
2439 scroll-up-aggressively and scroll-down-aggressively.
2440 Allow any number for line-spacing.
2441
2442 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2443
2444 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
2445 (doc-view-pdf->png-converter-function): Use mupdf if available.
2446 (doc-view-djvu->png-converter-function)
2447 (doc-view-ps->png-converter-function): Remove.
2448 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
2449 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
2450 (doc-view-already-converted-p): Adjust accordingly.
2451 (doc-view-mode-p): Simplify.
2452 (doc-view-enlarge): Use setq-local.
2453 (doc-view-pdf->png-converter-ghostscript)
2454 (doc-view-djvu->png-converter-ddjvu)
2455 (doc-view-pdf->png-converter-mupdf): Rework to call
2456 doc-view-start-process directly.
2457 (doc-view-pdf/ps->png): Simplify accordingly.
2458 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
2459 (doc-view-document->bitmap): Rename from doc-view-document->png.
2460 (doc-view-convert-current-doc): Merge pdf and djvu cases.
2461 (doc-view-set-slice-from-bounding-box): Fix completion table.
2462 (doc-view-mode): Use add-hook for after-revert-hook.
2463
2464 2013-01-10 Glenn Morris <rgm@gnu.org>
2465
2466 * emacs-lisp/authors.el (authors-ignored-files)
2467 (authors-valid-file-names, authors-renamed-files-alist):
2468 Add some more entries.
2469
2470 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2471
2472 * image-mode.el (image-mode-winprops): Don't throw away the fallback
2473 `t' pseudo-window entry.
2474
2475 2013-01-10 Alan Mackenzie <acm@muc.de>
2476
2477 Fix bugs in the c-parse-state mechanism. Reuse some markers
2478 instead of continually generating new ones.
2479
2480 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
2481 (c-state-old-cpp-end-marker): New variables.
2482 (c-append-lower-brace-pair-to-state-cache): Start a backward
2483 search for "}" definitively outside CPP constructs.
2484 (c-remove-stale-state-cache): Inform the caller of a need to
2485 search back for a brace pair in certain circumstances.
2486 (c-state-maybe-marker): New macro.
2487 (c-parse-state): Reuse markers when appropriate.
2488
2489 2013-01-10 Glenn Morris <rgm@gnu.org>
2490
2491 * simple.el (execute-extended-command): Doc fix.
2492 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
2493
2494 2013-01-10 Chong Yidong <cyd@gnu.org>
2495
2496 * faces.el (read-face-name): Doc fix.
2497
2498 2013-01-10 Roland Winkler <winkler@gnu.org>
2499
2500 * emacs-lisp/crm.el: Allow any regexp for separators.
2501 (crm-default-separator): All spaces around the default comma separator.
2502 (crm--completion-command): New macro.
2503 (crm-completion-help, crm-complete, crm-complete-word): Use it.
2504 (crm-complete-and-exit): Handle non-single-char separators.
2505
2506 2013-01-09 Elias Pipping <pipping@lavabit.com>
2507
2508 * doc-view.el: Add support for DjVu (bug#13164).
2509 (doc-view-djvu->png-converter-function): New config var.
2510 (doc-view-single-page-converter-function, doc-view--image-type)
2511 (doc-view--image-file-extension): New vars.
2512 (doc-view-mode): Initialize them.
2513 (doc-view-goto-page): Use them.
2514 (doc-view-mode-p): Add support for ddjvu.
2515 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
2516 (doc-view-set-up-single-converter): New funs.
2517 (doc-view-pdf/ps->png): Extend for djvu.
2518 (doc-view-document->png): Rename from doc-view-pdf->png.
2519 (doc-view-convert-current-doc): Handle djvu.
2520 (doc-view-insert-image, doc-view-display)
2521 (doc-view-already-converted-p): Don't hardcode png.
2522 (doc-view-set-doc-type): Recognize djvu docs.
2523
2524 2013-01-09 Elias Pipping <pipping@lavabit.com>
2525
2526 * doc-view.el: Add support for mupdf converter (bug#13164).
2527 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
2528 (doc-view-ps->png-converter-function): New config vars.
2529 (doc-view-pdf->png-converter-ghostscript)
2530 (doc-view-ps->png-converter-ghostscript)
2531 (doc-view-pdf->png-converter-mupdf): New functions.
2532 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
2533
2534 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
2535
2536 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
2537 first in session cache: When `tramp-own-remote-path' is in
2538 `tramp-remote-path', the remote path is only set in the session
2539 cache.
2540
2541 2013-01-09 Glenn Morris <rgm@gnu.org>
2542
2543 * emacs-lisp/trace.el (trace-function-foreground)
2544 (trace-function-background): Doc fix.
2545
2546 2013-01-09 Juri Linkov <juri@jurta.org>
2547
2548 * international/mule-cmds.el (read-char-by-name): Move let-binding
2549 of completion-ignore-case around completing-read to fix regression
2550 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
2551 `string-match-p' using the nil value of `case-fold-search' and
2552 `completion-ignore-case' in `completion-pcm--all-completions'.
2553 (Bug#12615).
2554
2555 2013-01-09 Glenn Morris <rgm@gnu.org>
2556
2557 * progmodes/compile.el (compilation-parse-errors):
2558 Fix typo. (Bug#13369)
2559
2560 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
2561
2562 * comint.el (comint-send-input): Check size of buffer before
2563 waiting for process output, in case already accepted. (Bug#13290)
2564
2565 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
2566
2567 Spelling fixes.
2568 * net/tramp-adb.el (tramp-adb-get-toolbox):
2569 Fix misspelling of 'unknown'.
2570
2571 2013-01-08 Juri Linkov <juri@jurta.org>
2572
2573 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2574 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2575 Use underline style wave on terminals that support it. (Bug#13000)
2576
2577 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2578
2579 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
2580 the predicate returns nil.
2581
2582 * simple.el: Use lexical-binding.
2583 (primitive-undo): Use pcase.
2584 (minibuffer-history-isearch-push-state): Use a closure.
2585
2586 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2587
2588 * simple.el (primitive-undo): Move from undo.c.
2589
2590 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2591
2592 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
2593 (cvs-mode-remove-handled): Use it (bug#13380).
2594
2595 * emacs-lisp/nadvice.el (advice--tweak): New function.
2596 (advice--remove-function, advice--subst-main): Use it.
2597
2598 * emacs-lisp/advice.el: Update commentary.
2599
2600 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
2601
2602 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2603 Remove spurious entry.
2604
2605 2013-01-08 Glenn Morris <rgm@gnu.org>
2606
2607 * net/tramp.el (tramp-default-host-alist): Add :version.
2608
2609 2013-01-08 Juri Linkov <juri@jurta.org>
2610
2611 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
2612 single completion. (Bug#12456)
2613 (info--manual-names): Expand node completions into an explicit list
2614 before appending it to another list. Filter out internal buffers
2615 with the leading space in the buffer name. (Bug#10771)
2616
2617 2013-01-08 Juri Linkov <juri@jurta.org>
2618
2619 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
2620 that defaults to the Top node.
2621 (Info-goto-node, Info-read-node-name): Doc fix to mention that
2622 the short format (FILENAME) goes to the Top node.
2623 (Info-build-node-completions): Rename arg `file' to `filename'.
2624 (Bug#13365)
2625
2626 2013-01-07 Bastien Guerry <bzg@gnu.org>
2627
2628 * menu-bar.el (menu-bar-search-documentation-menu):
2629 Use `apropos-user-option' and fix the help message.
2630
2631 2013-01-07 Bastien Guerry <bzg@gnu.org>
2632
2633 * apropos.el (apropos-do-all): Update docstring.
2634 (apropos-user-option-button): New face.
2635 (apropos-user-option): Rename from `apropos-variable' and update
2636 docstring.
2637 (apropos-variable): Rewrite, now show all variables by default.
2638 (apropos-print): Mention "User option" instead of "Variable" when
2639 printing doc for user options. (Bug#13276)
2640
2641 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
2642
2643 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
2644 Handle filename correctly, when parsing "source -> target" symlink
2645 output.
2646 (tramp-adb-handle-set-file-times): New defun.
2647
2648 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
2649
2650 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
2651 advice list when the interactive-spec of ad-Advice-* changes.
2652
2653 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
2654
2655 * wid-edit.el (widget-default-get): Work for inlined elements.
2656 (Bug#12670)
2657
2658 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
2659
2660 * net/tramp.el (tramp-default-host-alist): New defcustom.
2661 (tramp-find-host): Use it.
2662 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
2663 `eshell-directory-change-hook'.
2664
2665 * net/tramp-adb.el (top): Add adb specific entry in
2666 `tramp-default-host-alist'.
2667 (tramp-adb-file-name-host): Remove function.
2668 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
2669 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
2670
2671 * net/tramp-sh.el: Move eshell integration code to tramp.el.
2672
2673 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
2674
2675 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
2676
2677 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
2678
2679 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
2680 consist of more than one digit.
2681 (tramp-adb-file-name-handler-alist):
2682 Use `tramp-handle-file-exists-p' consistently.
2683 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
2684 (tramp-adb-handle-file-exists-p): Remove function.
2685 (tramp-adb-file-name-host): New defun.
2686 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
2687 Use it.
2688 (tramp-adb-maybe-open-connection): Set "remote-path" property.
2689
2690 2013-01-06 Chong Yidong <cyd@gnu.org>
2691
2692 * vc/vc.el (vc-next-action): Detect buffer modifications
2693 conflicting with locking VCS operation (Bug#11490).
2694
2695 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
2696
2697 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
2698
2699 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
2700 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
2701
2702 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
2703
2704 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
2705 parsing of ls output using regular expression (handle filenames
2706 with spaces). Use virtual device number.
2707 (tramp-do-parse-file-attributes-with-ls): New defun (Code
2708 cleanup).
2709
2710 2013-01-04 Daiki Ueno <ueno@gnu.org>
2711
2712 * epg.el: Silence byte-compiler warnings.
2713 (epg--start): Use delete-char instead of delete-backward-char.
2714 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
2715
2716 2013-01-04 Daiki Ueno <ueno@gnu.org>
2717
2718 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
2719 Suggested by Eli Zaretskii <eliz@gnu.org>.
2720
2721 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
2722
2723 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
2724 non-negative integers. Otherwise, the default values are used.
2725 (tramp-convert-file-attributes): Convert uid and gid to integers.
2726
2727 2013-01-04 Glenn Morris <rgm@gnu.org>
2728
2729 * term.el (term-handle-colors-array): Ensure face attributes
2730 are fully specified, not nil. (Bug#13337)
2731
2732 * term.el (term-default-fg-color, term-default-bg-color):
2733 Fix custom type.
2734
2735 * progmodes/etags.el (tags-compression-info-list): Doc fix.
2736 (tag-find-file-of-tag-noselect): Check auto-compression-mode
2737 rather than 'jka-compr being loaded. (Bug#13338)
2738
2739 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
2740
2741 * icomplete.el (icomplete-completions):
2742 Honor icomplete-prospects-height once more following
2743 2012-11-29 changes. (Bug#13224)
2744
2745 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2746
2747 * subr.el (internal--called-interactively-p--get-frame): Find aliases
2748 of called-interactively-p as well (bug#13237).
2749
2750 * view.el (view--enable, view--disable): Rename from view-mode-enable
2751 and view-mode-disable and assume it's called from view-mode.
2752 (view-mode-enable, view-mode-disable): Redefine as obsolete
2753 compatibility layer above view-mode.
2754 (view-mode-enter): Call `view-mode'.
2755
2756 * files.el (after-find-file): Call `view-mode'.
2757
2758 * doc-view.el (doc-view-scale-internally): New var.
2759 (doc-view-enlarge, doc-view-insert-image): Obey it.
2760
2761 2013-01-03 Daiki Ueno <ueno@gnu.org>
2762
2763 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
2764 exist. (Bug#13344)
2765
2766 2013-01-03 Glenn Morris <rgm@gnu.org>
2767
2768 * mail/rmail.el (rmail-set-header-1): Ignore case.
2769 Handle multi-line headers. (Bug#13330)
2770
2771 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
2772 Handle paragraph starting at beginning of buffer.
2773
2774 * subr.el (eval-after-load): Don't purecopy the form, so that it
2775 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
2776
2777 * emacs-lisp/byte-run.el (defun): Place cl declarations
2778 after any interactive spec. (Bug#13265)
2779
2780 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
2781
2782 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
2783 defun. Don't check for DECL if DOCSTRING isn't a string.
2784 (defun): Likewise.
2785
2786 2013-01-02 Glenn Morris <rgm@gnu.org>
2787
2788 * eshell/em-cmpl.el (eshell-pcomplete):
2789 More thoroughly imitate pcomplete. (Bug#13293)
2790
2791 * files.el (parse-colon-path): Doc fix. (Bug#12351)
2792 Return nil for empty path elements. (Bug#13296)
2793
2794 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
2795
2796 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
2797 order to improve efficiency (Based on Daniel Colascione's
2798 <dancol@dancol.org> patch). (Bug#13182)
2799
2800 2013-01-02 Glenn Morris <rgm@gnu.org>
2801
2802 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
2803
2804 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
2805
2806 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
2807 neither DOCSTRING nor DECL was given. (Bug#13316)
2808
2809 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
2810
2811 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
2812 `error' call.
2813 (tramp-do-copy-or-rename-file): Ignore errors when calling
2814 `set-file-extended-attributes'.
2815
2816 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2817 Add handler for `file-acl'.
2818 (tramp-smb-handle-file-acl): New defun.
2819
2820 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
2821
2822 * calc/README: Mention ISO 8601 week-numbering dates.
2823
2824 2013-01-01 Martin Rudalics <rudalics@gmx.at>
2825
2826 * view.el (view-mode-enable): New argument run-view-mode-hook.
2827 Run view-mode-hook only when it's non-nil (Bug#13315).
2828 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
2829 argument t.
2830
2831 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
2832
2833 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
2834 (No device connected, invalid device name). (Bug #13299)
2835
2836 2012-12-31 Martin Rudalics <rudalics@gmx.at>
2837
2838 * window.el (window-resizable--p): Rename to window-resizable-p.
2839 (window-resize-no-error): New function.
2840
2841 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
2842 broken in fix from 2012-12-28.
2843
2844 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
2845
2846 * subr.el (special-form-p): Don't signal errors on undef aliases.
2847
2848 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
2849
2850 * calc/calc-forms.el (math-parse-date): Try using
2851 `math-parse-iso-date' when it looks like it might be needed.
2852 Allow times of 24:00.
2853 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
2854 of 24:00.
2855
2856 2012-12-30 Glenn Morris <rgm@gnu.org>
2857
2858 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
2859 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
2860 (rmail-summary-displayed, rmail-summary): Declare.
2861 (mairix-rmail-display): Just require rmail.
2862
2863 2012-12-30 Chong Yidong <cyd@gnu.org>
2864
2865 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
2866 check for the tarball contents.
2867
2868 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
2869
2870 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
2871 tarfile content listings (Bug#13136).
2872
2873 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
2874
2875 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
2876 Insert the undecoded text of the message being forwarded. (Bug#9521)
2877
2878 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
2879
2880 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
2881 integers, if they are real numbers. (Bug#13282)
2882
2883 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
2884 Return `t' on success.
2885
2886 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2887 Add handler for `set-file-selinux-context'.
2888
2889 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
2890
2891 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
2892 (tramp-sh-handle-set-file-acl): Return `t' on success.
2893
2894 2012-12-29 Eli Zaretskii <eliz@gnu.org>
2895
2896 * files.el (backup-buffer-copy, basic-save-buffer-2):
2897 If set-file-extended-attributes fails, fall back on set-file-modes
2898 instead of signaling an error. (Bug#13298)
2899 (basic-save-buffer): Likewise.
2900
2901 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
2902
2903 * progmodes/python.el: Support other commands triggering
2904 python-indent-line so indentation cycling continues to work.
2905 (python-indent-trigger-commands): New defcustom.
2906 (python-indent-line): Use it.
2907
2908 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
2909
2910 * progmodes/python.el (python-shell-send-region): Add blank lines
2911 for non sent code so backtraces remain correct.
2912
2913 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
2914
2915 * progmodes/python.el: Remove cl dependency.
2916 (python-syntax-count-quotes): Replace incf call.
2917 (python-fill-string): Replace setf call.
2918
2919 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
2920
2921 * info.el (info-other-window): New arg, for consistency with info.
2922
2923 2012-12-28 Martin Rudalics <rudalics@gmx.at>
2924
2925 * mail/rmail.el (rmail-maybe-display-summary):
2926 Rewrite (Bug#13066).
2927
2928 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
2929
2930 * epg.el (epg--start): Modify process-environment locally.
2931
2932 2012-12-28 Daiki Ueno <ueno@gnu.org>
2933
2934 * epg.el: Support pinentry-curses.
2935 Suggested by Werner Koch in
2936 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
2937 (epg-agent-file, epg-agent-mtime): New variable.
2938 (epg--start): Record the modified time of gpg-agent socket file,
2939 to restore Emacs frame after pinentry-curses termination.
2940 (epg-wait-for-completion): Restore Emacs frame here.
2941
2942 2012-12-27 Juri Linkov <juri@jurta.org>
2943
2944 * info.el (Info-file-completions): New variable.
2945 (Info-read-node-name-1): Complete node names in the Info file
2946 when a file name is given. Call `Info-build-node-completions'
2947 with a file name.
2948 (Info-build-node-completions): Add new arg `file'. When it is
2949 non-nil, visit it in a temporary buffer and cache its completions in
2950 `Info-current-file-completions'. Move most of the function body to
2951 `Info-build-node-completions-1'.
2952 (Info-build-node-completions-1): New function with the body from
2953 `Info-build-node-completions'. (Bug#12456)
2954
2955 2012-12-27 Juri Linkov <juri@jurta.org>
2956
2957 * frame.el (frame-maximization-style): Remove user option.
2958 (cycle-frame-maximized): Remove function.
2959 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
2960 (toggle-frame-fullscreen): New command bound to <f11> instead of
2961 `toggle-frame-maximized'.
2962 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
2963
2964 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
2965
2966 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
2967
2968 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2969 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2970 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
2971 for `file-accessible-directory-p'. (Bug#13275)
2972
2973 2012-12-27 Sam Steingold <sds@gnu.org>
2974
2975 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
2976 continuations, see <http://stackoverflow.com/questions/3582436>.
2977
2978 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
2979
2980 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
2981 "module" and "def" to have indentation before them.
2982 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
2983
2984 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
2985
2986 2012-12-27 Alan Mackenzie <acm@muc.de>
2987
2988 Speed up fontification where there's large brace blocks.
2989 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
2990 to a call of c-beginning-of-decl-1.
2991
2992 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
2993
2994 * comint.el (comint-adjust-window-point): New function.
2995 (comint-postoutput-scroll-to-bottom):
2996 Call comint-adjust-window-point (Bug#13248).
2997
2998 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
2999
3000 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
3001 Rakefile regexp.
3002 (auto-mode-alist): Associate .gemspec files with ruby-mode
3003 (https://bugs.ruby-lang.org/issues/5453).
3004
3005 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
3006
3007 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
3008 Suppress coloring, if possible (required for BusyBox based systems like
3009 CyanogenMod).
3010 (tramp-adb-handle-file-attributes)
3011 (tramp-adb-handle-insert-directory)
3012 (tramp-adb-handle-file-name-all-completions): Use it.
3013 (tramp-adb-get-toolbox): New defun. Check for remote shell
3014 implementation (BusyBox or Toolbox).
3015
3016 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
3017
3018 * startup.el (initial-buffer-choice): Allow function as value
3019 (Bug#13251).
3020 (command-line-1): Handle case where initial-buffer-choice
3021 specifies a function.
3022 * server.el (server-execute): Handle case where
3023 initial-buffer-choice specifies a function.
3024
3025 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3026
3027 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
3028 its own function.
3029 (smtpmail-try-auth-methods): Forget the user name/password if the
3030 login is unsuccessful (bug#12424).
3031
3032 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
3033
3034 * notifications.el (notifications-notify): Protect body with
3035 `with-demoted-errors'.
3036
3037 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3038 Check properties of remote device. Restart connection, if there is a
3039 change.
3040
3041 2012-12-21 Chong Yidong <cyd@gnu.org>
3042
3043 * sort.el (sort-subr): Doc fix (Bug#13056).
3044
3045 2012-12-21 Bastien Guerry <bzg@gnu.org>
3046
3047 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
3048
3049 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
3050
3051 * simple.el (process-file): Overwrite stderr file, if exists.
3052
3053 2012-12-21 Daiki Ueno <ueno@gnu.org>
3054
3055 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
3056 (epg-error): Set `error-message' property.
3057
3058 2012-12-21 Chong Yidong <cyd@gnu.org>
3059
3060 * international/mule-cmds.el (read-char-by-name): Signal an error
3061 if the user does not supply a valid character (Bug#13177).
3062
3063 * simple.el (transpose-subr-1): Preserve marker positions by
3064 changing the insertion sequence (Bug#13122).
3065
3066 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3067
3068 * simple.el (kill-region): Deactivate mark even for empty regions
3069 (Bug#13169).
3070
3071 2012-12-21 Chong Yidong <cyd@gnu.org>
3072
3073 * help-fns.el (describe-variable): Make sure we get the right
3074 buffer name (Bug#13105). Suggested by Kelly Dean.
3075
3076 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
3077
3078 * comint.el (comint-redirect-previous-input-string): New variable.
3079 (comint-redirect-setup, comint-redirect-cleanup)
3080 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
3081 (comint-redirect-preoutput-filter): Fix verbose message.
3082
3083 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
3084
3085 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
3086 is too long for Tramp. See discussion in
3087 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
3088
3089 * progmodes/compile.el (compilation-start): Remove line escape
3090 template.
3091
3092 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
3093
3094 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
3095 Adjust comment.
3096
3097 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
3098
3099 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
3100 following non-comment text (bug#13207).
3101 (lm-header-multiline): Continuation lines need to be indented more than
3102 the first line.
3103 (lm-homepage): New function.
3104 (lm-with-file): Don't be confused if narrowing is in effect.
3105
3106 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
3107
3108 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
3109 very beginning of a hunk (e.g. killing the first line).
3110
3111 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
3112
3113 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
3114 and text properties from returned ACL string.
3115 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
3116 for "setfacl" command.
3117
3118 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
3119
3120 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
3121 `tramp-cleanup-this-connection', when the process has died.
3122 (Bug#13151)
3123
3124 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3125
3126 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
3127
3128 2012-12-17 Kevin Ryde <user42@zip.com.au>
3129
3130 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
3131
3132 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
3133
3134 Add support for preserving ACL entries of files.
3135
3136 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
3137 `set-file-acl' handlers.
3138
3139 * net/tramp-adb.el (tramp-adb-handle-copy-file):
3140 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3141
3142 * net/tramp-compat.el (tramp-compat-copy-file):
3143 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3144
3145 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3146 Add `file-acl' and `set-file-acl' handlers.
3147 (tramp-gvfs-handle-copy-file):
3148 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3149 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
3150 New defuns.
3151
3152 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3153 Add `file-acl' and `set-file-acl' handlers.
3154 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
3155 (tramp-sh-handle-set-file-acl): New defuns.
3156 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
3157 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3158
3159 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3160 Add `file-acl' and `set-file-acl' handlers.
3161 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
3162
3163 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3164
3165 * help-macro.el (make-help-screen): Instead of switch-to-buffer
3166 use pop-to-buffer with NORECORD argument t. As buffer name, use
3167 *Metahelp* with a leading space (Bug#13190).
3168
3169 2012-12-16 Romain Francoise <romain@orebokech.com>
3170
3171 * files.el (file-extended-attributes)
3172 (set-file-extended-attributes): New functions.
3173 (backup-buffer): Use them to handle both SELinux context and ACL
3174 entries.
3175 (backup-buffer-copy): Work with an alist of extended attributes,
3176 rather than an SELinux context.
3177 (basic-save-buffer-2): Ditto.
3178
3179 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
3180
3181 * battery.el (battery-bsd-apm): New function.
3182
3183 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
3184
3185 * calc/calc.el (calc-standard-date-formats): Adjust one of the
3186 standard date formats.
3187
3188 2012-12-15 Juri Linkov <juri@jurta.org>
3189
3190 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
3191 `isearch-insert-char-by-name'.
3192 (with-isearch-suspended): New defmacro with body mostly from
3193 `isearch-edit-string' except the part that sets
3194 `isearch-new-string' and `isearch-new-message'.
3195 (isearch-edit-string): Use new macro `with-isearch-suspended' with
3196 body that sets `isearch-new-string' and `isearch-new-message'.
3197 (isearch-insert-char-by-name): New command.
3198 * international/mule-cmds.el (read-char-by-name): Let-bind
3199 `enable-recursive-minibuffers' to t.
3200 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
3201
3202 2012-12-15 Juri Linkov <juri@jurta.org>
3203
3204 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
3205 (Bug#13175)
3206
3207 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
3208
3209 * dired-x.el (dired-guess-shell-command): Put colon at the end of
3210 the prompt. (Bug#13045)
3211
3212 2012-12-14 Glenn Morris <rgm@gnu.org>
3213
3214 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
3215 Try to include filename in non-bytecomp warning. (Bug#13132)
3216
3217 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
3218
3219 Fix permissions bugs with setgid directories etc. (Bug#13125)
3220 * files.el (backup-buffer): Don't rely on 9th output of
3221 file-attributes, as it's now a placeholder. Instead, use the new
3222 optional arg of file-ownership-preserved-p.
3223 (file-ownership-preserved-p): New optional arg GROUP.
3224 Fix mishandling of setuid directories that would cause this
3225 function to return t when it should have returned nil.
3226 Document what happens if the file does not exist, and when
3227 it's not known whether the ownership will be preserved.
3228 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
3229 Likewise.
3230 (tramp-get-local-gid): Use group-gid for integer, as that's
3231 faster and more reliable.
3232
3233 2012-12-14 Julien Danjou <julien@danjou.info>
3234
3235 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
3236 Update keywords list, data type and PL/pgSQL.
3237
3238 2012-12-14 Dave Abrahams <dave@boostpro.com>
3239
3240 * vc/ediff-util.el (ediff-buffer-type): New function.
3241 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
3242 rather than taking it as as argument.
3243 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
3244
3245 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
3246
3247 * json.el: Add pretty-print option (bug#12634).
3248 (json-encoding-separator, json-encoding-default-indentation)
3249 (json--encoding-current-indentation, json-encoding-pretty-print)
3250 (json-encoding-lisp-style-closings): New vars.
3251 (json--with-indentation): New macro.
3252 (json-encode-hash-table, json-encode-alist, json-encode-plist)
3253 (json-encode-array): Use it to obey json-encoding-pretty-print.
3254 (json-pretty-print-buffer, json-pretty-print): New commands.
3255
3256 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
3257
3258 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3259 Extract `ruby-syntax-propertize-expansions'.
3260 (ruby-syntax-propertize-expansions): Only change syntax on
3261 certain string delimiters, to punctuation. This way the common
3262 functions like forward-word and thing-at-point still work.
3263 (ruby-match-expression-expansion): Improve readability.
3264 (ruby-block-contains-point): New function.
3265 (ruby-add-log-current-method): Handle several edge cases.
3266
3267 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
3268
3269 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
3270 unload-feature finishes even when aborting an ongoing edebug session.
3271 Also, do not worry about edebug-mode, unload-feature takes care of it.
3272
3273 2012-12-13 Andreas Schwab <schwab@suse.de>
3274
3275 * net/tls.el (tls-program): Update customize type.
3276
3277 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
3278
3279 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
3280 (edebug-setup-hook, cl-read-load-hooks): Use it.
3281 (edebug-unload-function): New function. (Bug#13163)
3282
3283 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
3284
3285 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
3286 Otherwise, there could be errors in autoloading. (Bug#13151)
3287
3288 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
3289
3290 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
3291 sequences.
3292
3293 2012-12-13 Alan Mackenzie <acm@muc.de>
3294
3295 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
3296 * progmodes/cc-engine.el (c-backward-comments): Add code to work
3297 around `forward-comment' not recognizing ^M as whitespace.
3298
3299 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
3300
3301 * progmodes/python.el (python-skeleton-class)
3302 (python-skeleton-def): Do not add space after defun name.
3303
3304 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3305
3306 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
3307 (cl--symbol-function): Remove (now that funbound is like nil).
3308
3309 2012-12-12 Glenn Morris <rgm@gnu.org>
3310
3311 * button.el (button--area-button-p): Fix typo.
3312
3313 2012-12-12 Sam Steingold <sds@gnu.org>
3314
3315 * frame.el (frame-maximization-style): New user option.
3316 (toggle-frame-maximized): Toggle frame maximization according to
3317 `frame-maximization-style', bound to <f11>.
3318 (cycle-frame-maximized): Cycle between all maximization styles and
3319 non-maximized frame, bound to shift-<f11>.
3320
3321 2012-12-12 David Cadé <codename68@gmail.com>
3322
3323 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
3324
3325 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
3326
3327 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
3328 (eieio-override-prin1): Don't quote kewords and booleans.
3329 (object-write) <eieio-default-superclass>: Don't put closing parens
3330 on new line, avoid needless empty lines, align values that are objects
3331 with the slot keyword (instead of beginning on the same line).
3332 (eieio-list-prin1): Align value with slot keyword; increase
3333 eieio-print-depth before printing members of the list.
3334
3335 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
3336
3337 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
3338 a display text-property.
3339 (report-emacs-bug-hook): Don't bother deleting it any more.
3340
3341 * hilit-chg.el (highlight-save-buffer-state): Delete.
3342 Use with-silent-modifications instead.
3343 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
3344
3345 * button.el: Handle buttons in display text-properties.
3346 (button--area-button-p, button--area-button-string):
3347 Use (STRING . STRING-POS) representation instead of just STRING.
3348
3349 2012-12-11 Eli Zaretskii <eliz@gnu.org>
3350
3351 * makefile.w32-in (compile4-SH): Fix a typo that caused term
3352 subdirectory be skipped.
3353
3354 2012-12-11 Glenn Morris <rgm@gnu.org>
3355
3356 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
3357
3358 * progmodes/f90.el (f90-line-continued, f90-indent-region):
3359 Treat preprocessor lines embedded in continuations like comments.
3360 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
3361
3362 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
3363
3364 * calc/calc.el (calc-standard-date-formats): Add more date
3365 formats.
3366 * calc/calc-forms.el (math-parse-iso-date): New function.
3367 (math-parse-date): Use `math-parse-iso-date' when appropriate.
3368 (math-parse-iso-date-validate): Add extra error checking.
3369 (calc-date-notation): Add ability to access new date formats.
3370
3371 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3372
3373 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
3374 font-lock as well as when there's no text-property.
3375
3376 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
3377
3378 * hi-lock.el: Refine the choice of default face.
3379 (hi-lock-keyword->face): New function. Use it wherever we used
3380 cadadadr instead.
3381 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
3382 (hi-lock--last-face): Remove var.
3383 (hi-lock--unused-faces): New var to replace it.
3384 (hi-lock-read-face-name): Use/maintain it.
3385 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
3386 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
3387 if it has another face.
3388
3389 2012-12-10 Eli Zaretskii <eliz@gnu.org>
3390
3391 * subr.el (w32notify-handle-event): New function.
3392 (inotify-handle-event): Doc fix.
3393
3394 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3395
3396 * subr.el (inotify-event-p, inotify-handle-event): New functions.
3397
3398 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
3399
3400 * simple.el (just-one-space): Doc fix.
3401
3402 2012-12-10 Eli Zaretskii <eliz@gnu.org>
3403
3404 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
3405
3406 2012-12-10 Le Wang <l26wang@gmail.com>
3407
3408 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
3409 narrowed buffer (bug#12361).
3410
3411 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
3412
3413 * vc/vc-hooks.el (vc-state): Doc fix.
3414
3415 2012-12-10 Glenn Morris <rgm@gnu.org>
3416
3417 * mail/rmail.el (rmail-maybe-display-summary):
3418 Preserve buffer, in case select-window changes it. (Bug#13066)
3419
3420 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3421
3422 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
3423 cl-load-hook where they belong.
3424
3425 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3426
3427 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
3428
3429 2012-12-09 Eli Zaretskii <eliz@gnu.org>
3430
3431 Parallelize byte compilation on MS-Windows.
3432 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
3433 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
3434 (WINS_BASIC): Define as concatenation of the above.
3435 (compile): Subdivide into 4 separate and independent jobs that can
3436 be run in parallel.
3437 (compile0-CMD, compile0-SH): New targets for compiling
3438 COMPILE_FIRST files, which are prerequisites for the rest of the
3439 byte-compilation.
3440 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
3441 New targets for parallel compilation with cmd.exe.
3442 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
3443 compiling under a Unixy shell.
3444
3445 2012-12-09 Chong Yidong <cyd@gnu.org>
3446
3447 * simple.el (set-mark-default-inactive): Delete this
3448 accidentally-introduced option.
3449 (set-mark-command, exchange-point-and-mark): Remove calls.
3450
3451 2012-12-09 Glenn Morris <rgm@gnu.org>
3452
3453 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
3454 Respect a defcustom's :set function, if appropriate. (Bug#109)
3455 (eval-defun): Doc fix.
3456
3457 2012-12-08 Juri Linkov <juri@jurta.org>
3458
3459 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
3460 (Info-fontify-node, Info-bookmark-make-record): Remove the
3461 file extension from Info-current-file (Bug#13016).
3462
3463 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3464
3465 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
3466 point, still provide some default.
3467 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
3468 names, since we don't use it right now. Actually return the list.
3469 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
3470
3471 2012-12-07 Chong Yidong <cyd@gnu.org>
3472
3473 * novice.el (disabled-command-function): Remove a spurious help
3474 xref (Bug#13043). Suggested by Kelly Dean.
3475
3476 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
3477 syntax is specified (Bug#13025).
3478
3479 * info.el (Info-set-mode-line): Remove the file extension from
3480 Info-current-file if there is one (Bug#13016).
3481
3482 2012-12-07 Glenn Morris <rgm@gnu.org>
3483
3484 * mail/rmail.el (rmail-mime-decoded): New permanent local.
3485 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
3486 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
3487 and rmail-mime-decoded. (Bug#9841)
3488
3489 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
3490 (batch-unrmail, unrmail): Doc fixes.
3491 (unrmail): Respect unrmail-mbox-format.
3492 * mail/rmail.el (rmail-mbox-format): New option.
3493 (rmail-show-message-1): Respect rmail-mbox-format.
3494
3495 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3496
3497 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
3498
3499 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3500
3501 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
3502 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
3503 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
3504 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
3505 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
3506 (cl-progv): Don't rely on dynamic scoping to find the body.
3507 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
3508 (cl--proclaims-deferred): Rename from the "cl-" prefix.
3509 (cl-declaim): Use backquotes.
3510 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
3511 Use "cl--" prefix for the object's tag.
3512
3513 * ses.el: Use advice-add/remove.
3514 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
3515 (copy-region-as-kill, yank): Use advice-add.
3516 (ses-unload-function): Use advice-remove.
3517
3518 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
3519
3520 * button.el: Make them work in header-lines (bug#12817).
3521 (button-map): Add bindings for header-line and mode-line use.
3522 (button-get, button-put, button-label): `button' may now be a string.
3523 (button-activate): Don't make it a defsubst.
3524 (button--area-button-p, button--area-button-string): New functions.
3525 (make-text-button): Fix the return value when `beg' was a string.
3526 (push-button): Handle the mode-line case.
3527
3528 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3529
3530 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
3531 (sql-signum): Remove. Use `cl-signum' instead.
3532 (sql-read-passwd): Remove; use read-passwd instread.
3533 (sql-get-login-ext): Use read-string.
3534 (sql-get-login): Use dolist and pcase.
3535 (sql--completion-table): Rename from sql-try-completion.
3536 Use complete-with-action.
3537 (sql-mode): Don't change abbrev-all-caps globally.
3538 (sql-connect): Don't rely on dynamic scoping for `new-name'.
3539 (sql-postgres-completion-object): Initialize vars in their `let'.
3540 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
3541 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
3542 (sql-comint-interbase): Use a single append, without setq.
3543 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
3544
3545 * hi-lock.el: Rework the default face and the serialize regexp code.
3546 (hi-lock--auto-select-face-defaults): Remove.
3547 (hi-lock-string-serialize-serial): Remove.
3548 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
3549 make weak.
3550 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
3551 equal string.
3552 (hi-lock-set-pattern): Adjust accordingly.
3553 (hi-lock--regexps-at-point): Simplify accordingly.
3554 (hi-lock--auto-select-face-defaults): Remove.
3555 (hi-lock--last-face): New var to replace it.
3556 (hi-lock-read-face-name): Rewrite (bug#11095).
3557 (hi-lock-unface-buffer): Arrange for the face to be the next default.
3558
3559 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
3560
3561 * net/tramp.el (tramp-replace-environment-variables):
3562 Hide compiler warning.
3563 (tramp-file-name-for-operation): Remove `executable-find',
3564 `start-process', `call-process' and `call-process-region'.
3565
3566 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
3567
3568 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
3569 compatibility.
3570
3571 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
3572
3573 2012-12-06 Chong Yidong <cyd@gnu.org>
3574
3575 * ffap.el (ffap-replace-file-component): Fix typo.
3576
3577 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3578
3579 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
3580 fix open-paren-like token test (bug#12785).
3581
3582 2012-12-06 Glenn Morris <rgm@gnu.org>
3583
3584 * mail/rmailsum.el (rmail-new-summary): Tweak for
3585 rmail-maybe-display-summary changing buffer. (Bug#13066)
3586
3587 2012-12-06 Juri Linkov <juri@jurta.org>
3588
3589 * info.el (Info-fontify-node): Don't hide the last newline.
3590 (Bug#12272)
3591
3592 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
3593
3594 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
3595 so as to enable message-read-from-minibuffer to expand mail aliases.
3596
3597 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3598
3599 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
3600 the `intangible' property.
3601 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
3602
3603 2012-12-05 Deniz Dogan <deniz@dogan.se>
3604
3605 * net/rcirc.el (rcirc-urls): Update documentation.
3606 (rcirc-condition-filter): New function.
3607 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
3608 and exclude consecutive duplicate URLs (Bug#6082).
3609
3610 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
3611
3612 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3613 Check return code of copy command.
3614
3615 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
3616 Use group `tramp'. Add version.
3617
3618 2012-12-05 Chong Yidong <cyd@gnu.org>
3619
3620 * ffap.el (ffap-url-regexp): Don't require matching at front of
3621 string (Bug#4952).
3622 (ffap-url-p): If only a substring matches, return that.
3623 (ffap-url-at-point): Use the return value of ffap-url-p.
3624 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
3625 (find-file-at-point, dired-at-point, dired-at-point-prompter)
3626 (ffap-guess-file-name-at-point): Likewise.
3627 (ffap-replace-file-component): Fix typo.
3628
3629 * info.el (info-display-manual): Add existing Info buffers, whose
3630 files may not be in Info-directory-list, to the completion.
3631 (info--manual-names): New helper function.
3632
3633 2012-12-05 Glenn Morris <rgm@gnu.org>
3634
3635 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
3636 New functions, for detecting and resolving conflicts. (Bug#10709)
3637
3638 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
3639
3640 * hi-lock.el (hi-lock-auto-select-face): New user variable.
3641 (hi-lock-auto-select-face-defaults): New buffer local variable.
3642 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
3643 (hi-lock-unface-buffer): Prompt user with useful defaults.
3644 With prefix arg, unhighlight all hi-lock patterns in buffer.
3645
3646 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3647
3648 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
3649
3650 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
3651
3652 * Makefile.in (TRAMP_SRC):
3653 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
3654
3655 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
3656
3657 * net/tramp-adb.el: New package.
3658
3659 2012-12-04 Chong Yidong <cyd@gnu.org>
3660
3661 * terminal.el: Move to obsolete/.
3662
3663 * longlines.el: Move to obsolete/.
3664
3665 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
3666 Remove code referring to longlines mode.
3667
3668 2012-12-03 Juri Linkov <juri@jurta.org>
3669
3670 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
3671
3672 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3673
3674 * textmodes/ispell.el (ispell-init-process)
3675 (ispell-start-process, ispell-internal-change-dictionary):
3676 Make sure personal dictionary name is expanded after initial
3677 `default-directory' value. Use expanded strings for
3678 keep/restart checks and for value (Bug#13019).
3679
3680 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
3681
3682 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
3683
3684 2012-12-03 Leo Liu <sdl.web@gmail.com>
3685
3686 * files.el (dir-locals-read-from-file): Check file non-empty
3687 before reading. (Bug#13038)
3688
3689 2012-12-03 Glenn Morris <rgm@gnu.org>
3690
3691 * jka-cmpr-hook.el (jka-compr-get-compression-info):
3692 Remove any version extension before checking filename. (Bug#13006)
3693 (jka-compr-compression-info-list): Belated :version bump.
3694
3695 2012-12-03 Chong Yidong <cyd@gnu.org>
3696
3697 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
3698
3699 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
3700 (buffer-menu): Doc fix (Bug#12294).
3701
3702 2012-12-03 Roland Winkler <winkler@gnu.org>
3703
3704 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
3705 of diary-show-all-entries in the diary buffer (Bug#12994).
3706
3707 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
3708
3709 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
3710 "<STDIN>". This is binary safe.
3711
3712 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
3713
3714 * calc/calc-forms.el (math-absolute-from-iso-dt)
3715 (math-date-to-iso-dt, math-parse-iso-date-validate)
3716 (math-iso-dt-to-date): New functions.
3717 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
3718 (math-fd-isoweekday): New variables.
3719 (calc-date-notation, math-parse-standard-date, math-format-date)
3720 (math-format-date-part): Add support for more formatting codes.
3721
3722 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
3723
3724 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
3725 current buffer's file name when called interactively (Bug#12488).
3726
3727 2012-12-02 Juri Linkov <juri@jurta.org>
3728
3729 * info.el (info-display-manual): Don't clobber an existing Info
3730 buffer (Bug#10770). Add completion (Bug#10771).
3731
3732 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
3733
3734 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
3735 before using it for comparison (Bug#5297).
3736
3737 2012-12-01 Jari Aalto <jari.aalto@cante.net>
3738
3739 * textmodes/css-mode.el (css-current-defun-name): New function.
3740 (css-mode): Use it.
3741
3742 * textmodes/sgml-mode.el (html-current-defun-name): New function.
3743 (html-mode): Use it.
3744
3745 2012-12-01 Chong Yidong <cyd@gnu.org>
3746
3747 Modularize add-log-current-defun (Bug#2224).
3748 Suggested by Jari Aalto.
3749
3750 * vc/add-log.el (add-log-current-defun-function): Doc fix.
3751 (add-log-current-defun): Move mode-specific code to other files.
3752 (add-log-lisp-like-modes, add-log-c-like-modes)
3753 (add-log-tex-like-modes): Variables deleted.
3754
3755 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
3756 (lisp-mode-variables): Use it.
3757
3758 * progmodes/cc-mode.el (c-common-init):
3759 * progmodes/cperl-mode.el (cperl-mode): Set a value for
3760 add-log-current-defun-function.
3761
3762 * progmodes/m4-mode.el (m4-current-defun-name): New function.
3763 (m4-mode): Use it.
3764
3765 * progmodes/perl-mode.el (perl-current-defun-name): New.
3766 (perl-mode): Use it.
3767
3768 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3769 Use lisp-current-defun-name.
3770
3771 * textmodes/tex-mode.el (tex-current-defun-name): New.
3772 (tex-common-initialization): Use it.
3773
3774 * textmodes/texinfo.el (texinfo-current-defun-name): New.
3775 (texinfo-mode): Use it.
3776
3777 2012-12-01 Chong Yidong <cyd@gnu.org>
3778
3779 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
3780 * progmodes/autoconf.el (autoconf-mode):
3781 * progmodes/js.el (js-mode):
3782 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
3783 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
3784 * progmodes/perl-mode.el (perl-mode):
3785 * progmodes/sh-script.el (sh-mode, sh-set-shell):
3786 * textmodes/css-mode.el (css-mode):
3787 * textmodes/sgml-mode.el (html-mode, sgml-mode)
3788 (sgml-tags-invisible, sgml-guess-indent):
3789 * textmodes/tex-mode.el (tex-common-initialization)
3790 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
3791 (doctex-mode, plain-tex-mode, latex-mode):
3792 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
3793
3794 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
3795
3796 * vc/vc-hg.el (vc-hg-next-revision):
3797 Ensure use of default "tip" output format. (Bug#6968)
3798
3799 2012-12-01 Kim F. Storm <storm@cua.dk>
3800
3801 * startup.el (fancy-startup-tail): Add a clickable link
3802 (Bug#2176).
3803
3804 2012-12-01 Chong Yidong <cyd@gnu.org>
3805
3806 * startup.el (fancy-startup-tail): Improve the message about
3807 auto-save files (Bug#2176).
3808
3809 * files.el (recover-session): Improve the descriptive message, and
3810 use substitute-command-keys.
3811
3812 2012-12-01 Glenn Morris <rgm@gnu.org>
3813
3814 * ido.el (ido-file-internal):
3815 Handle other-window, other-frame for dired. (Bug#13036)
3816
3817 2012-11-30 Glenn Morris <rgm@gnu.org>
3818
3819 * icomplete.el (icomplete-separator): Fix :version.
3820
3821 2012-11-30 Chong Yidong <cyd@gnu.org>
3822
3823 * shell.el (shell): For C-u M-x shell, use an inactive shell
3824 buffer as the default (Bug#1975).
3825 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
3826 (shell-mode): Use them to reapply ansi colorization if Shell mode
3827 is re-enabled.
3828
3829 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
3830
3831 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
3832
3833 2012-11-30 Samuel Bronson <naesten@gmail.com>
3834
3835 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
3836 flag to xargs, for compatibility with BSD xargs (Bug#11703).
3837
3838 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
3839
3840 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
3841 by move-to-column (Bug#3234).
3842
3843 2012-11-30 Chong Yidong <cyd@gnu.org>
3844
3845 * longlines.el (longlines-wrap-line, longlines-encode-region):
3846 Preserve text properties (Bug#1425).
3847
3848 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
3849
3850 * vc/vc.el (vc-register): Allow registering a file which is
3851 already registered with a different backend (Bug#10589).
3852
3853 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
3854 Stefan Monnier <monnier@iro.umontreal.ca>
3855
3856 * icomplete.el: Change separator; add ido-style commands.
3857 (icomplete-show-key-bindings): Remove custom var.
3858 (icomplete-get-keys): Remove function.
3859 (icomplete-forward-completions, icomplete-backward-completions):
3860 New commands.
3861 (icomplete-minibuffer-map): New var.
3862 (icomplete-minibuffer-setup): Use it.
3863 (icomplete-exhibit): Don't delay if the list of completions is known.
3864 (icomplete-separator): New custom.
3865 (icomplete-completions): Use it.
3866 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
3867 (minibuffer-force-complete-and-exit): New command.
3868 (minibuffer--complete-and-exit): New function extracted from
3869 minibuffer-complete-and-exit.
3870 (minibuffer-complete-and-exit): Use it.
3871
3872 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
3873 error message when the file doesn't exist (bug#12974).
3874
3875 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3876
3877 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
3878
3879 2012-11-29 Glenn Morris <rgm@gnu.org>
3880
3881 * files.el (hack-dir-local-variables): Warn if try to set
3882 coding via dir-locals, since it doesn't work. (Bug#7169)
3883
3884 Add desktop support for restoring vc-dir buffers. (Bug#10606)
3885 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
3886 Set buffer-local value of desktop-save-buffer.
3887 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
3888 New functions.
3889 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
3890 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
3891
3892 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
3893 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
3894 Doc fix.
3895 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
3896 Doc fixes.
3897
3898 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
3899
3900 * calc/calc-forms.el (calc-date-notation): Fix regexp
3901 used to find time codes. Fix symbol for seconds.
3902
3903 2012-11-27 Glenn Morris <rgm@gnu.org>
3904
3905 * emacs-lisp/derived.el (derived-mode-make-docstring):
3906 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
3907
3908 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3909
3910 * textmodes/table.el (table-insert): Don't use `symbol-name' on
3911 lexically scoped variables (bug#13005).
3912
3913 2012-11-27 Glenn Morris <rgm@gnu.org>
3914
3915 * vc/vc-hooks.el (vc-mistrust-permissions):
3916 Default to t, to avoid data-loss. (Bug#11490)
3917
3918 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
3919
3920 * progmodes/python.el (python-indent-guess-indent-offset):
3921 If indentation is guessed make python-indent-offset buffer-local.
3922
3923 Fix Imenu regression.
3924 * progmodes/python.el (python-nav-beginning-of-defun):
3925 Fix forward movement when statement(s) separates point from defun.
3926 (python-imenu-prev-index-position): New function.
3927
3928 2012-11-27 Eli Zaretskii <eliz@gnu.org>
3929
3930 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
3931
3932 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3933 Don't set buffer-file-type. Return nil. (Bug#12989)
3934
3935 2012-11-27 Glenn Morris <rgm@gnu.org>
3936
3937 * hippie-exp.el (hippie-expand-try-functions-list):
3938 Re-autoload it. (Bug#12982)
3939
3940 2012-11-27 Eli Zaretskii <eliz@gnu.org>
3941
3942 * descr-text.el (describe-char-padded-string):
3943 Call internal-char-font only on GUI frames. (Bug#11964)
3944
3945 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
3946
3947 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
3948 and obsoletion message.
3949
3950 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3951
3952 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
3953 the constructs to keep outside of the `cl-block' (bug#12977).
3954
3955 2012-11-27 Chong Yidong <cyd@gnu.org>
3956
3957 * mouse.el (mouse-drag-line): Even if the line is not draggable,
3958 keep reading until we get the up-event anyway, in order to process
3959 the up-event for mouse-1-click-follows-link (Bug#12971).
3960
3961 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3962
3963 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
3964 base function is not yet defined (bug#12965).
3965 (ad-activate-advised-definition): Use ad-compile-function.
3966 (ad-activate): Use cond.
3967
3968 2012-11-25 Leo Liu <sdl.web@gmail.com>
3969
3970 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
3971 (Bug#12979)
3972
3973 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
3974
3975 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
3976 reftex-section-info-function in order to be compatible with
3977 Texinfo integration.
3978
3979 * textmodes/reftex.el (reftex-section-pre-regexp)
3980 (reftex-section-post-regexp, reftex-section-info-function):
3981 New variable.
3982 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
3983 reftex-section-post-regexp, and reftex-section-info-function in order
3984 to be compatible with Texinfo integration.
3985
3986 * textmodes/reftex-toc.el (reftex-toc-promote-action):
3987 use reftex-section-pre-regexp variable in order to be compatible with
3988 Texinfo integration.
3989
3990 2012-11-25 Chong Yidong <cyd@gnu.org>
3991
3992 * faces.el: Make face-spec-set more analogous to setq.
3993 (face-spec-set): Change the third arg to specify whether this
3994 function is being called via defface, customize, or a third party.
3995 Set the appropriate symbol properties. Clear the override spec if
3996 setting via Custom. Initialize face if necessary. (Bug#4988)
3997 (face-spec-recalc): Allow theme faces to completely replace the
3998 defface spec, in the same way as custom faces (Bug#8454).
3999
4000 * cus-face.el (custom-declare-face): Move face initialization to
4001 face-spec-set.
4002 (custom-theme-set-faces): Don't initialize the face name here, as
4003 that is now done in face-spec-set.
4004
4005 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
4006 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
4007 Simplify by using the new arg to face-spec-set.
4008
4009 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
4010 reset face-override-spec too, and use custom-declare-face.
4011
4012 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
4013
4014 * term/ns-win.el (ns-initialize-window-system): Move creation of
4015 fontsets here (Bug#11964).
4016
4017 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
4018
4019 * ses.el (ses-rename-cell): Correct bug on mode-line update after
4020 cell renaming.
4021
4022 2012-11-24 Chong Yidong <cyd@gnu.org>
4023
4024 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
4025 obsolete.
4026
4027 * custom.el (custom-theme-set-variables): Use a topological sort
4028 for ordering by custom dependencies (Bug#12952).
4029 (custom--sort-vars, custom--sort-vars-1): New functions.
4030
4031 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4032
4033 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
4034 lexical-binding (bug#12938).
4035
4036 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
4037
4038 * image-mode.el (image-transform-check-size): Use assertions only
4039 for images of type imagemagick.
4040
4041 Otherwise no error, image-transform-fit-to-{width,height} is
4042 silently ignored, as before. Doc fix.
4043
4044 2012-11-24 Chong Yidong <cyd@gnu.org>
4045
4046 * faces.el (color-defined-p): Doc fix (Bug#12853).
4047
4048 2012-11-24 Juri Linkov <juri@jurta.org>
4049
4050 * dired.el (dired-mark): Add optional arg `interactive'.
4051 Check for `use-region-p' if `interactive' is non-nil.
4052 (dired-unmark, dired-flag-file-deletion): Add optional arg
4053 `interactive'. Call `dired-mark' with the arg `interactive'.
4054 (Bug#10624)
4055
4056 * wdired.el: Revert 2012-10-17 change partly and replace it with
4057 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
4058 (wdired-finish-edit): Add marks for new file names to
4059 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
4060 after `revert-buffer'.
4061 (wdired-do-renames): Remove calls to `dired-remove-file',
4062 `dired-add-file', `dired-add-entry'. (Bug#11795)
4063
4064 2012-11-24 Alan Mackenzie <acm@muc.de>
4065
4066 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
4067
4068 Fix bugs in the state cache. Enhance a debugging mechanism.
4069 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
4070 "brace at column zero" strategy for C++.
4071 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
4072 (c-parse-state-point): New variable.
4073 (c-record-parse-state-state): Record old parse state with
4074 `copy-tree'. Record previous value of point.
4075 (c-debug-parse-state-double-cons): New debugging function.
4076 (c-debug-parse-state): Call the above new function.
4077 (c-toggle-parse-state-debug): Output a confirmatory message.
4078
4079 * progmodes/cc-mode.el (c-before-change, c-after-change):
4080 Call c-invalidate-state-cache from `c-before-change' instead of
4081 `c-after-change'.
4082
4083 2012-11-23 Chong Yidong <cyd@gnu.org>
4084
4085 * find-cmd.el (find-constituents): Add executable, ipath,
4086 readable, samefile, writable, daystart, regextype (Bug#12856).
4087
4088 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4089
4090 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
4091
4092 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
4093
4094 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
4095 definition. This fixes a bootstrap failure.
4096 (calc-gregorian-switch): In menu, put dates before regions.
4097 This is easier to follow, lines up better in the menu, and lets us
4098 coalesce regions that switch at the same time. Give country
4099 names, not "Vatican", as that's better for non-expert users.
4100 Use names that are stable between the date of switch and now, e.g.,
4101 Bohemia and Moravia (which existed then and now) and not
4102 Czechoslovakia (which didn't exist then and doesn't exist now).
4103 What is now the U.S. mostly did not switch at the same time as
4104 Britain, so omit the U.S. Correct spelling of "Britain".
4105 Catholic Switzerland was too much of a mess, so omit it.
4106
4107 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
4108
4109 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
4110 after the variable is changed.
4111
4112 2012-11-21 Daniel Colascione <dancol@dancol.org>
4113
4114 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
4115 in SQL declarations for font-lock.
4116 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
4117
4118 2012-11-21 Glenn Morris <rgm@gnu.org>
4119
4120 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
4121 (face-italic-p): Add optional argument "inherit".
4122
4123 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
4124 Remove -p suffix from names, for consistency with other set-face-*.
4125 (set-face-inverse-video): Fix interactive spec.
4126 * play/gamegrid.el (gamegrid-make-mono-tty-face):
4127 * textmodes/table.el (table--update-cell-face):
4128 Use set-face-inverse-video rather than now obsolete alias.
4129
4130 2012-11-21 Eli Zaretskii <eliz@gnu.org>
4131
4132 * simple.el (line-move): Don't call line-move-partial if
4133 scroll-conservatively is in effect. (Bug#12927)
4134
4135 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4136
4137 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
4138 Fallback on completion-at-point rather than
4139 pcomplete-expand-and-complete, and only if pcomplete actually failed.
4140 (eshell-cmpl-initialize): Setup completion-at-point.
4141
4142 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
4143
4144 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
4145
4146 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
4147
4148 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
4149 are remote, check out-of-band property for both.
4150
4151 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4152
4153 * window.el (switch-to-buffer): Re-add the warning that was lost in the
4154 code rewrite.
4155
4156 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
4157
4158 More minor time fixes.
4159 * calendar/time-date.el: Commentary fix.
4160 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
4161 too much other code depends on (0 0) time stamps.
4162 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
4163 Add a couple of FIXME comments.
4164
4165 Minor cleanup for times as lists of four integers.
4166 * files.el (dir-locals-directory-cache):
4167 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
4168 Doc fixes.
4169 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
4170 * ps-bdf.el (bdf-file-newer-than-time):
4171 Process four-integers time stamps, not two. Doc fixes.
4172
4173 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4174
4175 * uniquify.el (uniquify-managed): Use defvar-local.
4176 (rename-buffer, create-file-buffer): Advise with advice-add.
4177 (uniquify-unload-function): Unadvise accordingly.
4178
4179 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
4180 (trace-buffer): Don't purecopy.
4181 (trace-entry-message, trace-exit-message): Add `context' arg.
4182 (trace--timer): New var.
4183 (trace-make-advice): Adjust for use in nadvice.
4184 Add `context' argument. Delay `display-buffer' via a timer.
4185 (trace-function-internal): Use advice-add.
4186 (trace--read-args): New function.
4187 (trace-function-foreground, trace-function-background): Use it.
4188 (trace-function): Rename to trace-function-foreground and redefine as
4189 an alias to that new name.
4190 (untrace-function, untrace-all): Adjust to the use of nadvice.
4191
4192 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
4193
4194 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
4195
4196 * subr.el (called-interactively-p-functions): New var.
4197 (internal--called-interactively-p--get-frame): New macro.
4198 (called-interactively-p, interactive-p): Rewrite in Lisp.
4199 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
4200 (called-interactively-p-functions): Use it.
4201 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
4202 (called-interactively-p-functions): Use it.
4203 * allout.el (allout-called-interactively-p): Don't assume
4204 called-interactively-p is a subr.
4205
4206 2012-11-20 Glenn Morris <rgm@gnu.org>
4207
4208 * profiler.el (profiler-report-mode-map): Add a menu.
4209 No need to bind `q' because we derive from special-mode.
4210 (profiler-report-find-entry): Handle calls from the menu-bar.
4211
4212 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4213
4214 * emacs-lisp/byte-run.el (defun-declarations-alist):
4215 Allow a compiler-macro to be a lambda expression.
4216
4217 * progmodes/python.el: Use cl-lib. Move var declarations outside of
4218 eval-when-compile.
4219 (python-syntax-context): Add compiler-macro.
4220 (python-font-lock-keywords): Simplify with De Morgan.
4221
4222 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
4223
4224 * files.el (load-file): Require match in minibuffer selection, as was
4225 the case in Emacs-20 before we changed the spec to allow .elc files
4226 (bug#12935).
4227
4228 * json.el: Don't require cl since we don't use it.
4229 * color.el: Don't require cl.
4230 (color-complement): `caddr' -> `nth 2'.
4231
4232 * calendar/time-date.el (time-to-seconds): De-obsolete.
4233
4234 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4235
4236 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
4237 year numbers.
4238 (math-date-to-julian-dt): Adjust the initial approximation for the
4239 year to deal with the new definition of the DATE.
4240
4241 2012-11-19 Daniel Colascione <dancol@dancol.org>
4242
4243 * term/w32-win.el (cygwin-convert-path-from-windows):
4244 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
4245
4246 2012-11-18 Chong Yidong <cyd@gnu.org>
4247
4248 * filecache.el (file-cache--read-list): New function.
4249 (file-cache-add-directory-list, file-cache-add-file-list)
4250 (file-cache-delete-file-list, file-cache-delete-directory-list):
4251 Use it to read a list of files or directories (Bug#12846).
4252 (file-cache-add-file, file-cache-add-directory)
4253 (file-cache-delete-file-list, file-cache-delete-file-regexp)
4254 (file-cache-delete-directory): Print an message.
4255
4256 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
4257
4258 * calc/calc-forms.el (math-date-to-dt): Use integer date when
4259 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
4260
4261 2012-11-18 Glenn Morris <rgm@gnu.org>
4262
4263 * image.el (insert-image, insert-sliced-image): Doc fix.
4264
4265 2012-11-18 Chong Yidong <cyd@gnu.org>
4266
4267 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
4268 (Bug#12810).
4269
4270 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4271
4272 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
4273 response when the target file is in a subdirectory (Bug#12757).
4274
4275 2012-11-18 Chong Yidong <cyd@gnu.org>
4276
4277 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
4278
4279 2012-11-18 Glenn Morris <rgm@gnu.org>
4280
4281 * emacs-lisp/cl-lib.el (face-underline-p):
4282 Use set-face-underline rather than the alias set-face-underline-p.
4283
4284 * window.el (with-temp-buffer-window): Doc fix.
4285 * subr.el (with-output-to-temp-buffer):
4286 Add doc xref to with-temp-buffer-window.
4287
4288 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
4289
4290 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
4291 * calc/calc.el (math-format-date-cache): Declare.
4292
4293 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
4294
4295 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
4296 It also uses January 1, 1 AD as its day number 1.
4297 * calc/calc-forms.el (math-julian-date-beginning)
4298 (math-julian-date-beginning-int): Implement this.
4299
4300 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
4301
4302 * descr-text.el (quail-find-key):
4303 * dired.el (desktop-file-name):
4304 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
4305 * generic-x.el (comint-mode, comint-exec):
4306 * image-dired.el (widget-forward):
4307 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
4308 (speedbar-change-expand-button-char)
4309 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
4310 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
4311 * printing.el (easy-menu-add-item, easy-menu-remove-item)
4312 (widget-field-action, widget-value-set):
4313 * speedbar.el (imenu--make-index-alist):
4314 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
4315 (ring-length, ring-insert):
4316 * vcursor.el (compare-windows-skip-whitespace):
4317 * woman.el (dired-get-filename):
4318 Declare functions.
4319
4320 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
4321
4322 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4323
4324 * calc/calc.el (calc-gregorian-switch): New variable.
4325
4326 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
4327 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
4328 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
4329 (math-leap-year-p): Add option to distinguish between Julian
4330 and Gregorian calendars.
4331 (math-day-number): Use `math-day-in-year' to do the computations.
4332 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
4333 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
4334 to do the computations.
4335 (math-date-to-dt): Use `math-date-to-julian-dt' and
4336 `math-date-to-gregorian-dt' to do the computations.
4337 (calcFunc-weekday, math-format-date-part): Use the new version of
4338 the DATE to determine the weekday.
4339 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
4340 when necessary.
4341
4342 2012-11-17 Eli Zaretskii <eliz@gnu.org>
4343
4344 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
4345 Cygwin; otherwise use 'file:'. (Bug#12914)
4346 (cygwin-convert-path-from-windows): Declare, to avoid
4347 byte-compiler warnings.
4348
4349 2012-11-17 Andreas Politz <politza@fh-trier.de>
4350
4351 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
4352 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
4353 prefix and negative numeric prefix args (Bug#12795).
4354
4355 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
4356
4357 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4358 Don't signal an error with a score that is too low to add to the
4359 list of top scores. (Bug#12779)
4360
4361 2012-11-17 Chong Yidong <cyd@gnu.org>
4362
4363 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
4364
4365 * filecache.el (file-cache-add-file): Handle relative file name in
4366 the argument (Bug#12694).
4367
4368 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
4369
4370 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
4371
4372 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4373
4374 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
4375
4376 * emacs-lisp/cl-lib.el: Set more meaningful version number.
4377
4378 2012-11-16 Martin Rudalics <rudalics@gmx.at>
4379
4380 * window.el (enlarge-window, shrink-window): Don't mention return
4381 value in doc-string (Bug#12896).
4382 (window--display-buffer): Don't resize frames - it won't work
4383 with all window managers and defeat pop-up-frame-alist.
4384 (display-buffer-alist): In doc-string explain that CONDITION can
4385 be a function and which arguments are passed to it (Bug#12854).
4386 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
4387 expressions (Bug#12854).
4388 (display-buffer): Pass ACTION argument to
4389 display-buffer-assq-regexp.
4390
4391 2012-11-16 Glenn Morris <rgm@gnu.org>
4392
4393 * window.el (fit-frame-to-buffer-bottom-margin)
4394 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
4395
4396 * faces.el (face-underline-p): Use face-attribute-specified-or.
4397
4398 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
4399
4400 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
4401
4402 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4403
4404 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
4405
4406 2012-11-16 Glenn Morris <rgm@gnu.org>
4407
4408 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
4409 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
4410
4411 * faces.el (face-underline-p): Doc fix. Handle :underline being
4412 things other than `t' (a string, a list).
4413 (face-inverse-video-p): Doc fix.
4414 (set-face-underline): Rename it back from set-face-underline-p.
4415 Doc fix. Allow interactive input of values other than t.
4416 (read-face-attribute): Apply formatting to :underline,
4417 since like :box and :stipple it can take list values.
4418
4419 * term.el (ansi-term): Don't let C-x escape-char binding
4420 clobber the more standard C-c binding. (Bug#12842)
4421
4422 * subr.el (set-temporary-overlay-map): Doc fix.
4423
4424 2012-11-16 Martin Rudalics <rudalics@gmx.at>
4425
4426 * window.el (record-window-buffer)
4427 (display-buffer-record-window): When copying the markers to
4428 window-point preserve window-point-insertion-type. (Bug#12588)
4429
4430 2012-11-16 Glenn Morris <rgm@gnu.org>
4431
4432 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
4433 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
4434 Use new names for hooks rather than obsolete aliases.
4435
4436 2012-11-15 Daniel Colascione <dancol@dancol.org>
4437
4438 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
4439 prefix instead of "file:" so that when FILE-NAME begins with "//",
4440 as it does when the target file is on a network share, url-handler
4441 isn't confused.
4442
4443 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4444
4445 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
4446 a preactivated advice from an old advice.el; they're not compatible!
4447
4448 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
4449
4450 * emacs-lisp/nadvice.el (advice--make-interactive-form):
4451 Fix string-spec case.
4452
4453 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
4454
4455 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4456
4457 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
4458 (advice--buffer-local-function-sample): New var.
4459 (advice--set-buffer-local, advice--buffer-local): New functions.
4460 (add-function, remove-function): Use them.
4461
4462 2012-11-15 Drew Adams <drew.adams@oracle.com>
4463
4464 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
4465
4466 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4467
4468 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
4469 potential binding of print-gensym to t, and prettify (back)quotes in
4470 case they appear in args's default values (bug#12884).
4471
4472 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4473
4474 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
4475 (advice-eval-interactive-spec): New function.
4476 (advice--make-interactive-form): Support around advice (bug#12844).
4477
4478 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
4479
4480 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
4481 more strict. Add docstring.
4482 (ruby-expression-expansion-re): Extract from
4483 `ruby-match-expression-expansion'.
4484 (ruby-syntax-propertize-function): After everything else, search
4485 for expansions in string literals, mark their insides as
4486 whitespace syntax and save match data for font-lock.
4487 (ruby-font-lock-keywords): Use the 2nd group from expression
4488 expansion matches.
4489 (ruby-match-expression-expansion): Use the match data saved to the
4490 text property in ruby-syntax-propertize-function.
4491
4492 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4493
4494 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
4495 (bug#12879).
4496
4497 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4498
4499 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
4500 start/end keyword a bit harder. Works with different values of N.
4501 Add more comments.
4502 (ruby-end-of-block): Update accordingly.
4503
4504 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4505
4506 * woman.el (woman-file-name): Don't mess with unread-command-events
4507 (bug#12861).
4508
4509 * emacs-lisp/advice.el: Layer on top of nadvice.el.
4510 Remove out of date self-require hack.
4511 (ad-do-advised-functions): Use simple `dolist'.
4512 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
4513 (ad-advice-definition): Redefine as functions.
4514 (ad-advice-classes): Move before first use.
4515 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
4516 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
4517 (ad--defalias-fset): Remove functions.
4518 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
4519 (ad-get-orig-definition): Rewrite.
4520 (ad-make-advised-definition-docstring): Change base docstring.
4521 (ad-real-orig-definition): Rewrite.
4522 (ad-map-arglists): Change name of called function.
4523 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
4524 (ad-make-advised-definition): Simplify.
4525 (ad-assemble-advised-definition): Tweak for new calling context.
4526 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
4527 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
4528 function and call ad-activate if needed.
4529 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
4530 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
4531 (ad-compile-function): Compile ad-Advice-*.
4532 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
4533 (ad-start-advice, ad-stop-advice): Remove.
4534
4535 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4536
4537 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
4538 period before class method names, not after. Remove handling of
4539 one impossible case. Add comments.
4540
4541 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4542
4543 * emacs-lisp/advice.el: Remove support for freezing.
4544 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
4545 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
4546 Remove support for `freeze'.
4547
4548 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
4549 override the default.
4550 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
4551 cl--dotimes/dolist.
4552 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
4553 `cl' is loaded.
4554
4555 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
4556 from add-advice.
4557 (advice--strip-macro): New function.
4558 (advice--defalias-fset): Use them to handle macros.
4559 (advice-add): Use them.
4560 (advice-member-p): Correctly handle macros.
4561
4562 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4563
4564 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4565 Never font-lock the beginning of singleton class as heredoc.
4566
4567 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4568
4569 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
4570
4571 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
4572
4573 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
4574 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
4575 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
4576
4577 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
4578
4579 Fix end-of-defun misbehavior.
4580 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
4581 python-beginning-of-defun-function. Handle nested defuns
4582 correctly.
4583 (python-nav-end-of-defun): Rename from
4584 python-end-of-defun-function. Ensure forward movement.
4585 (python-info-current-defun): Reimplement to work as intended
4586 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
4587 parent defuns as soon as possible.
4588
4589 2012-11-13 Glenn Morris <rgm@gnu.org>
4590
4591 * progmodes/flymake.el (flymake-error-bitmap)
4592 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
4593 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
4594
4595 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4596
4597 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
4598 backward, always stop at indentation. Reverts the change from
4599 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
4600
4601 2012-11-13 Glenn Morris <rgm@gnu.org>
4602
4603 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
4604 Add ibuffer-filter-by-derived-mode.
4605
4606 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
4607 the same name shadowing each other.
4608
4609 * window.el (with-temp-buffer-window): Doc tweak.
4610
4611 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
4612
4613 * help.el (temp-buffer-max-height):
4614 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
4615 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
4616
4617 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4618
4619 * emacs-lisp/nadvice.el: New package.
4620 * subr.el (special-form-p): New function.
4621 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
4622 (elp-all-instrumented-list): Remove var.
4623 (elp-not-profilable): Remove elp-wrapper.
4624 (elp-profilable-p): Use autoloadp and special-form-p.
4625 (elp--advice-name): New const.
4626 (elp-instrument-function): Use advice-add.
4627 (elp--instrumented-p): New predicate.
4628 (elp-restore-function): Use advice-remove.
4629 (elp-restore-all, elp-reset-all): Use mapatoms.
4630 (elp-set-master): Use elp--instrumented-p.
4631 (elp--make-wrapper): Rename from elp-wrapper, return a function
4632 suitable for advice-add. Use cl-inf.
4633 (elp-results): Use mapatoms+elp--instrumented-p.
4634 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
4635 (debug-function-list): Remove var.
4636 (debug): Rename arg, and then let-bind it explicitly inside.
4637 (debugger-setup-buffer): Rename arg.
4638 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
4639 (debugger-frame-number): Adjust to new debug-on-entry setup.
4640 (debug--implement-debug-on-entry): Rename from
4641 implement-debug-on-entry, add argument.
4642 (debugger-special-form-p): Remove, use special-form-p instead.
4643 (debug-on-entry): Use advice-add.
4644 (debug--function-list): New function.
4645 (cancel-debug-on-entry): Use it, along with advice-remove.
4646 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
4647 (debugger-list-functions): Use debug--function-list instead of
4648 debug-function-list.
4649 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
4650 (ad-special-form-p): Remove, use special-form-p instead.
4651 (ad-set-advice-info): Use add-function and remove-function.
4652 (ad--defalias-fset): Adjust accordingly.
4653
4654 2012-11-10 Glenn Morris <rgm@gnu.org>
4655
4656 * mail/emacsbug.el (report-emacs-bug-tracker-url)
4657 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
4658 (report-emacs-bug-create-existing-bugs-buffer)
4659 (report-emacs-bug-parse-query-results)
4660 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
4661
4662 * term.el (term-default-fg-color, term-default-bg-color):
4663 Make obsolete, rather than just saying "deprecated" in the doc.
4664
4665 * term.el (term): Rename from `term-face'.
4666 (term-current-face, ansi-term-color-vector)
4667 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
4668 Update all users.
4669
4670 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
4671
4672 * server.el (server-create-window-system-frame): Handle Nextstep
4673 specially (Bug#12780).
4674
4675 2012-11-10 Glenn Morris <rgm@gnu.org>
4676
4677 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
4678 Unautoload, and make obsolete. (Bug#7449)
4679
4680 2012-11-10 Chong Yidong <cyd@gnu.org>
4681
4682 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
4683 rename from diff-remove-trailing-whitespace (Bug#12831).
4684
4685 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4686
4687 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
4688 miscompilation of trace.el.
4689
4690 2012-11-10 Glenn Morris <rgm@gnu.org>
4691
4692 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
4693
4694 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4695
4696 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
4697 (bug#12812).
4698
4699 2012-11-10 Chong Yidong <cyd@gnu.org>
4700
4701 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
4702 a defcustom with an appropriate :set function.
4703 (minibuffer-default--in-prompt-regexps): New function.
4704
4705 2012-11-10 Glenn Morris <rgm@gnu.org>
4706
4707 * emacs-lisp/cl.el (define-setf-expander, defsetf)
4708 (define-modify-macro): Doc fixes.
4709
4710 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
4711 (gv-define-simple-setter): Update doc of `fix-return'.
4712
4713 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4714
4715 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
4716 twice when `fix-return' is set (bug#12813).
4717
4718 * emacs-lisp/cl.el (defsetf): Pass the third arg to
4719 gv-define-simple-setter (bug#12812).
4720
4721 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
4722 (bug#12756).
4723
4724 2012-11-10 Glenn Morris <rgm@gnu.org>
4725
4726 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
4727
4728 * emacs-lisp/cl-extra.el (cl-prettyexpand):
4729 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
4730 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
4731 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
4732
4733 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
4734
4735 2012-11-10 Leo Liu <sdl.web@gmail.com>
4736
4737 * ido.el (ido-set-matches-1): Improve flex matching performance by
4738 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
4739
4740 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4741
4742 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
4743 (ad--defalias-fset): New function.
4744 (ad-safe-fset): Remove.
4745 (ad-make-freeze-definition): Use cl-letf*.
4746
4747 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4748
4749 * subr.el (dolist): Don't bind VAR in RESULT.
4750
4751 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
4752 (fset, documentation): Don't save real def since we don't advise.
4753 (ad-do-advised-functions): Remove problematic `result-form'.
4754 (ad-safe-fset): `ad-real-fset' => `fset'.
4755 (ad-read-advised-function): Don't assume that ad-do-advised-functions
4756 uses CL's dolist internally.
4757 (ad-arglist): Remove unused arg `name'.
4758 (ad-docstring, ad-make-advised-docstring):
4759 `ad-real-documentation' => `documentation'.
4760 (warning-suppress-types): Declare.
4761 (ad-set-arguments): Simple CSE.
4762 (ad-recover-normality): Sanity check.
4763
4764 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
4765 (funcall '(lambda ..) ..) into ((lambda ..) ..).
4766
4767 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
4768
4769 * ses.el: symbol to coordinate mapping is made by symbol property
4770 `ses-cell'. This means that the same mapping is done for all SES
4771 sheets. That is good enough for cells with standard A1 names, but
4772 not for named cell. So a hash map is added for the latter.
4773 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
4774 (ses-sym-rowcol): Use hashmap for named cell.
4775 (ses-is-cell-sym-p): New defun.
4776 (ses-decode-cell-symbol): New defun.
4777 (ses-create-cell-variable): Add cell to hashmap when name is not
4778 A1-like.
4779 (ses-rename-cell): Check that cell new name is not already in
4780 spreadsheet with the use of ses-is-cell-sym-p
4781 (ses-rename-cell): Use hash map for named cells, but accept also
4782 renaming back to A1-like.
4783
4784 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4785
4786 * emacs-lisp/advice.el: Use new dynamic docstrings.
4787 (ad-make-advised-definition-docstring, ad-advised-definition-p):
4788 Use dynamic-docstring-function instead of ad-advice-info.
4789 (ad--make-advised-docstring): New function extracted from
4790 ad-make-advised-docstring.
4791 (ad-make-advised-docstring): Use it.
4792 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
4793 from sql-help.
4794 (sql-help): Use it with dynamic-docstring-function.
4795
4796 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
4797
4798 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4799
4800 * files.el (hack-one-local-variable--obsolete): New function.
4801 (hack-one-local-variable): Use it for obsolete settings.
4802
4803 * subr.el (locate-user-emacs-file): If both old and new name exist, use
4804 the new name.
4805
4806 * progmodes/js.el (js--filling-paragraph): New var.
4807 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
4808 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
4809 less sneaky.
4810
4811 2012-11-08 Julien Danjou <julien@danjou.info>
4812
4813 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
4814 `auto-mode-alist' (Bug#12835).
4815
4816 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4817
4818 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
4819 (perl--prettify-symbols-alist): New const.
4820 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
4821 New functions.
4822 (perl-font-lock-keywords-2): Use them.
4823 (perl-electric-noindent-p): New function.
4824 (perl-mode): Use it to set up electric-indent-mode.
4825 (perl-electric-terminator, perl-indent-command): Mark obsolete.
4826 (perl-mode-map): Remove bindings for them.
4827 (perl-imenu-generic-expression, perl-outline-level):
4828 Match functions&packages in column>0.
4829
4830 * env.el (env--substitute-vars-regexp): New const.
4831 (substitute-env-vars): Use it. Add `only-defined' arg.
4832 * net/tramp.el (tramp-replace-environment-variables): Use it.
4833
4834 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
4835 Byte-compile *before* eval in eval-and-compile.
4836 (byte-compile-log-warning): Remove redundant inhibit-read-only.
4837 (byte-compile-file-form-autoload): Don't hide actual definition.
4838 (byte-compile-maybe-guarded): Accept `functionp' as well.
4839
4840 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
4841
4842 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
4843
4844 * notifications.el (notifications-get-server-information-method):
4845 New defconst.
4846 (notifications-get-capabilities): Fix docstring.
4847 (notifications-get-server-information): New defun.
4848
4849 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4850
4851 * textmodes/ispell.el (ispell-region): Standard re-indent for better
4852 readability.
4853
4854 * textmodes/ispell.el: Experimental support for support debugging.
4855 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
4856 buffer for ispell.
4857 (ispell-print-if-debug): New function to print stuff to
4858 `ispell-debug-buffer' if debugging is enabled.
4859 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
4860 show some debugging info.
4861 (ispell-buffer-with-debug): New function that creates a debugging
4862 buffer and calls `ispell-buffer' with debugging enabled.
4863
4864 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
4865 comment in autoconf mode. (Bug#12768)
4866
4867 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
4868
4869 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
4870 frame-first-window, frame-root-window, frame-selected-window,
4871 minibuffer-selected-window, minibuffer-window,
4872 window-absolute-pixel-edges, window-at, window-body-height,
4873 window-body-width, window-display-table, window-combination-limit,
4874 window-frame, window-fringes, window-inside-absolute-pixel-edges,
4875 window-inside-edges, window-inside-pixel-edges, window-left-child,
4876 window-left-column, window-margins, window-next-buffers,
4877 window-next-sibling, window-new-normal, window-new-total,
4878 window-normal-size, window-parameter, window-parameters, window-parent,
4879 window-pixel-edges, window-point, window-prev-buffers,
4880 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
4881 window-start, window-text-height, window-top-child, window-top-line,
4882 window-total-height, window-total-width and window-use-time to the list
4883 of functions without side-effects.
4884 (toplevel): Add window-valid-p to the list of error-free functions
4885 without side-effects.
4886
4887 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4888
4889 * textmodes/ispell.el (ispell-program-name):
4890 Update spellchecker parameters when customized.
4891
4892 2012-11-04 Glenn Morris <rgm@gnu.org>
4893
4894 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
4895
4896 2012-11-04 Chong Yidong <cyd@gnu.org>
4897
4898 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
4899 same-window-* variables.
4900
4901 2012-11-04 Juri Linkov <juri@jurta.org>
4902
4903 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
4904 (isearch-describe-key, isearch-describe-mode): Use a display
4905 action instead of binding same-window-* variables (Bug#10040).
4906
4907 2012-11-03 Glenn Morris <rgm@gnu.org>
4908
4909 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
4910 Rename handler properties back from cl-- to cl-. (Bug#12788)
4911
4912 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
4913
4914 2012-11-03 Eli Zaretskii <eliz@gnu.org>
4915
4916 * term/pc-win.el: Don't load term/internal from here.
4917
4918 * loadup.el: Load term/internal from here.
4919
4920 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
4921
4922 * progmodes/python.el (inferior-python-mode): Fix hang in
4923 jit-lock (Bug#12645).
4924
4925 2012-11-03 Martin Rudalics <rudalics@gmx.at>
4926
4927 * window.el (switch-to-visible-buffer)
4928 (switch-to-buffer-preserve-window-point): Fix doc-strings.
4929
4930 2012-11-03 Glenn Morris <rgm@gnu.org>
4931
4932 * emacs-lisp/cl-lib.el (cl--random-time):
4933 Rename from cl-random-time. (Bug#12773)
4934 (cl--gensym-counter, cl--random-state): Update callers.
4935 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
4936
4937 2012-11-03 Chong Yidong <cyd@gnu.org>
4938
4939 * cus-start.el: Make cursor-type customizable (Bug#11633).
4940
4941 2012-11-02 Glenn Morris <rgm@gnu.org>
4942
4943 * filecache.el: No need to load find-lisp when compiling.
4944 (find-lisp-find-files): Autoload it.
4945 (file-cache-add-directory-recursively): Don't require find-lisp.
4946
4947 * image.el (image-type-from-file-name): Trivial simplification.
4948
4949 * emacs-lisp/bytecomp.el (byte-compile-eval):
4950 Decouple "noruntime" and "cl-functions" warnings.
4951
4952 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
4953
4954 * play/gomoku.el (gomoku-display-statistics): Update mode line
4955 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
4956
4957 2012-10-31 Martin Rudalics <rudalics@gmx.at>
4958
4959 * window.el (quit-restore-window): If the window has been
4960 created on an existing frame and ended up as the sole window on
4961 that frame, do not delete it (Bug#12764).
4962
4963 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4964
4965 * progmodes/sh-script.el (sh--inside-noncommand-expression):
4966 Rename from sh--inside-arithmetic-expression, handle more cases
4967 (bug#11263).
4968
4969 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
4970 (sh-font-lock-open-heredoc): Use it (bug#12770).
4971
4972 2012-10-30 Glenn Morris <rgm@gnu.org>
4973
4974 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
4975
4976 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
4977
4978 2012-10-29 Chong Yidong <cyd@gnu.org>
4979
4980 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
4981 function key is stored in a keyboard macro (Bug#4894).
4982
4983 * thingatpt.el (number-at-point): Apply a thing-at-point property.
4984
4985 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4986
4987 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
4988 header comments".
4989 (diff-unified->context, diff-context->unified)
4990 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
4991
4992 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
4993
4994 * files.el (find-alternate-file): Only ask one question (bug#12487).
4995
4996 2012-10-29 Chong Yidong <cyd@gnu.org>
4997
4998 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
4999 Suggested by Dan Nicolaescu (Bug#6326).
5000
5001 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
5002
5003 * startup.el (fancy-about-screen): Don't message (Bug#12680).
5004
5005 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
5006
5007 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
5008
5009 * face-remap.el (face-remap-add-relative): Handle the case where a
5010 face-remapping-alist entry is a cons cell (Bug#12762).
5011
5012 2012-10-29 Kevin Ryde <user42@zip.com.au>
5013
5014 * woman.el (woman-parse-numeric-value): Handle picas correctly
5015 (Bug#12639).
5016
5017 2012-10-29 Glenn Morris <rgm@gnu.org>
5018
5019 * emacs-lisp/cl.el (defsetf): Doc fix.
5020
5021 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5022
5023 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
5024 syntax to the matching opener, if any (bug#12547).
5025 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
5026 matching open as a "case-(".
5027 (sh-smie-rc-grammar): Add a corresponding rule for it.
5028
5029 2012-10-28 Daniel Hackney <dan@haxney.org>
5030
5031 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
5032 "PKGNAME-autoloads.el" in case we created it.
5033
5034 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5035
5036 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
5037 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
5038 (completion--twq-all): Disable too-strict assertions.
5039
5040 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
5041
5042 2012-10-27 Eli Zaretskii <eliz@gnu.org>
5043
5044 * profiler.el (profiler-report-make-entry-part): Fix help-echo
5045 text to match the real keybindings.
5046
5047 2012-10-27 Juri Linkov <juri@jurta.org>
5048
5049 * wdired.el (wdired-keep-marker-rename): New defcustom.
5050 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
5051 (Bug#11795)
5052
5053 * dired.el (dired-keep-marker-rename): Add reference to
5054 `wdired-keep-marker-rename' in the docstring.
5055 Add default character value ?R to display initially in
5056 Customization UI instead of ?@.
5057
5058 2012-10-27 Martin Rudalics <rudalics@gmx.at>
5059
5060 * window.el (display-buffer): In doc-string describe
5061 window-height and window-width alist entries.
5062
5063 * time.el (display-time-world): Restore fit-window-to-buffer
5064 behavior.
5065
5066 2012-10-27 Chong Yidong <cyd@gnu.org>
5067
5068 * subr.el (insert-buffer-substring-as-yank): Doc fix.
5069
5070 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
5071
5072 * minibuffer.el (completion-category-overrides): New completion
5073 category `bookmark' (bug#11131).
5074
5075 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5076
5077 * emacs-lisp/advice.el (ad-assemble-advised-definition):
5078 Silence bogus compiler warnings for ad-do-it.
5079
5080 * bookmark.el (bookmark-completing-read): Set the completion category
5081 to `bookmark' (bug#11131).
5082
5083 2012-10-26 Bastien <bzg@altern.org>
5084 Stefan Monnier <monnier@iro.umontreal.ca>
5085
5086 * face-remap.el: Use lexical-binding.
5087 (text-scale-adjust): Improve docstring. Use itself for the temporary
5088 overlay-map bindings, so as to repeat the "Use..." message each time.
5089
5090 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5091
5092 * emacs-lisp/macroexp.el (macroexp--expand-all):
5093 Obey byte-compile-warning-enabled-p (bug#12486).
5094
5095 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
5096 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
5097
5098 2012-10-26 Martin Rudalics <rudalics@gmx.at>
5099
5100 * mouse.el (mouse-drag-line): Move last form into preceding when
5101 clause (Bug#12731).
5102
5103 * help.el (resize-temp-buffer-window): Fix doc-string.
5104
5105 2012-10-25 David Engster <deng@randomsample.de>
5106
5107 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
5108 Remove. This feature is already integrated in imenu.
5109
5110 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
5111 always loaded. Require `speedbar' unconditionally.
5112
5113 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5114
5115 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
5116
5117 * minibuffer.el (minibuffer-force-complete): Fix thinko.
5118
5119 * net/ldap.el (ldap-search-internal): The official ldif format starts
5120 with a "version: 1" header (bug#12724).
5121
5122 * emacs-lisp/package.el (package-installed-p): Warn if not ready
5123 (bug#12721).
5124
5125 2012-10-25 Glenn Morris <rgm@gnu.org>
5126
5127 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
5128
5129 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5130
5131 * minibuffer.el (minibuffer-force-complete): Use one more marker
5132 for the temporary-overlay-map command (bug#12619).
5133
5134 2012-10-24 Chong Yidong <cyd@gnu.org>
5135
5136 * time.el (display-time-world-mode): Derive from special-mode.
5137 (display-time-world): Use display-buffer (Bug#12708).
5138 (display-time-world-mode-map): Variable deleted.
5139 (display-time-world-display): Wrap the final delete-char inside
5140 inhibit-read-only.
5141
5142 2012-10-24 Chong Yidong <cyd@gnu.org>
5143
5144 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
5145 Doc fix.
5146
5147 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
5148
5149 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5150
5151 * minibuffer.el (completion--all-sorted-completions-location): New var.
5152 (completion--cache-all-sorted-completions)
5153 (completion--flush-all-sorted-completions): Use it.
5154 (completion-in-region, completion-in-region--postch)
5155 (completion-at-point, completion-help-at-point): Use markers in
5156 completion-in-region--data (bug#12619).
5157
5158 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5159
5160 * progmodes/compile.el (compilation-start): Try to handle common
5161 quoting of `cd' argument (bug#12640).
5162
5163 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
5164 (bug#12671).
5165
5166 2012-10-23 Glenn Morris <rgm@gnu.org>
5167
5168 * progmodes/gud.el (gud-menu-map):
5169 Check gdb-active-process is bound. (Bug#12358)
5170
5171 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5172
5173 * repeat.el (repeat): Set real-this-command (bug#12232).
5174
5175 * htmlfontify.el (hfy-post-html-hook):
5176 * filesets.el (filesets-cache-fill-content-hook):
5177 * arc-mode.el (archive-extract-hook):
5178 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
5179 * net/rcirc.el (rcirc-sentinel-functions)
5180 (rcirc-receive-message-functions, rcirc-activity-functions)
5181 (rcirc-print-functions):
5182 * net/dbus.el (dbus-event-error-functions):
5183 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
5184 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
5185 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
5186 * term/sun.el (sun-raw-prefix-hooks):
5187 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
5188
5189 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
5190
5191 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5192 Set `tramp-chunksize' to 1. This improves the performance.
5193 (tramp-smb-wait-for-output): Add timeout to
5194 `tramp-accept-process-output' calls.
5195
5196 2012-10-23 Chong Yidong <cyd@gnu.org>
5197
5198 * faces.el (font-list-limit): Define as an obsolete variable.
5199
5200 * startup.el (command-line):
5201 * cus-start.el: Don't refer to font-list-limit.
5202
5203 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
5204
5205 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5206
5207 * subr.el (internal-temp-output-buffer-show): Rename from
5208 temp-output-buffer-show, since previously compiled files expect this name.
5209
5210 2012-10-23 Glenn Morris <rgm@gnu.org>
5211
5212 * image.el (image-type-from-file-name): If multiple types match,
5213 return the first one that is supported. (Bug#9045)
5214
5215 2012-10-22 Glenn Morris <rgm@gnu.org>
5216
5217 * image.el (imagemagick-enabled-types): Doc fix.
5218
5219 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
5220
5221 * progmodes/which-func.el (which-func-current): The hash-table may have
5222 an explicit nil (bug#12338).
5223
5224 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5225
5226 * electric.el (electric-pair-delete-selection-self-insert-function):
5227 Rename to electric-pair-will-use-region, return a boolean.
5228 (electric-pair-mode): Adjust accordingly. Don't require delsel.
5229
5230 * delsel.el (delete-selection-helper): Use a function instead of a hook.
5231 (delete-selection-pre-hook): Use use-region-p.
5232 (delete-selection-self-insert-function): Remove.
5233 (self-insert-command): Obey self-insert-uses-region-functions.
5234 (self-insert-iso): Revert to previous setting, since we don't actually
5235 know what that command does.
5236 (delete-selection-self-insert-hooks): Remove.
5237
5238 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
5239
5240 * delsel.el (delete-selection-helper): New function, extracted from
5241 delete-selection-pre-hook.
5242 (delete-selection-pre-hook): Use it.
5243 (delete-selection-self-insert-function): New function.
5244 (delete-selection-self-insert-hooks): New hook.
5245 (self-insert-command, self-insert-iso): Use it.
5246 * electric.el (electric-pair-syntax): New function, extracted from
5247 electric-pair-post-self-insert-function.
5248 (electric-pair-post-self-insert-function): Use it.
5249 (electric-pair-delete-selection-self-insert-function): New function.
5250 (electric-pair-mode): Require delsel and setup
5251 delete-selection-self-insert-hooks (bug#11520).
5252
5253 2012-10-20 Chong Yidong <cyd@gnu.org>
5254
5255 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
5256 no changes to show (Bug#12586).
5257
5258 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
5259 list explicitly (Bug#12571).
5260
5261 2012-10-20 Arne Jørgensen <arne@arnested.dk>
5262
5263 * progmodes/flymake.el (flymake-create-temp-inplace):
5264 Use file-truename.
5265
5266 2012-10-20 Eli Zaretskii <eliz@gnu.org>
5267
5268 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
5269
5270 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5271
5272 * calc/calc-units.el (math-extract-units): Properly extract powers
5273 of units.
5274
5275 2012-10-20 Daniel Colascione <dancol@dancol.org>
5276
5277 * frame.el (make-frame): Set x-display-name as we used to in order
5278 to unbreak creating an X11 frame from an Emacs daemon started
5279 without a display.
5280
5281 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5282
5283 * minibuffer.el (minibuffer-force-complete): Make the next completion use
5284 the same completion-field (bug#12221).
5285
5286 2012-10-19 Martin Rudalics <rudalics@gmx.at>
5287
5288 * emacs-lisp/debug.el (debug): Record height of debugger window
5289 also when debugger will be back (Bug#8789).
5290
5291 2012-10-18 Chong Yidong <cyd@gnu.org>
5292
5293 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
5294 Convert to defcustom.
5295 (gdb-get-source-file): Don't bind pop-up-windows.
5296
5297 * progmodes/gud.el (gud-display-line): Don't specially re-use
5298 other frames for the gdb-mi case (Bug#12648).
5299
5300 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5301
5302 * emacs-lisp/advice.el: Clean up commentary a bit.
5303 (ad-do-advised-functions, ad-with-originals): Use `declare'.
5304 (byte-code-function-p): Never redefine.
5305
5306 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
5307
5308 2012-10-18 Glenn Morris <rgm@gnu.org>
5309
5310 * dired.el (dired-sort-toggle): Some ls implementations only allow
5311 a single option string. (Bug#12666)
5312
5313 * minibuffer.el (completion-cycle-threshold): Doc fix.
5314
5315 2012-10-17 Kenichi Handa <handa@gnu.org>
5316
5317 * international/mule.el (set-keyboard-coding-system):
5318 Recover input meta mode when the new coding system doesn not use 8-bit.
5319 Supply TERMINAL arg to set-input-meta-mode.
5320
5321 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
5322
5323 * wdired.el (wdired-old-marks): New variable.
5324 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
5325 (wdired-do-renames): Move point with renamed file and don't lose
5326 mark status (Bug#11795).
5327
5328 2012-10-16 Juri Linkov <juri@jurta.org>
5329
5330 * replace.el (query-replace-help): Mention multi-buffer replacement
5331 keys in the Help message. (Bug#12655)
5332
5333 2012-10-15 Chong Yidong <cyd@gnu.org>
5334
5335 * emacs-lisp/byte-run.el (defsubst): Doc fix.
5336
5337 2012-10-14 Eli Zaretskii <eliz@gnu.org>
5338
5339 * window.el (display-buffer): Doc fix.
5340
5341 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5342 Adjust the msft regexp to the output of Studio 2010, and move msft
5343 before edg-1. See the discussion on emacs-devel,
5344 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
5345 for the details.
5346
5347 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5348
5349 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
5350 (oset): Move uses of object-class-fast macro after its definition.
5351
5352 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
5353
5354 2012-10-13 Chong Yidong <cyd@gnu.org>
5355
5356 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
5357 enabled, re-enable it (Bug#11963).
5358
5359 2012-10-13 Martin Rudalics <rudalics@gmx.at>
5360
5361 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
5362 non-nil, restore window configuration (Bug#12623).
5363
5364 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5365
5366 * help-fns.el (describe-variable, describe-function-1):
5367 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
5368
5369 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
5370
5371 2012-10-12 Glenn Morris <rgm@gnu.org>
5372
5373 * mail/rmailsum.el (rmail-header-summary):
5374 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
5375
5376 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
5377
5378 * progmodes/python.el (python-mode-map):
5379 Replace subtitute-key-definition with proper command remapping.
5380 (python-nav--up-list): Fix behavior for blocks on the same level.
5381
5382 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5383
5384 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
5385
5386 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
5387 changes to the format of load-history.
5388
5389 * international/mule-cmds.el (read-char-by-name): Move let-binding of
5390 completion-ignore-case in case that var is buffer-local (bug#12615).
5391
5392 2012-10-11 Kenichi Handa <handa@gnu.org>
5393
5394 * international/eucjp-ms.el: Re-generated.
5395
5396 2012-10-10 Kenichi Handa <handa@gnu.org>
5397
5398 * select.el (xselect--encode-string): If a coding is specified for
5399 selection, and that is compatible with COMPOUND_TEXT, use it.
5400
5401 2012-10-10 Martin Rudalics <rudalics@gmx.at>
5402
5403 * window.el (switch-to-buffer-preserve-window-point): New option.
5404 (switch-to-buffer):
5405 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
5406
5407 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5408
5409 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
5410 Don't document nil as a useful value (bug#12583).
5411
5412 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
5413
5414 * net/tramp.el (tramp-debug-message):
5415 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
5416 (with-tramp-progress-reporter): Rename from
5417 `tramp-with-progress-reporter'.
5418 (with-tramp-file-property, with-tramp-connection-property):
5419 Move from tramp-cache.el, rename from `with-file-property' and
5420 `with-connection-property', respectively.
5421
5422 * net/tramp-cache.el: Remove `with-file-property' and
5423 `with-connection-property'.
5424
5425 * net/tramp.el:
5426 * net/tramp-gvfs.el:
5427 * net/tramp-sh.el:
5428 * net/tramp-smb.el: Adapt callees.
5429
5430 * net/trampver.el: Update release number.
5431
5432 2012-10-09 Glenn Morris <rgm@gnu.org>
5433
5434 * w32-fns.el (set-message-beep):
5435 * term/w32-win.el (set-message-beep): Update declarations.
5436
5437 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5438
5439 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
5440 (mode-line-widen, mode-line-input-method-map)
5441 (mode-line-coding-system-map, mode-line-remote)
5442 (mode-line-unbury-buffer, mode-line-bury-buffer)
5443 (mode-line-next-buffer, mode-line-previous-buffer):
5444 Replace save-selected-window+select-window => with-selected-window.
5445
5446 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
5447 * progmodes/cc-vars.el (bq-process): Remove, unused.
5448
5449 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
5450
5451 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
5452
5453 Implemented `backward-up-list'-like navigation.
5454 * progmodes/python.el (python-nav-up-list)
5455 (python-nav-backward-up-list): New functions.
5456 (python-mode-map): Define substitute key for backward-up-list to
5457 python-nav-backward-up-list.
5458
5459 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5460
5461 * progmodes/python.el (python-fill-paragraph): Rename from
5462 python-fill-paragraph-function. Fixed fill-paragraph for
5463 decorators (Bug#12605).
5464
5465 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5466
5467 * progmodes/python.el (python-shell-output-filter): Handle extra
5468 carriage return in OSX (Bug#12409).
5469
5470 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5471
5472 Fix shell handling of unbalanced quotes and parens in output.
5473 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
5474 (python-syntax-propertize-function): Use it.
5475 (python-shell-output-syntax-table): New var.
5476 (inferior-python-mode): Prevent unbalanced parens/quotes from
5477 previous output mess with current input context.
5478
5479 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
5480
5481 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
5482 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
5483
5484 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
5485
5486 * ffap.el (ffap-replace-file-component): Support Tramp file name
5487 syntax, not only ange-ftp's one.
5488
5489 2012-10-08 Glenn Morris <rgm@gnu.org>
5490
5491 * cus-start.el (message-log-max): Set :version.
5492
5493 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
5494
5495 2012-10-08 Martin Rudalics <rudalics@gmx.at>
5496
5497 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
5498 the minibuffer window (Bug#10851).
5499
5500 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5501
5502 Enhancements on forward-sexp movement.
5503 * progmodes/python.el (python-nav-beginning-of-statement)
5504 (python-nav-end-of-statement): Return point-marker.
5505 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
5506 (python-info-current-symbol)
5507 (python-info-statement-starts-block-p): Rename from
5508 python-info-beginning-of-block-p.
5509 (python-info-statement-ends-block-p): Rename from
5510 python-info-end-of-block-p.
5511 (python-info-beginning-of-statement-p)
5512 (python-info-end-of-statement-p)
5513 (python-info-beginning-of-block-p, python-info-end-of-block-p):
5514 New functions.
5515
5516 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5517
5518 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
5519 frame-selected-windows.
5520
5521 2012-10-08 Daniel Colascione <dancol@dancol.org>
5522
5523 * battery.el (battery-status-function): Check for
5524 w32-battery-status itself, not system-time windows-nt.
5525
5526 * frame.el: Require cl-lib.
5527 (display-format-alist): New variable mapping frame types to
5528 functions that initialize them.
5529 (window-system-for-display): New function: interprets
5530 display-format-alist.
5531 (make-frame-on-display): Remove existing display-selection logic
5532 and just forward to make-frame, which will now DTRT.
5533 (make-frame): Restructure to use window-system-for-display to
5534 figure out how to create a frame on a given display.
5535 (display-mouse-p): Look for frame-type w32, not a particular
5536 system-type.
5537
5538 * loadup.el: Load w32 lisp code when we have the w32 feature.
5539
5540 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
5541 system-type windows-nt.
5542
5543 * server.el (server-create-window-system-frame): Look for window
5544 type.
5545 (server-proces-filter): Only force a window system when windows-nt
5546 _and_ w32. Explain why.
5547
5548 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
5549 of window systems we configure for the mode.
5550
5551 * startup.el (command-line): Mark window system is initialized
5552 after we've done it.
5553
5554 * common-win.el (x-select-text): Look for w32, not windows-nt.
5555
5556 * ns-win.el: Require cl-lib. Add ourselves to
5557 display-format-alist.
5558 (ns-initialize-window-system): Assert we're not initialized twice.
5559
5560 * w32-win.el: Enable lexical binding; require cl-lib; add
5561 ourselves to display-format-alist.
5562 (w32-handle-dropped-file): Convert incoming dropped files from
5563 Windows paths to Cygwin ones before passing them on to the rest of
5564 Emacs.
5565 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
5566 (w32-initialize-window-system): Assert we're not initialized twice.
5567
5568 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
5569 (x-initialize-window-system): Assert we're not initialized twice.
5570
5571 * w32-common-fns.el: New File.
5572 (w32-version, w32-using-nt, w32-get-clipboard-data)
5573 (w32-set-clipboard-data, x-set-selection, x-get-selection)
5574 (w32-charset-info-alist, x-last-selected, text)
5575 (x-get-selection-value, x-selection-value): Move here.
5576
5577 * w32-fns.el: Require w32-common-fns.
5578 (w32-version, w32-using-nt, w32-get-clipboard-data)
5579 (w32-set-clipboard-data, x-set-selection, x-get-selection)
5580 (w32-charset-info-alist, x-last-selected, text)
5581 (x-get-selection-value, x-selection-value): Move to
5582 w32-common-fns.
5583
5584 * w32-vars.el:
5585 (w32-allow-system-shell, w32-system-shells): Define only in
5586 non-cygwin case.
5587
5588 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5589
5590 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
5591 (read-passwd): Remove a few more potential sources of leaks.
5592
5593 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
5594
5595 * progmodes/python.el (inferior-python-mode)
5596 (python-shell-make-comint): Fix initialization of local
5597 variables copied from parent buffer.
5598
5599 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
5600
5601 * term/ns-win.el (ns-read-file-name): Update declaration to match
5602 nsfns.m.
5603 (ns-respond-to-change-font): Change fontsize separately so we are sure
5604 it is set when font is acted upon.
5605
5606 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
5607
5608 Enhancements to indentation.
5609 * progmodes/python.el (python-indent-context): Give priority to
5610 inside-string context. Make comments indentation markers.
5611 (python-indent-region): Do not mess with strings, unless it's the
5612 enclosing set of quotes.
5613
5614 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5615
5616 * window.el (internal--before-save-selected-window)
5617 (internal--after-save-selected-window): New functions extracted from
5618 save-selected-window. Make sure we return the `alist' we construct.
5619 (save-selected-window): Use them.
5620
5621 * textmodes/tex-mode.el (tex-recenter-output-buffer):
5622 Use with-selected-window.
5623
5624 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
5625 forms that define macros (bug#12593).
5626
5627 2012-10-07 Kenichi Handa <handa@gnu.org>
5628
5629 * international/mule-conf.el (compound-text-with-extensions):
5630 Add :mime-charset property as x-ctext.
5631
5632 2012-10-07 Stefan Merten <smerten@oekonux.de>
5633
5634 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
5635 (rst-indent-literal-normal, rst-indent-literal-minimized)
5636 (rst-indent-comment): Correct :version tag.
5637 (rst-official-cvs-rev): Correct version string.
5638
5639 2012-10-07 Glenn Morris <rgm@gnu.org>
5640
5641 * mail/rmailmm.el (rmail-mime-process-multipart):
5642 Do not confuse a multipart message with an epilogue
5643 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
5644
5645 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
5646
5647 Fix shell output retrieval and comint-prompt-regexp init.
5648 * progmodes/python.el (inferior-python-mode):
5649 (python-shell-make-comint): Fix initialization of
5650 comint-prompt-regexp from copied file local variables.
5651 (python-shell-fetched-lines): Remove var.
5652 (python-shell-output-filter-in-progress): Rename from
5653 python-shell-fetch-lines-in-progress.
5654 (python-shell-output-filter-buffer): Rename from
5655 python-shell-fetch-lines-string.
5656 (python-shell-fetch-lines-filter): Delete function.
5657 (python-shell-output-filter): New function.
5658 (python-shell-send-string-no-output): Use them.
5659
5660 2012-10-07 Glenn Morris <rgm@gnu.org>
5661
5662 * hi-lock.el (hi-lock-process-phrase):
5663 Try to make it less fragile. (Bug#7161)
5664
5665 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
5666
5667 2012-10-06 Glenn Morris <rgm@gnu.org>
5668
5669 * ehelp.el (electric-help-mode): Use help-mode rather than
5670 non-existent mode `help'.
5671 (electric-help-map): Use button-buffer-map. (Bug#10917)
5672
5673 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
5674 (reftex-create-bibtex-footer): Fix custom types.
5675
5676 * progmodes/sh-script.el (sh-indent-after-continuation):
5677 Add explicit :group.
5678
5679 * textmodes/rst.el (rst-preferred-decorations)
5680 (rst-shift-basic-offset): Clarify obsolescence versions.
5681
5682 * profiler.el (profiler): Add missing group :version tag.
5683 * avoid.el (mouse-avoidance-banish-position):
5684 * proced.el (proced-renice-command):
5685 * calc/calc.el (calc-ensure-consistent-units):
5686 * calendar/icalendar.el (icalendar-import-format-uid):
5687 * net/tramp.el (tramp-save-ad-hoc-proxies):
5688 * progmodes/bug-reference.el (bug-reference-bug-regexp):
5689 * progmodes/flymake.el (flymake-error-bitmap)
5690 (flymake-warning-bitmap, flymake-fringe-indicator-position):
5691 * progmodes/sh-script.el (sh-indent-after-continuation):
5692 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
5693 (verilog-before-save-font-hook, verilog-after-save-font-hook):
5694 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
5695 (vhdl-array-index-record-field-in-sensitivity-list)
5696 (vhdl-indent-comment-like-next-code-line):
5697 * textmodes/reftex-vars.el (reftex-ref-style-alist)
5698 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
5699 (reftex-cite-key-separator, reftex-create-bibtex-header)
5700 (reftex-create-bibtex-footer):
5701 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
5702 (rst-indent-literal-normal, rst-indent-literal-minimized)
5703 (rst-indent-comment): Add missing custom :version tags.
5704
5705 * calendar/timeclock.el (timeclock-modeline-display):
5706 Add missing obsolete alias for renamed user option.
5707
5708 * strokes.el (strokes-modeline-string):
5709 * emulation/crisp.el (crisp-mode-modeline-string):
5710 * eshell/esh-mode.el (eshell-status-in-modeline):
5711 Aliases to defcustoms must come before the defcustom.
5712
5713 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
5714 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
5715 (cal-tex-cursor-week-monday): Doc fixes.
5716 (cal-tex-cursor-week2-summary): Doc fix.
5717 Rename from cal-tex-cursor-week-at-a-glance.
5718
5719 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
5720 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
5721
5722 * calendar/calendar.el (calendar-mode-map):
5723 Add cal-tex-cursor-week2-summary.
5724
5725 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
5726
5727 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
5728
5729 * subr.el (read-passwd-map): New var.
5730 (read-passwd): Use `read-string' again.
5731 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
5732
5733 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
5734
5735 * register.el (append-to-register, prepend-to-register):
5736 Deactivate mark, as does `copy-to-register' (bug#12389).
5737
5738 2012-10-06 Chong Yidong <cyd@gnu.org>
5739
5740 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
5741
5742 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
5743
5744 * international/characters.el: Fix simple mistake ((car chars) ->
5745 elt), delete duplicated code.
5746
5747 2012-10-06 Glenn Morris <rgm@gnu.org>
5748
5749 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
5750
5751 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
5752
5753 * color.el (color-hsl-to-rgb): Fix incorrect results for
5754 small and large hue values. (Bug#12559)
5755
5756 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
5757
5758 Enhancements to docstring formatting when filling paragraphs.
5759 * progmodes/python.el (python-fill-docstring-style): Rename from
5760 python-fill-string-style. Added new style.
5761 (python-fill-string): Use new style. Better checks for
5762 docstrings.
5763
5764 2012-10-05 Glenn Morris <rgm@gnu.org>
5765
5766 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
5767
5768 * color.el (color-name-to-rgb, color-rgb-to-hex)
5769 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
5770 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
5771 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5772 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
5773
5774 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
5775
5776 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
5777
5778 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
5779 to get the correct size across symlinks.
5780
5781 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
5782
5783 2012-10-04 Juri Linkov <juri@jurta.org>
5784
5785 * replace.el (query-replace-interactive): Declare obsolete.
5786 (query-replace-read-from): Add the last incremental search string
5787 to the list of default values accessible via M-n.
5788 (map-query-replace-regexp): Use `read-regexp'.
5789 (query-replace, query-replace-regexp, query-replace-regexp-eval)
5790 (map-query-replace-regexp, replace-string, replace-regexp):
5791 Fix docstrings to replace mentions of `query-replace-interactive'
5792 with alternatives. (Bug#12526)
5793
5794 2012-10-04 Juri Linkov <juri@jurta.org>
5795
5796 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
5797 (dired-pop-to-buffer): Declare obsolete.
5798 (dired-mark-pop-up): Doc fix.
5799
5800 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
5801
5802 Allow user to set docstring style for fill-paragraph.
5803 * progmodes/python.el
5804 (python-fill-comment-function, python-fill-string-function)
5805 (python-fill-decorator-function, python-fill-paren-function):
5806 Remove :safe for defcustoms.
5807 (python-fill-string-style): New defcustom
5808 (python-fill-paragraph-function): Enhance context detection.
5809 (python-fill-string): Honor python-fill-string-style settings.
5810
5811 2012-10-04 Martin Rudalics <rudalics@gmx.at>
5812
5813 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
5814 after setting its buffer (Bug#10805).
5815
5816 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
5817
5818 Fix cornercase for string syntax.
5819 * progmodes/python.el (python-syntax-propertize-function):
5820 Simplify and enhance the regexp for unescaped quotes. Now it also
5821 matches quotes in weird situations like the single quote in
5822 "something\"'".
5823 (python-syntax-stringify): Simplify num-quotes detecting code.
5824
5825 2012-10-03 Glenn Morris <rgm@gnu.org>
5826
5827 * help-macro.el (three-step-help):
5828 Revert 2012-09-29 change. (Bug#12567)
5829
5830 2012-10-03 Martin Rudalics <rudalics@gmx.at>
5831
5832 * menu-bar.el (kill-this-buffer): Don't do anything when
5833 `menu-frame' is not alive or visible (Bug#8184).
5834
5835 * emacs-lisp/debug.el (debug): When quitting the debugger window
5836 restore current buffer (Bug#12502).
5837
5838 2012-10-02 Chong Yidong <cyd@gnu.org>
5839
5840 * progmodes/hideif.el (hif-lookup, hif-defined):
5841 Handle semantic-c-takeover-hideif.
5842
5843 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
5844
5845 Change sampling interval units from ms to ns.
5846 * profiler.el (profiler-sampling-interval): Change units
5847 from ms to ns, multiplying the default by 1000000 so that
5848 it remains 1 ms.
5849 (profiler-report-cpu-line-format): Give enough room for
5850 the maximum counters on 64-bit hosts.
5851 (profiler-report-render-calltree-1): Call them "CPU samples",
5852 not "Time (ms)", since they are not milliseconds now (and
5853 never really were).
5854
5855 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
5856
5857 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
5858 Fix querying BBDB for entries without a last name (Bug#11580).
5859
5860 2012-10-02 Chong Yidong <cyd@gnu.org>
5861
5862 * emacs-lisp/eieio.el: Restore Version header.
5863
5864 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5865
5866 * vc/diff-mode.el (diff--auto-refine-data): New var.
5867 (diff-hunk): Use it to delay refinement.
5868 (diff-mode): Remove overlays when we turn off font-lock.
5869
5870 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
5871 (table-initialize-table-fixed-width-mode)
5872 (table-set-table-fixed-width-mode): Remove functions.
5873 (table-command-list): Move initialization into declaration.
5874 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
5875 (table-with-cache-buffer): Use `declare'.
5876 (table-span-cell): Simplify via CSE.
5877 (table-fixed-width-mode): Use define-minor-mode.
5878 (table-call-interactively, table-funcall, table-apply): Remove.
5879 (table-function): New function, to replace them.
5880
5881 * bookmark.el (bookmark-search-pattern): Remove var.
5882 (bookmark-read-search-input): Remove function.
5883 (bookmark-bmenu-search): Reimplement using a minibuffer.
5884
5885 * faces.el (modeline): Remove obsolete face name.
5886
5887 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
5888 and give a non-nil default value.
5889 (add-change-log-entry): Simplify accordingly.
5890
5891 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
5892
5893 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
5894 (vc-git-log-edit-toggle-amend): New function.
5895 (vc-git-log-edit-toggle-signoff): New function.
5896 (vc-git-log-edit-mode): New major mode.
5897 (vc-git-log-edit-mode-map): Keymap for it.
5898 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
5899
5900 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
5901 header names.
5902 (log-edit-toggle-header): New function.
5903 (log-edit-extract-headers): Accept function values in HEADERS alist.
5904
5905 2012-10-01 David Engster <deng@randomsample.de>
5906
5907 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
5908 from symbol property and change message to be more consistent with
5909 Emacs proper.
5910 (eieio-describe-generic): Add filename for each implementation.
5911 Fix indices for generic and normal methods.
5912 (eieio-method-def, eieio-class-def): New buttons.
5913 (eieio-help-find-method-definition)
5914 (eieio-help-find-class-definition): New functions.
5915 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
5916 class, constructor and method definitions.
5917
5918 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
5919 information in symbol property.
5920 (scoped-class): Remove.
5921 (eieio-slot-name-index, call-next-method): Check if it is bound.
5922
5923 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
5924
5925 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
5926 (eieio-custom-mode): New major mode.
5927 (eieio-customize-object): Use it.
5928
5929 2012-10-01 Eric Ludlam <zappo@gnu.org>
5930
5931 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
5932 specifying the expected class, and whether subclassing is allowed.
5933 (eieio-persistent-convert-list-to-object):
5934 (eieio-persistent-validate/fix-slot-value)
5935 (eieio-persistent-slot-type-is-class-p): New functions.
5936 (eieio-named::slot-missing): Doc fix.
5937
5938 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
5939 Stop using unused publd variable.
5940
5941 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
5942 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
5943 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
5944 (eieio-speedbar-handle-click): Do not specify a class for the
5945 method. Fixes method invocation order problems with EDE.
5946
5947 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5948
5949 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
5950 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
5951
5952 2012-10-01 Karl Fogel <kfogel@red-bean.com>
5953
5954 * bookmark.el (bookmark-version-control): Give tags in the
5955 :type choices (Bug#12309), and improve doc string.
5956 (bookmark-write-file): Bind `print-circle' to `t' to allow
5957 circular custom bookmark types. (Bug#12503)
5958
5959 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
5960
5961 Revert the FOLLOW-SYMLINKS change for file-attributes.
5962 * files.el (remote-file-name-inhibit-cache, after-find-file):
5963 * time.el (display-time-file-nonempty-p): Undo last change.
5964
5965 * profiler.el (profiler-sampling-interval): Change default back to 1.
5966 See Stefan Monnier in
5967 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
5968
5969 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
5970
5971 Shell output catching a la gud-gdb.
5972 * progmodes/python.el (python-shell-fetch-lines-in-progress)
5973 (python-shell-fetch-lines-string, python-shell-fetched-lines):
5974 New Vars.
5975 (python-shell-fetch-lines-filter): New function.
5976 (python-shell-send-string-no-output): Use them.
5977
5978 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
5979
5980 * profiler.el (profiler-sampling-interval): Rename from
5981 profiler-sample-interval.
5982 (profiler-sampling-interval): Default to 10.
5983 (profiler-find-profile): New command (was profiler-find-log).
5984 (profiler-find-profile-other-window): New command.
5985 (profiler-find-profile-other-frame): New command.
5986 (profiler-profile): Introduce API-level data structure.
5987
5988 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
5989
5990 file-attributes has a new optional arg FOLLOW-SYMLINKS.
5991 * files.el (remote-file-name-inhibit-cache):
5992 * time.el (display-time-file-nonempty-p): Use it.
5993 * files.el (after-find-file): Don't chase links before calling
5994 file-exists-p, as file-exists-p already does the right thing.
5995
5996 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
5997
5998 Merge from standalone RefTeX repository.
5999
6000 The following ChangeLog entries are shortened versions of the
6001 original ones with file paths adapted. A not so strongly edited
6002 version of the original ChangeLog can be found in the commit log.
6003
6004 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
6005 (reftex-arg-cite): Use `reftex-cite-key-separator'.
6006 Correctly handle new value type returned by `reftex-citation'.
6007
6008 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
6009 that entries with whitespace at various places are found.
6010 Doc fix. Include entries that are cross-referenced from cited entries.
6011 Include @String definitions in the resulting bib file. Add header
6012 and footer defined in `reftex-create-bibtex-header' and
6013 `reftex-create-bibtex-footer'.
6014 (reftex-do-citation): Make it possible again to insert
6015 non-existent entries. Save match data when asking for optional
6016 arguments. Return all keys, not just the first one.
6017 (reftex-all-used-citation-keys): Fix regexp to correctly extract
6018 all citations in the same line.
6019 (reftex-parse-bibtex-entry): Accept additional optional argument
6020 `raw' and keep quotes or braces if it is non-nil. Match fields
6021 containing hyphens besides word constituents.
6022 (reftex-get-string-refs): New function.
6023 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
6024 and ask if it should be reread in case it did.
6025 (reftex-pop-to-bibtex-entry)
6026 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
6027 entries with spaces or tabs in front of arguments.
6028 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6029 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
6030 Match entries containing numbers and symbol constituents.
6031 (reftex-do-citation, reftex-figure-out-cite-format):
6032 Use `reftex-cite-key-separator'.
6033
6034 * textmodes/reftex-dcr.el: Move provide statement to end of file.
6035 (reftex-mouse-view-crossref): Explain why point is set.
6036
6037 * textmodes/reftex-global.el: Whitespace changes.
6038
6039 * textmodes/reftex-index.el: Move provide statement to end of
6040 file.
6041 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
6042 (reftex-index-visit-phrases-buffer): Set marker when visiting
6043 buffer. This allows for returning from the phrases file to the
6044 file one was just editing instead of the file where the last
6045 phrases was added from.
6046 (reftex-index-phrases-syntax-table): New variable. Give ?\"
6047 punctuation syntax as it usually is not used as string quote in
6048 TeX-related modes and may occur unmatched. The change also
6049 prevents fontification of quoted content.
6050 (reftex-index-phrases-mode): Use it.
6051
6052 * textmodes/reftex-parse.el (reftex-parse-from-file):
6053 Move backward one char if a `\' was matched after a section macro.
6054 (reftex-parse-from-file): Use beginning of match instead of end as
6055 bound.
6056
6057 * textmodes/reftex-ref.el: Adapt creation of
6058 `reftex-<package>-<macro>' functions to new structure of
6059 `reftex-ref-style-alist'.
6060 (reftex-reference): Use `reftex-ref-style-list' function.
6061 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
6062 reference macro if `reftex-ref-macro-prompt' is non-nil.
6063 (reftex-reference): Pass refstyle to `reftex-format-special'.
6064 Determine reference macro by looking at
6065 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
6066 Use only one special format function.
6067 (reftex-varioref-vref, reftex-fancyref-fref)
6068 (reftex-fancyref-Fref): Remove definitions. The functions are now
6069 generated from `reftex-ref-style-alist'.
6070 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
6071 Remove.
6072 (reftex-format-special): New function.
6073
6074 * textmodes/reftex-sel.el
6075 (reftex-select-cycle-ref-style-internal): Adapt to new structure
6076 of `reftex-ref-style-alist'. Remove code for testing macro type.
6077 (reftex-select-toggle-varioref)
6078 (reftex-select-toggle-fancyref): Remove.
6079 (reftex-select-cycle-ref-style-internal)
6080 (reftex-select-cycle-ref-style-forward)
6081 (reftex-select-cycle-ref-style-backward): New functions.
6082 (reftex-select-label-map): Use `v' and `V' for general cycling
6083 through reference styles. Add `p' for switching between number
6084 and page reference types.
6085
6086 * textmodes/reftex-toc.el (reftex-re-enlarge):
6087 Call `enlarge-window' only if there is something to do because in Emacs
6088 the horizontal version throws an error even if the parameter is 0.
6089
6090 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
6091 (reftex-plug-into-AUCTeX): Doc fix.
6092 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
6093 string. Adapt to new name.
6094 (reftex-ref-style-alist): Change structure so that it is not
6095 possible to use multiple different package names within a style.
6096 Remove the symbols for symbols for macro type distinction.
6097 Add characters for macro selection.
6098 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
6099 (reftex-create-bibtex-footer): New variables.
6100 (reftex-format-ref-function): Mention third argument of special
6101 format function.
6102 (reftex-ref-style-alist, reftex-ref-style-default-list):
6103 New variables.
6104 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
6105 to new implementation. Mark as obsolete. Add compatibility code
6106 for honoring the variable values in case they are set.
6107 (reftex-cite-format-builtin, reftex-bibliography-commands):
6108 Add support for ConTeXt.
6109 (reftex-format-ref-function, reftex-format-cite-function):
6110 Fix custom type.
6111 (reftex-cite-key-separator): New variable.
6112
6113 * textmodes/reftex.el (reftex-syntax-table-for-bib)
6114 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
6115 `reftex-syntax-table' because parens have to retain their paren
6116 syntax in order for parsing of BibTeX entries like @book(...) to
6117 work.
6118 (reftex-in-comment): Do not error out if `comment-start-skip' is
6119 not set. Deal correctly with escaped comment characters.
6120 (reftex-tie-multifile-symbols): Add doc string.
6121 Initialize `reftex-ref-style-list'.
6122 (reftex-untie-multifile-symbols): Add doc string.
6123 (reftex-add-index-macros): Doc fix.
6124 (reftex-ref-style-activate, reftex-ref-style-toggle)
6125 (reftex-ref-style-list): New functions.
6126 (reftex-mode-menu): Use them. Adapt to new structure of
6127 `reftex-ref-style-alist'.
6128 (reftex-select-with-char): Kill the RefTeX Select buffer when
6129 done.
6130 (reftex-remove-if): New function.
6131 (reftex-erase-all-selection-and-index-buffers)
6132 (reftex-mode-menu): Reference styles are now computed from
6133 `reftex-ref-style-alist'. Fix typo.
6134 (reftex-report-bug): New function.
6135 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
6136 algorithms with O(n log n). Introduce optional argument SORT (not
6137 yet used).
6138
6139 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
6140
6141 Enhancements for triple-quote string syntax.
6142 * progmodes/python.el (python-syntax-propertize-function):
6143 Match both quote cases in one regexp.
6144 (python-syntax-stringify): Handle matches properly.
6145
6146 2012-09-30 Juri Linkov <juri@jurta.org>
6147
6148 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
6149 to nil around the call to `insert' to prevent
6150 directory time modification by lock_file. (Bug#2295)
6151 * tar-mode.el (tar-summarize-buffer): Idem.
6152
6153 2012-09-30 Juri Linkov <juri@jurta.org>
6154
6155 * facemenu.el (list-colors-sort): Add option "Luminance".
6156 (list-colors-sort-key): Implement it.
6157
6158 * vc/diff-mode.el (diff-refine-removed):
6159 * vc/ediff-init.el (ediff-fine-diff-A):
6160 * vc/smerge-mode.el (smerge-refined-removed):
6161 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
6162
6163 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
6164
6165 * term/ns-win.el (x-file-dialog): New function.
6166
6167 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
6168
6169 * ido.el (ido-max-directory-size): Default to nil; the current
6170 default is small for POSIX systems, and impractical on Windows 7
6171 now that lstat returns directory sizes for NTFS.
6172
6173 2012-09-30 Martin Rudalics <rudalics@gmx.at>
6174
6175 In buffer display functions handle window-height/window-width
6176 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
6177 * window.el (window--display-buffer): New argument ALIST.
6178 Obey window-height and window-width alist entries.
6179 (window--try-to-split-window): New argument ALIST.
6180 Bind window-combination-limit to t when the window's size shall be
6181 changed and window-combination-limit equals `window-size'.
6182 (display-buffer-in-atom-window)
6183 (display-buffer-in-major-side-window)
6184 (display-buffer-in-side-window, display-buffer-same-window)
6185 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6186 (display-buffer-pop-up-window, display-buffer-below-selected)
6187 (display-buffer-at-bottom, display-buffer-in-previous-window)
6188 (display-buffer-use-some-window): Adjust all callers of
6189 window--display-buffer and window--try-to-split-window.
6190 (fit-frame-to-buffer): New option.
6191 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
6192 is non-nil.
6193 (display-buffer-in-major-side-window): Evaluate window-height /
6194 window-width alist entries.
6195
6196 * help.el (temp-buffer-resize-frames)
6197 (temp-buffer-resize-regexps): Remove options.
6198 (temp-buffer-resize-mode): Adjust doc-string.
6199 (resize-temp-buffer-window): Don't consult
6200 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
6201 temp-buffer-resize-frames.
6202
6203 * dired.el (dired-mark-pop-up):
6204 Call display-buffer-below-selected with a fit-window-to-buffer alist
6205 entry.
6206
6207 2012-09-30 Chong Yidong <cyd@gnu.org>
6208
6209 * server.el (server-host): Document the security implications.
6210 (server-auth-key): Doc fix.
6211
6212 * startup.el (initial-buffer-choice): Doc fix.
6213
6214 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
6215
6216 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
6217 restriction change.
6218
6219 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
6220
6221 * help-fns.el (help-fns--obsolete): Fix last change.
6222
6223 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6224
6225 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
6226 (minor-mode-map-alist): Remove redundant code.
6227
6228 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
6229 visited in a buffer.
6230 (cvs-insert-visited-file): New function.
6231 (find-file-hook): Use it.
6232
6233 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
6234
6235 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
6236 chose face.
6237 (log-edit-empty-buffer-p): Don't require a space after a header.
6238
6239 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
6240
6241 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
6242
6243 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
6244 a proper minor-mode.
6245
6246 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
6247
6248 2012-09-29 Glenn Morris <rgm@gnu.org>
6249
6250 * winner.el (winner-mode): Remove variable (let define-minor-mode
6251 handle it).
6252 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
6253 Doc fixes.
6254 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
6255 (winner-mode): Use define-minor-mode.
6256
6257 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
6258 the full definition in loaddefs, rather than duplicating it.
6259
6260 * help-macro.el (three-step-help): No need to autoload defcustom.
6261
6262 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6263 (inferior-lisp-program, inferior-lisp-load-command)
6264 (inferior-lisp-prompt, inferior-lisp-mode-hook):
6265 No need to autoload defcustoms.
6266
6267 * hippie-exp.el (hippie-expand-try-functions-list)
6268 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
6269 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
6270 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
6271 (hippie-expand-only-buffers): No need to autoload defcustoms.
6272 * progmodes/vhdl-mode.el (vhdl-line-expand):
6273 Explicitly load hippie-exp, so it does not get autoloaded
6274 while hippie-expand-try-functions-list is let-bound.
6275
6276 2012-09-28 Glenn Morris <rgm@gnu.org>
6277
6278 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
6279
6280 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
6281 Only "cl.el" counts as cl these days.
6282
6283 2012-09-28 Juri Linkov <juri@jurta.org>
6284
6285 Display archive errors in the echo area instead of inserting
6286 to the file buffer.
6287
6288 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
6289 to STDERR-TEST that can be a regexp matching a successful output.
6290 Create a temporary file and redirect stderr to it. Search for
6291 STDERR-TEST in the stderr output and display it in the echo area
6292 if no match is found.
6293 (archive-extract-by-file): New function like
6294 `archive-extract-by-stdout' but extracting archives to files
6295 and looking for successful matches in stdout. Function body is
6296 mostly copied from `archive-rar-extract'.
6297 (archive-rar-extract): Use `archive-extract-by-file'.
6298 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
6299
6300 2012-09-28 Leo Liu <sdl.web@gmail.com>
6301
6302 * pcomplete.el (pcomplete-show-completions):
6303 Use minibuffer-message to make pcomplete usable in minibuffer.
6304
6305 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
6306
6307 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6308
6309 * type-break.el: Use lexical-binding.
6310 (type-break-mode): Use define-minor-mode.
6311
6312 * emacs-lisp/pcase.el (pcase--mark-used): New.
6313 (pcase--u1): Use it (bug#12512).
6314
6315 * custom.el (load-theme): Set buffer-file-name so the load is recorded
6316 in load-history with the right file name.
6317
6318 2012-09-28 Tassilo Horn <tsdh@gnu.org>
6319
6320 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
6321 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
6322 (doc-view-get-bounding-box): Make bounding box slicing work for
6323 ODF and DVI documents.
6324
6325 2012-09-28 Glenn Morris <rgm@gnu.org>
6326
6327 * type-break.el (type-break-mode, type-break-interval)
6328 (type-break-good-rest-interval, type-break-keystroke-threshold):
6329 No need to autoload.
6330 (type-break-good-rest-interval, type-break-keystroke-threshold):
6331 Add :set-after.
6332
6333 2012-09-28 Chong Yidong <cyd@gnu.org>
6334
6335 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
6336 Add :version tag.
6337
6338 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6339
6340 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
6341
6342 2012-09-27 Glenn Morris <rgm@gnu.org>
6343
6344 * faces.el (x-display-name): Declare (for without-x builds).
6345
6346 * linum.el (linum-format): Don't autoload it. Improve :type.
6347
6348 * progmodes/tcl.el: Don't require outline when compiling.
6349 (outline-regexp, outline-level): Declare.
6350 * textmodes/sgml-mode.el: Don't require outline when compiling.
6351 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
6352
6353 * term.el (term-ansi-reset):
6354 Try setting term-ansi-face-already-done to nil. (Bug#11785)
6355
6356 * vc/vc.el (vc-next-action): Only gripe about committing read-only
6357 files for RCS and SCCS. (Bug#9781)
6358
6359 2012-09-27 Chong Yidong <cyd@gnu.org>
6360
6361 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
6362 change; value should be t.
6363
6364 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6365
6366 * image-mode.el: Use lexical-binding.
6367 (image-mode-winprops): Use t to stand for the window of
6368 a buffer that's not displayed.
6369 * doc-view.el (doc-view-new-window-function): Handle the new
6370 t in winprops.
6371 (doc-view-enlarge): Make it a real nop if the size is not changed.
6372 (doc-view-display): Handle the case where the buffer is not (yet?)
6373 displayed in any window.
6374 (doc-view-saved-settings): New var.
6375 (doc-view-mode): Use it.
6376 (doc-view-fallback-mode): Set it.
6377
6378 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
6379 Set lexical-binding.
6380 (minibuffer-eldef-shorten-default): New var.
6381 (minibuffer-default-in-prompt-regexps): Use it for new default.
6382 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
6383
6384 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
6385
6386 * international/uni-bidi.el:
6387 * international/uni-category.el:
6388 * international/uni-name.el:
6389 * international/uni-numeric.el: Regenerate.
6390
6391 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
6392 Stefan Monnier <monnier@iro.umontreal.ca>
6393
6394 * profiler.el: New file.
6395
6396 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6397
6398 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
6399 (testcover-reinstrument): Simplify with CSE.
6400
6401 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
6402
6403 * window.el (temp-buffer-window-setup): Fix typo in docstring.
6404
6405 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
6406
6407 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
6408 (verilog-auto-input, verilog-auto-insert-lisp)
6409 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
6410 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
6411 (verilog-auto-unused, verilog-auto-wire)
6412 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
6413 newline. Reported by Andrew Jones.
6414 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
6415 Reported by Brad Dobbie.
6416 (verilog-batch-delete-trailing-whitespace):
6417 Create verilog-batch-delete-trailing-whitespace.
6418 Reported by Brad Dobbie.
6419 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
6420 parameters from another module. Reported by Dan Katz.
6421 (verilog-auto, verilog-auto-assign-modport)
6422 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
6423 AUTOINOUTMODPORT for UVM interface module shell generation.
6424 Reported by Brad Dobbie.
6425 (verilog-auto-inst-interfaced-ports): Make default nil, as more
6426 standard behavior.
6427 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
6428 Reported by Matt Martin.
6429
6430 2012-09-25 Martin Rudalics <rudalics@gmx.at>
6431
6432 * window.el (window--resize-child-windows): When resizing child
6433 windows proportionally, process them in reverse order to
6434 preserve the "when splitting a window the new one gets the odd
6435 line" behavior.
6436 (window--resize-root-window-vertically): When resizing the
6437 minibuffer window try to affect only windows at the bottom of the
6438 frame. (Bug#12419)
6439
6440 2012-09-25 Chong Yidong <cyd@gnu.org>
6441
6442 * subr.el (declare): Doc fix.
6443
6444 * help-fns.el (help-fns--obsolete): Handle macros properly.
6445
6446 2012-09-25 Chong Yidong <cyd@gnu.org>
6447
6448 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
6449 this function obsolete.
6450
6451 * calendar/cal-x.el (calendar-two-frame-setup)
6452 (calendar-only-one-frame-setup, calendar-one-frame-setup):
6453 * calendar/calendar.el (american-calendar, european-calendar)
6454 (calendar-for-loop):
6455 * comint.el (comint-dynamic-simple-complete)
6456 (comint-dynamic-complete-as-filename, comint-unquote-filename):
6457 * desktop.el (desktop-load-default):
6458 * dired-x.el (dired-omit-here-always)
6459 (dired-hack-local-variables, dired-default-directory):
6460 * emacs-lisp/derived.el (derived-mode-class):
6461 * emacs-lisp/timer.el (timer-set-time-with-usecs):
6462 * emacs-lock.el (toggle-emacs-lock):
6463 * epa.el (epa-display-verify-result):
6464 * epg.el (epg-sign-keys, epg-start-sign-keys)
6465 (epg-passphrase-callback-function):
6466 * eshell/esh-util.el (eshell-for):
6467 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
6468 (eshell-add-to-window-buffer-names):
6469 * files.el (locate-file-completion):
6470 * imenu.el (imenu-example--create-c-index)
6471 (imenu-example--create-lisp-index)
6472 (imenu-example--lisp-extract-index-name)
6473 (imenu-example--name-and-position):
6474 * international/mule-cmds.el (princ-list):
6475 * international/mule-diag.el (decode-codepage-char):
6476 * international/mule-util.el (detect-coding-with-priority):
6477 * iswitchb.el (iswitchb-read-buffer):
6478 * mail/mailalias.el (mail-complete):
6479 * mail/sendmail.el (mail-sent-via):
6480 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
6481 (mouse-major-mode-menu):
6482 * password-cache.el (password-read-and-add):
6483 * pcomplete.el (pcomplete-parse-comint-arguments):
6484 * progmodes/sh-script.el (sh-maybe-here-document):
6485 * replace.el (query-replace-regexp-eval):
6486 * savehist.el (savehist-load):
6487 * simple.el (choose-completion-delete-max-match):
6488 * term.el (term-dynamic-simple-complete):
6489 * vc/ediff-init.el (ediff-check-version):
6490 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
6491 * vc/vc.el (vc-diff-switches-list):
6492 * view.el (view-return-to-alist-update): Likewise.
6493
6494 * subr.el (eval-next-after-load, makehash, insert-string)
6495 (assoc-ignore-representation, assoc-ignore-case): Use declare to
6496 mark obsolete.
6497 (mode-line-inverse-video): Variable deleted.
6498
6499 * international/mule-util.el (string-to-sequence): Remove.
6500
6501 * calendar/calendar.el (calendar-version):
6502 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
6503 (icalendar-convert-diary-to-ical):
6504 * cus-edit.el (custom-mode):
6505 * ansi-color.el (ansi-color-unfontify-region):
6506 * international/latin1-disp.el (latin1-char-displayable-p):
6507 * progmodes/cwarn.el (turn-on-cwarn-mode):
6508 * progmodes/which-func.el (which-func-update-1):
6509 Use define-obsolete-function-alias.
6510
6511 * net/newst-backend.el (newsticker-cache-filename):
6512 * net/newst-treeview.el (newsticker-groups-filename):
6513 Fix incorrect obsolescence declaration.
6514
6515 * allout.el (allout-passphrase-hint-string): Likewise.
6516 (allout-init): Use a declare form to mark obsolete.
6517
6518 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
6519 this applies to functions.
6520
6521 * iswitchb.el (iswitchb-read-buffer): Move code of
6522 iswitchb-define-mode-map here, and delete that obsolete function.
6523
6524 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
6525 font-lock-reference-face.
6526
6527 2012-09-25 Glenn Morris <rgm@gnu.org>
6528
6529 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
6530 Doc fixes.
6531
6532 * eshell/em-term.el (eshell-term-name):
6533 Default to term-term-name. (Bug#12485)
6534
6535 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
6536
6537 * progmodes/python.el (python-shell-send-buffer): Better handling
6538 of "if __name__ == '__main__':" conditionals when sending the buffer.
6539
6540 2012-09-24 Glenn Morris <rgm@gnu.org>
6541
6542 * eshell/esh-cmd.el (eshell-find-alias-function):
6543 Tighten up file-name regexp. (Bug#12499)
6544
6545 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
6546
6547 Enhancements for triple-quote string syntax.
6548 * progmodes/python.el (python-quote-syntax): Remove.
6549 (python-syntax-propertize-function): New value.
6550 (python-syntax-count-quotes, python-syntax-stringify):
6551 New functions.
6552
6553 2012-09-24 Chong Yidong <cyd@gnu.org>
6554
6555 * mail/supercite.el (sc-version): Remove obsolete function.
6556 (sc-describe): Don't mark as obsolete, since it is bound.
6557 (sc-submit-bug-report): Remove.
6558
6559 * vc/log-edit.el (cvs-changelog-full-paragraphs)
6560 (cvs-commit-buffer-require-final-newline): Remove.
6561 (log-edit-require-final-newline)
6562 (log-edit-changelog-full-paragraphs): Default to t.
6563
6564 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
6565 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
6566 * vc/vc.el (vc-checkout-carefully): Likewise.
6567
6568 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
6569 (emerge-version): Remove.
6570
6571 * progmodes/compile.el (compile-internal): Remove.
6572 (compilation-parse-errors-function): Fix typo.
6573
6574 * international/mule.el (set-char-table-default): Remove.
6575 (set-coding-priority, make-coding-system, generic-char-p)
6576 (charset-list, charset-bytes, charset-id): Use declare to mark
6577 functions as obsolete.
6578
6579 * vc/pcvs-defs.el (cvs-buffer-name-alist)
6580 (cvs-invert-ignore-marks): Remove references to obsolete vars.
6581 * vc/vc-hooks.el (vc-default-registered): Don't use
6582 vc-master-templates.
6583
6584 * font-lock.el (font-lock-reference-face):
6585 Use define-obsolete-variable-alias.
6586
6587 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
6588 * calendar/calendar.el (calendar-font-lock-keywords):
6589 * calendar/diary-lib.el (diary-font-lock-keywords)
6590 (diary-fancy-font-lock-keywords):
6591 * textmodes/reftex-sel.el (reftex-insert-docstruct):
6592 * textmodes/reftex-index.el (reftex-insert-index):
6593 * textmodes/reftex-cite.el (reftex-format-bib-entry):
6594 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6595 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
6596 * progmodes/prolog.el (prolog-font-lock-keywords):
6597 * progmodes/idlwave.el (idlwave-idl-keywords):
6598 * progmodes/ada-mode.el (ada-font-lock-keywords):
6599 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
6600
6601 2012-09-24 Glenn Morris <rgm@gnu.org>
6602
6603 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
6604
6605 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
6606
6607 * progmodes/python.el (python-indent-line): More consistent cursor
6608 movement behavior.
6609
6610 2012-09-23 Stefan Merten <smerten@oekonux.de>
6611
6612 * textmodes/rst.el: Fix compiler warning.
6613
6614 2012-09-23 Roland Winkler <winkler@gnu.org>
6615
6616 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
6617 Transcribe also LaTeX hyphenation.
6618 (bibtex-reformat): Bug fix. Do not quote twice the elements of
6619 bibtex-reformat-previous-options.
6620
6621 2012-09-23 Roland Winkler <winkler@gnu.org>
6622
6623 * proced.el (proced-renice-command): New variable.
6624 (proced-marked-processes): New function.
6625 (proced-with-processes-buffer): New macro.
6626 (proced-send-signal): Use them.
6627 (proced-renice): New command bound to r.
6628
6629 2012-09-23 Roland Winkler <winkler@gnu.org>
6630
6631 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
6632 ibuffer-saved-filter-groups has one element, shortcut the call of
6633 completing-read. (Bug#12331)
6634
6635 2012-09-23 Chong Yidong <cyd@gnu.org>
6636
6637 * bindings.el (mode-line-toggle-read-only):
6638 * bs.el (bs-toggle-readonly):
6639 * buff-menu.el (Buffer-menu-toggle-read-only):
6640 * dired.el (dired-toggle-read-only):
6641 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
6642
6643 2012-09-23 Chong Yidong <cyd@gnu.org>
6644
6645 * image.el (image-type-available-p): Adapt to init-image-library
6646 argument changes.
6647
6648 2012-09-22 Juri Linkov <juri@jurta.org>
6649
6650 * dired.el (dired-mode-map): Add [remap read-only-mode] for
6651 `dired-toggle-read-only'. (Bug#12462)
6652
6653 2012-09-22 Martin Rudalics <rudalics@gmx.at>
6654
6655 * subr.el (temp-output-buffer-show): New function.
6656 (with-output-to-temp-buffer): Call temp-output-buffer-show
6657 instead of internal-temp-output-buffer-show.
6658
6659 2012-09-22 Chong Yidong <cyd@gnu.org>
6660
6661 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
6662 (Bug#12462).
6663
6664 * repeat.el (repeat): Doc fix (Bug#12348).
6665
6666 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
6667 (Bug#10909).
6668
6669 * simple.el (shell-command-on-region): Doc fix.
6670 (read-only-mode): Doc fix.
6671
6672 2012-09-22 Eli Zaretskii <eliz@gnu.org>
6673
6674 * emacs-lisp/timer.el (run-with-idle-timer)
6675 (timer-activate-when-idle): Warn against reinvoking an idle timer
6676 from within its own timer action. (Bug#12447)
6677
6678 2012-09-22 Martin Rudalics <rudalics@gmx.at>
6679
6680 * cus-start.el (window-combination-limit): Add new optional
6681 values.
6682 * window.el (temp-buffer-window-show)
6683 (window--try-to-split-window): Handle new values of
6684 window-combination-limit (Bug#1806).
6685 (split-window): Test window-combination-limit for t instead of
6686 non-nil.
6687 (display-buffer-at-bottom): New buffer display action function.
6688 * help.el (temp-buffer-resize-regexps): New option.
6689 (temp-buffer-resize-mode): Rewrite doc-string.
6690 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
6691 Don't resize reused window. Suggested by Glenn Morris.
6692
6693 2012-09-22 Stefan Merten <smerten@oekonux.de>
6694
6695 * textmodes/rst.el: Revamp section title faces.
6696 (rst-official-version)
6697 (rst-package-emacs-version-alist): Sync with official version
6698 V1.4.0.
6699 (rst-faces-defaults, rst-set-level-default)
6700 (rst-level-face-max, rst-level-face-base-color)
6701 (rst-level-face-base-light, rst-level-face-format-light)
6702 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
6703 (rst-adornment-faces-alist): Match new setup.
6704 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
6705 (rst-level-5, rst-level-6): New faces.
6706
6707 2012-09-22 Chong Yidong <cyd@gnu.org>
6708
6709 * simple.el (undo): Handle indirect buffers (Bug#8207).
6710
6711 2012-09-21 Leo Liu <sdl.web@gmail.com>
6712
6713 IDO: Disable match re-ordering for buffer switching.
6714 * ido.el (ido-buffer-disable-smart-matches): New variable.
6715 (ido-set-matches-1): Use it. (Bug#2042)
6716
6717 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
6718
6719 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
6720 Fix 2011-05-17 change. (Bug#12418)
6721
6722 2012-09-21 Leo Liu <sdl.web@gmail.com>
6723
6724 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
6725
6726 2012-09-21 Glenn Morris <rgm@gnu.org>
6727
6728 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
6729 Be more robust about locating simple.el.
6730
6731 2012-09-21 Glenn Morris <rgm@gnu.org>
6732
6733 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
6734
6735 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
6736
6737 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
6738
6739 2012-09-20 Juri Linkov <juri@jurta.org>
6740
6741 * replace.el (query-replace-read-from): Use `read-regexp' instead
6742 of `read-from-minibuffer' when `regexp-flag' is non-nil.
6743 (occur-read-primary-args): Use `read-regexp' instead of
6744 `read-string'.
6745 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
6746 `read-from-minibuffer'.
6747 * isearch.el (isearch-occur): Use `read-regexp' instead of
6748 `read-string'.
6749 * dired.el (dired-read-regexp): Use `read-regexp' instead of
6750 `read-from-minibuffer'.
6751 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
6752 of `read-string'. (Bug#7567)
6753
6754 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
6755 and allow accepting a list of strings prepended to a list of
6756 standard default values. Doc fix. (Bug#12321)
6757
6758 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
6759
6760 * replace.el (read-regexp): Don't add ": " when PROMPT already
6761 ends with a colon and space. (Bug#12321)
6762
6763 2012-09-20 Tassilo Horn <tsdh@gnu.org>
6764
6765 * doc-view.el (doc-view-display): Better fix for the cl-assertion
6766 error.
6767
6768 2012-09-20 Stefan Merten <smerten@oekonux.de>
6769
6770 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
6771 Fixes feature request bug#11711.
6772 (rst-mode): Create `imenu-create-index-function'.
6773 (rst-get-stripped-line): Delete after refactoring.
6774 (rst-section-tree, rst-section-tree-rec)
6775 (rst-section-tree-point): Refactor and document properly.
6776 (rst-imenu-find-adornments-for-position)
6777 (rst-imenu-convert-cell, rst-imenu-create-index):
6778 New function.
6779
6780 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6781
6782 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
6783 (macroexp--expand-all): Use it.
6784 (macroexp--funcall-and-return): Remove by folding it into its sole
6785 caller (macroexp--warn-and-return).
6786 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
6787 Use macroexp--obsolete-warning.
6788
6789 * calc/calc.el: Fix last change by removing the whole chunk, since it
6790 was only needed back when Calc was not bundled.
6791
6792 2012-09-20 Martin Rudalics <rudalics@gmx.at>
6793
6794 * emacs-lisp/debug.el (debug): Restore assignment to
6795 debugger-old-buffer removed on 2012-09-08.
6796
6797 2012-09-20 Juri Linkov <juri@jurta.org>
6798
6799 * dired-aux.el (dired-diff): Remove (require 'diff) since
6800 `diff-latest-backup-file' is now autoloaded.
6801
6802 2012-09-20 Chong Yidong <cyd@gnu.org>
6803
6804 * vc/diff.el (diff-latest-backup-file): Autoload.
6805
6806 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6807
6808 * calc/calc.el: Remove redundant autoload shape check.
6809 (sel-mode): Don't defvar.
6810 (calc-get-stack-element): Add `sel-mode' arg instead.
6811 (calc-top, calc-top-list): Pass it this additional argument.
6812 * calc/calc-store.el (calc-store-map):
6813 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
6814 (calc-map-equation, calc-outer-product, calc-inner-product):
6815 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
6816
6817 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
6818
6819 2012-09-19 Juri Linkov <juri@jurta.org>
6820
6821 * dired-aux.el (dired-diff): Add (require 'diff) because
6822 `diff-latest-backup-file' is not autoloaded.
6823 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
6824 of `dired-get-filename' to t to not report error when there is
6825 no default file on the current line.
6826
6827 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6828
6829 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
6830 macroexp--eval-if-compile.
6831 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
6832 (macroexp--expand-all): Use them (bug#12371).
6833
6834 * doc-view.el (doc-view-guess-paper-size)
6835 (doc-view-scale-bounding-box): Fix unbound `caddr'.
6836
6837 2012-09-19 Tassilo Horn <tsdh@gnu.org>
6838
6839 New feature: set optimal slice from BoundingBox information.
6840 * doc-view.el (doc-view-mode-map): Add keybinding.
6841 (doc-view-menu): Add menu entry.
6842 (doc-view-set-slice): Adapt docstring.
6843 (doc-view-get-bounding-box, doc-view-guess-paper-size)
6844 (doc-view-scale-bounding-box)
6845 (doc-view-set-slice-from-bounding-box): New functions.
6846 (doc-view-paper-sizes): New defvar.
6847
6848 2012-09-19 Glenn Morris <rgm@gnu.org>
6849
6850 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
6851 (byte-compile-log-warning): Autoload. (Bug#12371)
6852
6853 * calendar/calendar.el (calendar-american-month-header)
6854 (calendar-european-month-header, calendar-iso-month-header)
6855 (calendar-month-header): New options.
6856 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
6857 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
6858
6859 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
6860
6861 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
6862
6863 2012-09-18 Juri Linkov <juri@jurta.org>
6864
6865 * dired-aux.el (dired-diff): Restore original functionality of
6866 getting the default value, but keep new feature of using the
6867 latest existing backup file (`diff-latest-backup-file').
6868
6869 2012-09-18 Juri Linkov <juri@jurta.org>
6870
6871 * dired.el (dired-mark): If the region is active in Transient Mark
6872 mode, mark all files in the active region. Doc fix.
6873 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
6874 Doc fix. (Bug#10624)
6875
6876 2012-09-18 Juri Linkov <juri@jurta.org>
6877
6878 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
6879 attributes for M-n are pulled from the file at point.
6880 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
6881 Suggested by Drew Adams. (Bug#10624)
6882
6883 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
6884
6885 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
6886 whitespace after "end".
6887 (ruby-do-end-to-brace): Collapse block to one line if it fits
6888 within fill-column.
6889
6890 2012-09-18 Martin Rudalics <rudalics@gmx.at>
6891
6892 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
6893 value.
6894 (debug): Don't remove debugger window when debugger is expected
6895 to be back.
6896
6897 2012-09-18 Chong Yidong <cyd@gnu.org>
6898
6899 * custom.el (defface): Doc fix.
6900
6901 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
6902
6903 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
6904
6905 * progmodes/compile.el (compilation-start): Use compilation-always-kill
6906 to initialize query-on-exit; then test that instead (bug#12288).
6907
6908 2012-09-17 Stefan Merten <smerten@oekonux.de>
6909
6910 * textmodes/rst.el: Add support for `testcover'.
6911 (rst-defcustom-testcover, rst-testcover-add-compose)
6912 (rst-testcover-add-1value): New functions.
6913 (rst-portable-mark-active-p): Replace by `use-region-p'.
6914 (rst-update-section, rst-classify-adornment)
6915 (rst-find-title-line): Mark `1value' forms.
6916 (rst-classify-adornment): Remove superfluous form.
6917 (rst-update-section, rst-get-adornments-around)
6918 (rst-adornment-complete-p, rst-get-next-adornment)
6919 (rst-adjust, rst-promote-region)
6920 (rst-display-adornments-hierarchy, rst-straighten-adornments)
6921 (rst-find-pfx-in-region, rst-section-tree-rec)
6922 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
6923 (rst-toc-node, rst-toc, rst-forward-section)
6924 (rst-iterate-leftmost-paragraphs)
6925 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
6926 (rst-bullet-list-region)
6927 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
6928 (rst-compile-find-conf, rst-compile)
6929 (rst-repeat-last-character): Fix style.
6930
6931 2012-09-17 Chong Yidong <cyd@gnu.org>
6932
6933 * comint.el (comint--complete-file-name-data): Don't add a space
6934 if the status is `sole'; that adds a gratuitous space in the
6935 completion-cycling case (Bug#12092).
6936
6937 * pcomplete.el (pcomplete-completions-at-point): Likewise.
6938
6939 2012-09-17 Richard Stallman <rms@gnu.org>
6940
6941 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
6942 only in the mime-shown mode, not in raw mode.
6943 (rmail-mime): Toggle off mime by displaying the message without
6944 mime processing. (Bug#12305)
6945
6946 * mail/rmail.el (rmail-retry-failure):
6947 Turn off mime processing first. (Bug#12037)
6948
6949 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
6950
6951 2012-09-17 Chong Yidong <cyd@gnu.org>
6952
6953 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
6954 (shell-dynamic-complete-functions): Convert to defcustom.
6955 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
6956
6957 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
6958 * comint.el (comint-prompt-read-only):
6959 * custom.el (defcustom):
6960 * hi-lock.el (hi-lock-mode):
6961 * ibuffer.el (ibuffer-formats):
6962 * ielm.el (ielm-prompt-read-only):
6963 * novice.el (disable-command):
6964 * saveplace.el (toggle-save-place):
6965 * speedbar.el (speedbar-supported-extension-expressions):
6966 * startup.el (auto-save-list-file-prefix, init-file-user)
6967 (after-init-hook, inhibit-startup-echo-area-message):
6968 * strokes.el (strokes-help):
6969 * time-stamp.el (time-stamp):
6970 * calendar/calendar.el (calendar, diary-file):
6971 * calendar/diary-lib.el (diary-mail-entries, diary)
6972 (diary-list-entries-hook):
6973 * calendar/holidays.el (holidays, calendar-holidays):
6974 * calendar/lunar.el (lunar-phases):
6975 * calendar/solar.el (sunrise-sunset):
6976 * emulation/edt.el (edt-load-keys):
6977 * emulation/viper.el (viper-mode):
6978 * eshell/em-alias.el (eshell-command-aliases-list):
6979 * eshell/esh-util.el (eshell-convert-numeric-arguments):
6980 * international/ogonek.el (ogonek-information):
6981 * net/tramp-cmds.el (tramp-bug):
6982 * net/quickurl.el (quickurl-reread-hook-postfix):
6983 * play/decipher.el (decipher-font-lock-keywords):
6984 * progmodes/cc-styles.el (c-set-style):
6985 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
6986 * progmodes/inf-lisp.el (inferior-lisp-prompt):
6987 * progmodes/octave-mod.el (octave-mode):
6988 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
6989 * progmodes/verilog-mode.el (verilog-read-defines):
6990 * textmodes/two-column.el (2C-mode): Likewise.
6991
6992 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
6993
6994 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
6995 that holds many addresses.
6996
6997 2012-09-16 Chong Yidong <cyd@gnu.org>
6998
6999 * align.el (align-areas): Call the indication function with
7000 positions instead of markers for arguments (Bug#12343).
7001
7002 * files.el (parse-colon-path): Use split-string (Bug#12351).
7003
7004 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
7005 (display-buffer-function): Mark as obsolete.
7006
7007 * progmodes/compile.el (compilation-parse-errors): Accept list
7008 values similar to font-lock-keywords (Bug#12136).
7009 Suggested by Oleksandr Manzyuk.
7010 (compilation-error-regexp-alist): Doc fix.
7011
7012 2012-09-15 Glenn Morris <rgm@gnu.org>
7013
7014 * version.el (emacs-bzr-version-bzr): New function.
7015 (emacs-bzr-get-version): Add optional EXTERNAL argument.
7016
7017 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
7018 checkouts, check the parent dirstate matches the branch.
7019 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
7020 empty string.
7021
7022 * version.el (emacs-bzr-version): Doc fix.
7023 (emacs-bzr-version-dirstate): New function.
7024 (emacs-bzr-get-version): For lightweight checkouts, if the parent
7025 is local try and check that it matches the branch. If not, just
7026 use dirstate information. (Bug#12441)
7027
7028 2012-09-14 Juri Linkov <juri@jurta.org>
7029
7030 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
7031 (Bug#12399)
7032
7033 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7034
7035 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
7036
7037 * emacs-lisp/edebug.el: Miscellaneous cleanup.
7038 Remove obsolete byte-compiler hack that tried to silence some warnings.
7039 (edebug-submit-bug-report): Remove.
7040 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
7041 Remove aliases, use the un-prefixed name instead.
7042 (edebug-pop-to-buffer): Consider other frames.
7043 (edebug-original-read):: Make it more obvious that it's always defined.
7044 (edebug--make-form-data-entry, edebug--form-data-name)
7045 (edebug--form-data-begin, edebug--form-data-end): Rename from the
7046 single-dashed name, and implement with cl-defstruct.
7047 (edebug-set-form-data-entry): Use the standard accessors.
7048 (edebug-make-top-form-data-entry): Use push.
7049 (edebug-no-match): Drop useless `funcall'.
7050 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
7051 to functions.
7052 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
7053 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
7054 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
7055 (easy-menu-define, with-custom-print): Remove redundant specs.
7056 (edebug-outside-overriding-local-map)
7057 (edebug-outside-overriding-terminal-local-map): Remove, unused.
7058 (edebug--display): Bind unread-command-events directly to nil rather
7059 than binding it to unread-command-events and later setting it to nil.
7060 (edebug--display): Kill edebug-eval-buffer here...
7061 (edebug--recursive-edit): ...rather than here.
7062 Bind standard-output and standard-input.
7063 (edebug-eval): Check cl-macroexpand-all is fboundp.
7064 (edebug-temp-display-freq-count): Fix last change.
7065
7066 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
7067 * subr.el (noreturn, 1value): Add `debug' spec.
7068 * emacs-lisp/advice.el: Require cl-lib.
7069 (ad-copy-tree): Remove, use copy-tree instead.
7070 (ad-dolist): Remove use dolist or cl-dolist instead.
7071 (ad-do-return): Remove, use cl-return instead.
7072 (defadvice): Add `debug' spec.
7073
7074 2012-09-13 Juri Linkov <juri@jurta.org>
7075
7076 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
7077 (Bug#12399)
7078
7079 2012-09-13 Glenn Morris <rgm@gnu.org>
7080
7081 * calc/calc.el (math-compose-expr):
7082 * calc/calc-ext.el (math-compose-expr):
7083 * progmodes/cc-defs.el (cl-macroexpand-all):
7084 * progmodes/cc-langs.el (delete-duplicates, mapcan)
7085 (cl-macroexpand-all): Update declarations.
7086
7087 * vc/vc.el: No need to require ediff.
7088 (ediff-load-version-control): Declare.
7089 (ediff-vc-internal): Fix declaration.
7090 (vc-version-ediff): Require ediff.
7091
7092 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7093
7094 Use a more backwards-compatible timer format (Bug#12430).
7095 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
7096 being right after USECS, as that better supports old code that
7097 inadvisedly looked directly at the timer vector.
7098
7099 2012-09-13 Kenichi Handa <handa@gnu.org>
7100
7101 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7102 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
7103 `coding-priority' property of these language environment.
7104
7105 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7106
7107 Fix glitches caused by addition of psec to timers (Bug#12430).
7108 * image.el (image-animate-timer):
7109 * time.el (display-time-world-timer):
7110 Use timer--function and timer--args rather than raw access to
7111 timer vector.
7112
7113 2012-09-13 Glenn Morris <rgm@gnu.org>
7114
7115 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7116 If not compiling a file, try using load-file-name.
7117
7118 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7119
7120 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
7121 Fix last change.
7122 (edebug-update-eval-list): Use `push'.
7123
7124 * emacs-lisp/edebug.el: Use lexical-binding.
7125 Remove the "edebug-" prefix from non-dynamically-scoped variables.
7126 Mark unused args with underscore.
7127 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
7128 (edebug-form-data): Use defvar-local.
7129 (edebug-make-before-and-after-form, edebug-make-after-form):
7130 Use backquote.
7131 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
7132 Not dynamically scoped any more.
7133 (edebug--enter-trace): Add arguments `function' and `args'.
7134 Rename from edebug-enter-trace.
7135 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
7136 (edebug--update-coverage): Add `after-index' and `value' args.
7137 Rename from edebug-update-coverage.
7138 (edebug-slow-after): Call it accordingly.
7139 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
7140 edebug-recursive-edit.
7141 (edebug--display): Call it accordingly. Add args `value',
7142 `offset-index', and `arg-mode'. Rename from edebug-display.
7143 (edebug-debugger, edebug): Call it accordingly.
7144 (edebug-eval-display-list): Use dolist.
7145
7146 2012-09-12 Juri Linkov <juri@jurta.org>
7147
7148 * info.el (Info-search): Don't check for isearch-mode and
7149 isearch-regexp before let-binding search-spaces-regexp to
7150 Info-search-whitespace-regexp.
7151 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
7152 search-whitespace-regexp if isearch-lax-whitespace or
7153 isearch-regexp-lax-whitespace is non-nil.
7154 (Info-mode): Don't set local variable search-whitespace-regexp.
7155 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
7156
7157 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7158
7159 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
7160 (debugger-env-macro): Remove support for unread-command-char.
7161
7162 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
7163 the temporary map re-appearing on emulation-mode-map-alists.
7164
7165 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
7166 since 22.1.
7167
7168 * ehelp.el (with-electric-help): Accept functions in
7169 electric-help-form-to-execute.
7170 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
7171 And replace unread-command-char -> unread-command-events.
7172
7173 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
7174
7175 Sync with Tramp 2.2.6.
7176
7177 * net/tramp.el (tramp-accept-process-output): Don't use
7178 JUST-THIS-ONE in the XEmacs case.
7179
7180 * net/trampver.el: Update release number.
7181
7182 2012-09-12 Martin Rudalics <rudalics@gmx.at>
7183
7184 * emacs-lisp/debug.el (debugger-previous-window-height):
7185 New variable.
7186 (debug): When debugger-jumping-flag is non-nil try to restore
7187 height of debugger window. (Bug#8789)
7188
7189 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7190
7191 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
7192 overriding-local-map and pre/post-command-hook here.
7193 (edebug-recursive-edit): Do it here instead (bug#12345).
7194 (edebug-outside-unread-command-char): Remove all uses of
7195 unread-command-char.
7196
7197 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
7198 inhibit-debugger is bound instead.
7199
7200 2012-09-11 Bastien Guerry <bzg@gnu.org>
7201
7202 * subr.el (set-temporary-overlay-map): Add a docstring.
7203 (Bug#12346)
7204
7205 2012-09-11 Bastien Guerry <bzg@gnu.org>
7206
7207 * minibuffer.el (completion-table-subvert): Fix docstring.
7208 (Bug#12347)
7209
7210 2012-09-11 Bastien Guerry <bzg@gnu.org>
7211
7212 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
7213
7214 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
7215
7216 * progmodes/sql.el: Version 3.1
7217 (sql-db2-escape-newlines): New variable.
7218 (sql-escape-newlines-filter): Use it.
7219
7220 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
7221
7222 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
7223
7224 2012-09-10 Dan Nicolaescu <dann@gnu.org>
7225
7226 * vc/diff-mode.el (diff-mode-menu):
7227 Bind diff-remove-trailing-whitespace.
7228
7229 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7230
7231 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
7232 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
7233 (emacs-lisp-byte-code-mode): New functions.
7234 (eval-sexp-add-defvars): Don't skip defvars in column >0.
7235 (eval-defun-2): Remove bogus interactive spec.
7236 (lisp-indent-line): Remove redundant whole-exp code, now done in
7237 indent-according-to-mode.
7238 (save-match-data): Remove redundant indent data.
7239
7240 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
7241 Use `declare'.
7242
7243 2012-09-09 Juri Linkov <juri@jurta.org>
7244
7245 * replace.el (replace-regexp-lax-whitespace): New defcustom.
7246 (replace-lax-whitespace, query-replace-regexp)
7247 (query-replace-regexp-eval, replace-regexp): Doc fix.
7248 (perform-replace, replace-highlight): Let-bind
7249 isearch-lax-whitespace to replace-lax-whitespace and
7250 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
7251
7252 * isearch.el (isearch-query-replace): Let-bind
7253 replace-lax-whitespace to isearch-lax-whitespace and
7254 replace-regexp-lax-whitespace to
7255 isearch-regexp-lax-whitespace. (Bug#10885)
7256
7257 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7258
7259 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
7260
7261 2012-09-09 Alan Mackenzie <acm@muc.de>
7262
7263 * progmodes/cc-engine.el (c-state-cache-init):
7264 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
7265 (c-record-parse-state-state):
7266 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
7267
7268 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
7269
7270 * register.el (register-separator): Rename from
7271 separator-register. All uses changed. Doc fix.
7272 (register): Fix version.
7273
7274 2012-09-09 Chong Yidong <cyd@gnu.org>
7275
7276 * replace.el (query-replace-map): Bind four new symbols for
7277 requesting window scrolling.
7278
7279 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
7280 query-replace-map (Bug#8948).
7281
7282 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
7283
7284 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
7285 since they are now in query-replace-map.
7286
7287 * window.el (scroll-other-window-down): Make the arg optional.
7288
7289 2012-09-09 Chong Yidong <cyd@gnu.org>
7290
7291 * files.el (hack-local-variables-confirm): Use quit-window to kill
7292 the *Local Variables* buffer.
7293
7294 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
7295
7296 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
7297 not just expect to be at its beginning. Adjust callees.
7298 Succeed when do-end block has no space before the pipe character.
7299 (ruby-brace-to-do-end): When the original block is one-liner,
7300 convert to multiline. Reindent the result.
7301
7302 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
7303
7304 * register.el (register): New group.
7305 (separator-register): New user option.
7306 (increment-register): Route it to `append-to-register', if
7307 register contains text. Implication is that `C-x r +' can now be
7308 used for appending to a text register (bug#12217).
7309 (append-to-register, prepend-to-register): Add separator based on
7310 `separator-register'.
7311
7312 2012-09-08 Alan Mackenzie <acm@muc.de>
7313
7314 AWK Mode: make auto-newline work when there's "==" in the pattern.
7315 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
7316 correctly.
7317 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
7318 Test more rigorously for "=" token.
7319
7320 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
7321
7322 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
7323 Only fail when reached LIMIT.
7324
7325 2012-09-08 Chong Yidong <cyd@gnu.org>
7326
7327 * dired.el (dired-mode-map): Don't bind M-=.
7328
7329 * dired-aux.el (dired-diff): Use backup file as default.
7330
7331 2012-09-08 Drew Adams <drew.adams@oracle.com>
7332
7333 * subr.el (add-to-history): Fix delete usage (Bug#12314).
7334
7335 2012-09-08 Chong Yidong <cyd@gnu.org>
7336
7337 * subr.el (syntax-after, syntax-class): Doc fix.
7338
7339 2012-09-08 Martin Rudalics <rudalics@gmx.at>
7340
7341 * window.el (display-buffer-in-previous-window): New buffer
7342 display action function.
7343
7344 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
7345 (debugger-previous-window): New variable.
7346 (debug): Rewrite using display-buffer-in-previous-window,
7347 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
7348
7349 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7350
7351 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
7352
7353 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
7354
7355 * progmodes/python.el (python-shell-send-string):
7356 When default-directory is remote, create temp file on remote
7357 filesystem.
7358 (python-shell-send-file): When file is remote, pass local view of
7359 file paths to remote Python interpreter. (Bug#12340)
7360
7361 2012-09-07 Chong Yidong <cyd@gnu.org>
7362
7363 * window.el (switch-to-buffer): Doc fix (Bug#12181).
7364
7365 * files.el (after-find-file): Don't fail on a read-only buffer if
7366 require-final-newline is `visit' or `visit-save' (Bug#11156).
7367
7368 * subr.el (read-char-choice): Allow quitting via ESC ESC.
7369
7370 * userlock.el (ask-user-about-supersession-threat):
7371 Use read-char-choice (Bug#12093).
7372
7373 2012-09-07 Chong Yidong <cyd@gnu.org>
7374
7375 * subr.el (buffer-narrowed-p): New function.
7376
7377 * ses.el (ses-widen):
7378 * simple.el (count-words--buffer-message):
7379 * net/browse-url.el (browse-url-of-buffer): Use it.
7380
7381 * simple.el (count-words-region): Don't signal an error if there
7382 is a non-nil prefix arg and the mark is not set.
7383
7384 * help.el (describe-key-briefly): Allow the message to be seen
7385 when invoked from the minibuffer (Bug#7014).
7386
7387 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
7388
7389 * progmodes/ruby-mode.el (ruby-end-of-defun)
7390 (ruby-beginning-of-defun): Simplify, allow indentation before
7391 block beginning and end keywords.
7392 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
7393 (ruby-end-of-defun): Expect that the point is at the beginning of
7394 the defun.
7395
7396 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7397
7398 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
7399 (bug#12367).
7400 (cl--make-usage-args): Strip _ from argument names.
7401
7402 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7403
7404 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
7405 obsolete alias speedbar-key-map.
7406 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
7407 (vhdl-index-menu-init): Don't use obsolete variable
7408 font-lock-maximum-size.
7409
7410 2012-09-06 Chong Yidong <cyd@gnu.org>
7411
7412 * frame.el (window-system-version): Mark as obsolete.
7413
7414 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
7415 of obsolete variable speedbar-key-map.
7416
7417 2012-09-06 Juri Linkov <juri@jurta.org>
7418
7419 * replace.el (replace-lax-whitespace): New defcustom.
7420 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7421 (replace-string, replace-regexp): Mention it in docstrings.
7422 (perform-replace, replace-highlight): Let-bind
7423 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
7424 to the values of replace-lax-whitespace and regexp-flag.
7425 Don't let-bind search-whitespace-regexp. (Bug#10885)
7426
7427 * isearch.el (isearch-query-replace): Let-bind
7428 replace-lax-whitespace instead of let-binding
7429 replace-search-function and replace-re-search-function.
7430 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
7431 and isearch-regexp-lax-whitespace to lazy-highlight variables.
7432 (isearch-toggle-symbol): Set isearch-regexp to nil
7433 in isearch-word mode (like in isearch-toggle-word).
7434
7435 2012-09-06 Juri Linkov <juri@jurta.org>
7436
7437 * replace.el (replace-search-function)
7438 (replace-re-search-function): Set default values to nil.
7439 (perform-replace): Let-bind isearch-related variables based on
7440 replace-related values, call `isearch-search-fun' and let-bind
7441 the result to `search-function'. Remove code that sets
7442 `search-function' and `search-string' separately for
7443 `delimited-flag'.
7444 (replace-highlight): Add new argument `delimited-flag' and
7445 rename other arguments to the names used in `perform-replace'.
7446 Let-bind `isearch-word' to the argument `delimited-flag'.
7447 (Bug#10885, bug#10887)
7448
7449 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
7450
7451 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
7452 ruby-beginning-of-indent, simplify, allow all keywords to have
7453 indentation before them.
7454 (ruby-beginning-of-indent): Adjust for above. Search until the
7455 found point is not inside a string or comment.
7456 (ruby-font-lock-keywords): Allow symbols to start with "@"
7457 character, give them higher priority than variables.
7458 (ruby-syntax-propertize-function)
7459 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
7460 matchers. Expression expansions are not comments when inside a
7461 string, and there comment syntax status is irrelevant.
7462 (ruby-match-expression-expansion): New function. Check that
7463 expression expansion is inside a string, and it's not escaped.
7464 (ruby-font-lock-keywords): Use it.
7465
7466 2012-09-05 Martin Rudalics <rudalics@gmx.at>
7467
7468 * help.el (temp-buffer-max-height): New default value.
7469 (temp-buffer-resize-frames): New option.
7470 (resize-temp-buffer-window): Optionally resize frame.
7471
7472 * window.el (fit-frame-to-buffer-bottom-margin): New option.
7473 (fit-frame-to-buffer): New function.
7474
7475 2012-09-05 Glenn Morris <rgm@gnu.org>
7476
7477 * emulation/cua-rect.el (cua--init-rectangles):
7478 * textmodes/picture.el (picture-mode-map):
7479 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
7480 like forward-char and backward-char. (Bug#12317)
7481
7482 2012-09-05 Leo Liu <sdl.web@gmail.com>
7483
7484 * progmodes/flymake.el (flymake-warning-re): New variable.
7485 (flymake-parse-line): Use it.
7486
7487 2012-09-05 Glenn Morris <rgm@gnu.org>
7488
7489 * calendar/holidays.el (holiday-christian-holidays):
7490 Rename an entry. (Bug#12289)
7491
7492 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
7493
7494 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
7495 (bug#12222).
7496
7497 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7498
7499 * loadup.el: Load macroexp. Remove hack.
7500 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
7501 (macroexp--expand-all): Use it to get better warnings.
7502 (macroexp--backtrace, macroexp--trim-backtrace-frame)
7503 (internal-macroexpand-for-load): New functions.
7504 (macroexp--pending-eager-loads): New var.
7505 (emacs-startup-hook): New hack to replace one in loadup.el.
7506 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
7507 (cl--compiler-macro-cXXr): Move to top, before they can be used.
7508 (cl-psetf): Simplify.
7509 (cl-defstruct): Add indent rule.
7510
7511 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
7512
7513 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
7514 over `user-mail-address' for the SMTP MAIL FROM envelope.
7515 (smtpmail-via-smtp): Ditto.
7516
7517 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
7518
7519 * progmodes/ruby-mode.el: Clean up keybindings.
7520 (ruby-mode-map): Don't bind ruby-electric-brace,
7521 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
7522 backward-kill-word, reindent-then-newline-and-indent.
7523 (ruby-mark-defun): Remove.
7524 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
7525 (ruby-mode): Set local beginning-of-defun-function and
7526 end-of-defun-function values.
7527
7528 2012-09-03 Martin Rudalics <rudalics@gmx.at>
7529
7530 * window.el (temp-buffer-window-setup-hook)
7531 (temp-buffer-window-show-hook): New hooks.
7532 (temp-buffer-window-setup, temp-buffer-window-show)
7533 (with-temp-buffer-window): New functions.
7534 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
7535 (special-display-popup-frame): Make sure the window used shows BUFFER.
7536
7537 * help.el (temp-buffer-resize-mode): Fix doc-string.
7538 (resize-temp-buffer-window): New optional argument WINDOW.
7539
7540 * files.el (recover-file, save-buffers-kill-emacs):
7541 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
7542
7543 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
7544
7545 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
7546 remote definition of `default-directory', ensure we can connect.
7547
7548 2012-09-02 Juri Linkov <juri@jurta.org>
7549
7550 Toggle whitespace matching mode with M-s SPC.
7551 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
7552
7553 * isearch.el (search-whitespace-regexp): Doc fix.
7554 Remove cons cell customization.
7555 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
7556 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
7557 New variables.
7558 (isearch-forward, isearch-forward-regexp): Doc fix.
7559 (isearch-toggle-lax-whitespace): New command.
7560 (search-forward-lax-whitespace, search-backward-lax-whitespace)
7561 (re-search-forward-lax-whitespace)
7562 (re-search-backward-lax-whitespace): New functions.
7563 (isearch-whitespace-regexp): Remove function.
7564 (isearch-query-replace): Let-bind replace-search-function and
7565 replace-re-search-function.
7566 (isearch-occur): Let-bind search-spaces-regexp according to the
7567 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
7568 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
7569 condition for C-q SPC.
7570 (isearch-search-fun-default): Use new functions mentioned above.
7571 (isearch-search-forward, isearch-search-backward): Remove functions.
7572 (isearch-search): Don't let-bind search-spaces-regexp.
7573 (isearch-lazy-highlight-space-regexp): Remove variable.
7574 (isearch-lazy-highlight-lax-whitespace)
7575 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
7576 (isearch-lazy-highlight-new-loop): Use them.
7577 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
7578
7579 2012-09-02 Chong Yidong <cyd@gnu.org>
7580
7581 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
7582
7583 2012-09-02 Glenn Morris <rgm@gnu.org>
7584
7585 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
7586
7587 2012-09-01 Glenn Morris <rgm@gnu.org>
7588
7589 * term.el: Tidy up menu definitions.
7590 (term-mode-map): Use easymenu for In/Out, Complete menus.
7591 (term-pager-break-map): Initialize in the defvar.
7592 (term-terminal-menu, term-signals-menu): Define with easymenu.
7593 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
7594 (term-pager-menu): New, extracted from term-process-pager.
7595 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
7596 (term-update-mode-line): Propertize line/char and page items.
7597 (term-process-pager): Move keymap initialization elsewhere.
7598
7599 2012-09-01 Martin Rudalics <rudalics@gmx.at>
7600
7601 * window.el (switch-to-prev-buffer): Handle additional values of
7602 BURY-OR-KILL argument. Don't switch in minibuffer window.
7603 (switch-to-next-buffer): Don't switch in minibuffer window.
7604 (quit-restore-window): New function based on quit-window.
7605 Handle additional values of former KILL argument.
7606 (quit-window): Call quit-restore-window with appropriate
7607 interpretation of KILL argument.
7608 (display-buffer-below-selected): New buffer display action
7609 function.
7610
7611 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7612
7613 * minibuffer.el (completion-at-point-functions): Complete docstring
7614 (bug#12254).
7615
7616 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
7617
7618 Better seed support for (random).
7619 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
7620 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
7621 * play/mpuz.el, play/tetris.el, play/zone.el:
7622 * calc/calc-comb.el (math-init-random-base):
7623 * play/blackbox.el (bb-init-board):
7624 * play/life.el (life):
7625 * server.el (server-use-tcp):
7626 * type-break.el (type-break):
7627 Remove unnecessary call to (random t).
7628 * net/sasl.el (sasl-unique-id-function):
7629 Change (random t) to (random), now that the latter is more random.
7630 * play/life.el (life-initialized): Remove no-longer-needed var.
7631
7632 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
7633
7634 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
7635 Consider frame's buffer predicate when choosing the buffer.
7636 (Bug#12081)
7637
7638 2012-08-30 Richard Stallman <rms@gnu.org>
7639
7640 * simple.el (special-mode-map): Delete binding for `z'.
7641
7642 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
7643
7644 * progmodes/compile.el (compilation-always-kill): Doc fix.
7645
7646 2012-08-30 Chong Yidong <cyd@gnu.org>
7647
7648 * window.el (display-buffer-reuse-frames): Make the obsolescence
7649 message more informative.
7650
7651 2012-08-30 Glenn Morris <rgm@gnu.org>
7652
7653 * paren.el (show-paren-delay):
7654 Add a :set function. Doc fix. (Bug#12297)
7655
7656 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
7657
7658 * progmodes/compile.el (compilation-always-kill): New var.
7659 (compilation-start): Use it.
7660
7661 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7662
7663 * simple.el (read-only-mode): Move from files.el for bootstrapping.
7664 * files.el (read-only-mode): Move to simple.el.
7665
7666 * files.el (read-only-mode): New minor mode.
7667 (toggle-read-only): Use it and mark obsolete.
7668 (find-file--read-only):
7669 * vc/vc.el (vc-next-action, vc-checkout):
7670 * vc/vc-cvs.el (vc-cvs-checkout):
7671 * obsolete/vc-mcvs.el (vc-mcvs-update):
7672 * ffap.el (ffap--toggle-read-only): Update callers.
7673
7674 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
7675
7676 * eshell/esh-ext.el (eshell-external-command): Do not examine
7677 remote shell scripts.
7678 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
7679
7680 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
7681 "/usr/local/sbin".
7682
7683 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7684
7685 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
7686
7687 2012-08-28 Leo Liu <sdl.web@gmail.com>
7688
7689 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
7690 completion-at-point. (Bug#12220)
7691
7692 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
7693
7694 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
7695
7696 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7697
7698 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
7699 be buffer-local; add delete-trailing-whitespace (bug#12259).
7700
7701 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
7702
7703 * progmodes/hideif.el (hif-compress-define-list):
7704 Fix typo. (Bug#11951)
7705
7706 2012-08-28 Dan Nicolaescu <dann@gnu.org>
7707
7708 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
7709 buffer local setting.
7710
7711 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
7712 rcirc-encode-coding-system.
7713
7714 2012-08-28 Leo Liu <sdl.web@gmail.com>
7715
7716 * net/rcirc.el (rcirc-split-message): New function.
7717 (rcirc-send-message): Use it. (Bug#12051)
7718
7719 2012-08-28 Juri Linkov <juri@jurta.org>
7720
7721 * info.el (Info-fontify-node): Hide empty lines at the end of
7722 the node. (Bug#12272)
7723
7724 2012-08-27 Drew Adams <drew.adams@oracle.com>
7725
7726 * dired.el (dired-pop-to-buffer): Make window start at beginning
7727 of buffer (Bug#12281).
7728
7729 2012-08-26 Chong Yidong <cyd@gnu.org>
7730
7731 * window.el (special-display-regexps, special-display-frame-alist)
7732 (special-display-buffer-names, special-display-function)
7733 (display-buffer-reuse-frames): Mark as obsolete.
7734
7735 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
7736
7737 * help.el (help-print-return-message): Don't treat
7738 display-buffer-reuse-frames specially.
7739
7740 2012-08-26 Chong Yidong <cyd@gnu.org>
7741
7742 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
7743 New variable, replacing gdb-frame-parameters.
7744 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
7745 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
7746 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
7747 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
7748 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
7749 the functions directly with gdb-display-buffer-other-frame-action.
7750 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
7751 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
7752 (gdb-display-stack-buffer, gdb-display-locals-buffer)
7753 (gdb-display-registers-buffer): Define directly.
7754 (def-gdb-display-buffer): Macro deleted.
7755 (gdb-display-buffer): Remove second and third args, callers don't
7756 use them. Defer to the default display-buffer behavior, apart
7757 from making windows dedicated.
7758 (gdb-setup-windows): Don't call display-buffer unnecessarily.
7759
7760 * progmodes/gud.el (gud-display-line): Just use display-buffer.
7761
7762 * window.el (display-buffer-pop-up-frame): Handle a
7763 pop-up-frame-parameters alist entry.
7764 (display-buffer): Document it.
7765
7766 2012-08-26 Chong Yidong <cyd@gnu.org>
7767
7768 * isearch.el (search-whitespace-regexp): Make string and nil
7769 values apply to both ordinary and regexp search. Allow a cons
7770 cell value to distinguish between the two.
7771 (isearch-whitespace-regexp, isearch-search-forward)
7772 (isearch-search-backward): New functions.
7773 (isearch-occur, isearch-search-fun-default, isearch-search)
7774 (isearch-lazy-highlight-new-loop): Use them.
7775 (isearch-forward, isearch-forward-regexp): Doc fix.
7776
7777 2012-08-26 Chong Yidong <cyd@gnu.org>
7778
7779 * faces.el (help-argument-name): Always inherit from italic
7780 (Bug#12213).
7781
7782 2012-08-25 Martin Rudalics <rudalics@gmx.at>
7783
7784 * window.el (window--even-window-heights): Even heights when
7785 WINDOW and the selected window form a vertical combination.
7786 (display-buffer-use-some-window): Provide that window used gets
7787 sized back by quit-window. (Bug#11880) and (Bug#12091)
7788
7789 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
7790
7791 Fix file time stamp problem with bzr and CVS (Bug#12001).
7792 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
7793 in the file's time stamp, since the version control system loses
7794 that information.
7795
7796 2012-08-22 Juri Linkov <juri@jurta.org>
7797
7798 * info.el (Info-fontify-node): Hide the suffix of the
7799 Info file name in the header line. (Bug#12187)
7800
7801 2012-08-22 Glenn Morris <rgm@gnu.org>
7802
7803 * calendar/cal-tex.el (cal-tex-weekly-common):
7804 Restore leading blank page.
7805
7806 2012-08-22 Le Wang <l26wang@gmail.com>
7807
7808 * misc.el (forward-to-word, backward-to-word): Activate or extend
7809 the region under `shift-select-mode'. (Bug#12231)
7810
7811 2012-08-22 Bastien Guerry <bzg@gnu.org>
7812
7813 * progmodes/executable.el (executable-prefix): Set to "#!" instead
7814 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
7815 gives details on why the space is never needed.
7816
7817 2012-08-22 Martin Rudalics <rudalics@gmx.at>
7818
7819 * window.el (walk-window-tree, window-with-parameter):
7820 New optional argument MINIBUF to control whether these functions
7821 should run on the minibuffer window.
7822 (window-at-side-list): Don't operate on minibuffer window.
7823 (window-in-direction): Simplify and rewrite doc-string.
7824 (window--size-ignore): Rename to window--size-ignore-p.
7825 Update callers.
7826 (display-buffer-in-atom-window, window--major-non-side-window)
7827 (window--major-side-window, display-buffer-in-major-side-window)
7828 (delete-side-window, display-buffer-in-side-window):
7829 New functions.
7830 (window--side-check, window-deletable-p, delete-window)
7831 (delete-other-windows, split-window): Handle side windows and
7832 atomic windows appropriately.
7833 (window--display-buffer): Call display-buffer-record-window also
7834 when the window buffer did not change.
7835
7836 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
7837
7838 * help-fns.el (help-fns--key-bindings):
7839 Abbreviate non-symbol remap targets. (Bug#12174)
7840
7841 2012-08-22 Martin Rudalics <rudalics@gmx.at>
7842
7843 * dired.el (dired-mark-remembered): Don't clobber point.
7844 (Bug#11795)
7845
7846 2012-08-22 Glenn Morris <rgm@gnu.org>
7847
7848 * progmodes/bug-reference.el (bug-reference): New custom group.
7849 (bug-reference-bug-regexp): Make it a defcustom.
7850
7851 2012-08-22 Daiki Ueno <ueno@unixuser.org>
7852
7853 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
7854 (js-paren-indent-offset, js-square-indent-offset)
7855 (js-curly-indent-offset): Add :safe (Bug#12257).
7856
7857 2012-08-22 Edward O'Connor <hober0@gmail.com>
7858
7859 * json.el (json-key-format): Add error properties.
7860 (json-encode-key): New function.
7861 (json-encode-hash-table, json-encode-alist, json-encode-plist):
7862 Use json-encode-key.
7863
7864 2012-08-22 Glenn Morris <rgm@gnu.org>
7865
7866 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
7867 (cal-tex-leftday, cal-tex-rightday): Remove functions.
7868 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
7869 Update for above change.
7870
7871 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
7872
7873 * cus-face.el (custom-face-attributes): Fix customize type for the
7874 :underline attribute. (Bug#11805)
7875
7876 2012-08-21 Martin Rudalics <rudalics@gmx.at>
7877
7878 * window.el (window-point-1, set-window-point-1): Remove.
7879 (window-in-direction, record-window-buffer)
7880 (set-window-buffer-start-and-point, split-window-below)
7881 (window--state-get-1, display-buffer-record-window):
7882 Replace calls to window-point-1 and set-window-point-1 by calls to
7883 window-point and set-window-point respectively.
7884
7885 2012-08-21 Glenn Morris <rgm@gnu.org>
7886
7887 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
7888 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
7889 Use it.
7890
7891 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
7892 (cal-tex-shortday): New function.
7893 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
7894 (cal-tex-cursor-filofax-daily): Use the above.
7895
7896 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
7897 New functions.
7898 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
7899 (cal-tex-cursor-filofax-week): Use them.
7900
7901 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
7902 New constants.
7903 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
7904 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
7905
7906 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
7907 (cal-tex-end-document): Don't rely on buffer name.
7908
7909 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
7910 Use cal-tex-vspace.
7911 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
7912 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
7913 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
7914 Use cal-tex-arg.
7915
7916 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
7917 (cal-tex-cursor-week, cal-tex-cursor-week2)
7918 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
7919 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7920 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
7921 (cal-tex-insert-preamble, cal-tex-b-document)
7922 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
7923 Improve cal-tex-cmd usage.
7924
7925 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
7926 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
7927 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
7928 (cal-tex-weekly-paper): New function.
7929 (cal-tex-cursor-week, cal-tex-cursor-week2)
7930 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
7931 (cal-tex-cursor-day): Use it.
7932
7933 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
7934 (cal-tex-cursor-filofax-week): Remove leading blank page.
7935
7936 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
7937 Add autoload cookie. For now at least, don't use color, since
7938 no other cal-tex function does.
7939
7940 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
7941 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7942 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
7943
7944 2012-08-21 Juri Linkov <juri@jurta.org>
7945
7946 * info.el (Info-file-attributes): New variable.
7947 (info-insert-file-contents): Add file attributes to
7948 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
7949 `Info-toc-nodes' when previous modtime of the Info file is less
7950 than new modtime.
7951 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
7952 of info.el. (Bug#12230)
7953
7954 2012-08-20 Glenn Morris <rgm@gnu.org>
7955
7956 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
7957 * calendar/holidays.el (calendar-holiday-list):
7958 Report errors with display-warning rather than beep'n'sleep.
7959
7960 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
7961
7962 * net/tramp.el (tramp-accept-process-output): Accept only output
7963 from PROC. Otherwise, process filters and sentinels might be
7964 confused. (Bug#12145)
7965
7966 2012-08-20 Chong Yidong <cyd@gnu.org>
7967
7968 * descr-text.el (describe-text-properties-1): Use overlays-in to
7969 report on empty overlays (Bug#3322).
7970
7971 2012-08-20 Glenn Morris <rgm@gnu.org>
7972
7973 * mail/rmailout.el (rmail-output-read-file-name):
7974 Trap and report errors in rmail-output-file-alist elements.
7975
7976 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
7977 since most non-font-lock faces are not also variables).
7978
7979 2012-08-20 Edward Reingold <reingold@iit.edu>
7980
7981 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
7982 New function. (Bug12160)
7983
7984 2012-08-19 Glenn Morris <rgm@gnu.org>
7985
7986 * mail/rmailout.el (rmail-output-read-file-name):
7987 Fix previous change (when the alist is nil or does not match).
7988
7989 2012-08-19 Chong Yidong <cyd@gnu.org>
7990
7991 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
7992 (Bug#12228).
7993
7994 2012-08-18 Chong Yidong <cyd@gnu.org>
7995
7996 * simple.el (yank-handled-properties): New defcustom.
7997 (yank-excluded-properties): Add font-lock-face and category.
7998 (yank): Doc fix.
7999
8000 * subr.el (remove-yank-excluded-properties):
8001 Obey yank-handled-properties. The special handling of font-lock-face
8002 and category is now done this way, instead of being hard-coded.
8003 (insert-for-yank-1): Remove font-lock-face handling.
8004 (yank-handle-font-lock-face-property)
8005 (yank-handle-category-property): New function.
8006
8007 2012-08-17 Glenn Morris <rgm@gnu.org>
8008
8009 * mail/rmailout.el (rmail-output-read-file-name):
8010 Check rmail-output-file-alist against the full message body
8011 in the correct rmail buffer. (Bug#12214)
8012
8013 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
8014
8015 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8016 Eliminate superfluous prompt. (Bug#12203)
8017
8018 2012-08-17 Chong Yidong <cyd@gnu.org>
8019
8020 * mouse.el (mouse-appearance-menu): If x-select-font returns a
8021 font spec, set the font directly (Bug#3228).
8022
8023 2012-08-17 Martin Rudalics <rudalics@gmx.at>
8024
8025 * window.el (delete-window): Fix last fix.
8026
8027 2012-08-16 Martin Rudalics <rudalics@gmx.at>
8028
8029 * window.el (window-valid-p): Move to window.c.
8030 (window-child, window-child-count, window-last-child)
8031 (window-normalize-window, window-combined-p)
8032 (window-combinations, window-atom-root, window-min-size)
8033 (window-sizable, window-sizable-p, window-size-fixed-p)
8034 (window-min-delta, window-max-delta, window--resizable)
8035 (window--resizable-p, window-resizable, window-total-size)
8036 (window-full-height-p, window-full-width-p, window-body-size)
8037 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
8038 (minimize-window, window-deletable-p, delete-window)
8039 (delete-other-windows, set-window-buffer-start-and-point)
8040 (next-buffer, previous-buffer, split-window, balance-windows-2)
8041 (set-window-text-height, window-buffer-height)
8042 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
8043 (truncated-partial-width-window-p): Minor code adjustments.
8044 In doc-strings state whether the argument window has to denote a
8045 live, valid or any window.
8046
8047 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
8048
8049 * progmodes/subword.el (subword-forward-function)
8050 (subword-backward-function, subword-forward-regexp)
8051 (subword-backward-regexp): New variables.
8052 (subword-forward, subword-forward-internal, subword-backward-internal):
8053 Use new variables, eg so that different "word" definitions
8054 can be easily used. (Bug#11411)
8055
8056 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8057
8058 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
8059 for composite selectors.
8060 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
8061 operation just because we can't find a previous revision.
8062
8063 2012-08-15 Chong Yidong <cyd@gnu.org>
8064
8065 * frame.el (set-frame-font): Accept font objects.
8066
8067 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8068
8069 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
8070
8071 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
8072
8073 * man.el (Man-overstrike-face, Man-underline-face)
8074 (Man-reverse-face): Remove variables.
8075 (Man-overstrike, Man-underline, Man-reverse): New faces.
8076 (Man-fontify-manpage): Use them instead of the variables.
8077 (Man-cleanup-manpage): Comment change.
8078 (Man-ansi-color-map): New variable.
8079 (Man-fontify-manpage): Use it.
8080 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
8081
8082 Implement ANSI SGR parameters 22-27 (bug#12146).
8083 * ansi-color.el (ansi-colors): Doc fix.
8084 (ansi-color-context, ansi-color-context-region): Doc fix.
8085 (ansi-color--find-face): New function.
8086 (ansi-color-apply, ansi-color-apply-on-region): Use it.
8087 Rename the local variable `face' to `codes' since it is now a list of
8088 ansi codes. Doc fix.
8089 (ansi-color-get-face): Remove.
8090 (ansi-color-parse-sequence): New function, derived from
8091 ansi-color-get-face.
8092 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
8093 codes 22-27.
8094
8095 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
8096
8097 * subr.el (read-passwd): Allow use from a minibuffer.
8098
8099 2012-08-14 Eli Zaretskii <eliz@gnu.org>
8100
8101 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
8102 inside comments and strings as identifiers.
8103
8104 * progmodes/gud.el (gud-tooltip-print-command): Quote the
8105 expression to evaluate. This allows to evaluate expressions with
8106 embedded whitespace.
8107 (gud-tooltip-tips): Add a blank before the newline in the
8108 message-box text, for the benefit of message-box emulation on
8109 MS-Windows.
8110
8111 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
8112 messages from GDB, pop them up in a tooltip to give feedback to
8113 user.
8114 (gdb-tooltip-print-1): Quote the expression to evaluate.
8115 This allows to evaluate expressions with embedded whitespace.
8116 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
8117 if the TTY name is nil or empty (which happens when communicating
8118 with the inferior via pipes, e.g. on MS-Windows).
8119 (gdb-internals): If GDB sends a "&\n" empty debugging message,
8120 don't send that to the GUD buffer.
8121
8122 2012-08-14 Glenn Morris <rgm@gnu.org>
8123
8124 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
8125 Optimize away setq-default with no args, as for setq. (Bug#12195)
8126
8127 2012-08-14 Chong Yidong <cyd@gnu.org>
8128
8129 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
8130
8131 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
8132 (Bug#12085).
8133
8134 2012-08-14 Glenn Morris <rgm@gnu.org>
8135
8136 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
8137
8138 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
8139
8140 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
8141 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8142 Use cached shell name.
8143
8144 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
8145
8146 * progmodes/python.el (python-shell-send-string):
8147 (python-shell-send-setup-code): Do not use `format' with `message'.
8148
8149 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
8150
8151 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
8152 (ruby-percent-literal-beg-re): New constant.
8153 (ruby-syntax-general-delimiters-goto-beg): Rename to
8154 `ruby-syntax-enclosing-percent-literal', improve literal type check.
8155 (ruby-syntax-propertize-general-delimiters): Rename to
8156 `ruby-syntax-propertize-percent-literal', it's a shorter and more
8157 popular term. Adjust comments everywhere.
8158 (ruby-syntax-propertize-percent-literal): Only propertize when not
8159 inside a simple string or comment. When the literal is unclosed,
8160 leave the text after it unpropertized.
8161 (ruby-syntax-methods-before-regexp): New constant.
8162 (ruby-syntax-propertize-function): Use it to recognize regexps.
8163 Don't look at the text after regexp, just use the whitelist.
8164
8165 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
8166
8167 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
8168 non-nil always load the compiled file if it exists. (Bug#12197)
8169
8170 2012-08-14 Chong Yidong <cyd@gnu.org>
8171
8172 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
8173 (hi-lock-set-pattern): When deciding whether to use font lock or
8174 overlays, look at font-lock-mode instead of font-lock-fontified
8175 (Bug#12168).
8176 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
8177 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
8178
8179 2012-08-14 Daiki Ueno <ueno@unixuser.org>
8180
8181 * subr.el (internal--after-with-selected-window): Fix typo
8182 (Bug#12193).
8183
8184 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
8185
8186 Use `completion-table-dynamic' for completion functions.
8187 * progmodes/python.el
8188 (python-shell-completion--do-completion-at-point)
8189 (python-shell-completion--get-completions):
8190 Remove functions.
8191 (python-shell-completion-complete-at-point): New function.
8192 (python-completion-complete-at-point): Use it.
8193
8194 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
8195
8196 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
8197 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
8198
8199 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8200
8201 * subr.el (function-get): Refine `autoload' arg so it can also
8202 autoload functions for gv.el (bug#12191).
8203 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
8204 autoloads macros.
8205
8206 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
8207 Prefer pcase-let over destructuring-bind.
8208 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
8209 Also, remove whitespace as we go, rather than after accumulating the
8210 various places.
8211
8212 * subr.el (internal--before-with-selected-window)
8213 (internal--after-with-selected-window): Fix typo seleted->selected.
8214 (with-selected-window): Adjust callers.
8215 Reported by Dmitry Gutov <dgutov@yandex.ru>.
8216
8217 2012-08-13 Bastien Guerry <bzg@gnu.org>
8218
8219 * window.el (special-display-popup-frame): Minor docstring
8220 enhancement. (Bug#12172)
8221
8222 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
8223
8224 * tar-mode.el (tar-header-data-end): Only ignore size for files of
8225 type 1-6.
8226 (tar-header-block-summarize, tar-get-descriptor): Handle pax
8227 extended headers.
8228
8229 * files.el (hack-local-variables-filter): Remove useless eval.
8230
8231 2012-08-13 Martin Rudalics <rudalics@gmx.at>
8232
8233 * subr.el (with-selected-window): Fix last change.
8234
8235 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8236
8237 * subr.el (internal--before-with-seleted-window)
8238 (internal--after-with-seleted-window): New functions.
8239 (with-selected-window): Use them, to replace dependency on
8240 tty-top-frame.
8241
8242 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
8243
8244 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
8245 binding for `newline'.
8246 (ruby-move-to-block): When moving backward, stop at block opening,
8247 not indentation.
8248 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
8249 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
8250 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
8251 `ruby-toggle-block'.
8252
8253 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8254
8255 * ibuffer.el (ibuffer-do-toggle-read-only):
8256 * dired.el (dired-toggle-read-only):
8257 * buff-menu.el (Buffer-menu-toggle-read-only):
8258 * bindings.el (mode-line-toggle-read-only):
8259 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
8260
8261 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
8262
8263 * descr-text.el (describe-char): Put the overlays over the
8264 "displayed as" character.
8265
8266 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
8267
8268 * calc/calc-units.el (math-default-units-table): Give an
8269 initial value.
8270 (math-put-default-units): Add options to put composite units and
8271 unit systems in the default units table.
8272 (calc-convert-units): Send composite units to
8273 `math-put-default-units' when appropriate.
8274
8275 2012-08-11 Glenn Morris <rgm@gnu.org>
8276
8277 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
8278
8279 * tutorial.el (help-with-tutorial):
8280 * emacs-lisp/copyright.el (copyright-update-directory):
8281 * emacs-lisp/autoload.el (autoload-find-generated-file)
8282 (autoload-find-file): Disable local eval: (for insurance).
8283
8284 * files.el (hack-local-variables-filter): If an eval: form is not
8285 known to be safe, and enable-local-variables is :safe, then ignore
8286 the form totally, as is done for non-eval forms. (Bug#12155)
8287 This is CVE-2012-3479.
8288
8289 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8290
8291 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
8292 (rx-form): Simplify.
8293
8294 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
8295
8296 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
8297 ?, _, and : are symbol constituents, ! is not (but kinda should be).
8298 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
8299 (ruby-syntax-propertize-function): Adjust for changes in
8300 `ruby-syntax-propertize-heredoc'.
8301
8302 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
8303
8304 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
8305 binding (use `M-;' instead).
8306 (ruby-singleton-class-p): New function.
8307 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
8308
8309 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8310
8311 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
8312
8313 2012-08-10 Chong Yidong <cyd@gnu.org>
8314
8315 * progmodes/python.el (python-shell-get-process-name): Don't mess
8316 with same-window-buffer-names.
8317
8318 * eshell/eshell.el (eshell-add-to-window-buffer-names)
8319 (eshell-remove-from-window-buffer-names): Make obsolete.
8320 (eshell-buffer-name, eshell-unload-hook): Don't use them.
8321 (eshell): Just use pop-to-buffer-same-window instead.
8322
8323 2012-08-10 Chong Yidong <cyd@gnu.org>
8324
8325 * bindings.el: Bind M-= back to count-words-region.
8326
8327 * simple.el (count-words-region): Accept a prefix arg for acting
8328 on the entire buffer.
8329 (count-words--buffer-message): New helper function.
8330
8331 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8332
8333 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
8334 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
8335 (event-start, event-end): Use posn-at-point to return a more
8336 informative posn.
8337 (posnp): New function.
8338 * mouse.el (popup-menu-normalize-position): Use it.
8339
8340 2012-08-10 Masatake YAMATO <yamato@redhat.com>
8341
8342 * mouse.el (popup-menu-normalize-position): New function.
8343 (popup-menu): Use `popup-menu-normalize-position' to normalize
8344 the form for POSITION argument.
8345
8346 * term/x-win.el (x-menu-bar-open):
8347 Use the value returend from (posn-at-point) as position
8348 passed to `popup-menu'.
8349
8350 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
8351
8352 * calc/calccomp.el (math-compose-expr): Add extra argument
8353 indicating that parentheses should be put around products in
8354 denominators. Give multiplication precedence over division during
8355 composition.
8356
8357 2012-08-09 Chong Yidong <cyd@gnu.org>
8358
8359 * man.el (Man-switches, Man-sed-command, Man-awk-command)
8360 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
8361 (Man-untabify-command, manual-program): Convert to defcustom
8362 (Bug#10429).
8363
8364 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
8365
8366 * descr-text.el (describe-char): Don't insert extra newlines
8367 (Bug#10127).
8368
8369 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
8370 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
8371
8372 * align.el (align-region): Delete temporary markers (Bug#10047).
8373 Plus some code cleanups.
8374
8375 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
8376
8377 * progmodes/python.el (python-pdbtrack-tracked-buffer)
8378 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
8379 (python-shell-internal-last-output): Use make-local-variable
8380 instead of make-variable-buffer-local.
8381
8382 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
8383
8384 * progmodes/python.el: Enhancements to forward-sexp.
8385 (python-nav-forward-sexp): Rename from
8386 python-nav-forward-sexp-function.
8387 (python-nav--forward-sexp, python-nav--backward-sexp):
8388 New functions.
8389
8390 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
8391
8392 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
8393 modes and simplification modes.
8394
8395 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
8396
8397 * delsel.el (delete-selection-pre-hook): Don't propagate the
8398 file-supersession signals (bug#12161).
8399
8400 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8401
8402 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
8403 (cl-map-extents): Add compatibility aliases (bug#12135).
8404
8405 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
8406
8407 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
8408 tests by `ignore-error'.
8409 (tramp-find-shell): Open also a new shell, when cache is already
8410 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
8411
8412 2012-08-08 Juri Linkov <juri@jurta.org>
8413
8414 * bookmark.el: Add `defaults' property to the bookmark record.
8415 (bookmark-current-buffer): Doc fix.
8416 (bookmark-make-record): Add `defaults' property with default values
8417 to the bookmark record.
8418 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
8419 with `bookmark-insert-current-bookmark'.
8420 (bookmark-set): Get `defaults' property from the bookmark record
8421 and use it in `read-from-minibuffer'.
8422 (bookmark-insert-current-bookmark): Remove function.
8423
8424 * info.el (Info-bookmark-make-record): Add `defaults' property
8425 with values of canonical Info node name, the current Info file
8426 name and the current Info node name. (Bug#12107)
8427
8428 2012-08-08 Juri Linkov <juri@jurta.org>
8429
8430 * files.el (basic-save-buffer): Use `buffer-name' as the default
8431 of `read-file-name' when buffer is not visiting a file (bug#12128).
8432
8433 2012-08-08 Juri Linkov <juri@jurta.org>
8434
8435 * info.el (Info-isearch-search): Doc fix.
8436 (Info-search): Change search-failed message from "initial node" to
8437 "end of node" (bug#12078).
8438 (Info-isearch-search): Change `isearch-string-state' to
8439 `isearch--state-string'.
8440
8441 2012-08-08 Glenn Morris <rgm@gnu.org>
8442
8443 * language/persian.el: Remove file.
8444 * language/misc-lang.el: Move unique part of persian.el here.
8445 * loadup.el: Remove language/persian.
8446
8447 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
8448
8449 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
8450
8451 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
8452
8453 * progmodes/python.el: Fix defsubst warning.
8454 (python-syntax-context) Rename from python-info-ppss-context.
8455 (python-syntax-context-type): Rename from
8456 python-info-ppss-context-type.
8457 (python-syntax-comment-or-string-p): Rename from
8458 python-info-ppss-comment-or-string-p.
8459
8460 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8461
8462 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
8463
8464 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
8465
8466 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
8467 a defcustom that is quoted with backquote.
8468
8469 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
8470 Fix handling of interactive spec when the body uses return.
8471 (math-do-arg-check, math-define-function-body): Use backquote forms.
8472 * calc/calc-ext.el (math-defcache): Likewise.
8473 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
8474 * allout.el (allout-new-exposure): Likewise.
8475 * calc/calcalg2.el (math-tracing-integral): Likewise.
8476 * info.el (Info-last-menu-item): Likewise.
8477 * emulation/vip.el (vip-loop): Likewise.
8478 * textmodes/artist.el (artist-funcall): Likewise.
8479 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
8480 Construct menu-item directly.
8481
8482 * progmodes/autoconf.el (font-lock-syntactic-keywords):
8483 Don't declare.
8484
8485 2012-08-07 Chong Yidong <cyd@gnu.org>
8486
8487 * simple.el (deactivate-mark): Preserve text properties when
8488 saving the primary selection (Bug#8384).
8489
8490 2012-08-07 Kevin Ryde <user42@zip.com.au>
8491
8492 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
8493 (woman-parse-numeric-value): On a bad .IP line, issue a warning
8494 and continue processing (Bug#12110).
8495
8496 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
8497
8498 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
8499 syntax-propertize-function (bug#10095).
8500
8501 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
8502
8503 * help-fns.el (help-fns--key-bindings, help-fns--signature)
8504 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
8505 describe-function-1.
8506 (describe-function-1): Use them. Move compiler macro after sig.
8507 (help-fns--compiler-macro): Use function-get. Assume we're already in
8508 standard-output. Adjust layout to new call order.
8509
8510 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
8511 re-binding a symbol that has a symbol-macro (bug#12119).
8512
8513 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
8514
8515 * language/persian.el: New file. (Bug#11812)
8516 * loadup.el: Add language/persian.el.
8517
8518 2012-08-06 Chong Yidong <cyd@gnu.org>
8519
8520 * window.el (window--maybe-raise-frame): New function.
8521 (window--display-buffer): Split off from here.
8522 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8523 (display-buffer-pop-up-window, display-buffer-use-some-window):
8524 Obey an inhibit-switch-frame action alist entry.
8525 (display-buffer): Update doc.
8526
8527 * replace.el (occur-after-change-function): Avoid losing focus by
8528 using the inhibit-switch-frame display parameter (Bug#12139).
8529
8530 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
8531
8532 Make internal shell process buffer names start with space.
8533 * progmodes/python.el (python-shell-make-comint): Add optional
8534 argument INTERNAL.
8535 (run-python-internal): Use it.
8536 (python-shell-internal-get-or-create-process): Check for new
8537 internal buffer names.
8538
8539 2012-08-06 Glenn Morris <rgm@gnu.org>
8540
8541 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
8542 Do less getting and setting of environment variables.
8543
8544 2012-08-05 Chong Yidong <cyd@gnu.org>
8545
8546 * proced.el (proced): Add substitution string to docstring to
8547 trigger autoloading of the proced library on C-h f (Bug#1768).
8548
8549 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8550 Don't show defvars which have no second argument (Bug#8638).
8551
8552 * imenu.el (imenu-generic-expression): Move documentation here
8553 from imenu--generic-function.
8554 (imenu--generic-function): Refer to imenu-generic-expression.
8555
8556 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
8557
8558 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
8559 indentation declaration.
8560 (viper-loop): Add indentation declaration (Bug#7025).
8561
8562 2012-08-05 Chong Yidong <cyd@gnu.org>
8563
8564 * help-fns.el (describe-variable): Add hyperlink for
8565 directory-local variables files. Improve buffer-local and
8566 permanent-local reporting; suggested by MON KEY (Bug#6644).
8567
8568 * help-mode.el (help-dir-local-var-def): New button type.
8569
8570 * files.el (kill-buffer-hook): Provide a defvar.
8571
8572 2012-08-05 Glenn Morris <rgm@gnu.org>
8573
8574 * eshell/esh-ext.el (eshell/addpath):
8575 Also update eshell-path-env. (Bug#12013)
8576
8577 2012-08-05 Chong Yidong <cyd@gnu.org>
8578
8579 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
8580
8581 * fringe.el (fringe-styles): Add docstring.
8582 (fringe--check-mode): New function.
8583 (set-fringe-mode, set-fringe-style): Use it.
8584 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
8585
8586 * files.el (set-auto-mode): Fix invalid setq call.
8587
8588 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
8589
8590 * isearch.el: Misc simplification; use defstruct.
8591 (isearch-mode-map): Dense maps now work like sparse ones.
8592 (isearch--state): New defstruct.
8593 (isearch-string-state, isearch-message-state, isearch-point-state)
8594 (isearch-success-state, isearch-forward-state)
8595 (isearch-other-end-state, isearch-word-state, isearch-error-state)
8596 (isearch-wrapped-state, isearch-barrier-state)
8597 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
8598 replaced by defstruct's accessors.
8599 (isearch--set-state): Rename from isearch-top-state and change
8600 calling convention.
8601 (isearch-push-state): Use new isearch--get-state.
8602 (isearch-toggle-word): Disable regexp when enabling word.
8603 (isearch-message-prefix): Remove unused arg _c-q-hack.
8604 (isearch-message-suffix): Remove unused arg _ellipsis.
8605
8606 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
8607
8608 * simple.el (list-processes--refresh): For a server use :host or
8609 :local as the address.
8610 (list-processes): Doc fix.
8611
8612 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
8613
8614 * lisp/mpc.el: Support password in host argument.
8615 (mpc--proc-connect): Parse and use new password element.
8616 Set mpc-proc variable instead of returning process.
8617 (mpc-proc): Adjust accordingly.
8618
8619 2012-08-03 Eli Zaretskii <eliz@gnu.org>
8620
8621 * whitespace.el (whitespace-display-mappings): Use Unicode
8622 codepoints, instead of emacs-mule codepoints. See
8623 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
8624 for the details.
8625
8626 * files.el (file-truename): Don't skip symlink-chasing part on
8627 windows-nt. Incorporate the resolution of 8+3 short aliases on
8628 Windows into the loop that recursively chases symlinks.
8629 Compare directory and its parent case-insensitively on MS-Windows and
8630 MS-DOS.
8631
8632 2012-08-03 Chong Yidong <cyd@gnu.org>
8633
8634 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
8635
8636 * sort.el (sort-regexp-fields): Doc fix.
8637
8638 2012-08-03 Tassilo Horn <tsdh@gnu.org>
8639
8640 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
8641 labels regex position point at the expected place.
8642
8643 2012-08-03 MON KEY <monkey@sandpframing.com>
8644
8645 * net/imap.el (imap-interactive-login, imap-authenticate)
8646 (imap-mailbox-lsub, imap-mailbox-list)
8647 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
8648 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
8649 (imap-parse-response): Doc fix.
8650
8651 2012-08-03 João Távora <joaotavora@gmail.com>
8652
8653 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
8654 if sexp scanning does not move point (Bug#5734).
8655
8656 2012-08-02 Tassilo Horn <tsdh@gnu.org>
8657
8658 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
8659 Add listings, minted, and ctable packages.
8660 (reftex-label-alist-builtin): Move listings, minted, and ctable
8661 entries before LaTeX.
8662 (reftex-label-alist): Docfix.
8663
8664 2012-08-02 Bastien Guerry <bzg@gnu.org>
8665
8666 * replace.el (occur): Fix docstring (bug#12122).
8667
8668 2012-08-02 Glenn Morris <rgm@gnu.org>
8669
8670 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
8671
8672 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
8673
8674 Obsolete alias inactivate-current-input-method-function (Bug#10150).
8675 * international/mule-cmds.el: Create
8676 inactivate-current-input-method-function as an obsolete alias for
8677 deactivate-current-input-method-function. See Katsumi Yamaoka in
8678 <http://bugs.gnu.org/10150#46>.
8679
8680 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
8681
8682 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
8683 of nested `if's.
8684
8685 2012-08-01 Glenn Morris <rgm@gnu.org>
8686
8687 * progmodes/autoconf.el (autoconf-definition-regexp):
8688 Add AH_TEMPLATE, adjust submatch numbering.
8689 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
8690 (autoconf-current-defun-function): Update for above change.
8691 (autoconf-current-defun-function): First skip to end of current word.
8692
8693 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
8694
8695 * calendar/cal-html.el (cal-html-insert-agenda-days):
8696 Fix typo. (Bug#12018)
8697
8698 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
8699
8700 Shell processes: enhancements to startup and CEDET compatibility.
8701 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
8702 (python-shell-make-comint): accept-process-output at startup.
8703 (run-python-internal): Set inferior-python-mode-hook to nil.
8704 (python-shell-internal-get-or-create-process): call sit-for.
8705 (python-preoutput-result): Add obsolete alias.
8706 (python-shell-internal-send-string): Use it.
8707 (python-shell-send-setup-code): Remove call to
8708 accept-process-output.
8709
8710 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
8711
8712 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
8713 (Bug#12108)
8714
8715 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
8716
8717 * calc-mode.el (calc-basic-simplification-mode): Rename from
8718 `calc-limited-simplification-mode'.
8719 (calc-alg-simplification-mode): New function.
8720 (calc-set-simplify-mode): Adjust message.
8721
8722 * calc.el (calc-set-mode-line): Adjust mode line display for
8723 basic simplification mode.
8724
8725 * calc-help.el (calc-m-prefix-help): Update help message.
8726
8727 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
8728 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
8729
8730 2012-07-31 Bastien Guerry <bzg@gnu.org>
8731
8732 * man.el (man): Fix comment. (bug#12101)
8733
8734 2012-07-31 Martin Rudalics <rudalics@gmx.at>
8735
8736 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
8737 Don't return a non-nil value when no suitable buffer was found.
8738
8739 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
8740
8741 * progmodes/python.el (run-python-internal): Disable font lock for
8742 internal shells.
8743
8744 2012-07-30 Stefan Merten <smerten@oekonux.de>
8745
8746 * textmodes/rst.el: Silence `checkdoc-ispell'.
8747 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
8748 (rst-official-version, rst-official-cvs-rev)
8749 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
8750 (rst-mode-map): New key binding.
8751
8752 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
8753
8754 Update .PHONY listings in makefiles.
8755 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
8756 autoloads, update-subdirs, updates, bzr-update, update-authors,
8757 compile-onefile, compile-calc, backup-compiled-files,
8758 compile-after-backup, compile-one-process, mh-autoloads,
8759 bootstrap-clean, distclean, maintainer-clean.
8760
8761 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
8762
8763 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
8764 (calc-set-mode-line): Don't display "AlgSimp ".
8765
8766 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
8767 (calc-lim-simplify-mode): New function.
8768 (calc-set-simplify-mode): Default to 'alg.
8769 (calc-default-simplify-mode): Make algebraic simplifications
8770 the default.
8771
8772 * calc/calc-ext.el (calc-init-extensions): Remove binding for
8773 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
8774
8775 * calc/calc-help.el (calc-m-prefix-help): Change messages to
8776 indicate new simplification modes.
8777
8778 * calc/README: Mention new default simplification mode.
8779
8780 * calc/calc.el (math-normalize-error): New variable.
8781 (math-normalize): Set `math-normalize-error' to t
8782 when there's an error.
8783
8784 * calc/calc-alg.el (math-simplify): Don't simplify when
8785 `math-normalize' returns an error.
8786
8787 2012-07-29 Eli Zaretskii <eliz@gnu.org>
8788
8789 * international/mule-cmds.el (set-locale-environment): Revert last
8790 change, since display-graphic-p returns nil when this function is
8791 called during startup. Instead...
8792
8793 * term/w32console.el (terminal-init-w32console): ...setup the
8794 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
8795
8796 2012-07-29 Juri Linkov <juri@jurta.org>
8797
8798 * simple.el (goto-line): Don't display default line number in the
8799 prompt because it should be displayed by `read-number' (bug#9952).
8800 Add the current line number to the defaults of `goto-line' to
8801 allow its easier modification by users with `M-n' (bug#9201).
8802
8803 * subr.el (read-number): Support multiple default values like in
8804 other minibuffer reading functions. Replace `read' with
8805 `string-to-number' for consistency with `number-to-string'.
8806
8807 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
8808
8809 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
8810 * emulation/viper-init.el (viper-deactivate-input-method-action):
8811 Rename from viper-inactivate-input-method-action.
8812 (viper-deactivate-input-method):
8813 Rename from viper-inactivate-input-method.
8814 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
8815 * international/mule-cmds.el (deactivate-input-method):
8816 Rename from inactivate-input-method.
8817 Also run input-method-deactivate-hook.
8818 (deactivate-current-input-method-function):
8819 Rename from inactivate-current-input-method-function.
8820 (input-method-deactivate-hook): New hook.
8821 (input-method-inactivate-hook): Mark obsolete.
8822 (inactivate-input-method): Mark obsolete.
8823
8824 * international/quail.el (quail-activate):
8825 Also run quail-deactivate-hook.
8826 (quail-deactivate): Rename from quail-inactivate.
8827 * international/robin.el (robin-activate):
8828 Also run robin-deactivate-hook.
8829 (robin-deactivate): Rename from robin-inactivate.
8830
8831 2012-07-29 Chong Yidong <cyd@gnu.org>
8832
8833 * simple.el (indicate-copied-region): New function.
8834 (kill-ring-save): Split off from here.
8835
8836 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
8837 (kill-rectangle): Set deactivate-mark to t on read-only error.
8838
8839 * register.el (copy-to-register, copy-rectangle-to-register):
8840 Deactivate the mark, and use indicate-copied-region (Bug#10056).
8841 (append-to-register, prepend-to-register): Call indicate-copied-region.
8842
8843 2012-07-29 Juri Linkov <juri@jurta.org>
8844
8845 * simple.el (async-shell-command-buffer): New defcustom.
8846 (shell-command): Use it. (Bug#4719)
8847
8848 2012-07-28 Eli Zaretskii <eliz@gnu.org>
8849
8850 * international/mule-cmds.el (set-locale-environment): In a
8851 console session on MS-Windows, set up keyboard and terminal
8852 encoding from the OEM codepage, not the ANSI codepage.
8853 (Bug#12055)
8854
8855 2012-07-28 Chong Yidong <cyd@gnu.org>
8856
8857 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
8858 gdb-get-location.
8859
8860 2012-07-28 Leo Liu <sdl.web@gmail.com>
8861
8862 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
8863 the alist (bug#12029).
8864
8865 2012-07-28 Eli Zaretskii <eliz@gnu.org>
8866
8867 * makefile.w32-in (custom-deps, finder-data, updates, compile)
8868 (compile-always, compile-first)
8869 ($(lisp)/calendar/cal-loaddefs.el)
8870 ($(lisp)/calendar/diary-loaddefs.el)
8871 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
8872 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
8873 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
8874 instead of on update-subdirs.
8875 (bootstrap-clean): Delete $(lisp)/subdirs.el.
8876
8877 2012-07-28 Chong Yidong <cyd@gnu.org>
8878
8879 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
8880 directory if vc-deduce-backend returns nil (Bug#7350).
8881
8882 * simple.el (delete-trailing-lines): New option.
8883 (delete-trailing-whitespace): Obey it (Bug#11879).
8884
8885 2012-07-28 David Engster <deng@randomsample.de>
8886
8887 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
8888 Explanation of new 'symbol-qnames feature in doc-strings.
8889 (xml-maybe-do-ns): Return expanded names as plain symbols if
8890 'symbol-qnames was provided in XML-NS argument (Bug#11916).
8891 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
8892
8893 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
8894
8895 Consistent completion in inferior python with emacs -nw.
8896 * progmodes/python.el (inferior-python-mode): replace "<tab>"
8897 binding in inferior-python-mode-map with "\t".
8898 (python-shell-completion-complete-at-point)
8899 (python-completion-complete-at-point): Remove interactive spec.
8900
8901 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
8902
8903 * calc/calccomp.el (math-compose-expr): Undo previous change.
8904
8905 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
8906
8907 * progmodes/python.el (python-mode-map): Add keybinding for
8908 run-python.
8909 (python-shell-make-comint): Fix pop-to-buffer call.
8910 (run-python): Autoload. New arg SHOW.
8911 (python-shell-get-or-create-process): Do not pop python process
8912 buffer.
8913
8914 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
8915
8916 * notifications.el (notifications-on-action-signal)
8917 (notifications-on-closed-signal): Use also the bus address for the map.
8918 (notifications-notify, notifications-close-notification)
8919 (notifications-get-capabilities): Add optional argument BUS.
8920
8921 2012-07-27 Tassilo Horn <tsdh@gnu.org>
8922
8923 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
8924 Add support for the lstlisting and minted environments, and for the
8925 ctable macro.
8926 * textmodes/reftex.el (reftex-compile-variables): Also recognize
8927 labels written in keyvals syntax.
8928
8929 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
8930
8931 * calc/calccomp.el (math-compose-expr): Use parentheses when
8932 there is a product in the denominator of a fraction.
8933
8934 2012-07-26 Eli Zaretskii <eliz@gnu.org>
8935
8936 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
8937 ($(lisp)/calendar/diary-loaddefs.el)
8938 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
8939 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
8940 Fixes failures in parallel bootstrap because subdirs.el is being
8941 rewritten while the autoload files are built at the same time,
8942 which needs to load subdirs.el.
8943
8944 2012-07-26 Martin Rudalics <rudalics@gmx.at>
8945
8946 * mouse.el (popup-menu): Fix doc-string and re-indent code.
8947 (mouse-drag-line): Don't exit tracking when a switch-frame or
8948 switch-window event occurs (Bug#12006).
8949
8950 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8951
8952 * mouse.el (popup-menu): Fix last change.
8953
8954 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8955
8956 Autoload from Lisp with more care. Follow aliases when looking for
8957 function properties.
8958 * subr.el (autoloadp): New function.
8959 (symbol-file): Use it.
8960 (function-get): New function.
8961 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
8962 autoload-do-load.
8963 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
8964 (lisp-indent-function):
8965 * emacs-lisp/gv.el (gv-get):
8966 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
8967 * emacs-lisp/byte-opt.el (byte-optimize-form):
8968 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
8969 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
8970 Use function-get.
8971 * emacs-lisp/cl.el: Don't propagate function properties any more.
8972
8973 * speedbar.el (speedbar-add-localized-speedbar-support):
8974 * emacs-lisp/disass.el (disassemble-internal):
8975 * desktop.el (desktop-load-file):
8976 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
8977 (describe-function-1):
8978 * emacs-lisp/find-func.el (find-function-noselect):
8979 * emacs-lisp/elp.el (elp-instrument-function):
8980 * emacs-lisp/advice.el (ad-has-proper-definition):
8981 * apropos.el (apropos-safe-documentation, apropos-macrop):
8982 * emacs-lisp/debug.el (debug-on-entry):
8983 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
8984 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
8985 * calc/calc.el (name): Use autoloadp & autoload-do-load.
8986
8987 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
8988
8989 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
8990 function, not an obsolete variable (Bug#12046).
8991
8992 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
8993
8994 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
8995
8996 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
8997
8998 * emacs-lisp/pp.el (pp-display-expression): Select old selected
8999 window only if it is still live (Bug#12034).
9000
9001 2012-07-25 Martin Rudalics <rudalics@gmx.at>
9002
9003 * subr.el (redirect-frame-focus): Add advertised calling
9004 convention (Bug#12030).
9005
9006 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
9007
9008 Prefer typical American spelling for "acknowledgment".
9009 * vc/add-log.el (change-log-acknowledgment): Rename from
9010 change-log-acknowledgement, with an alias for the old name.
9011
9012 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
9013
9014 * calc-alg.el (math-simplify-divide): Don't cross multiply
9015 in an equation when the lhs is a variable.
9016
9017 2012-07-24 Julien Danjou <julien@danjou.info>
9018
9019 * net/netrc.el (netrc-find-service-number, netrc-store-data):
9020 Remove, unused.
9021
9022 2012-07-23 Eli Zaretskii <eliz@gnu.org>
9023
9024 * startup.el (command-line): Don't display an empty user name in
9025 the error message about non-existent home directory, when
9026 init-file-user was set to an empty string. See
9027 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
9028 for the details and context.
9029
9030 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
9031
9032 * ses.el (ses-cell-formula-aset): New macro.
9033 (ses-cell-references-aset): New macro.
9034 (ses-cell-p): New function.
9035 (ses-rename-cell): Do no longer rely on complex operations like
9036 ses-cell-set-formula or ses-set-cell to change the cell and handle
9037 the undo at the same time, but rather use lower level new macros
9038 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
9039 the undo directly. Refresh the mode line.
9040
9041 2012-07-21 Leo Liu <sdl.web@gmail.com>
9042
9043 * progmodes/cc-cmds.el (c-defun-name):
9044 Use match-string-no-properties instead for consistency.
9045
9046 2012-07-20 Leo Liu <sdl.web@gmail.com>
9047
9048 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
9049 (Bug#7879)
9050
9051 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
9052
9053 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9054
9055 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
9056 * progmodes/bug-reference.el, misearch.el: Provide themselves
9057 (bug#11915).
9058
9059 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
9060 of narrowed buffer (bug#11966).
9061
9062 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
9063
9064 * ses.el (ses-rename-cell): Set new name also in reference list of
9065 cells of which the renamed cell depends.
9066
9067 2012-07-20 Masatake YAMATO <yamato@redhat.com>
9068
9069 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
9070 to check whether menu-bar is shown or not. If not shown,
9071 show the menu-bar as a popup menu instead of using tmm.
9072 * mouse.el (popup-menu): Accept `point' as `position' argument.
9073
9074 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
9075
9076 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
9077 up inside string symbol literal (bug#11923).
9078
9079 2012-07-20 Eli Zaretskii <eliz@gnu.org>
9080
9081 * startup.el (fancy-startup-text): Read the whole tutorial, not
9082 just its first 256 bytes. Prevents gibberish in display of the
9083 tutorial title.
9084
9085 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
9086
9087 Drop idle buffer compaction due to an absence of the
9088 proved efficiency.
9089 * compact.el: Remove.
9090
9091 2012-07-19 Sam Steingold <sds@gnu.org>
9092
9093 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
9094 vc-bzr-pull & vc-bzr-merge-branch.
9095 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
9096 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
9097 for consistency with compilation-error-regexp-alist.
9098 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
9099 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
9100 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
9101 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
9102
9103 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9104
9105 * emacs-lisp/chart.el: Use lexical-binding.
9106 (chart-emacs-storage): Don't hardcode the list of entries.
9107
9108 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9109
9110 Next round of tweaks caused by Fgarbage_collect changes.
9111 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
9112
9113 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9114
9115 Compact buffers when idle.
9116 * compact.el: New file.
9117
9118 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9119
9120 * subr.el (eventp): Presume that if it looks vaguely like an event,
9121 it's an event (bug#10190).
9122
9123 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
9124
9125 Enhancements to ppss related code (thanks Stefan).
9126 * progmodes/python.el (python-indent-context)
9127 (python-indent-calculate-indentation, python-indent-dedent-line)
9128 (python-indent-electric-colon, python-nav-forward-block)
9129 (python-mode-abbrev-table)
9130 (python-info-assignment-continuation-line-p): Simplify checks
9131 for ppss context.
9132 (python-info-continuation-line-p): Cleanup.
9133 (python-info-ppss-context): Do not catch 'quote.
9134 (python-info-ppss-context-type)
9135 (python-info-ppss-comment-or-string-p): Simplify.
9136
9137 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
9138
9139 * progmodes/python.el: Enhancements to eldoc support.
9140 (python-info-current-symbol): New function.
9141 (python-eldoc-at-point): Use python-info-current-symbol.
9142 (python-info-current-defun): Fix cornercase on first defun scan.
9143 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
9144 and signal error when no inferior python process is available.
9145
9146 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
9147
9148 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
9149 assume it's always t.
9150 (vc-git-registered): Remove caching, the function is only called
9151 once.
9152 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
9153
9154 2012-07-18 Chong Yidong <cyd@gnu.org>
9155
9156 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
9157
9158 * simple.el (count-words): Report on narrowing (Bug#9959).
9159
9160 * bindings.el: Bind M-= to count-words.
9161
9162 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
9163
9164 2012-07-18 Masatake YAMATO <yamato@redhat.com>
9165
9166 * progmodes/sh-script.el (sh-imenu-generic-expression):
9167 Capture a function with `function' keyword and without parentheses
9168 like "function FOO" (bug#11856).
9169
9170 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
9171
9172 * window.el (split-window-sensibly): Make WINDOW argument
9173 optional.
9174
9175 2012-07-18 Chong Yidong <cyd@gnu.org>
9176
9177 * subr.el (keyboard-translate): Doc fix (Bug#7261).
9178
9179 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
9180 and make C-x 8 RET exit isearch (Bug#11439).
9181
9182 * international/iso-transl.el: Move isearch-mode-map key
9183 definitions to isearch.el.
9184
9185 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9186
9187 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
9188 (eieio-defclass): Use gv-define-setter when possible.
9189
9190 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
9191
9192 Reflect recent changes in Fgarbage_collect.
9193 * emacs-lisp/chart.el (chart-emacs-storage): Change to
9194 reflect new format of data returned by Fgarbage_collect.
9195
9196 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9197
9198 New utility functions + python-info-ppss-context fix (Bug#11910).
9199 * progmodes/python.el (python-info-beginning-of-block-statement-p)
9200 (python-info-ppss-comment-or-string-p): New functions.
9201 (python-info-ppss-context): Small fix for string check.
9202
9203 2012-07-17 Juri Linkov <juri@jurta.org>
9204
9205 * dired-aux.el (dired-do-async-shell-command): Doc fix.
9206 (dired-do-async-shell-command): Don't add `*' at the end of the
9207 command (Bug#11815).
9208 (dired-do-shell-command): Doc fix.
9209 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
9210 Join the individual commands using either "&" or ";" as the
9211 separator depending on the values of these trailing characters.
9212 At the end re-add the trailing "&". (Bug#10598)
9213
9214 * simple.el (async-shell-command): Sync the interactive spec with
9215 `shell-command'. Doc fix.
9216 (shell-command): Doc fix.
9217
9218 2012-07-17 Juri Linkov <juri@jurta.org>
9219
9220 * descr-text.el (describe-char): Fix format args. (Bug#10129)
9221
9222 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9223
9224 Final renames and doc fixes for movement commands (bug#11899).
9225 * progmodes/python.el (python-nav-beginning-of-statement):
9226 Rename from python-nav-statement-start.
9227 (python-nav-end-of-statement): Rename from
9228 python-nav-statement-end.
9229 (python-nav-beginning-of-block): Rename from
9230 python-nav-block-start.
9231 (python-nav-end-of-block): Rename from python-nav-block-end.
9232
9233 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9234
9235 * progmodes/python.el (python-shell-send-string-no-output):
9236 Allow accept-process-output to quit, keeping shell process ready for
9237 future interactions (Bug#11868).
9238
9239 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9240
9241 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
9242
9243 * emacs-lisp/elint.el (elint-find-args-in-code):
9244 Use help-function-arglist, so as to handle lexical byte-code.
9245
9246 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
9247 change (bug#11826).
9248
9249 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9250
9251 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
9252 Avoid spuriously marking the buffer as modified because of c-is-sws.
9253
9254 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
9255 as not-a-comment (bug#11946).
9256
9257 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
9258 for uninterned vars.
9259
9260 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
9261 Use read-event since we don't really want to read chars but bytes.
9262
9263 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
9264 $$..$$ but also $..$ using regexps (bug#11953).
9265 Use tex-verbatim for \url and \path.
9266 (tex-font-lock-keywords): Define as defconst like the others.
9267 (tex-common-initialization): Don't use font-lock-syntax-table any more.
9268
9269 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
9270
9271 * international/mule-cmds.el (ucs-insert): Make it an obsolete
9272 alias for insert-char.
9273
9274 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
9275
9276 * progmodes/python.el: Simplified imenu implementation.
9277 (python-nav-jump-to-defun): Remove command.
9278 (python-mode-map): Use `imenu' instead.
9279 (python-nav-list-defun-positions-cache)
9280 (python-imenu-include-defun-type, python-imenu-make-tree)
9281 (python-imenu-subtree-root-label, python-imenu-index-alist):
9282 Remove vars.
9283 (python-nav-list-defun-positions, python-nav-read-defun)
9284 (python-imenu-tree-assoc, python-imenu-make-element-tree)
9285 (python-imenu-make-tree, python-imenu-create-index):
9286 Remove functions.
9287 (python-mode): Update to interact with imenu by setting
9288 `imenu-extract-index-name-function' only.
9289
9290 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
9291
9292 * progmodes/python.el: Enhancements to navigation commands.
9293 (python-nav-backward-sentence)
9294 (python-nav-forward-sentence): Remove.
9295 (python-nav-backward-statement, python-nav-forward-statement)
9296 (python-nav-statement-start, python-nav-statement-end)
9297 (python-nav-backward-block, python-nav-forward-block)
9298 (python-nav-block-start, python-nav-block-end)
9299 (python-nav-forward-sexp-function)
9300 (python-info-current-line-comment-p)
9301 (python-info-current-line-empty-p): New functions.
9302 (python-indent-context): Use `python-nav-statement-start'.
9303
9304 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
9305
9306 * eshell/em-ls.el (eshell/ls): Use `apply'.
9307
9308 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
9309 multi-hops, instead of Tramp internals.
9310
9311 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
9312
9313 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
9314 when F1 and F2 are located on different hosts.
9315
9316 2012-07-14 Chong Yidong <cyd@gnu.org>
9317
9318 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
9319 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
9320 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
9321 (xterm-mouse--read-event-sequence-1000)
9322 (xterm-mouse--read-event-sequence-1006): New functions. For old
9323 mouse protocol, handle M-mouse-X events correctly.
9324 (xterm-mouse-event): New arg specifying mouse protocol.
9325 (turn-on-xterm-mouse-tracking-on-terminal)
9326 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
9327 sequence to toggle extended coordinates on newer XTerms.
9328 This appears to be harmless on terminals which do not support this.
9329
9330 2012-07-14 Leo Liu <sdl.web@gmail.com>
9331
9332 Add fringe bitmap indicators for flymake. (Bug#11253)
9333 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
9334 (flymake-make-overlay): New arg BITMAP.
9335 (flymake-error-bitmap, flymake-warning-bitmap)
9336 (flymake-fringe-indicator-position): New user variables.
9337
9338 * fringe.el: New bitmap exclamation-mark.
9339
9340 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
9341
9342 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
9343 also (Bug#7879).
9344
9345 2012-07-14 Chong Yidong <cyd@gnu.org>
9346
9347 * electric.el (electric-pair-post-self-insert-function): Fix pair
9348 insertion in empty-region case (Bug#11520).
9349
9350 2012-07-14 Chong Yidong <cyd@gnu.org>
9351
9352 * bindings.el: Consolidate ctl-x-r-map bindings.
9353 Bind copy-rectangle-as-kill to C-x r w.
9354
9355 * rect.el, register.el: Move bindings to bindings.el.
9356
9357 2012-07-14 Reuben Thomas <rrt@sc3d.org>
9358
9359 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
9360
9361 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
9362
9363 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
9364
9365 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
9366
9367 * bindings.el (top): Use `mapc' instead of `mapcar'.
9368
9369 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
9370
9371 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
9372
9373 * progmodes/sql.el (sql-comint): Suppress the check for program on
9374 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
9375 (Bug#11908)
9376
9377 2012-07-13 Chong Yidong <cyd@gnu.org>
9378
9379 * bindings.el: Assign a non-nil permanent-local property to
9380 per-buffer variables which lack a default value (Bug#11930).
9381
9382 * help-fns.el (describe-variable): In the "automatically becomes
9383 local" notice, take note of permanent-local variables.
9384
9385 2012-07-13 Chong Yidong <cyd@gnu.org>
9386
9387 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
9388 to allow printing the message when called from Lisp.
9389
9390 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9391 Remove toggle-read-only.
9392
9393 * bs.el (bs-toggle-readonly):
9394 * buff-menu.el (Buffer-menu-toggle-read-only):
9395 Remove with-no-warnings around toggle-read-only.
9396
9397 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
9398 Remove with-no-warnings around toggle-read-only.
9399 (ffap-read-only, ffap-read-only-other-window)
9400 (ffap-read-only-other-frame): Callers changed.
9401
9402 * help-mode.el: Don't require view package.
9403 (help-mode-finish): Set buffer-read-only instead of calling
9404 toggle-read-only.
9405
9406 * bindings.el (mode-line-toggle-read-only):
9407 * dired.el (dired-toggle-read-only):
9408 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
9409 with non-nil second arg.
9410
9411 * emacs-lisp/eieio-custom.el (eieio-customize-object):
9412 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
9413 directly.
9414
9415 2012-07-12 Eli Zaretskii <eliz@gnu.org>
9416
9417 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
9418 not incf.
9419
9420 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
9421
9422 More CL cleanups and reduction of use of cl.el.
9423 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
9424 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
9425 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
9426 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
9427 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
9428 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
9429 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
9430 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
9431 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
9432 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
9433 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
9434 * eshell/em-cmpl.el, eshell/em-banner.el:
9435 * calendar/parse-time.el: Use cl-lib.
9436 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
9437 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
9438 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
9439 * term/ns-win.el, term.el, shell.el, ps-samp.el:
9440 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
9441 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
9442 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
9443 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
9444 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
9445 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
9446 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
9447 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
9448 `lambda' rather than with `quote'.
9449 (eshell-do-opt): Adjust accordingly.
9450 (eshell-process-option): Simplify.
9451 * eshell/esh-var.el:
9452 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
9453 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
9454 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
9455 to `pcase--dontcare'.
9456 * emacs-lisp/cl.el (labels): Mark obsolete.
9457 (cl--letf, letf): Move to cl-lib.
9458 (cl--letf*, letf*): Remove.
9459 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
9460 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
9461 (cl-progv): Rewrite.
9462 (cl--letf, cl-letf): Move from cl.el.
9463 (cl-letf*): New macro.
9464 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
9465
9466 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
9467
9468 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
9469
9470 2012-07-11 Chong Yidong <cyd@gnu.org>
9471
9472 * vc/log-edit.el (log-edit-vc-backend): New variable.
9473 (log-edit): Doc fix.
9474
9475 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
9476 argument of log-edit to set up all local variables.
9477 (vc-start-logentry): New optional arg specifying VC backend.
9478
9479 * vc/vc.el (vc-checkin): Use it.
9480 (vc-deduce-fileset): Handle Log Edit buffers.
9481 (vc-diff): Make first argument optional too.
9482
9483 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
9484
9485 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
9486
9487 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
9488 command, just in case. The function is not needed anymore.
9489 (eshell-external-command): Do not call `eshell-remote-command'.
9490
9491 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
9492
9493 Reduce use of (require 'cl).
9494 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
9495 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
9496 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
9497 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
9498 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
9499 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
9500 * battery.el, avoid.el, abbrev.el: Use cl-lib.
9501 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
9502 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
9503 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
9504 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
9505 * calculator.el, autorevert.el, apropos.el: Don't require CL.
9506 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
9507 (byte-compile-unfold-bcf, byte-compile-check-variable):
9508 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
9509 (byte-compile-nilconstp):
9510 * emacs-lisp/autoload.el (make-autoload): Use pcase.
9511 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
9512
9513 * emacs-lisp/gv.el (cond): Make it a valid place.
9514 (if): Simplify slightly.
9515
9516 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
9517 (pcase--self-quoting-p): New function.
9518 (pcase--u1): Use it.
9519
9520 2012-07-10 Glenn Morris <rgm@gnu.org>
9521
9522 * emacs-lisp/authors.el (authors-fixed-entries):
9523 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
9524
9525 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
9526
9527 Rename configure.in to configure.ac (Bug#11603).
9528 * emacs-lisp/authors.el (authors-canonical-file-name):
9529 * progmodes/autoconf.el (autoconf-mode):
9530 Prefer configure.ac to configure.in.
9531
9532 2012-07-08 Chong Yidong <cyd@gnu.org>
9533
9534 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
9535 Implement the mouse-1-click-follows-link handling properly.
9536
9537 * info.el (Info-link-keymap): Use follow-link mechanism for
9538 header-line links (Bug#374).
9539
9540 * simple.el (deactivate-mark): Do not set the primary selection
9541 if another program has acquired it (Bug#11772).
9542
9543 2012-07-07 Kevin Ryde <user42@zip.com.au>
9544
9545 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
9546 (woman-decode-region): Replace escaped-escapes without destroying
9547 bold or underline (Bug#11552).
9548 (woman2-process-escapes): Handle nofill regions (Bug#11591).
9549
9550 2012-07-07 Chong Yidong <cyd@gnu.org>
9551
9552 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
9553 (interprogram-cut-function, interprogram-paste-function):
9554 Mention that we typically mean the clipboard.
9555
9556 2012-07-06 Glenn Morris <rgm@gnu.org>
9557
9558 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
9559
9560 * files.el (toggle-read-only): Restrict message to interactive use.
9561
9562 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
9563
9564 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
9565
9566 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
9567
9568 2012-07-06 Glenn Morris <rgm@gnu.org>
9569
9570 * Makefile.in (compile-one-process): Rename from "recompile".
9571
9572 * Makefile.in (bzr-update): "compile" is the same as "recompile
9573 autoloads", but parallelizable, so use that instead.
9574
9575 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
9576
9577 * window.el (quit-window): Always restore window height when
9578 it's saved in quit-restore parameter (Bug#11810).
9579
9580 2012-07-06 Glenn Morris <rgm@gnu.org>
9581
9582 * simple.el (kill-whole-line): Doc tweak.
9583
9584 2012-07-06 Eli Zaretskii <eliz@gnu.org>
9585
9586 * files.el (file-relative-name): Compare file names
9587 case-insensitively if on MS-Windows or MS-DOS, or if
9588 read-file-name-completion-ignore-case is non-nil. Don't use
9589 case-fold-search for this purpose. (Bug#11827)
9590
9591 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
9592
9593 * calendar/cal-dst.el (calendar-current-time-zone):
9594 Return calendar-current-time-zone-cache if non-nil.
9595
9596 2012-07-17 Masatake YAMATO <yamato@redhat.com>
9597 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
9598
9599 * calendar/cal-dst.el (calendar-current-time-zone):
9600 Return calendar-current-time-zone-cache if non-nil.
9601
9602 2012-07-06 Glenn Morris <rgm@gnu.org>
9603
9604 * Makefile.in (cvs-update): Remove old alias.
9605
9606 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
9607
9608 Sync with Tramp 2.2.6-pre.
9609
9610 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
9611 compatible declaration.
9612
9613 * net/tramp-cmds.el (tramp-append-tramp-buffers):
9614 Protect `list-load-path-shadows' call.
9615
9616 * net/tramp-compat.el (top): Require packages, which aren't
9617 autoloaded anymore for XEmacs. Protect call of
9618 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
9619 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
9620 it hurts at least for SXEmacs.
9621 (tramp-compat-temporary-file-directory): In XEmacs, there is no
9622 standard-value for `temporary-file-directory'.
9623
9624 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
9625 Redirect stderr to /dev/null.
9626 (tramp-sh-handle-write-region): uid and gid can be floats.
9627 Reported by Russell Sim <russell.sim@gmail.com>.
9628 (tramp-sh-handle-vc-registered): Hide errors.
9629 (tramp-vc-file-name-handler): Use dummy results for `process-file'
9630 and `start-file-process'.
9631 (tramp-maybe-open-connection): Check also whether `non-essential'
9632 is bound.
9633
9634 2012-07-04 Chong Yidong <cyd@gnu.org>
9635
9636 * xml.el (xml--parse-buffer): Use xml-syntax-table.
9637 (xml-parse-tag): Likewise, and avoid changing entity tables.
9638 (xml-syntax-table): Define from scratch, making sure not to give
9639 x2000 and other Unicode spaces whitespace syntax, since those are
9640 not spaces in XML.
9641 (xml-parse-fragment): Delete unused function.
9642 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
9643 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
9644 (xml-entity-ref, xml-pe-reference-re)
9645 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
9646 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
9647 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
9648 (xml-entity-value-re): Use syntax references in regexps where
9649 possible; no need to define inside a let-binding.
9650 (xml-parse-dtd): Use xml-pe-reference-re.
9651 (xml-entity-or-char-ref-re): New defconst.
9652 (xml-parse-string, xml-substitute-special): Use it.
9653
9654 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9655
9656 * files.el (locate-dominating-file): Allow `name' to be a predicate.
9657 (find-file--read-only): New function.
9658 (find-file-read-only, find-file-read-only-other-window)
9659 (find-file-read-only-other-frame): Use it.
9660 (insert-file-contents-literally): Don't `fset'.
9661 (get-free-disk-space): Use locate-dominating-file.
9662
9663 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
9664 function is already compiled.
9665
9666 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
9667
9668 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
9669
9670 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
9671 files on the same host.
9672
9673 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
9674
9675 * help-fns.el (describe-function-1): Only call
9676 help-fns--autoloaded-p when we have a file name. (Bug#11848)
9677
9678 2012-07-03 Chong Yidong <cyd@gnu.org>
9679
9680 * xml.el: Protect parser against XML bombs.
9681 (xml-entity-expansion-limit): New variable.
9682 (xml-parse-string, xml-substitute-special): Use it.
9683 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
9684
9685 2012-07-03 Glenn Morris <rgm@gnu.org>
9686
9687 * progmodes/bug-reference.el (bug-reference-bug-regexp):
9688 Allow linking to specific messages in debbugs reports (eg 123#5).
9689
9690 2012-07-02 Chong Yidong <cyd@gnu.org>
9691
9692 * xml.el: Fix entity and character reference expansion, allowing
9693 them to expand into markup as per XML spec.
9694 (xml-default-ns): New variable.
9695 (xml-entity-alist): Use XML spec definitions for lt and amp.
9696 (xml-parse-region): Make first two arguments optional.
9697 Discard text properties.
9698 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
9699 All callers changed.
9700 (xml-parse-tag): Call xml-parse-tag-1. For backward
9701 compatibility, this function should not modify buffer contents.
9702 (xml-parse-tag-1): Fix opening-tag regexp.
9703 (xml-parse-string): Rewrite, handling entity and character
9704 references properly.
9705 (xml--entity-replacement-text): Signal an error if a parameter
9706 entity is undefined.
9707
9708 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9709
9710 * comint.el (comint-output-filter): Filter out repeated prompts.
9711
9712 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
9713 and file-name-absolute-p.
9714 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
9715 internal calls.
9716
9717 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
9718
9719 Spelling fixes.
9720 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
9721 Rename from byte-compile--refiy-function. All uses changed.
9722
9723 2012-07-01 Chong Yidong <cyd@gnu.org>
9724
9725 * xml.el (xml--parse-buffer): New function. Move most of
9726 xml-parse-region here.
9727 (xml-parse-region): Copy region into a temporary buffer, since
9728 parameter entity substitution requires changing buffer contents.
9729 Use xml--parse-buffer.
9730 (xml-parse-file): Use xml--parse-buffer.
9731 (xml-parse-dtd): Make parameter entity substitution work right.
9732 Use proper regexps for ELEMENT declarations (Bug#7172).
9733
9734 2012-06-30 Glenn Morris <rgm@gnu.org>
9735
9736 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
9737
9738 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
9739 Remove outdated and unnecessary dbus declarations.
9740
9741 2012-06-30 Eli Zaretskii <eliz@gnu.org>
9742
9743 * emacs-lisp/timer.el (timer-until): Subtract results of
9744 float-time, instead of taking float-time of the result of
9745 time-subtract, since float-time signals an error for negative time
9746 arguments.
9747
9748 2012-06-30 Chong Yidong <cyd@gnu.org>
9749
9750 * xml.el (xml-*-re): Convert defvars into defconsts, and
9751 eval-and-compile them so eval-and-compile works on derivatives.
9752 (xml--entity-replacement-text): Use eval-and-comple.
9753
9754 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
9755
9756 * vc/vc-git.el (vc-git-registered): Use cache property
9757 `git-registered'.
9758 (vc-git-mode-line-string): Call `vc-working-revision' instead of
9759 `vc-git-working-revision' in order to benefit from the cache.
9760 (vc-git-root): Use cache property `git-root'. (Bug#11757)
9761
9762 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
9763
9764 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
9765 removed (likely outside Emacs). (Bug#11757)
9766
9767 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
9768
9769 * emacs-lisp/cl-lib.el: Require macroexp.
9770
9771 2012-06-30 Chong Yidong <cyd@gnu.org>
9772
9773 * xml.el: Implement XML parameter entities.
9774 (xml-parameter-entity-alist): New variable.
9775 (xml-parse-region, xml-parse-fragment): Preserve previous values
9776 of xml-entity-alist and xml-parameter-entity-alist, so that
9777 repeated calls on different documents do not change them.
9778 (xml-parse-tag): Fix doctype regexp.
9779 (xml--entity-replacement-text): New function.
9780 (xml-parse-dtd): Use it. Don't handle system entities; doing that
9781 properly requires url retrieval which is unimplemented.
9782 (xml-escape-string): Doc fix.
9783
9784 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
9785
9786 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
9787
9788 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
9789
9790 * fringe.el (fringe-mode): Doc fix.
9791
9792 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
9793
9794 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
9795 is non-nil.
9796 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
9797 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
9798
9799 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
9800
9801 * calendar/cal-dst.el (calendar-current-time-zone):
9802 Return calendar-current-time-zone-cache if non-nil.
9803
9804 2012-06-29 Masatake YAMATO <yamato@redhat.com>
9805
9806 * progmodes/which-func.el (which-func-format):
9807 Add mouse-face. (Bug#11698)
9808
9809 2012-06-29 Leo Liu <sdl.web@gmail.com>
9810
9811 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
9812
9813 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9814
9815 * minibuffer.el (minibuffer-confirm-exit-commands):
9816 Add completion-at-point (bug#11725).
9817
9818 2012-06-29 Glenn Morris <rgm@gnu.org>
9819
9820 * progmodes/f90.el (f90-font-lock-keywords-2):
9821 Add some preprocessor elements. (Bug#10499)
9822
9823 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9824
9825 * progmodes/cperl-mode.el (cperl-update-syntaxification):
9826 Use syntax-propertize (bug#11739).
9827
9828 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
9829
9830 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
9831
9832 2012-06-28 Julien Danjou <julien@danjou.info>
9833
9834 * term.el (term-handle-colors-array): Use a set of new faces to
9835 color the terminal. Also uses :inverse-video property.
9836 (term-default-fg-color): Set to nil by default, deprecate in favor
9837 of `term-face'.
9838 (term-default-bg-color): Set to nil by default, deprecate in favor
9839 of `term-face'.
9840 (term-current-face): Use `term-face' by default.
9841 (term-bold-attribute): Variable deleted.
9842
9843 2012-06-28 Glenn Morris <rgm@gnu.org>
9844
9845 * simple.el (completion-list-mode-finish):
9846 Don't use toggle-read-only. (Since completion-list-mode has
9847 a special mode-class, it wasn't doing anything extra anyway.)
9848
9849 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
9850
9851 Make inlining of other-mode interpreted functions work (bug#11799).
9852 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
9853 (byte-compile): Use it to fix compilation of lexical-binding closures.
9854 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
9855 function, if needed.
9856
9857 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9858
9859 * help-mode.el (help-make-xrefs): Don't just withstand
9860 cyclic-variable-indirection but any error in documentation-property.
9861
9862 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
9863 memory use.
9864 * bindings.el (bindings--define-key): New function.
9865 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
9866 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
9867 * bindings.el: Use it to purecopy define-key bindings.
9868
9869 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
9870
9871 * emacs-lisp/cl.el (flet): Mark obsolete.
9872 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
9873 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
9874 * progmodes/js.el (js-c-fill-paragraph):
9875 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
9876 (ebrowse-switch-member-buffer-to-derived-class):
9877 * play/5x5.el (5x5-solver): Use cl-flet.
9878
9879 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
9880 (cl--symbol-function): New macro.
9881 (cl--letf, cl--letf*): Use it.
9882
9883 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
9884 Strip "toggle-" if any.
9885
9886 2012-06-27 Glenn Morris <rgm@gnu.org>
9887
9888 * info.el (Info-default-directory-list): Move here from paths.el.
9889 * paths.el: Remove file, which is now empty.
9890 * loadup.el: No longer load "paths".
9891
9892 * custom.el (custom-initialize-delay): Doc fix.
9893
9894 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
9895 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
9896 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
9897 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
9898 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
9899 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
9900 * eshell/eshell.el (eshell-defgroup): Remove alias.
9901
9902 2012-06-27 Chong Yidong <cyd@gnu.org>
9903
9904 * help.el (help-enable-auto-load): New variable.
9905
9906 * help-fns.el (help-fns--autoloaded-p): New function.
9907 (describe-function-1): Refer to a function as "autoloaded" if it
9908 was autoloaded at any time in the past. Perform autoloading if
9909 help-enable-auto-load is non-nil.
9910
9911 2012-06-26 Eli Zaretskii <eliz@gnu.org>
9912
9913 * makefile.w32-in (compile, compile-always): Depend on
9914 update-subdirs, not on subdirs.el. Otherwise, several different
9915 sub-targets of 'bootstrap' running in parallel could
9916 simultaneously write to subdirs.el, producing a garbled file.
9917
9918 2012-06-26 Sam Steingold <sds@gnu.org>
9919
9920 * files.el (file-name-base): New convenience function.
9921 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
9922 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
9923 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
9924 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
9925 * textmodes/ispell.el, textmodes/reftex-ref.el:
9926 * textmodes/tex-mode.el: Use it.
9927 Did not touch cedet and org because they are maintained elsewhere.
9928
9929 2012-06-26 Martin Rudalics <rudalics@gmx.at>
9930
9931 * calendar/calendar.el (calendar-exit): Don't try to delete or
9932 iconify last frame. See:
9933 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
9934
9935 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
9936
9937 * server.el (server-process-filter): Remember dir in the
9938 process's `server-client-directory' properties.
9939
9940 2012-06-24 Chong Yidong <cyd@gnu.org>
9941
9942 * xml.el (xml-parse-tag): Correctly handle comment embedded in
9943 non-tag text.
9944
9945 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
9946
9947 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
9948
9949 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9950
9951 * help-fns.el (describe-variable): Don't croak when doc is not found.
9952 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
9953 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
9954 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
9955 * emacs-lisp/smie.el (smie-next-sexp): CSE.
9956 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
9957 ((lambda ..) ..).
9958 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
9959
9960 2012-06-23 Chong Yidong <cyd@gnu.org>
9961
9962 * info.el (Info-mouse-follow-link): Accept symbol values of
9963 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
9964 (Info-fontify-node): Use Info-link-keymap for all navigation
9965 buttons, with link-args property to perform the desired action.
9966 (Info-link-keymap): Doc fix.
9967 (Info-next-link-keymap, Info-prev-link-keymap)
9968 (Info-up-link-keymap): Delete now-unused keymaps.
9969
9970 2012-06-23 Chong Yidong <cyd@gnu.org>
9971
9972 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
9973
9974 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
9975 system abbrevs.
9976
9977 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
9978
9979 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9980
9981 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
9982 (bug#11719).
9983
9984 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
9985 the requote function doesn't work properly (bug#11714).
9986
9987 2012-06-23 Glenn Morris <rgm@gnu.org>
9988
9989 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
9990
9991 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9992
9993 Further GV/CL cleanups.
9994 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
9995 gv-expander.
9996 (gv--defun-declaration): New function.
9997 (defun-declarations-alist): Use it.
9998 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
9999 (gv-place): Autoload.
10000 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
10001 original definition of dotimes and dolist.
10002 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
10003 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
10004 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
10005 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10006 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
10007 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
10008 to the function's definition.
10009 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
10010 * window.el:
10011 * files.el:
10012 * faces.el:
10013 * env.el: Don't use CL.
10014
10015 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
10016
10017 Support higher-resolution time stamps (Bug#9000).
10018
10019 * calendar/time-date.el (with-decoded-time-value): New arg
10020 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
10021 (encode-time-value): New optional arg PICO. New type 3.
10022 (time-to-seconds) [!float-time]: Support the new picoseconds
10023 component if it's used.
10024 (seconds-to-time, time-subtract, time-add):
10025 Support ps-resolution time stamps as well.
10026
10027 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
10028 (timerp): Timer vectors now have length 9, not 8.
10029 (timer--time): Support new-style (4-part) time stamps.
10030 (timer-next-integral-multiple-of-time): Time stamps now have
10031 picosecond resolution, so take a bit more care about rounding.
10032 (timer-relative-time, timer-inc-time): New optional arg psecs.
10033 (timer-set-time-with-usecs): Set psecs to 0.
10034 (timer--activate): Check psecs component, too.
10035
10036 * proced.el (proced-time-lessp): Support ps-resolution stamps.
10037
10038 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10039
10040 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
10041 Move the non-essential binding to the post/pre-command-hook where it is
10042 more obviously correct.
10043
10044 * subr.el (read-passwd): Don't use a history at all.
10045 * savehist.el (savehist-save): Remove password saved accidentally
10046 because of the above bug.
10047
10048 2012-06-22 Bastien Guerry <bzg@gnu.org>
10049
10050 * files.el (toggle-read-only): Display a message telling whether
10051 the buffer is read-only or not (bug#11726).
10052
10053 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10054
10055 * emacs-lisp/gv.el: New file.
10056 * subr.el (push, pop): Extend to generalized variables.
10057 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
10058 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
10059 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
10060 gv-define-simple-setter, and gv-define-expander.
10061 Remove setf-methods defined in gv. Rename cl-setf -> setf.
10062 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
10063 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
10064 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
10065 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
10066 gv-letplace.
10067 (cl-defstruct): Don't define setf-method any more.
10068 * emacs-lisp/cl.el (flet): Don't autoload.
10069 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
10070 (define-setf-expander, defsetf, define-modify-macro)
10071 (cl-struct-setf-expander): Move from cl-lib.el.
10072 * emacs-lisp/syntax.el:
10073 * emacs-lisp/ewoc.el:
10074 * emacs-lisp/smie.el:
10075 * emacs-lisp/cconv.el:
10076 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
10077 (timer--time): Use gv-define-simple-setter.
10078 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
10079 to avoid coding-system problems in subr.el. Adjust all users.
10080 (macroexp--maxsize, macroexp-small-p): New functions.
10081 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
10082 * scroll-bar.el (scroll-bar-mode):
10083 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10084 (normal-erase-is-backspace-mode): Don't use the `eq' place.
10085 * winner.el (winner-configuration, winner-make-point-alist)
10086 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
10087 * files.el (locate-file-completion-table): Avoid list*.
10088
10089 2012-06-22 Chong Yidong <cyd@gnu.org>
10090
10091 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
10092 (dired-create-files): Doc fix (Bug#11329).
10093 (dired-do-copy): Doc fix (Bug#11334).
10094 (dired-mark-read-string): Doc fix (Bug#11553).
10095
10096 * dired.el (dired-recursive-copies, dired-recursive-deletes):
10097 Doc fix (Bug#11326).
10098 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
10099 (dired-dwim-target): Doc fix.
10100
10101 * wdired.el (wdired-mode): Doc fix.
10102
10103 2012-06-22 Glenn Morris <rgm@gnu.org>
10104
10105 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
10106 (pcmpl-rpm-cache-stamp-file): New constant.
10107 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
10108 (pcmpl-rpm-packages): Optionally cache list of packages.
10109
10110 * pcmpl-rpm.el (pcmpl-rpm): New group.
10111 (pcmpl-rpm-query-options): New option.
10112 (pcmpl-rpm-packages): No need to inline it.
10113 Use pcmpl-rpm-query-options.
10114
10115 * calendar/calendar.el (calendar-in-read-only-buffer):
10116 Avoid some needless mode changes.
10117
10118 2012-06-21 Chong Yidong <cyd@gnu.org>
10119
10120 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
10121 (desktop-path): Remove . from the default value (Bug#10977).
10122 (desktop-read): Use user-emacs-directory if desktop-path is nil.
10123
10124 2012-06-20 Chong Yidong <cyd@gnu.org>
10125
10126 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
10127
10128 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
10129
10130 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
10131 (bug#11201).
10132
10133 2012-06-20 Chong Yidong <cyd@gnu.org>
10134
10135 * term.el (term-window-width): Handle the case of a missing right
10136 fringe (Bug#8837).
10137 (term-check-size): Use window-text-height (Bug#5445).
10138 (term-mode): Use define-derived-mode. Minor cleanups.
10139 Set font-lock-defaults (Bug#7692).
10140 (term-move-columns, term-insert-char, term-emulate-terminal)
10141 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
10142
10143 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
10144
10145 * net/ange-ftp.el (ange-ftp-get-passwd):
10146 Bind `enable-recursive-minibuffers'.
10147 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
10148
10149 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
10150
10151 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
10152
10153 2012-06-19 Glenn Morris <rgm@gnu.org>
10154
10155 * progmodes/python.el (python-mode): Derive from prog-mode.
10156
10157 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
10158
10159 * emulation/edt.el (edt-default-menu-bar-update-buffers)
10160 (edt-user-menu-bar-update-buffers): New functions.
10161 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
10162
10163 2012-06-19 Chong Yidong <cyd@gnu.org>
10164
10165 * subr.el (with-selected-window): Preserve the selected window's
10166 terminal's top-frame (Bug#4702).
10167
10168 * window.el (save-selected-window): Likewise.
10169
10170 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10171
10172 * progmodes/python.el (python-rx-constituents): Move backquote.
10173 (python-skeleton-define, python-define-auxiliary-skeleton):
10174 Use `declare'.
10175
10176 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
10177
10178 * minibuffer.el (read-file-name-default): Revert the patch from
10179 2012-06-17.
10180
10181 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10182
10183 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
10184 (pcase--u1, pcase--q1): Don't use apply-partially.
10185
10186 2012-06-18 Glenn Morris <rgm@gnu.org>
10187
10188 * progmodes/python.el (python-proc, python-buffer)
10189 (python-send-receive, python-send-string): Fix obsolete versions.
10190
10191 2012-06-18 Martin Rudalics <rudalics@gmx.at>
10192
10193 * window.el (special-display-p): Completely remove stringp
10194 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
10195
10196 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
10197
10198 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
10199
10200 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
10201
10202 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
10203 * net/tramp-sh.el (tramp-maybe-open-connection):
10204 Throw if `non-essential' is non-nil.
10205
10206 2012-06-17 Martin Rudalics <rudalics@gmx.at>
10207
10208 * window.el (special-display-p): Signal an error if BUFFER-NAME
10209 is not a string (Bug#11713).
10210
10211 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
10212
10213 * progmodes/python.el (python-info-beginning-of-backslash):
10214 Rename from python-info-beginning-of-backlash, as a spelling fix.
10215
10216 2012-06-17 Chong Yidong <cyd@gnu.org>
10217
10218 * term.el (term-emulate-terminal): If term-check-size is called,
10219 move point to the process mark without resetting point (Bug#4635).
10220
10221 2012-06-17 Glenn Morris <rgm@gnu.org>
10222
10223 * international/mule-cmds.el (mule-menu-keymap)
10224 (set-language-environment, set-locale-environment): Doc tweaks.
10225
10226 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
10227
10228 * cus-face.el (custom-face-attributes): Add wave-style underline
10229 attribute.
10230 * faces.el (set-face-attribute): Update docstring to describe
10231 wave-style underline attribute.
10232
10233 2012-06-16 Chong Yidong <cyd@gnu.org>
10234
10235 * term/xterm.el (terminal-init-xterm): Discard input before
10236 querying background mode (Bug#10959).
10237
10238 2012-06-16 Stefan Merten <smerten@oekonux.de>
10239
10240 * textmodes/rst.el: Added and corrected some comments.
10241 (rst-re-alist-def): Improve symbol syntax.
10242 (rst-mode-syntax-table): Correct syntax entries.
10243 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10244 (rst-official-version, rst-official-cvs-rev): Update version
10245 information.
10246
10247 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
10248
10249 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
10250 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
10251
10252 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
10253
10254 * progmodes/python.el: New python.el merge.
10255 (python-guess-indent): Obsolete var.
10256 (python-indent-guess-indent-offset): New defcustom.
10257 (python-indent): Obsolete var.
10258 (python-indent-offset): New defcustom.
10259 (python-python-command, python-jython-command): Delete var.
10260 (python-shell-interpreter): New defcustom.
10261 (python-pdbtrack-do-tracking-p): Delete var.
10262 (python-pdbtrack-activate): New defcustom.
10263 (python-use-skeletons): Obsolete var.
10264 (python-skeleton-autoinsert): New defcustom.
10265 (inferior-python-filter-regexp, python-continuation-offset)
10266 (python-honour-comment-indentation, python-indent-string-contents)
10267 (python-jython-packages, python-mode-hook)
10268 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
10269 (python-shell-prompt-alist)
10270 (python-source-modes): Delete defcustoms.
10271 (python-check-buffer-name, python-eldoc-setup-code)
10272 (python-eldoc-string-code, python-ffap-setup-code)
10273 (python-ffap-string-code, python-fill-comment-function)
10274 (python-fill-decorator-function, python-fill-paren-function)
10275 (python-fill-string-function, python-imenu-include-defun-type)
10276 (python-imenu-make-tree, python-imenu-subtree-root-label)
10277 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
10278 (python-shell-compilation-regexp-alist)
10279 (python-shell-completion-module-string-code)
10280 (python-shell-completion-pdb-string-code)
10281 (python-shell-completion-setup-code)
10282 (python-shell-completion-string-code)
10283 (python-shell-enable-font-lock, python-shell-exec-path)
10284 (python-shell-extra-pythonpaths)
10285 (python-shell-internal-buffer-name, python-shell-interpreter-args)
10286 (python-shell-process-environment)
10287 (python-shell-prompt-block-regexp)
10288 (python-shell-prompt-output-regexp)
10289 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
10290 (python-shell-send-setup-max-wait, python-shell-setup-codes)
10291 (python-shell-virtualenv-path): New defcustoms.
10292 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
10293 (inferior-python-mode-syntax-table, python--prompt-regexp)
10294 (python-buffer, python-command python-python-command)
10295 (python-default-template, python-imports, python-indent-index)
10296 (python-indent-list, python-indent-list-length)
10297 (python-mode-running, python-pdbtrack-is-tracking-p)
10298 (python-preoutput-continuation, python-preoutput-leftover)
10299 (python-preoutput-result, python-preoutput-skip-next-prompt)
10300 (python-prev-dir/file, python-recursing)
10301 (python-saved-check-command, python-version-checked)
10302 (python-which-func-length-limit)
10303 (view-return-to-alist): Delete vars.
10304 (python-check-custom-command, python-dotty-syntax-table)
10305 (python-imenu-index-alist, python-indent-current-level)
10306 (python-indent-dedenters, python-indent-levels)
10307 (python-nav-beginning-of-defun-regexp)
10308 (python-nav-list-defun-positions-cache)
10309 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
10310 (python-shell-internal-buffer)
10311 (python-skeleton-available): New vars.
10312 (def-python-skeleton): Delete macro.
10313 (python-skeleton-define): New macro.
10314 (python-define-auxiliary-skeleton, python-rx): New macros.
10315 (python-insert-class): Delete command.
10316 (python-skeleton-class): New command.
10317 (python-insert-def): Delete command.
10318 (python-skeleton-def): New command.
10319 (python-insert-for): Delete command.
10320 (python-skeleton-for): New command.
10321 (python-insert-if): Delete command.
10322 (python-skeleton-if): New command.
10323 (python-insert-try/except, python-insert-try/finally): Delete commands.
10324 (python-skeleton-try): New command.
10325 (python-insert-while): Delete command.
10326 (python-skeleton-while): New command.
10327 (python-backspace): Delete command.
10328 (python-indent-dedent-line-backspace): New command.
10329 (python-electric-colon): Delete command.
10330 (python-indent-electric-colon): New command.
10331 (python-guess-indent): Delete command.
10332 (python-indent-guess-indent-offset): New command.
10333 (python-shift-left): Delete command.
10334 (python-indent-shift-left): New command.
10335 (python-shift-right): Delete command.
10336 (python-indent-shift-right): New command.
10337 (python-find-function): Delete command.
10338 (python-nav-jump-to-defun): New command.
10339 (python-next-statement): Delete command.
10340 (python-nav-forward-sentence): New command.
10341 (python-previous-statement): Delete command.
10342 (python-nav-backward-sentence): New command.
10343 (python-fill-paragraph): Delete command.
10344 (python-fill-paragraph-function): New command.
10345 (python-send-buffer): Delete command.
10346 (python-shell-send-buffer): New command.
10347 (python-send-defun): Delete command.
10348 (python-shell-send-defun): New command.
10349 (python-send-region, python-send-region-and-go): Delete commands.
10350 (python-shell-send-region)
10351 (python-shell-switch-to-shell): New commands.
10352 (python-send-string): Delete command.
10353 (python-shell-send-string): New command.
10354 (python-switch-to-python): Delete command.
10355 (python-shell-switch-to-shell): New command.
10356 (python-describe-symbol): Delete command.
10357 (python-eldoc-at-point): New command.
10358 (python--set-prompt-regexp, python-args-to-list)
10359 (python-after-info-look, python-check-version)
10360 (python-check-comint-prompt, python-find-imports)
10361 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
10362 (python-unload-function, python-expand-template)
10363 (python-maybe-jython, python-preoutput-filter)
10364 (python-pdbtrack-get-source-buffer)
10365 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
10366 (python-pdbtrack-toggle-stack-tracking)
10367 (python-pdbtrack-track-stack-file, python-initial-text)
10368 (python-first-word, python-comment-line-p, python-send-command)
10369 (python-setup-brm, python-sentinel, python-set-proc)
10370 (python-skip-out, python-input-filter, python-outdent-p)
10371 (python-outline-level, python-backslash-continuation-line-p)
10372 (python-end-of-block, python-end-of-statement, python-mark-block)
10373 (python-beginning-of-block, python-beginning-of-statement)
10374 (python-blank-line-p, python-beginning-of-string)
10375 (python-open-block-statement-p): Delete functions.
10376 (python-indent-line, python-indent-line-1): Delete functions.
10377 (python-indent-line): New function.
10378 (python-indentation-levels): Delete function.
10379 (python-indent-calculate-levels): New function.
10380 (python-proc): Delete function.
10381 (python-shell-get-process): New function.
10382 (python-send-receive): Delete function.
10383 (python-shell-send-string-no-output): New function.
10384 (python-module-path): Delete function.
10385 (python-ffap-module-path): New function.
10386 (python-completion-at-point)
10387 (python-symbol-completions): Delete functions.
10388 (python-completion-complete-at-point): New function.
10389 (python-load-file): Delete function.
10390 (python-shell-send-file): New function.
10391 (python-calculate-indentation): Delete function.
10392 (python-indent-calculate-indentation): New function.
10393 (python-skip-comments/blanks): Delete function.
10394 (python-util-forward-comment): New function.
10395 (python-continuation-line-p): Delete function.
10396 (python-info-continuation-line-p): New function.
10397 (python-which-func, python-current-defun): Delete function.
10398 (python-info-current-defun): New function.
10399 (python-beginning-of-defun): Delete function.
10400 (python-nav-beginning-of-defun): New function.
10401 (python-close-block-statement-p)
10402 (python-block-end-p): Delete function.
10403 (python-info-closing-block): New function.
10404 (python-comint-output-filter-function)
10405 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
10406 (python-fill-comment, python-fill-decorator, python-fill-paren)
10407 (python-fill-string, python-imenu-make-element-tree)
10408 (python-imenu-make-tree, python-imenu-tree-assoc)
10409 (python-indent-context, python-indent-dedent-line)
10410 (python-indent-line-function)
10411 (python-indent-post-self-insert-function)
10412 (python-indent-toggle-levels)
10413 (python-info-assignment-continuation-line-p)
10414 (python-info-beginning-of-backlash)
10415 (python-info-block-continuation-line-p)
10416 (python-info-closing-block-message)
10417 (python-info-line-ends-backslash-p)
10418 (python-info-looking-at-beginning-of-defun)
10419 (python-info-ppss-context, python-info-ppss-context-type)
10420 (python-nav-list-defun-positions, python-nav-read-defun)
10421 (python-nav-sentence-end, python-nav-sentence-start)
10422 (python-pdbtrack-comint-output-filter-function)
10423 (python-pdbtrack-set-tracked-buffer)
10424 (python-shell-calculate-exec-path)
10425 (python-shell-calculate-process-environment)
10426 (python-shell-completion--do-completion-at-point)
10427 (python-shell-completion--get-completions)
10428 (python-shell-completion-complete-at-point)
10429 (python-shell-completion-complete-or-indent)
10430 (python-shell-get-or-create-process)
10431 (python-shell-get-process-name)
10432 (python-shell-internal-get-or-create-process)
10433 (python-shell-internal-get-process-name)
10434 (python-shell-internal-send-string, python-shell-make-comint)
10435 (python-shell-parse-command, python-shell-send-setup-code)
10436 (python-skeleton-add-menu-items)
10437 (python-util-clone-local-variables, python-util-position)
10438 (run-python-internal, python-indentation-levels)
10439 (python-nav-beginning-of-defun)
10440 (python-completion-complete-at-point): New functions.
10441 (run-python): Change arguments. New API requirements.
10442
10443 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10444
10445 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
10446 (bug#11649).
10447
10448 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
10449 (macroexp--expand-all): Use it.
10450
10451 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
10452 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
10453 Use `cl-function' instead.
10454
10455 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
10456
10457 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
10458 Suggested by Stefan Monnier while discussing bug#11657.
10459
10460 2012-06-14 Sam Steingold <sds@gnu.org>
10461
10462 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
10463
10464 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
10465
10466 * play/doctor.el (doctor-doc): Remove parameter and use
10467 doctor-sent instead of sent.
10468 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
10469
10470 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10471
10472 * files.el: Require cl-lib.
10473 (file-name-non-special): Replace case -> cl-case.
10474
10475 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
10476
10477 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
10478 mapping from #' to function*.
10479
10480 2012-06-13 Chong Yidong <cyd@gnu.org>
10481
10482 * mouse.el (mouse-drag-track): Do not set the mark if the user
10483 releases the mouse without selecting anything (Bug#11588).
10484
10485 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10486
10487 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
10488 as well (bug#11646).
10489
10490 * loadup.el: Count byte-code functions as well.
10491
10492 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
10493 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
10494
10495 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
10496 (bug#11649). Add cl-defun and cl-defmacro.
10497
10498 2012-06-13 Drew Adams <drew.adams@oracle.com>
10499
10500 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
10501 Fix last change.
10502
10503 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
10504
10505 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
10506 Otherwise, it blocks in batch mode.
10507
10508 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
10509
10510 * help-mode.el (bookmark-make-record-default): Declare.
10511
10512 2012-06-13 Chong Yidong <cyd@gnu.org>
10513
10514 * emacs-lisp/package.el (list-packages): Compute a list of
10515 packages that are newly-available since the last list-packages
10516 invocation.
10517 (package-menu--new-package-list): New var.
10518 (package-menu--generate, package-menu--print-info)
10519 (package-menu--status-predicate, package-menu-mark-install):
10520 Handle new status label "new".
10521
10522 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10523
10524 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
10525 conversion to backquotes.
10526
10527 2012-06-12 Chong Yidong <cyd@gnu.org>
10528
10529 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
10530 Rename from gud-inhibit-global-bindings.
10531
10532 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
10533
10534 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
10535 hook from nxml-glyph-set-hook.
10536
10537 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
10538 declaration.
10539
10540 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
10541
10542 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
10543 Convert to defcustom.
10544
10545 2012-06-12 Drew Adams <drew.adams@oracle.com>
10546
10547 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
10548 New functions.
10549 (help-mode): Use them.
10550
10551 2012-06-11 Glenn Morris <rgm@gnu.org>
10552
10553 * progmodes/fortran.el (fortran-font-lock-keywords-3):
10554 Use preprocessor face for directives.
10555 (fortran-directive-re): Doc fix.
10556
10557 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10558
10559 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
10560 conversion to backquotes (bug#11652).
10561
10562 Fix compiler-expansion of CL's cXXr functions (bug#11673).
10563 * emacs-lisp/cl-lib.el (cl--defalias): New function.
10564 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
10565 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
10566 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10567 (cl-ninth, cl-tenth): Mark them as inlinable.
10568 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
10569 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
10570 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
10571 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
10572 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
10573 (cl-list*, cl-adjoin): Don't put an autoload manually.
10574 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
10575 (cl--compiler-macro-list*): Add autoload cookie.
10576 (cl--compiler-macro-cXXr): New function.
10577
10578 * help-fns.el (help-fns--compiler-macro): New function extracted from
10579 describe-function-1; follow aliases and use `compiler-macro' property.
10580 (describe-function-1): Use it.
10581
10582 2012-06-11 Chong Yidong <cyd@gnu.org>
10583
10584 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
10585 is uninstalled, if imagemagick is installed.
10586
10587 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10588
10589 * emacs-lisp/cl-lib.el: Use lexical-binding.
10590 (cl-map-extents, cl-maclisp-member): Remove.
10591 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
10592 (cl--set-substring, cl--block-wrapper, cl--block-throw)
10593 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
10594 * emacs-lisp/cl-extra.el: Use lexical-binding.
10595 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
10596 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
10597 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
10598 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
10599 * emacs-lisp/cl-seq.el: Use lexical-binding.
10600 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
10601 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
10602 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
10603 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
10604 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
10605 CL's internals.
10606
10607 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
10608
10609 Sync with Tramp 2.2.6-pre.
10610
10611 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
10612 `print-length' and `print-level' to nil, in order to avoid
10613 truncation. Reported by Christopher Schmidt
10614 <christopher@ristopher.com>.
10615
10616 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
10617
10618 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
10619 New defmacro.
10620 (tramp-compat-copy-directory): Add optional argument
10621 COPY-CONTENTS. It is not handled yet.
10622
10623 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
10624 (tramp-ftp-file-name-p): Simplify.
10625
10626 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
10627 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
10628 connection vector.
10629
10630 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
10631 (tramp-methods): Do not use `tramp-password-end-of-line'.
10632 (tramp-completion-function-alist-putty): Handle UNIX case.
10633 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
10634 (tramp-do-file-attributes-with-stat)
10635 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
10636 gid as real numbers. They could run out of integer range on cygwin.
10637 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
10638 (tramp-sh-handle-expand-file-name): Handle hops.
10639 (tramp-open-connection-setup-interactive-shell):
10640 Use `tramp-cleanup'. Move check for busyboxes ...
10641 (tramp-find-shell): ... here. Simplify implementation.
10642 Set "remote-shell" property also for alternative shells.
10643 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
10644 If failing, a regular file would be written otherwise.
10645 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
10646 (tramp-find-inline-encoding): Cache the coding commands in the
10647 process cache. Apply test command on the remote side, if defined.
10648 (tramp-find-inline-compress): Cache the compress commands in the
10649 process cache.
10650 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
10651 when requested. Handle hops.
10652 (tramp-current-connection): New defvar.
10653 (tramp-maybe-open-connection): Use `tramp-cleanup'.
10654 Throw `suppress', if there was a failed connection shortly before.
10655 Handle user interrupt. (Bug#10187)
10656 (tramp-get-inline-compress, tramp-get-inline-coding):
10657 Read connection properties from the process cache.
10658
10659 * net/tramp-smb.el (tramp-smb-server-version)
10660 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
10661 New defconsts.
10662 (tramp-smb-prompt): Extend for powershell prompt.
10663 (tramp-smb-file-name-handler-alist): Add handlers for
10664 `process-file', `shell-command' and `start-file-process'.
10665 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
10666 (tramp-smb-winexe-shell-command-switch): New defcustoms.
10667 (tramp-smb-file-name-p): Simplify.
10668 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
10669 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
10670 (tramp-smb-shell-quote-argument): New defuns.
10671 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
10672 Implement using "tar". By this, time-stamps are preserved.
10673 (tramp-smb-handle-copy-file): Handle also the case of directories.
10674 (tramp-smb-do-file-attributes-with-stat)
10675 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
10676 Use `tramp-get-connection-buffer').
10677 (tramp-smb-handle-rename-file): Use "rename", when source and
10678 target are on the same share.
10679 (tramp-smb-maybe-open-connection): Handle wrong passwords.
10680 Use `tramp-smb-server-version'.
10681 (tramp-smb-wait-for-output): Remove prompt.
10682
10683 * net/tramp.el (top): Require 'cl.
10684 (tramp-methods, tramp-rsh-end-of-line):
10685 Remove `tramp-password-end-of-line' from docstring.
10686 (tramp-save-ad-hoc-proxies): New defcustom.
10687 (tramp-completion-function-alist): Adapt docstring.
10688 (tramp-default-password-end-of-line): Remove defcustom.
10689 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
10690 (tramp-user-regexp, tramp-file-name-regexp-unified)
10691 (tramp-file-name-regexp-url): Extend regexp by hop separator.
10692 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
10693 (tramp-remote-file-name-spec-regexp): New defconst.
10694 (tramp-file-name-structure): Extend structure for hops.
10695 (tramp-get-method-parameter): Move up.
10696 (tramp-file-name-p, tramp-dissect-file-name)
10697 (with-parsed-tramp-file-name): Handle hops.
10698 (tramp-file-name-hop): New defun.
10699 (tramp-make-tramp-file-name): New optional arg HOP.
10700 (tramp-message-show-progress-reporter-message): New defvar.
10701 (tramp-with-progress-reporter): Use it. We cannot use
10702 `tramp-message-show-message' here, because this suppresses also
10703 error buffers.
10704 (tramp-error-with-buffer): Suppress buffer view, if
10705 `tramp-message-show-message' is nil.
10706 Use `tramp-get-connection-buffer'.
10707 (tramp-cleanup): New defun.
10708 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
10709 (tramp-file-name-handler): If `debug-on-error' is set, propagate
10710 an error unchanged.
10711 (tramp-completion-handle-file-name-all-completions): Handle hops.
10712 Fix an error when called from ido.
10713 (tramp-completion-dissect-file-name): Use better local variable
10714 name. Add hop to the vector.
10715 (tramp-handle-insert-file-contents): Use progress-reporter for the
10716 whole scenario.
10717 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
10718 to `t'.
10719 (tramp-check-for-regexp): Simplify search.
10720 (tramp-enter-password): Remove it. Move implementation ...
10721 (tramp-action-password): ... here.
10722 (tramp-mode-string-to-int, tramp-local-host-p)
10723 (tramp-make-tramp-temp-file, tramp-read-passwd)
10724 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
10725 Set tramp-autoload cookie.
10726
10727 * net/trampver.el: Update release number.
10728
10729 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10730 Michael Albinus <michael.albinus@gmx.de>
10731
10732 * net/tramp.el (tramp-set-completion-function): Fix docstring.
10733 (tramp-parse-group, tramp-parse-file)
10734 (tramp-parse-shostkeys-sknownhosts): New defuns.
10735 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
10736 (tramp-parse-shosts-group, tramp-parse-sconfig)
10737 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
10738 (tramp-parse-sknownhosts, tramp-parse-hosts)
10739 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
10740 Use them.
10741 (tramp-parse-passwd-group, tramp-parse-netrc-group)
10742 (tramp-parse-putty-group): Don't narrow.
10743 (tramp-parse-putty): Make a loop.
10744 (tramp-file-name-handler): Catch the `suppress' signal.
10745
10746 2012-06-11 Chong Yidong <cyd@gnu.org>
10747
10748 * image.el (imagemagick-register-types): Put the ImageMagick entry
10749 at the end of image-type-file-name-regexps.
10750
10751 2012-06-11 Johan Bockgård <bojohan@gnu.org>
10752
10753 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
10754 (pcase, pcase-let*, pcase-dolist): Use them.
10755
10756 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10757
10758 * emacs-lisp/pcase.el (pcase--let*): New function.
10759 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
10760 (pcase--expand): Use macroexp-let².
10761
10762 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10763
10764 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
10765 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
10766 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
10767 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
10768 * emacs-lisp/derived.el: Use pcase instead of `cl'.
10769 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
10770
10771 2012-06-10 Glenn Morris <rgm@gnu.org>
10772
10773 * mail/rmail.el (rmail-yank-current-message): Leave point at
10774 correct position. (Bug#11660)
10775
10776 2012-06-10 Chong Yidong <cyd@gnu.org>
10777
10778 * allout-widgets.el: Fix code header.
10779
10780 2012-06-10 Chong Yidong <cyd@gnu.org>
10781
10782 * cus-edit.el (customize-changed-options-previous-release):
10783 Bump to 24.1.
10784
10785 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
10786
10787 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
10788
10789 2012-06-09 Chong Yidong <cyd@gnu.org>
10790
10791 * ebuff-menu.el (electric-buffer-list): Preserve header line.
10792
10793 2012-06-09 Martin Rudalics <rudalics@gmx.at>
10794
10795 * window.el (special-display-popup-frame): Don't use
10796 window--display-buffer (Bug#11651).
10797
10798 2012-06-09 Eli Zaretskii <eliz@gnu.org>
10799
10800 Fix parallel builds: make sure loaddefs.el is not being written
10801 while Lisp files are compiled.
10802 (compile): Don't depend on 'mh-autoloads'.
10803 (compile-CMD, compile-SH): Depend on 'autoloads'.
10804 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
10805
10806 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
10807
10808 2012-06-09 Chong Yidong <cyd@gnu.org>
10809
10810 * face-remap.el (face-remap-add-relative, face-remap-set-base)
10811 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
10812 Doc fixes (Bug#11225).
10813
10814 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10815
10816 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
10817 a function if there's a clear indication that it has a compiler-macro.
10818 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
10819 (macro-declarations-alist): Add arglist to declaration functions.
10820 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
10821 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
10822 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
10823 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
10824 Also add autoload to find the compiler macro.
10825 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
10826 (cl--compiler-macro-member, cl--compiler-macro-assoc)
10827 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
10828 (cl--compiler-macro-get): New functions, replacing calls to
10829 cl-define-compiler-macro.
10830 (cl-typep) [compiler-macro]: Use macroexp-let².
10831
10832 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
10833
10834 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
10835 string properly, fixes Bug#11473.
10836
10837 2012-06-08 Chong Yidong <cyd@gnu.org>
10838
10839 * faces.el (set-face-attribute): Doc fix.
10840 (modify-face): Don't use :bold and :italic.
10841 (error, warning, success): Tweak definitions.
10842
10843 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
10844 (custom-modified, custom-set, custom-changed, custom-themed)
10845 (custom-saved, custom-button, custom-button-mouse)
10846 (custom-button-pressed, custom-state, custom-comment-tag)
10847 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
10848 (custom-group-subtitle): Use new-style face specs.
10849 (custom-invalid-face, custom-rogue-face, custom-modified-face)
10850 (custom-set-face, custom-changed-face, custom-saved-face)
10851 (custom-button-face, custom-button-pressed-face)
10852 (custom-documentation-face, custom-state-face)
10853 (custom-comment-face, custom-comment-tag-face)
10854 (custom-variable-tag-face, custom-variable-button-face)
10855 (custom-face-tag-face, custom-group-tag-face-1)
10856 (custom-group-tag-face): Remove obsolete face alias.
10857
10858 * epa.el (epa-validity-high, epa-validity-medium)
10859 (epa-validity-low, epa-mark, epa-field-name, epa-string)
10860 (epa-field-name, epa-field-body):
10861 * font-lock.el (font-lock-comment-face, font-lock-string-face)
10862 (font-lock-keyword-face, font-lock-builtin-face)
10863 (font-lock-function-name-face, font-lock-variable-name-face)
10864 (font-lock-type-face, font-lock-constant-face):
10865 * ido.el (ido-first-match, ido-only-match, ido-subdir)
10866 (ido-virtual, ido-indicator, ido-incomplete-regexp):
10867 * speedbar.el (speedbar-button-face, speedbar-file-face)
10868 (speedbar-directory-face, speedbar-tag-face)
10869 (speedbar-selected-face, speedbar-highlight-face)
10870 (speedbar-separator-face):
10871 * whitespace.el (whitespace-newline, whitespace-space)
10872 (whitespace-hspace, whitespace-tab, whitespace-trailing)
10873 (whitespace-line, whitespace-space-before-tab)
10874 (whitespace-space-after-tab, whitespace-indentation)
10875 (whitespace-empty):
10876 * emulation/cua-base.el (cua-global-mark):
10877 * eshell/em-prompt.el (eshell-prompt):
10878 * net/newst-plainview.el (newsticker-new-item-face)
10879 (newsticker-old-item-face, newsticker-immortal-item-face)
10880 (newsticker-obsolete-item-face, newsticker-date-face)
10881 (newsticker-statistics-face, newsticker-default-face):
10882 * net/newst-reader.el (newsticker-feed-face)
10883 (newsticker-extra-face, newsticker-enclosure-face):
10884 * net/newst-treeview.el (newsticker-treeview-face)
10885 (newsticker-treeview-new-face, newsticker-treeview-old-face)
10886 (newsticker-treeview-immortal-face)
10887 (newsticker-treeview-obsolete-face)
10888 (newsticker-treeview-selection-face):
10889 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
10890 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
10891 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
10892 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
10893 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
10894 (nxml-outline-active-indicator, nxml-outline-ellipsis):
10895 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
10896 (mpuz-text):
10897 * progmodes/vera-mode.el (vera-font-lock-number)
10898 (vera-font-lock-function, vera-font-lock-interface):
10899 * textmodes/table.el (table-cell): Use new-style face specs, and
10900 don't use the old :bold and :italic attributes.
10901
10902 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
10903 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
10904 (ebrowse-member-class, ebrowse-progress): Likewise.
10905 (ebrowse-tree-mark-face, ebrowse-root-class-face)
10906 (ebrowse-file-name-face, ebrowse-default-face)
10907 (ebrowse-member-attribute-face, ebrowse-member-class-face)
10908 (ebrowse-progress-face): Remove obsolete faces.
10909
10910 * progmodes/flymake.el (flymake-errline, flymake-warnline):
10911 Inherit from error and warning faces respectively.
10912
10913 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
10914 Likewise.
10915 (flyspell-incorrect-face, flyspell-duplicate-face):
10916 Remove obsolete aliases.
10917
10918 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
10919
10920 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
10921 Avoid infloop.
10922
10923 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10924
10925 * startup.el (argv, argi): Make lexically scoped.
10926 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
10927 * emacs-lisp/cl-macs.el: Use lexical-binding.
10928 Rename cl-bind-* to cl--bind-*.
10929 * files.el: Don't require `cl' since it doesn't use it.
10930 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
10931
10932 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
10933
10934 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
10935 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
10936 instead of calling external sort utility.
10937 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
10938
10939 2012-06-08 Eli Zaretskii <eliz@gnu.org>
10940
10941 * descr-text.el (describe-char): Mention how to insert the
10942 character, if the current input method doesn't support it.
10943 See the discussion in this thread for the details:
10944 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
10945
10946 2012-06-08 Sam Steingold <sds@gnu.org>
10947
10948 * bindings.el (global-map): Bind XF86Forward to next-buffer and
10949 XF86Back to previous-buffer.
10950 (minibuffer-local-map): Bind them to next-history-element and
10951 previous-history-element respectively.
10952 * help-mode.el (help-mode-map): Bind them to help-go-forward and
10953 help-go-back respectively.
10954 * info.el (Info-mode-map): Bind them to Info-history-forward and
10955 Info-history-back respectively.
10956 These are the keys next to Up on the ThinkPad keyboard.
10957
10958 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10959
10960 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
10961 * emacs-lisp/cl-macs.el: Provide itself.
10962 (cl--labels-convert-cache): New var.
10963 (cl--labels-convert): New function.
10964 (cl-flet, cl-labels): New implementation with new semantics, relying on
10965 lexical-binding.
10966 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
10967 (cl-closure-vars, cl--function-convert-cache)
10968 (cl--function-convert): Move from cl-macs.el.
10969 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
10970 rename by removing the "cl-" prefix.
10971 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
10972
10973 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10974
10975 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
10976 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
10977 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
10978 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
10979 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
10980 (cl-hash-table-count): Add old compatibility aliases.
10981
10982 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
10983 Use macroexpand-all-environment instead.
10984 (cl--old-macroexpand): New var.
10985 (cl--sm-macroexpand): New function.
10986 (cl-symbol-macrolet): Use it during macro expansion.
10987 (cl--function-convert-cache): New var.
10988 (cl--function-convert): New function, extracted from
10989 cl-macroexpand-all.
10990 (cl-lexical-let): Use it.
10991
10992 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
10993 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
10994 (cl-member): Remove old alias.
10995
10996 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
10997 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
10998 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
10999 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
11000 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
11001 (cl-macroexpand-cmacs): Remove var.
11002 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
11003 Use macroexpand-all instead.
11004
11005 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11006
11007 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
11008 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
11009 (macroexp-copyable-p): New functions and macros.
11010 * emacs-lisp/edebug.el (edebug-unwrap):
11011 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
11012 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
11013 (pcase--let*): Remove.
11014 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
11015 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
11016 macroexp-const-p instead.
11017 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
11018
11019 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
11020 instead of "cl-" for internal definitions. Use macroexp-const-p.
11021 (cl-old-bc-file-form): Remove var.
11022 (cl-const-exprs-p): Remove fun.
11023 (cl-labels, cl-macrolet): Use backquote.
11024 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
11025 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
11026 (cl-define-setf-expander): Rename from cl-define-setf-method.
11027 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
11028
11029 * international/mule-cmds.el: Don't require CL.
11030 (view-hello-file): Don't use `letf'.
11031
11032 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11033
11034 * tmm.el (tmm-prompt): Use string-prefix-p.
11035 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
11036 (tmm-add-prompt): Use minibuffer-completion-help.
11037 (tmm-delete-map): Remove.
11038
11039 * subr.el (kbd): Make it its own function.
11040
11041 2012-06-07 Stefan Merten <smerten@oekonux.de>
11042
11043 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
11044 Silence compiler warnings. Fix versions.
11045 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
11046 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
11047 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
11048 (rst-package-emacs-version-alist): Correct Emacs version to
11049 represent major merge with upstream.
11050 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
11051
11052 2012-06-06 Glenn Morris <rgm@gnu.org>
11053
11054 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
11055 Only print environment variables if set.
11056
11057 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11058
11059 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
11060 (macroexp--cons): Rename from maybe-cons.
11061 (macroexp--accumulate): Rename from macroexp-accumulate.
11062 (macroexp--all-forms): Rename from macroexpand-all-forms.
11063 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
11064 (macroexp--expand-all): Rename from macroexpand-all-1.
11065
11066 2012-06-06 Sam Steingold <sds@gnu.org>
11067
11068 * calendar/calendar.el (calendar-in-read-only-buffer):
11069 Call `special-mode' to enable the standard read-only keybindings.
11070
11071 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11072
11073 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
11074 with "loading" messages (bug#11635).
11075
11076 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
11077
11078 * files.el (enable-remote-dir-locals): New option.
11079 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
11080
11081 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11082 Ensure, that the temp directory is local.
11083
11084 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
11085 `temporary-file-directory'.
11086
11087 * progmodes/python.el (python-send-region): Ensure, that the
11088 temporary file is created also in the remote case.
11089
11090 2012-06-06 Glenn Morris <rgm@gnu.org>
11091
11092 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
11093 (vc-rcs-update-changelog): Use it.
11094
11095 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
11096
11097 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
11098 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
11099 (vc-sccs-diff): Replace use of the external vcdiff script.
11100
11101 2012-06-05 Glenn Morris <rgm@gnu.org>
11102
11103 * ledit.el: Move to obsolete/.
11104
11105 2012-06-05 Sam Steingold <sds@gnu.org>
11106
11107 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
11108 patch (Bug#11140).
11109
11110 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11111
11112 * emacs-lisp/cust-print.el: Move to obsolete.
11113
11114 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
11115 compiler-macro expansion.
11116
11117 Add native compiler-macro support.
11118 * emacs-lisp/macroexp.el (macroexpand-all-1):
11119 Support compiler-macros directly. Properly follow aliases and apply
11120 the compiler macros more thoroughly.
11121 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
11122 macroexpand now properly follows aliases.
11123 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
11124 (cl-compiler-macroexpand): Use new prop.
11125 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
11126
11127 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
11128
11129 2012-06-05 Martin Rudalics <rudalics@gmx.at>
11130
11131 * window.el (get-lru-window, get-mru-window, get-largest-window):
11132 New argument NOT-SELECTED to avoid picking the selected window.
11133 (window--display-buffer-1, window--display-buffer-2): Replace by
11134 new function window--display-buffer
11135 (display-buffer-same-window, display-buffer-reuse-window)
11136 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11137 Use window--display-buffer.
11138 (display-buffer-use-some-window): Remove temporary dedication
11139 hack by calling get-lru-window and get-largest-window with
11140 NOT-SELECTED argument non-nil. Call window--display-buffer.
11141
11142 2012-06-05 Glenn Morris <rgm@gnu.org>
11143
11144 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
11145 Replace external vcdiff script.
11146
11147 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11148
11149 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
11150
11151 2012-06-04 Chong Yidong <cyd@gnu.org>
11152
11153 * image.el (imagemagick-types-inhibit): Revert last change.
11154 Add INFO and M.
11155 (imagemagick-enabled-types): Remove CIN and EPS*.
11156
11157 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11158
11159 * emacs-lisp/cl-lib.el: Rename from cl.el.
11160 * emacs-lisp/cl.el: New compatibility file.
11161 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
11162 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
11163 to obey the "cl-" prefix.
11164 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
11165
11166 2012-06-03 Glenn Morris <rgm@gnu.org>
11167
11168 * emacs-lisp/authors.el (authors-aliases): Addition.
11169
11170 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
11171 Fix :version.
11172
11173 2012-06-03 Stefan Merten <smerten@oekonux.de>
11174
11175 * textmodes/rst.el: Add comments.
11176 (rst-transition, rst-adornment): New faces.
11177 (rst-adornment-faces-alist): Make default safe to reevaluate.
11178 Fixes
11179 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
11180 Improve customization tags.
11181 (rst-define-level-faces): Clarify meaning.
11182
11183 2012-06-03 Chong Yidong <cyd@gnu.org>
11184
11185 * progmodes/compile.el (compilation-mode-line-fail)
11186 (compilation-mode-line-run, compilation-mode-line-exit):
11187 New faces.
11188 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
11189
11190 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
11191
11192 * progmodes/which-func.el (which-func-update-ediff-windows):
11193 New function. Use it in ediff-select-hook (Bug#11478).
11194
11195 2012-06-03 Chong Yidong <cyd@gnu.org>
11196
11197 * bindings.el: Remove explicit help text from format-mode-line.
11198 It is now supplied by mode-line-default-help-echo.
11199 (mode-line-front-space, mode-line-end-spaces)
11200 (mode-line-misc-info): New variables.
11201 (mode-line-modes, mode-line-position): Move the default value to
11202 the variable definition.
11203 (mode-line-default-help-echo): New defcustom.
11204 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
11205 (mode-line-modified-help-echo): New functions.
11206 (mode-line-mule-info, mode-line-modified): Use them.
11207 (mode-line-eol-desc, propertized-buffer-identification):
11208 Consistency fixes for help text.
11209 (mode-line-coding-system-map): Allow using mouse-3 to invoke
11210 set-buffer-file-coding-system (Bug#289).
11211 (mode-line-mule-info-help-echo): Update help text.
11212
11213 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
11214
11215 * simple.el (execute-extended-command): Set real-this-command
11216 (bug#11506).
11217
11218 2012-06-02 Chong Yidong <cyd@gnu.org>
11219
11220 Remove incorrect uses of "modeline" in comments, docstrings, and
11221 function/variable names (Bug#10329).
11222
11223 * cus-edit.el (mode-line):
11224 * dframe.el (dframe-mouse-hscroll):
11225 * emacs-lisp/re-builder.el:
11226 * emacs-lisp/easy-mmode.el (define-minor-mode):
11227 * frame.el (set-frame-name):
11228 * help.el (lookup-minor-mode-from-indicator):
11229 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
11230 * progmodes/cc-cmds.el (c-toggle-auto-newline)
11231 (c-toggle-hungry-state):
11232 * progmodes/antlr-mode.el (antlr-language-alist):
11233 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
11234 * progmodes/vhdl-mode.el (vhdl-mode):
11235 * progmodes/which-func.el (which-func, which-func-cleanup-function):
11236 * term/ns-win.el (ns-face-at-pos):
11237 * term/sup-mouse.el (sup-mouse-report):
11238 * textmodes/flyspell.el (flyspell-mode-line-string):
11239 * textmodes/ispell.el (ispell-highlight-face):
11240 * textmodes/reftex-global.el:
11241 * vc/vc-arch.el (vc-arch-mode-line-string):
11242 * vc/vc-cvs.el (vc-cvs-mode-line-string):
11243 * vc/vc-git.el (vc-git-mode-line-string):
11244 * vc/vc-hooks.el (vc-display-status)
11245 (vc-default-mode-line-string):
11246 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
11247
11248 * ansi-color.el (ansi-color-faces-vector): Change default faces.
11249
11250 * dired.el (dired-sort-set-mode-line): Rename from
11251 dired-sort-set-modeline. All callers changed.
11252
11253 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
11254 eshell-status-in-modeline.
11255
11256 * foldout.el (foldout-mode-line-string): Rename from
11257 foldout-modeline-string. All callers changed.
11258 (foldout-update-mode-line): Rename from foldout-update-modeline.
11259
11260 * subr.el (redraw-modeline): Make into obsolete alias.
11261
11262 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
11263 timeclock-modeline-display. Make old name an alias.
11264 (timeclock-update-mode-line): Likewise. All callers changed.
11265 (timeclock-mode-line-display): No need to check before using
11266 add-hook.
11267 (timeclock-relative, timeclock-day-over-hook)
11268 (timeclock-use-elapsed, timeclock-mode-string)
11269 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
11270
11271 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
11272 crisp-mode-modeline-string.
11273
11274 * play/solitaire.el (solitaire-build-mode-line): Rename from
11275 solitaire-build-modeline. All callers changed.
11276
11277 * play/zone.el (zone-hiding-mode-line): Rename from
11278 zone-hiding-modeline. All callers changed.
11279 (zone): Remove unusued `modeline-hidden-level' property.
11280
11281 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
11282 xscheme-modeline-initialize. All callers changed.
11283
11284 * strokes.el (strokes-lighter): Rename from
11285 strokes-modeline-string.
11286
11287 * textmodes/sgml-mode.el (html-face-tag-alist)
11288 (html-tag-face-alist): Use mode-line face instead of obsolete
11289 alias modeline.
11290
11291 2012-06-02 Stefan Merten <smerten@oekonux.de>
11292
11293 * textmodes/rst.el: Always require `cl'.
11294 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
11295
11296 2012-06-02 Chong Yidong <cyd@gnu.org>
11297
11298 * image.el (imagemagick-enabled-types): Rename from
11299 imagemagick-types-enable. Add many more types.
11300 (imagemagick-types-inhibit): Change default to nil.
11301 (imagemagick-filter-types): Caller changed.
11302
11303 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11304
11305 * emacs-lisp/cl-macs.el: Use backquotes.
11306 (cl-transform-function-property): Use eval-and-compile rather than
11307 abusing `require'.
11308 (defstruct): Use declare-function instead of with-no-warnings.
11309
11310 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
11311 (byte-compile-output-docform): Re-add the print-circle bindings.
11312 (byte-compile-fix-header): Use #$ just because it's shorter.
11313 (byte-compile-output-file-form): Remove defun/defmacro.
11314
11315 2012-06-01 Martin Rudalics <rudalics@gmx.at>
11316
11317 * simple.el (choose-completion): Remove now obsolete binding for
11318 owindow.
11319
11320 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
11321
11322 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
11323 in order to avoid "Stack overflow in regexp matcher".
11324
11325 2012-05-31 Glenn Morris <rgm@gnu.org>
11326
11327 * image.el: For clarity, call imagemagick-register-types at
11328 top-level, rather than relying on a custom :initialize.
11329 (imagemagick-types-enable): New option. (Bug#11557)
11330 (imagemagick-filter-types): New function. (Bug#7406)
11331 (imagemagick-register-types): Use imagemagick-filter-types.
11332 If disabling support, remove elements altogether rather
11333 than using an impossible regexp.
11334 (imagemagick-types-inhibit): Give it the default init function.
11335
11336 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11337
11338 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
11339 Handle arbitrary file name lengths (Bug#11585).
11340
11341 2012-05-31 Martin Rudalics <rudalics@gmx.at>
11342
11343 * desktop.el (desktop-read): Clear previous and next buffers for
11344 all windows and bury *Messages* buffer (bug#11556).
11345
11346 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11347
11348 Add `declare' for `defun'. Align `defmacro's with it.
11349 * emacs-lisp/easy-mmode.el (define-minor-mode)
11350 (define-globalized-minor-mode): Don't autoload the var definitions.
11351 * emacs-lisp/byte-run.el: Use lexical-binding.
11352 (defun-declarations-alist, macro-declarations-alist): New vars.
11353 (defmacro, defun): Use them.
11354 (make-obsolete, define-obsolete-function-alias)
11355 (make-obsolete-variable, define-obsolete-variable-alias):
11356 Use `declare'.
11357 (macro-declaration-function): Mark obsolete.
11358 * emacs-lisp/autoload.el: Use lexical-binding.
11359 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
11360
11361 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11362
11363 * textmodes/ispell.el (ispell-with-no-warnings):
11364 Define as a macro.
11365 (ispell-kill-ispell, ispell-change-dictionary):
11366 Use `called-interactively-p' for Emacs instead of obsolete
11367 `interactive-p'.
11368
11369 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11370
11371 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
11372 (macro-declaration-function): Move var from C code.
11373 (macro-declaration-function): Define function with defalias.
11374 * emacs-lisp/macroexp.el (macroexpand-all-1):
11375 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
11376 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
11377 defun/defmacro any more.
11378 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
11379 Provide fallback for unknown arglist.
11380 (byte-compile-arglist-warn): Change calling convention.
11381 (byte-compile-output-file-form): Move print-vars binding.
11382 (byte-compile-output-docform): Simplify accordingly.
11383 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
11384 (byte-compile-defmacro-declaration): Remove.
11385 (byte-compile-file-form-defmumble): Generalize to defalias.
11386 (byte-compile-output-as-comment): Return byte-positions.
11387 Simplify callers accordingly.
11388 (byte-compile-lambda): Use `assert'.
11389 (byte-compile-defun, byte-compile-defmacro): Remove.
11390 (byte-compile-file-form-defalias):
11391 Use byte-compile-file-form-defmumble.
11392 (byte-compile-defalias-warn): Remove.
11393
11394 2012-05-29 Stefan Merten <smerten@oekonux.de>
11395
11396 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
11397 possible. Fix authors. Improve comments. Improve loading of `cl'.
11398
11399 (rst-mode-abbrev-table): Merge definition.
11400 (rst-mode): Make sure `font-lock-defaults' is buffer local.
11401 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
11402
11403 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
11404
11405 * calendar/icalendar.el
11406 (icalendar-export-region): Export UID properly.
11407
11408 2012-05-29 Leo Liu <sdl.web@gmail.com>
11409 * calendar/icalendar.el (icalendar-import-format):
11410 Add `icalendar-import-format-uid' (Bug#11525).
11411 (icalendar-import-format-uid): New.
11412 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
11413 Export UID.
11414
11415 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11416
11417 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
11418 different alternative patterns.
11419 (pcase-codegen): Be more careful to preserve identity.
11420 (pcase--u1): Don't forget to mark vars as used.
11421
11422 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
11423 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
11424 (byte-compile-from-buffer): ...rather than here.
11425
11426 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
11427 functions from byte-compile-function-environment.
11428
11429 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
11430
11431 * window.el (window-deletable-p): Avoid deleting the root window
11432 of a frame with an active minibuffer.
11433
11434 2012-05-29 Martin Rudalics <rudalics@gmx.at>
11435
11436 * simple.el (choose-completion): Use quit-window (Bug#11567).
11437
11438 2012-05-29 Chong Yidong <cyd@gnu.org>
11439
11440 * whitespace.el (whitespace-cleanup): Fix usage of
11441 whitespace-empty-at-bob-regexp (Bug#11492).
11442
11443 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11444
11445 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
11446 revert (Bug#11488).
11447
11448 2012-05-29 Juri Linkov <juri@jurta.org>
11449
11450 * isearch.el (isearch-mode-map): Bind `M-s _' to
11451 `isearch-toggle-symbol'. Bind `M-s c' to
11452 `isearch-toggle-case-fold'.
11453 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
11454 (isearch-forward): Add `M-s _' to the docstring.
11455 (isearch-forward-symbol, isearch-toggle-case-fold)
11456 (isearch-symbol-regexp): New functions. (Bug#11381)
11457
11458 2012-05-29 Juri Linkov <juri@jurta.org>
11459
11460 * isearch.el (isearch-word): Add docstring. (Bug#11381)
11461 (isearch-occur, isearch-search-and-update): If `isearch-word' is
11462 a function, call it to get the regexp.
11463 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
11464 property `isearch-message-prefix' instead of the string "word ".
11465 (isearch-search-fun-default): For the case of `isearch-word',
11466 return a lambda that calls re-search-forward/re-search-backward
11467 with a regexp returned by `word-search-regexp' or by the function
11468 in `isearch-word'.
11469
11470 2012-05-29 Juri Linkov <juri@jurta.org>
11471
11472 * isearch.el (isearch-search-fun-default): New function.
11473 (isearch-search-fun): Move default part to the new function
11474 `isearch-search-fun-default'.
11475 (isearch-search-fun-function): Set the default value to
11476 `isearch-search-fun-default'. (Bug#11381)
11477
11478 * comint.el (comint-history-isearch-end):
11479 Use `isearch-search-fun-default'.
11480 (comint-history-isearch-search): Use `isearch-search-fun-default'
11481 and remove spacial case for `isearch-word'.
11482 (comint-history-isearch-wrap): Remove spacial case for
11483 `isearch-word'.
11484
11485 * hexl.el (hexl-isearch-search-function):
11486 Use `isearch-search-fun-default'.
11487
11488 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
11489 Use `word-search-regexp' for `isearch-word'.
11490
11491 * misearch.el (multi-isearch-search-fun):
11492 Use `isearch-search-fun-default'.
11493
11494 * simple.el (minibuffer-history-isearch-search):
11495 Use `isearch-search-fun-default' and remove spacial case for
11496 `isearch-word'.
11497 (minibuffer-history-isearch-wrap): Remove spacial case for
11498 `isearch-word'.
11499
11500 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
11501 Remove spacial case for `isearch-word'.
11502 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
11503
11504 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11505
11506 Decrease XEmacs incompatibilities.
11507 * textmodes/flyspell.el (flyspell-check-pre-word-p):
11508 Use `string-match'.
11509 (flyspell-delete-region-overlays): Use alternative definition for
11510 XEmacs.
11511 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
11512 (flyspell-word): Use `process-kill-without-query' if XEmacs.
11513 (flyspell-mode-on): Use `interactive-p' if XEmacs.
11514 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
11515 `define-obsolete-face-alias' under XEmacs, but old method.
11516
11517 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
11518 `with-no-warnings' definition or Emacs alias.
11519 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
11520 (ispell-word): Do not use `region-p' if XEmacs.
11521
11522 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11523
11524 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11525 Check for `ispell-dictionary-base-alist' instead of full
11526 `ispell-dictionary-alist'.
11527 (ispell-init-process): Show spellchecker when starting new Ispell
11528 process.
11529
11530 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11531
11532 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
11533 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
11534
11535 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
11536
11537 * version.el (motif-version-string, gtk-version-string)
11538 (ns-version-string): Declare.
11539
11540 2012-05-27 Juri Linkov <juri@jurta.org>
11541
11542 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
11543 after the `eval-defun-1' specialcaseing
11544 like in `edebug-eval-defun' (bug#10181).
11545
11546 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
11547 like in `eval-defun-1'.
11548
11549 2012-05-27 Eli Zaretskii <eliz@gnu.org>
11550
11551 * mail/sendmail.el (mail-yank-region):
11552 Recognize rmail-yank-current-message in addition to insert-buffer.
11553 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
11554 a *mail* buffer created through rmail-start-mail with sendmail as
11555 mail-user-agent.
11556
11557 2012-05-27 Chong Yidong <cyd@gnu.org>
11558
11559 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
11560 Default to 256 (Bug#11267).
11561
11562 * help.el (describe-mode): Doc fix.
11563
11564 2012-05-26 Glenn Morris <rgm@gnu.org>
11565
11566 * w32-fns.el (w32-init-info): Remove.
11567 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
11568
11569 * info.el (info-initialize): For self-contained NS builds, put the
11570 included info/ directory at the front. (Bug#2791)
11571
11572 * paths.el (Info-default-directory-list): Make it a defcustom,
11573 mainly so that we can use custom-initialize-delay.
11574
11575 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
11576
11577 * subr.el (buffer-has-markers-at): Mark obsolete.
11578
11579 * subr.el (lambda): Use declare.
11580
11581 * emacs-lisp/lisp-mode.el (lambda):
11582 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
11583
11584 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11585
11586 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
11587
11588 2012-05-26 Glenn Morris <rgm@gnu.org>
11589
11590 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
11591
11592 2012-05-25 Glenn Morris <rgm@gnu.org>
11593
11594 * paths.el: Remove no-byte-compile.
11595 * loadup.el: No need to load paths.el uncompiled.
11596
11597 * image.el (imagemagick-types-inhibit): Doc fix.
11598
11599 * version.el: Remove no-byte-compile and associated formatting.
11600 * loadup.el: No need to load version.el uncompiled. AFAICS, this
11601 is ancient code from when there was an "inc-vers.el".
11602
11603 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11604
11605 * progmodes/gdb-mi.el: Minor style changes.
11606 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
11607 Turn into minor modes.
11608 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
11609 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
11610 (gdb-shell): Remove unneeded let-binding.
11611 (gdb-get-many-fields): Eliminate O(n²) behavior.
11612
11613 2012-05-25 Eli Zaretskii <eliz@gnu.org>
11614
11615 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
11616 platforms that don't link in fontset.c.
11617
11618 2012-05-25 Juri Linkov <juri@jurta.org>
11619
11620 Use the same diff color scheme as in modern VCSes (bug#10181).
11621
11622 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
11623 to avoid confusion with `diff-added' that now uses green colors.
11624 (diff-removed): Use shades of red.
11625 (diff-added): Use shades of green.
11626 (diff-changed): Leave just the yellow color.
11627 (diff-use-changed-face): New variable.
11628 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
11629 how to highlight context diff changes.
11630 (diff-refine-change): Use shades of yellow.
11631 (diff-refine-removed): New face that uses shades of red.
11632 (diff-refine-added): New face that uses shades of green.
11633 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
11634 `diff-refine-removed' in the call to `smerge-refine-subst'
11635 depending on the value of `diff-use-changed-face'.
11636
11637 * vc/smerge-mode.el (smerge-mine): Use shades of red.
11638 (smerge-other): Use shades of green.
11639 (smerge-base): Use shades of yellow.
11640 (smerge-refined-change): Empty face.
11641 (smerge-refined-removed): New face that uses shades of red.
11642 (smerge-refined-added): New face that uses shades of green.
11643 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
11644 args `props-r' and `props-a', and use them. Doc fix.
11645 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
11646 on its value use different faces `smerge-refined-change',
11647 `smerge-refined-removed', `smerge-refined-added' in the call to
11648 `smerge-refine-subst'.
11649
11650 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
11651 Add face condition `min-colors 88' with shades of red.
11652 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
11653 `min-colors 88' with shades of green.
11654 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
11655 `min-colors 88' with shades of yellow.
11656
11657 2012-05-24 Glenn Morris <rgm@gnu.org>
11658
11659 * paths.el (prune-directory-list, remote-shell-program): Move to...
11660 * files.el (prune-directory-list, remote-shell-program): ...here.
11661 For the latter, delay initialization, prefer ssh, just search PATH.
11662
11663 * paths.el (term-file-prefix): Move to faces.el (the only user).
11664 * faces.el (term-file-prefix): Move here, make it a defcustom.
11665
11666 * paths.el (news-directory, news-path, news-inews-program):
11667 Move to gnus/nnspool.el.
11668
11669 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
11670
11671 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
11672 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
11673 Make the latter a defcustom, with a delayed initialization.
11674
11675 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
11676 These were deleted from Gnus itself late 2010.
11677
11678 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
11679
11680 * progmodes/which-func.el (which-func-ff-hook):
11681 Check against user-error, not error.
11682
11683 * emacs-lisp/edebug.el (top): Do not load or set up loading of
11684 cl-specs.el, which no longer exists.
11685
11686 2012-05-22 Glenn Morris <rgm@gnu.org>
11687
11688 * info.el (info-emacs-bug): New command.
11689 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
11690 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
11691
11692 2012-05-21 Glenn Morris <rgm@gnu.org>
11693
11694 * makefile.w32-in (update-subdirs-SH):
11695 * Makefile.in (update-subdirs): Update for moved update-subdirs.
11696
11697 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
11698
11699 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
11700
11701 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11702 Simplify Maven regexp, and make sure the file can't start with a space
11703 (bug#11517).
11704
11705 2012-05-21 Glenn Morris <rgm@gnu.org>
11706
11707 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
11708 Scrap superfluous subshells.
11709
11710 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
11711
11712 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
11713 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
11714
11715 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
11716
11717 * calc/calc.el (calc-ensure-consistent-units): New variable.
11718
11719 * calc/calc-units.el (math-consistent-units-p)
11720 (math-check-unit-consistency): New functions.
11721 (calc-quick-units, calc-convert-units):
11722 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
11723 is non-nil.
11724 (calc-extract-units): Fix typo.
11725
11726 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
11727
11728 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
11729
11730 * textmodes/flyspell.el: Commenting style, plus code simplifications.
11731 (flyspell-default-deplacement-commands): Don't spell check after
11732 repeated window/frame switches (e.g. triggered by mouse-movement).
11733 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
11734 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
11735 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
11736 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
11737 Remove unused vars.
11738 (flyspell-get-casechars, flyspell-get-not-casechars):
11739 Simplify; Don't bother removing a ] just to add it back.
11740 * textmodes/ispell.el (ispell-program-name): Use executable-find.
11741
11742 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11743
11744 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
11745 New functions.
11746 (math-function-table): Add support for more C functions.
11747
11748 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11749
11750 * textmodes/flyspell.el (flyspell-check-pre-word-p)
11751 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
11752 Protect delay handling for otherchars against empty otherchars.
11753
11754 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
11755
11756 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
11757 their respective macro declarations.
11758 * skeleton.el (define-skeleton):
11759 * progmodes/compile.el (define-compilation-mode):
11760 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
11761 (define-ibuffer-filter):
11762 * emacs-lisp/generic.el (define-generic-mode):
11763 * emacs-lisp/easy-mmode.el (define-minor-mode)
11764 (define-globalized-minor-mode):
11765 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
11766 * emacs-lisp/byte-run.el (defsubst):
11767 * custom.el (deftheme): Add doc-string metadata.
11768
11769 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11770
11771 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
11772
11773 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11774
11775 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
11776
11777 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
11778 * emacs-lisp/cl-macs.el: Idem.
11779 * emacs-lisp/cl-specs.el: Remove.
11780
11781 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11782
11783 Minor renaming of internal CL functions and variables.
11784 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
11785 (cl--position): Rename from cl-position.
11786 (cl--delete-duplicates): Rename from cl-delete-duplicates.
11787 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
11788 (cl--random-state): Rename from *random-state*.
11789
11790 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11791
11792 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
11793 parens around the arg list (bug#11499).
11794
11795 2012-05-17 Juri Linkov <juri@jurta.org>
11796
11797 * isearch.el (word-search-regexp, word-search-backward)
11798 (word-search-forward, word-search-backward-lax)
11799 (word-search-forward-lax): Move functions from search.c
11800 (bug#10145, bug#11381).
11801
11802 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11803
11804 * textmodes/flyspell.el (flyspell-check-pre-word-p)
11805 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
11806 Delay for otherchars as for normal word components.
11807
11808 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11809
11810 * minibuffer.el (completion--sifn-requote): Fix last change.
11811 (minibuffer-local-must-match-filename-map):
11812 Move define-obsolete-variable-alias before its var.
11813
11814 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11815
11816 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
11817
11818 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
11819 behavior.
11820 (completion--string-equal-p): New function.
11821 (completion--twq-all): Use it to get better assertion failure data.
11822
11823 Only handle ".." and '..' quoting in shell-mode (bug#11466).
11824 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
11825 (shell--requote-argument): New functions.
11826 (shell-completion-vars): Use them.
11827 (shell--parse-pcomplete-arguments): Rename from
11828 shell-parse-pcomplete-arguments.
11829 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
11830 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
11831 Obey comint-file-name-quote-list.
11832
11833 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
11834 (smie-indent-keyword): Use it.
11835
11836 2012-05-14 Stefan Merten <smerten@oekonux.de>
11837
11838 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
11839
11840 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
11841
11842 * net/rlogin.el (rlogin-mode-map): Fix last change.
11843
11844 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
11845
11846 * mail/smtpmail.el (smtpmail-send-command): Send the command and
11847 the following \r\n using a single `process-send-string', since the
11848 Lotus SMTP server refuses to accept any commands if they are sent
11849 with two `process-send-string's (Bug#11444).
11850
11851 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
11852
11853 * shell.el (shell-parse-pcomplete-arguments):
11854 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
11855
11856 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
11857
11858 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
11859 (image-transform-scale, image-transform-right-angle-fudge): New vars.
11860 (image-transform-width, image-transform-fit-width): New functions.
11861 (image-transform-properties): Use them.
11862 (image-transform-check-size): New function.
11863 (image-toggle-display-image): Use it (for testing).
11864 (image-transform-set-rotation): Reduce angle mod 360.
11865 Delete obsolete comment.
11866
11867 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
11868
11869 * image-mode.el: Fix scaling (bug#11399).
11870 (image-transform-resize): Doc fix.
11871 (image-transform-properties): Default scale is 1 and height should
11872 be an integer.
11873
11874 2012-05-13 Johan Bockgård <bojohan@gnu.org>
11875
11876 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
11877 than hard-coding `car', to fix misbehavior when moving forward.
11878
11879 2012-05-13 Chong Yidong <cyd@gnu.org>
11880
11881 * emacs-lisp/tabulated-list.el (tabulated-list-format)
11882 (tabulated-list-entries, tabulated-list-padding)
11883 (tabulated-list-sort-key): Make permanent-local.
11884
11885 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
11886 (electric-buffer-list): Put electric buffer menu
11887 command descriptions in this docstring, instead of the docstring
11888 of electric-buffer-menu-mode. Code cleanups.
11889 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
11890 Electric-buffer-menu-mode.
11891 (electric-buffer-update-highlight): Minor code cleanup.
11892
11893 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
11894
11895 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
11896 (Bug#11447)
11897
11898 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11899
11900 Move define-obsolete-variable-alias before the var's definition.
11901 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
11902 * tooltip.el (tooltip-hook):
11903 * textmodes/reftex-toc.el (reftex-toc-map):
11904 * textmodes/reftex-sel.el (reftex-select-label-map)
11905 (reftex-select-bib-map):
11906 * textmodes/reftex-index.el (reftex-index-map)
11907 (reftex-index-phrases-map):
11908 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
11909 * progmodes/meta-mode.el (meta-mode-map):
11910 * novice.el (disabled-command-hook):
11911 * loadhist.el (unload-hook-features-list):
11912 * frame.el (blink-cursor):
11913 * files.el (find-file-not-found-hooks, write-file-hooks)
11914 (write-contents-hooks):
11915 * emulation/tpu-edt.el (GOLD-map):
11916 * emacs-lock.el (emacs-lock-from-exiting):
11917 * emacs-lisp/generic.el (generic-font-lock-defaults):
11918 * emacs-lisp/chart.el (chart-map):
11919 * dos-fns.el (register-name-alist):
11920 * dired-x.el (dired-omit-files-p):
11921 * desktop.el (desktop-enable):
11922 * cus-edit.el (custom-mode-hook):
11923 * buff-menu.el (buffer-menu-mode-hook):
11924 * bookmark.el (bookmark-read-annotation-text-func)
11925 (bookmark-exit-hooks):
11926 * allout.el (allout-mode-deactivate-hook)
11927 (allout-exposure-change-hook, allout-structure-added-hook)
11928 (allout-structure-deleted-hook, allout-structure-shifted-hook):
11929 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
11930 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
11931 comes before the corresponding variable's definition.
11932
11933 2012-05-12 Chong Yidong <cyd@gnu.org>
11934
11935 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
11936 (Buffer-menu-mouse-select): Restore function (Bug#11459).
11937 (Buffer-menu-mode-map): Bind it.
11938 (Buffer-menu--pretty-name): Add a mouse-face property.
11939
11940 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
11941
11942 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
11943 (prolog-upper-case-string, prolog-lower-case-string)
11944 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
11945 (prolog-use-smie, prolog-smie-grammar): New vars.
11946 (prolog-smie-forward-token, prolog-smie-backward-token)
11947 (prolog-smie-rules): New funs.
11948 (prolog-comment-indent): Remove.
11949 (prolog-mode-variables): Use default comment indentation instead.
11950 Setup SMIE.
11951 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
11952 (prolog-mode): Don't call them any more.
11953 (prolog-electric-colon, prolog-electric-dash)
11954 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
11955
11956 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
11957
11958 * minibuffer.el (completion--twq-all): Again, allow case differences.
11959
11960 * term.el: Move keymap initialization code to be more idiomatic.
11961 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
11962 (term-terminal-menu): Move initialization into declaration.
11963 (term-escape-char): Let the user set it in her .emacs.
11964
11965 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
11966 Provide SMIE-based indentation (not enabled by default yet).
11967 (sh-mode-map): Don't bind electric keys.
11968 Use electric-pair-mode instead of skeleton-pair.
11969 (sh-assignment-regexp): Fit within 80 columns.
11970 (sh-indent-supported): Specify actual shell name instead of boolean.
11971 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
11972 (sh-maybe-here-document): Use it. Make obsolete.
11973 (sh-electric-here-document-mode) New minor mode.
11974 (sh-mode): Use it. Don't set sh-indent-supported-here here.
11975 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
11976 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
11977 (sh-smie-rc-grammar, sh-use-smie): New vars.
11978 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
11979 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
11980 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
11981 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
11982 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
11983 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
11984 (sh-set-shell): Use smie-setup if requested.
11985
11986 * term.el (term-set-escape-char): Properly set term-escape-char.
11987 See http://stackoverflow.com/questions/10524656.
11988
11989 2012-05-10 Chong Yidong <cyd@gnu.org>
11990
11991 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
11992 Use url-generic-parse-url, and handle host names and Windows
11993 filenames properly.
11994 (ffap-url-unwrap-remote): Use url-generic-parse-url.
11995 (ffap-url-unwrap-remote): Accept list values, specifying a list of
11996 URL schemes to work on.
11997 (ffap--toggle-read-only): New function.
11998 (ffap-read-only, ffap-read-only-other-window)
11999 (ffap-read-only-other-frame): Use it.
12000 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
12001 necessary for ffap-url-unwrap-remote.
12002
12003 2012-05-10 Dave Abrahams <dave@boostpro.com>
12004
12005 * cus-start.el (create-lockfiles): Add it.
12006
12007 2012-05-09 Chong Yidong <cyd@gnu.org>
12008
12009 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
12010 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
12011
12012 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12013
12014 * shell.el (shell-completion-vars): Fix last change (bug#11348).
12015
12016 2012-05-09 Chong Yidong <cyd@gnu.org>
12017
12018 * ansi-color.el (ansi-color-process-output): Check for validity of
12019 comint-last-output-start before using it. This avoids a bad
12020 interaction with gdb-mi's input/output buffer.
12021
12022 2012-05-09 Glenn Morris <rgm@gnu.org>
12023
12024 * files.el (dir-locals-read-from-file):
12025 Mention dir-locals in any error message.
12026
12027 2012-05-09 Chong Yidong <cyd@gnu.org>
12028
12029 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
12030 package (Bug#11410).
12031
12032 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
12033 variables into description.
12034
12035 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12036
12037 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
12038 shell-delimiter-argument-list (bug#11348).
12039 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
12040
12041 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
12042
12043 * textmodes/rst.el: Silence byte-compiler warnings.
12044 (rst-re-alist, rst-reset-section-caches): Move around.
12045 (rst-re): Use `characterp', not `char-valid-p'.
12046 (font-lock-beg, font-lock-end): Declare.
12047
12048 * progmodes/idlw-shell.el (specs): Remove reference to deleted
12049 variable `idlwave-shell-activate-alt-keybindings' and simplify.
12050
12051 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
12052
12053 2012-05-08 Glenn Morris <rgm@gnu.org>
12054
12055 * files.el (auto-mode-alist): Treat ".make" like ".mk".
12056
12057 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12058
12059 * vc/log-edit.el: Add GNU coding standards highlighting.
12060 (log-edit-font-lock-gnu-style)
12061 (log-edit-font-lock-gnu-keywords): New vars.
12062 (log-edit-font-lock-keywords): New fun.
12063 (log-edit-mode): Don't fold case in font-lock.
12064 (log-edit-font-lock-keywords): Do not assume case-folding.
12065
12066 * imenu.el: Misc cleanup. Make docstrings out of comments.
12067 Use lexical-binding.
12068 (imenu--index-alist, imenu--last-menubar-index-alist)
12069 (imenu-menubar-modified-tick): Use defvar-local.
12070 (imenu--split-menu): Remove unused var.
12071 (imenu--cleanup-seen): Declare as global.
12072 (imenu--cleanup): Use dolist.
12073
12074 * subr.el (defvar-local): Add debug spec and doc-string position.
12075
12076 2012-05-08 Glenn Morris <rgm@gnu.org>
12077
12078 * language/burmese.el, language/cham.el, language/czech.el:
12079 * language/english.el, language/georgian.el, language/greek.el:
12080 * language/japanese.el, language/khmer.el, language/korean.el:
12081 * language/lao.el, language/misc-lang.el, language/romanian.el:
12082 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
12083 * language/thai.el, language/utf-8-lang.el:
12084 Remove no-byte-compile setting.
12085
12086 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
12087
12088 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12089
12090 * progmodes/make-mode.el (makefile-browse):
12091 Remove unnecessary interactive. (Bug#11324)
12092
12093 2012-05-07 Glenn Morris <rgm@gnu.org>
12094
12095 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
12096
12097 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
12098
12099 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12100
12101 * loadup.el: Preload newcomment.el.
12102 * newcomment.el: Move autoload-only code to toplevel.
12103
12104 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
12105 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12106 Handle new :right-align column property.
12107 (tabulated-list-print-col): Idem, plus use `display' text-property to
12108 try and preserve alignment for variable pitch fonts.
12109
12110 2012-05-07 Chong Yidong <cyd@gnu.org>
12111
12112 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
12113 (tabulated-list-use-header-line): New var.
12114 (tabulated-list-init-header): Use it.
12115 (tabulated-list-print-fake-header): New function.
12116 (tabulated-list-print): Use it.
12117 (tabulated-list-sort-button-map): Add non-header-line commands.
12118 (tabulated-list-init-header): Add column name property to basic
12119 labels as well.
12120 (tabulated-list-col-sort): Handle non-header-line button case.
12121 (tabulated-list--sort-by-column-name): Fix a corner case.
12122
12123 * buff-menu.el (list-buffers--refresh):
12124 Handle Buffer-menu-use-header-line.
12125
12126 2012-05-06 Chong Yidong <cyd@gnu.org>
12127
12128 * buff-menu.el: Convert to Tabulated List mode.
12129 (Buffer-menu-buffer+size-width): Make obsolete.
12130 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
12131 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
12132 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
12133 documentation into docstring of buffer-menu.
12134 (Buffer-menu-toggle-files-only): Add an informative message.
12135 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
12136 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
12137 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
12138 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
12139 (Buffer-menu-execute, Buffer-menu-select)
12140 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
12141 (Buffer-menu-bury): Use Tabulated List machinery.
12142 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
12143 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
12144 Delete.
12145 (list-buffers--refresh): New function.
12146 (list-buffers-noselect): Use it.
12147 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
12148 (Buffer-menu--pretty-file-name): New helper functions.
12149
12150 * loadup.el: Preload tabulated-list.
12151
12152 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
12153 tabulated-list-sort-column.
12154 (tabulated-list-init-header): Add the initial aligning space even
12155 if tabulated-list-padding is zero.
12156
12157 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
12158
12159 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
12160 whose cdr is not a cons cell correctly (bug#11038).
12161
12162 2012-05-06 Chong Yidong <cyd@gnu.org>
12163
12164 * emacs-lisp/tabulated-list.el (tabulated-list-format):
12165 Accept additional plist in column descriptors.
12166 (tabulated-list-init-header): Obey it.
12167 (tabulated-list-get-entry): New function.
12168 (tabulated-list-put-tag): Use it. Use string-width instead of
12169 length.
12170 (tabulated-list--column-number): New function.
12171 (tabulated-list-print): Use it.
12172 (tabulated-list-print-col): New function.
12173 Set `tabulated-list-column-name' property on each column's text.
12174 (tabulated-list-print-entry): Use it.
12175 (tabulated-list-delete-entry, tabulated-list-set-col):
12176 New functions.
12177 (tabulated-list-sort-column): New command (Bug#11337).
12178
12179 * buff-menu.el (list-buffers): Move C-x C-b binding from
12180 buff-menu.el to bindings.el.
12181
12182 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
12183 :advertised-binding feature.
12184
12185 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
12186
12187 * progmodes/compile.el (compilation-internal-error-properties):
12188 Calculate start position correctly when end-col is set but
12189 end-line is not (Bug#11382).
12190
12191 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
12192
12193 * man.el (Man-unindent): Use text-property-default-nonsticky to
12194 prevent untabify from inheriting face properties (Bug#11408).
12195
12196 2012-05-05 Stefan Merten <smerten@oekonux.de>
12197
12198 * textmodes/rst.el: Major merge with upstream development up to
12199 Docutils SVN r7399 / rst.el V1.2.1.
12200
12201 Clarify maintainership and authors.
12202
12203 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
12204 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
12205 (rst-official-version, rst-official-cvs-rev, rst-version)
12206 (rst-package-emacs-version-alist): New functions and variables
12207 for version information.
12208
12209 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
12210 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
12211 (rst-mode-syntax-table, rst-mode): New and corrected functions
12212 and variables representing reStructuredText features.
12213
12214 (rst-re): New function for reStructuredText regexes. Use in
12215 many places.
12216
12217 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
12218 (rst-mode-map): Rebind keys.
12219
12220 (rst-mode-lazy, rst-font-lock-keywords)
12221 (rst-font-lock-extend-region)
12222 (rst-font-lock-extend-region-internal)
12223 (rst-font-lock-extend-region-extend)
12224 (rst-font-lock-find-unindented-line-limit)
12225 (rst-font-lock-find-unindented-line-match)
12226 (rst-adornment-level, rst-font-lock-adornment-level)
12227 (rst-font-lock-adornment-match)
12228 (rst-font-lock-handle-adornment-pre-match-form)
12229 (rst-font-lock-handle-adornment-matcher): Major revision of
12230 font-locking. Integrate with other code. Use `jit-lock-mode'.
12231
12232 (rst-preferred-adornments, rst-adjust-hook)
12233 (rst-new-adornment-down, rst-preferred-bullets)
12234 (rst-preferred-bullets, rst-indent, rst-indent-width)
12235 (rst-indent-field, rst-indent-literal-normal)
12236 (rst-indent-literal-minimized, rst-indent-comment): Change,
12237 extend and improve customization.
12238
12239 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
12240 (rst-normalize-cursor-position, rst-get-decoration)
12241 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
12242 (rst-rstrip, rst-toc-insert-find-delete-contents)
12243 (rst-shift-fill-region, rst-compute-bullet-tabs)
12244 (rst-debug-print-tabs, rst-debug-mark-found)
12245 (rst-shift-region-guts, rst-shift-region-right)
12246 (rst-shift-region-left, rst-use-char-classes)
12247 (rst-font-lock-keywords-function)
12248 (rst-font-lock-indentation-point)
12249 (rst-font-lock-find-unindented-line-begin)
12250 (rst-font-lock-find-unindented-line-end)
12251 (rst-font-lock-find-unindented-line)
12252 (rst-font-lock-adornment-point, rst-font-lock-level)
12253 (rst-adornment-level-alist): Remove functions and variables.
12254
12255 (rst-compare-adornments, rst-get-adornment-match)
12256 (rst-suggest-new-adornment, rst-get-adornments-around)
12257 (rst-adornment-complete-p, rst-get-next-adornment)
12258 (rst-adjust-adornment, rst-display-adornments-hierarchy)
12259 (rst-straighten-adornments): Standardize function names to
12260 use "adornment" instead of "decoration". Correct callers.
12261 Similar standardizing in many places.
12262
12263 (rst-update-section, rst-adjust, rst-promote-region)
12264 (rst-enumerate-region, rst-bullet-list-region)
12265 (rst-repeat-last-character): Correct use of `interactive'.
12266
12267 (rst-classify-adornment, rst-find-all-adornments)
12268 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
12269 (rst-find-leftmost-column, rst-repeat-last-character):
12270 Refactor functions.
12271
12272 (rst-find-title-line, rst-reset-section-caches)
12273 (rst-get-adornments-around, rst-adjust-adornment-work)
12274 (rst-arabic-to-roman, rst-roman-to-arabic)
12275 (rst-insert-list-pos, rst-insert-list-new-item)
12276 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
12277 New functions.
12278
12279 (rst-all-sections, rst-section-hierarchy)
12280 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
12281 New variables.
12282
12283 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
12284 configuration instead of only buffer. Change where necessary.
12285
12286 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
12287 (rst-shift-region, rst-adaptive-fill): New functions for
12288 indentation and filling.
12289
12290 (rst-comment-line-break, rst-comment-indent)
12291 (rst-comment-insert-comment, rst-comment-region)
12292 (rst-uncomment-region): New functions for handling comments.
12293
12294 (rst-compile): Quote shell arguments.
12295
12296 (rst-compile-pdf-preview, rst-compile-slides-preview):
12297 Delete temporary files after use.
12298
12299 2012-05-05 Glenn Morris <rgm@gnu.org>
12300
12301 * calendar/cal-html.el: Optionally include holidays in the output.
12302 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
12303 (cal-html-holidays): New option.
12304 (cal-html-css-default): Add holiday entry.
12305 (holiday-in-range): Autoload it.
12306 (cal-html-htmlify-entry): Add optional class argument.
12307 (cal-html-htmlify-list): Add optional holidays argument.
12308 (cal-html-insert-agenda-days): Include holidays in the output.
12309 (cal-html-one-month): Maybe include holidays.
12310
12311 * calendar/holidays.el (holiday-in-range):
12312 Move here from cal-tex-list-holidays.
12313 * calendar/cal-tex.el (cal-tex-list-holidays):
12314 Make it an obsolete alias for holiday-in-range. Update all callers.
12315
12316 2012-05-05 Chong Yidong <cyd@gnu.org>
12317
12318 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
12319 Nextstep.
12320
12321 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
12322
12323 * files.el (file-auto-mode-skip): New var.
12324 (set-auto-mode-1): Use it.
12325
12326 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12327
12328 * repeat.el: Use lexical-binding.
12329 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
12330 (repeat-undo-count): Remove.
12331 (repeat):
12332 * progmodes/octave-mod.el (octave-abbrev-start):
12333 * progmodes/f90.el (f90-abbrev-start):
12334 * face-remap.el (text-scale-adjust):
12335 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
12336
12337 * emacs-lisp/pcase.el (pcase--let*): New function.
12338 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
12339 a bit more.
12340 (pcase--split-pred): Be more clever about ruling out overlap between
12341 a predicate and some constant pattern.
12342 (pcase--q1): Use `null' instead of (eq foo nil).
12343
12344 * subr.el (setq-local, defvar-local): New macros.
12345 (kbd): Redefine as an alias.
12346 (with-selected-window): Leave unrelated frames alone.
12347 (set-temporary-overlay-map): New function.
12348
12349 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12350
12351 * subr.el (user-error): New function.
12352 * window.el (switch-to-buffer):
12353 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
12354 (smerge-match-conflict):
12355 * simple.el (previous-matching-history-element)
12356 (next-matching-history-element, goto-history-element, undo-more)
12357 (undo-start):
12358 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
12359 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
12360 (next-file, tags-loop-scan, list-tags, complete-tag):
12361 * progmodes/compile.el (compilation-loop):
12362 * mouse.el (mouse-minibuffer-check):
12363 * man.el (Man-bgproc-sentinel, Man-goto-page):
12364 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
12365 (Info-history-forward, Info-follow-reference, Info-menu)
12366 (Info-extract-menu-item, Info-extract-menu-counting)
12367 (Info-forward-node, Info-backward-node, Info-next-menu-item)
12368 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
12369 (Info-next-reference, Info-prev-reference, Info-index)
12370 (Info-index-next, Info-follow-nearest-node)
12371 (Info-copy-current-node-name):
12372 * imenu.el (imenu--make-index-alist)
12373 (imenu-default-create-index-function, imenu-add-to-menubar):
12374 * files.el (basic-save-buffer, recover-file):
12375 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12376 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
12377 (checkdoc-message-text, checkdoc-defun):
12378 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
12379 * cus-edit.el (customize-changed-options, customize-rogue)
12380 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
12381 (custom-variable-mark-to-reset-standard)
12382 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
12383 (custom-file):
12384 * completion.el (check-completion-length):
12385 * comint.el (comint-search-arg)
12386 (comint-previous-matching-input-string-position)
12387 (comint-previous-matching-input)
12388 (comint-replace-by-expanded-history-before-point, comint-send-input)
12389 (comint-copy-old-input, comint-backward-matching-input)
12390 (comint-goto-process-mark, comint-set-process-mark):
12391 * calendar/calendar.el (calendar-cursor-to-date): Use it.
12392 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
12393
12394 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12395
12396 * dabbrev.el (dabbrev--ignore-case-p): New function.
12397 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
12398 Use it.
12399
12400 * files.el (automount-dir-prefix): Mark as obsolete.
12401
12402 2012-05-04 Glenn Morris <rgm@gnu.org>
12403
12404 * patcomp.el, play/bruce.el: Move to obsolete/.
12405
12406 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
12407
12408 Fix minor Y10k bugs.
12409 * arc-mode.el (archive-unixdate):
12410 * autoinsert.el (auto-insert-alist):
12411 * calc/calc-forms.el (math-this-year):
12412 * emacs-lisp/copyright.el (copyright-current-year)
12413 (copyright-update-year, copyright):
12414 * tar-mode.el (tar-clip-time-string):
12415 * time.el (display-time-update):
12416 Don't assume years have 4 digits.
12417
12418 2012-05-04 Chong Yidong <cyd@gnu.org>
12419
12420 * dos-w32.el (file-name-buffer-file-type-alist)
12421 (direct-print-region-use-command-dot-com):
12422 * ffap.el (ffap-menu-regexp):
12423 * find-file.el (ff-special-constructs):
12424 * follow.el (follow-debug):
12425 * forms.el (forms--debug):
12426 * iswitchb.el (iswitchb-all-frames):
12427 * ido.el (ido-all-frames):
12428 * emacs-lisp/timer.el (timer-max-repeats):
12429 * mail/feedmail.el (feedmail-mail-send-hook)
12430 (feedmail-mail-send-hook-queued):
12431 * mail/footnote.el (footnote-signature-separator):
12432 * mail/mailabbrev.el (mail-alias-separator-string)
12433 (mail-abbrev-mode-regexp):
12434 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
12435 * progmodes/idlwave.el (idlwave-libinfo-file)
12436 (idlwave-default-completion-case-is-down)
12437 (idlwave-library-routines): Convert defvars to defcustoms.
12438
12439 * mail/rmail.el (rmail-decode-mime-charset):
12440 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
12441 (idlwave-shell-fix-inserted-breaks)
12442 (idlwave-shell-activate-alt-keybindings)
12443 (idlwave-shell-use-breakpoint-glyph):
12444 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
12445
12446 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12447
12448 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
12449
12450 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
12451
12452 * progmodes/verilog-mode.el (font-lock-keywords):
12453 Fix mis-highligting auto. Reported by Craig Barner.
12454 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
12455 defines from global name space. Reported by Dan Dever.
12456 (verilog-auto-reset, verilog-auto-reset-widths)
12457 (verilog-auto-tieoff): Support using unbased numbers for
12458 AUTORESET and AUTOTIEOFF.
12459 (verilog-submit-bug-report): Update variable list.
12460 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
12461 parenthesis from not matching. Reported by Michael Rytting.
12462 (verilog-auto-template-lint): Fix hash error when linting modules
12463 with no used templates.
12464 (verilog-warn, verilog-warn-error)
12465 (verilog-warn-fatal): When non-interactive report multiple
12466 warnings before exiting. Suggested by Brad Dobbie.
12467 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
12468 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
12469 to report unused template errors. Reported by Brad Dobbie.
12470 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
12471 nets, bug438. Reported by Vns Blore.
12472 (verilog-auto-inout-module, verilog-auto-reg)
12473 (verilog-read-decls, verilog-read-sub-decls-sig)
12474 (verilog-signals-edit-wire-reg, verilog-signals-with):
12475 Fix passing of Verilog data types in ANSI input/output ports
12476 such as "output logic" into the AUTOs. Special case "wire" and
12477 "reg" for backwards compatibility presuming Verilog 2001.
12478 (verilog-auto-ascii-enum): Add "auto enum" as alias.
12479 (verilog-preprocess): Fix replication of preprocess output.
12480 Reported by Brad Dobbie.
12481 (verilog-auto-inst-interfaced-ports):
12482 Create verilog-auto-inst-interfaced-ports, bug429.
12483 Reported by Julian Gorfajn.
12484 (verilog-after-save-font-hook)
12485 (verilog-before-save-font-hook): New variable.
12486 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
12487 (verilog-save-font-mods): Wrap disabling fontification, reported
12488 by David Rogoff.
12489 (verilog-do-indent, verilog-pretty-declarations-auto)
12490 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
12491 Reported by Pierre-David Pfister.
12492 (verilog-set-auto-endcomments): Fix endtask auto comments outside
12493 of class declarations, bug292. Reported by Kevin Heilman.
12494 (verilog-read-decls): Fix 'parameter type' not appearing in
12495 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
12496 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
12497 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
12498 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
12499 Reported by David Kravitz.
12500
12501 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
12502
12503 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
12504 assignment with tests in ifs and for loops.
12505 (verilog-extended-complete-re, verilog-complete-reg): Change so
12506 that DPI inport functions don't look like fuction declarations.
12507 (verilog-pretty-expr): Don't line up assignment
12508 operations to the test and increment in if and for loops
12509 (verilog-extended-complete-re, verilog-complete-reg): Change so
12510 that DPI inport functions don't look like fuction declarations.
12511
12512 2012-05-03 Kenichi Handa <handa@m17n.org>
12513
12514 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
12515 decoding, and show a warning message without signaling an error
12516 (Bug#11282).
12517
12518 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12519
12520 * emacs-lisp/bytecomp.el
12521 (byte-compile-file-form-custom-declare-variable): Compile all elements,
12522 since cconv.el might have introduced :fun-body, internal-make-closure,
12523 and friends for bytecomp to handle (bug#11391).
12524 * custom.el (defcustom): Avoid ((λ ..) ..).
12525
12526 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
12527
12528 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
12529
12530 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
12531
12532 * notifications.el (dbus-debug):
12533 * term/linux.el (gpm-mouse-enable):
12534 * term/screen.el (xterm-register-default-colors): Declare.
12535
12536 2012-05-02 Chong Yidong <cyd@gnu.org>
12537
12538 * cus-start.el (gc-cons-percentage, exec-suffixes)
12539 (dos-display-scancodes, dos-hyper-key, dos-super-key)
12540 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
12541 (make-cursor-line-fully-visible, void-text-area-pointer)
12542 (font-list-limit): Add customization data.
12543
12544 * allout.el (allout-exposure-change-functions)
12545 (allout-structure-added-functions)
12546 (allout-structure-deleted-functions)
12547 (allout-structure-shifted-functions): Rename abnormal hooks from
12548 *-hook, and convert to defcustoms.
12549 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
12550 Convert to defcustoms.
12551 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
12552
12553 * allout-widgets.el: Hook callers changed.
12554
12555 2012-05-02 Eli Zaretskii <eliz@gnu.org>
12556
12557 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
12558 the yanked message in preference to the default value of
12559 buffer-file-coding-system.
12560
12561 2012-05-02 Martin Rudalics <rudalics@gmx.at>
12562
12563 * window.el (display-buffer--action-function-custom-type):
12564 Fix entry.
12565
12566 2012-05-02 Alan Mackenzie <acm@muc.de>
12567
12568 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
12569
12570 2012-05-01 Glenn Morris <rgm@gnu.org>
12571
12572 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
12573
12574 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
12575
12576 * cus-edit.el (custom-variable-documentation): Simplify with format.
12577
12578 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12579 Stefan Monnier <monnier@iro.umontreal.ca>
12580
12581 * simple.el (suggest-key-bindings, execute-extended-command):
12582 Move from keyboard.c.
12583
12584 2012-05-01 Chong Yidong <cyd@gnu.org>
12585
12586 * follow.el: Eliminate advice.
12587 (set-process-filter, process-filter, sit-for): Advice deleted.
12588 (follow-mode-off-hook): Obsolete hook removed.
12589 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
12590 Vars deleted.
12591 (follow-auto): Use a :set function.
12592 (follow-mode): Rewritten. Don't advise process filters.
12593 (follow-switch-to-current-buffer-all, follow-scroll-up)
12594 (follow-scroll-down): Assume follow-mode is bound.
12595 (follow-comint-scroll-to-bottom)
12596 (follow-align-compilation-windows): New functions.
12597 (follow--window-sorter): New function.
12598 (follow-all-followers): Use it to explicitly sort windows by their
12599 positions; don't make assumptions about next-window order.
12600 (follow-windows-start-end, follow-delete-other-windows-and-split)
12601 (follow-calc-win-start): Doc fix.
12602 (follow-windows-aligned-p, follow-select-if-visible): Don't call
12603 vertical-motion unnecessarily.
12604 (follow-adjust-window): New function.
12605 (follow-post-command-hook): Use it.
12606 (follow-call-set-process-filter, follow-call-process-filter)
12607 (follow-intercept-process-output, follow-tidy-process-filter-alist)
12608 (follow-stop-intercept-process-output, follow-generic-filter):
12609 Functions deleted.
12610 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
12611 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
12612 New functions, replacing advice on scroll-bar-* commands.
12613 (follow-mwheel-scroll): New function (Bug#4112).
12614
12615 * comint.el (comint-adjust-point): New function.
12616 (comint-postoutput-scroll-to-bottom): Use it.
12617 Call follow-comint-scroll-to-bottom for Follow mode buffers.
12618
12619 2012-05-01 Glenn Morris <rgm@gnu.org>
12620
12621 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
12622 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
12623 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
12624 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
12625 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
12626 Remove no-byte-compile setting.
12627
12628 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
12629
12630 * minibuffer.el (completion-table-with-quoting): Fix compatibility
12631 all-completions code to not return a number in the last cdr.
12632
12633 2012-04-30 Leo Liu <sdl.web@gmail.com>
12634
12635 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
12636 read-only error.
12637
12638 2012-04-29 Chong Yidong <cyd@gnu.org>
12639
12640 * follow.el (follow-calc-win-end): Rewrite to handle partial
12641 screen lines correctly (Bug#8390).
12642 (follow-avoid-tail-recenter): Minor cleanup.
12643
12644 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12645
12646 Avoid the obsolete `assoc' package.
12647 * speedbar.el (speedbar-refresh): Avoid adelete.
12648 (speedbar-file-lists): Simplify and avoid aput.
12649 * man.el (Man--sections, Man--refpages): New vars, replacing
12650 Man-sections-alist and Man-refpages-alist.
12651 (Man-build-section-alist, Man-build-references-alist):
12652 Use them; avoid aput.
12653 (Man--last-section, Man--last-refpage): New vars.
12654 (Man-follow-manual-reference): Use them.
12655 Use the `default' arg of completing-read.
12656 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
12657
12658 2012-04-27 Chong Yidong <cyd@gnu.org>
12659
12660 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
12661
12662 * startup.el (x-apply-session-resources): New function.
12663
12664 * term/ns-win.el (ns-initialize-window-system):
12665 * term/w32-win.el (w32-initialize-window-system):
12666 * term/x-win.el (x-initialize-window-system): Use it to properly
12667 set menu-bar-mode and other vars from X resources, even if the
12668 initial frame is not a window-system frame (Bug#2299).
12669
12670 * subr.el (read-key): Avoid running filter function when setting
12671 up temporary tool bar entries (Bug#9922).
12672
12673 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
12674
12675 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
12676 (Bug#11344)
12677
12678 2012-04-27 Chong Yidong <cyd@gnu.org>
12679
12680 * select.el (xselect--encode-string): New function, split from
12681 xselect-convert-to-string.
12682 (xselect-convert-to-string): Use it.
12683 (xselect-convert-to-filename, xselect-convert-to-os)
12684 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
12685 returned strings are properly encoded (Bug#11315).
12686
12687 2012-04-27 Chong Yidong <cyd@gnu.org>
12688
12689 * simple.el (delete-active-region): Move to killing custom group.
12690
12691 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
12692
12693 * progmodes/which-func.el (which-func-current): Quote %
12694 characters for mode-line processing.
12695
12696 2012-04-27 Chong Yidong <cyd@gnu.org>
12697
12698 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
12699 reaching eob (Bug#11286).
12700
12701 2012-04-27 Eli Zaretskii <eliz@gnu.org>
12702
12703 * progmodes/gdb-mi.el (gdb-control-level): New variable.
12704 (gdb): Make it buffer-local and init to zero.
12705 (gdb-control-commands-regexp): New variable.
12706 (gdb-send): Don't wrap in "-interpreter-exec console" if
12707 gdb-control-level is positive. Increment gdb-control-level
12708 whenever the command matches gdb-control-commands-regexp, and
12709 decrement it each time the command is "end". (Bug#11279)
12710
12711 2012-04-27 Martin Rudalics <rudalics@gmx.at>
12712
12713 * window.el (adjust-window-trailing-edge, enlarge-window)
12714 (shrink-window, window-resize):
12715 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
12716 windows (Bug#11276).
12717
12718 2012-04-27 Chong Yidong <cyd@gnu.org>
12719
12720 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
12721 fix "missing prefix" warning. All callers changed.
12722
12723 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
12724
12725 * emacs-lisp/assoc.el: Move to obsolete/.
12726
12727 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12728
12729 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
12730
12731 * term/ns-win.el (ns-define-service):
12732 * progmodes/pascal.el (pascal-goto-defun):
12733 * progmodes/js.el (js--read-tab):
12734 * progmodes/etags.el (tags-lazy-completion-table):
12735 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
12736 * emacs-lisp/ewoc.el (ewoc--wrap):
12737 * emacs-lisp/assoc.el (aput, adelete, amake):
12738 * doc-view.el (doc-view-convert-current-doc):
12739 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
12740
12741 2012-04-26 Chong Yidong <cyd@gnu.org>
12742
12743 * image.el (image-type-from-buffer): Only return supported image
12744 type (Bug#9045).
12745
12746 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
12747 value, for symmetry with diff-end-of-hunk.
12748 (diff-split-hunk, diff-find-source-location)
12749 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
12750 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
12751 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
12752 compute the relevant hunk or file properly (Bug#6005).
12753 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
12754
12755 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12756
12757 * vc/vc-mtn.el:
12758 * vc/vc-hg.el:
12759 * vc/vc-git.el:
12760 * vc/vc-dir.el:
12761 * vc/vc-cvs.el:
12762 * vc/vc-bzr.el:
12763 * vc/vc-arch.el:
12764 * vc/vc.el: Replace lexical-let by lexical-binding.
12765 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
12766 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
12767 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
12768
12769 2012-04-26 Chong Yidong <cyd@gnu.org>
12770
12771 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
12772 (diff-mode-shared-map): Bind it to / and [remap undo].
12773
12774 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
12775 (ediff-window-setup-function): Use it as the default, to set up
12776 windows based on whether the current frame is graphical (Bug#2138).
12777 (ediff-choose-window-setup-function-automatically): Make obsolete.
12778
12779 * vc/ediff-init.el: Always define ediff-pixel-width/height.
12780
12781 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12782
12783 * ffap.el: Remove old code for obsolete package.
12784 (ffap-complete-as-file-p): Remove.
12785
12786 Use completion-table-with-quoting for comint and pcomplete.
12787 * comint.el (comint--unquote&requote-argument)
12788 (comint--unquote-argument, comint--requote-argument): New functions.
12789 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
12790 (comint-quote-filename): Use regexp-opt-charset.
12791 (comint--common-suffix, comint--common-quoted-suffix)
12792 (comint--table-subvert): Remove.
12793 (comint-unquote-function, comint-requote-function): New vars.
12794 (comint--complete-file-name-data): Use them with
12795 completion-table-with-quoting.
12796 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
12797 * pcomplete.el (pcomplete-arg-quote-list)
12798 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
12799 (pcomplete-unquote-argument-function): Default to non-nil.
12800 (pcomplete-unquote-argument): Simplify.
12801 (pcomplete--common-quoted-suffix): Remove.
12802 (pcomplete-requote-argument-function): New var.
12803 (pcomplete--common-suffix): New function.
12804 (pcomplete-completions-at-point): Use completion-table-with-quoting
12805 and completion-table-subvert.
12806
12807 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
12808 (minibuffer--double-dollars): Preserve properties.
12809 (completion--sifn-requote): New function.
12810 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
12811
12812 * minibuffer.el: Add support for completion of quoted/escaped data.
12813 (completion-table-with-quoting, completion-table-subvert): New funs.
12814 (completion--twq-try, completion--twq-all): New functions.
12815 (completion--nth-completion): New function.
12816 (completion-try-completion, completion-all-completions): Use it.
12817
12818 2012-04-25 Leo Liu <sdl.web@gmail.com>
12819
12820 * progmodes/python.el (python-pdbtrack-get-source-buffer):
12821 Use compilation-message if available to find real filename.
12822
12823 2012-04-25 Chong Yidong <cyd@gnu.org>
12824
12825 * vc/diff-mode.el (diff-setup-whitespace): New function.
12826 (diff-mode): Use it.
12827
12828 * vc/diff.el (diff-sentinel):
12829 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
12830 Whitespace mode variables based on diff style (Bug#8612).
12831
12832 2012-04-25 Leo Liu <sdl.web@gmail.com>
12833
12834 * progmodes/python.el (python-send-region): Add suffix .py to the
12835 temp file.
12836
12837 * files.el (auto-mode-alist): Use javascript-mode instead.
12838
12839 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
12840
12841 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
12842
12843 * net/soap-client.el (soap-resolve-references-for-sequence-type)
12844 (soap-resolve-references-for-array-type): Hack to prevent self
12845 references, see Bug#9.
12846 (soap-parse-envelope): Report the contents of the 'detail' node
12847 when receiving a fault reply.
12848 (soap-parse-envelope): Report the contents of the entire 'detail' node.
12849
12850 * net/soap-inspect.el (soap-sample-value-for-simple-type)
12851 (soap-inspect-simple-type): New function.
12852
12853 * net/soap-client.el (soap-simple-type): New struct.
12854 (soap-default-xsd-types, soap-default-soapenc-types)
12855 (soap-decode-basic-type, soap-encode-basic-type):
12856 support unsignedInt and double basic types.
12857 (soap-resolve-references-for-simple-type)
12858 (soap-parse-simple-type, soap-encode-simple-type): New function.
12859 (soap-parse-schema): Parse xsd:simpleType declarations.
12860
12861 * net/soap-client.el (soap-default-xsd-types)
12862 (soap-default-soapenc-types): Add integer, byte and anyURI types.
12863 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
12864 the local name of "soapenc:Array".
12865 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
12866 decoding integer, byte and anyURI xsd types.
12867
12868 2012-04-25 Chong Yidong <cyd@gnu.org>
12869
12870 * cus-edit.el (custom-buffer-create-internal): Update header text.
12871
12872 2012-04-25 Eli Zaretskii <eliz@gnu.org>
12873
12874 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
12875 settings on 'system-type', not on 'window-system'. On MS-Windows,
12876 set interactive-mode on in GDB.
12877
12878 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12879
12880 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
12881 (ruby-syntax-propertize-regexp): Remove.
12882 (ruby-syntax-propertize-function): Split regexp into chunks.
12883 Match following code directly.
12884
12885 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
12886
12887 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
12888 (ruby-syntax-propertize-regexp): New function.
12889 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
12890 by a special keyword.
12891
12892 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
12893 (ruby-syntax-general-delimiters-goto-beg)
12894 (ruby-syntax-propertize-general-delimiters): New functions.
12895 (ruby-syntax-propertize-function): Use them to handle GDL.
12896 (ruby-font-lock-keywords): Move old handling of GDL...
12897 (ruby-font-lock-syntactic-keywords): .. to here.
12898 (ruby-calculate-indent): Adjust indentation for GDL.
12899
12900 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
12901
12902 * notifications.el (top): Remove unneeded declarations.
12903 (notifications-specification-version): Change to "1.2".
12904 (notifications-interface, notifications-notify-method)
12905 (notifications-close-notification-method): Fix docstring.
12906 (notifications-get-capabilities-method): New defconst.
12907 (notifications-notify): Add :action-items, :resident and
12908 :transient hints. Change "image_data" to "image-data" and
12909 "image_path" to "image-path".
12910 (notifications-get-capabilities): New defun.
12911
12912 2012-04-24 Leo Liu <sdl.web@gmail.com>
12913
12914 * progmodes/python.el: Move hideshow setup to the end.
12915
12916 2012-04-24 Martin Rudalics <rudalics@gmx.at>
12917
12918 * window.el (handle-select-window): Clear echo area since this is
12919 no more done by read_char (Bug#11304).
12920
12921 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12922
12923 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
12924 and `/ M' to filter-derived-mode.
12925 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
12926 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
12927 (ibuffer-mark-by-mode): Use default rather than initial-input.
12928 (ibuffer-filter-by-derived-mode): Autoload and require-match.
12929
12930 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
12931
12932 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
12933 (ibuffer-filter-by-derived-mode): New filter.
12934 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
12935
12936 2012-04-23 Andreas Politz <politza@fh-trier.de>
12937
12938 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
12939
12940 2012-04-23 Chong Yidong <cyd@gnu.org>
12941
12942 * cus-edit.el (customize-apropos, customize-apropos-options):
12943 Disable matching of non-option variables (Bug#11176).
12944 (customize-option, customize-option-other-window)
12945 (customize-changed-options): Doc fix.
12946 (customize-apropos-options, customize-apropos-faces)
12947 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
12948
12949 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
12950 Fix word list splitting (Bug#11132).
12951 (apropos-symbol, apropos-keybinding, apropos-label)
12952 (apropos-property, apropos-function-button)
12953 (apropos-variable-button, apropos-misc-button): New faces.
12954 (apropos-symbol-face, apropos-keybinding-face)
12955 (apropos-label-face, apropos-property-face, apropos-match-face):
12956 Variables removed (Bug#8396).
12957 (apropos-library-button, apropos-format-plist, apropos-print)
12958 (apropos-print-doc, apropos-describe-plist): Callers changed.
12959
12960 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
12961
12962 * net/xesam.el (xesam-mode-map): Use let-bound map in
12963 initialization. (Bug#11292)
12964
12965 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12966
12967 Preserve ispell session localwords when switching back to
12968 original buffer.
12969
12970 * textmodes/ispell.el (ispell-buffer-session-localwords):
12971 New buffer-local variable to hold buffer session localwords.
12972 (ispell-kill-ispell): Add option 'clear to delete session
12973 localwords.
12974 (ispell-command-loop, ispell-change-dictionary)
12975 (ispell-buffer-local-words): Preserve session localwords when
12976 needed.
12977
12978 * textmodes/flyspell.el (flyspell-process-localwords)
12979 (flyspell-do-correct): Preserve session localwords when needed.
12980
12981 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12982
12983 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
12984 using obsolete `translation-table-for-input'.
12985 (ispell-word, ispell-process-line, ispell-complete-word):
12986 Use plain `insert' instead of removed `ispell-insert-word'.
12987
12988 2012-04-22 Chong Yidong <cyd@gnu.org>
12989
12990 * cus-edit.el (custom-variable-menu)
12991 (custom-variable-reset-saved, custom-face-menu)
12992 (custom-face-reset-saved): If there is no saved value, make the
12993 "reset-saved" operation bring back the default (Bug#9509).
12994 (custom-face-state): Properly detect themed faces.
12995
12996 * faces.el (face-spec-set): Stop supporting deprecated form of
12997 third arg.
12998
12999 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
13000
13001 Move functions from C to Lisp. Make non-blocking method calls
13002 the default. Implement further D-Bus standard interfaces.
13003
13004 * net/dbus.el (dbus-message-internal): Declare function.
13005 Remove unneeded function declarations.
13006 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
13007 (dbus-message-type-method-return, dbus-message-type-error)
13008 (dbus-message-type-signal): Declare variables. Remove local
13009 definitions.
13010 (dbus-interface-dbus, dbus-interface-peer)
13011 (dbus-interface-introspectable, dbus-interface-properties)
13012 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
13013 Adapt docstring.
13014 (dbus-interface-objectmanager): New defconst.
13015 (dbus-call-method, dbus-call-method-asynchronously)
13016 (dbus-send-signal, dbus-method-return-internal)
13017 (dbus-method-error-internal, dbus-register-service)
13018 (dbus-register-signal, dbus-register-method): New defuns, moved
13019 from dbusbind.c
13020 (dbus-call-method-handler, dbus-setenv)
13021 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
13022 New defuns.
13023 (dbus-call-method-non-blocking): Make it an obsolete function.
13024 (dbus-unregister-object, dbus-unregister-service)
13025 (dbus-handle-event, dbus-register-property)
13026 (dbus-property-handler): Obey the new structure of
13027 `bus-registered-objects'.
13028 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
13029 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13030 Use `dbus-call-method'.
13031
13032 2012-04-22 Chong Yidong <cyd@gnu.org>
13033
13034 * cus-edit.el (custom-commands, custom-reset-menu)
13035 (Custom-reset-standard): Tweak labels.
13036 (custom-reset-button-menu): Change default to t.
13037 (custom-buffer-create-internal): For the custom-reset-button-menu
13038 case, put the revert button first.
13039 (custom-group-subtitle): New face.
13040 (custom-group-value-create): Align docstring to a specific column.
13041
13042 * wid-edit.el (widget-documentation-link-add): Don't handle
13043 indentation in this function.
13044 (widget-documentation-string-indent-to): New function.
13045 (widget-documentation-string-value-create): Use it.
13046
13047 * autorevert.el (auto-revert):
13048 * epg-config.el (epg):
13049 * ibuffer.el (ibuffer):
13050 * mpc.el (mpc):
13051 * ses.el (ses):
13052 * eshell/eshell.el (eshell):
13053 * net/ange-ftp.el (ange-ftp):
13054 * progmodes/ebnf2ps.el (postscript):
13055 * progmodes/flymake.el (flymake):
13056 * progmodes/prolog.el (prolog):
13057 * progmodes/verilog-mode.el (verilog-mode):
13058 * progmodes/which-func.el (which-func):
13059 * term/xterm.el (xterm):
13060 * textmodes/picture.el (picture):
13061 * textmodes/tildify.el (tildify):
13062 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
13063 customization buffers.
13064
13065 2012-04-22 Alan Mackenzie <acm@muc.de>
13066
13067 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13068 Adding a ) can hide the resulting (..) from searches. Fix it.
13069 Bound the backward search to the position of the existing (.
13070
13071 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
13072
13073 * progmodes/verilog-mode.el (verilog-mode): Check whether
13074 which-func-modes is t before adding verilog-mode.
13075 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
13076
13077 2012-04-21 Leo Liu <sdl.web@gmail.com>
13078
13079 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
13080
13081 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
13082
13083 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
13084 filling of the last column of a table (Bug#5635).
13085 (woman-find-next-control-line): New arg, specifying an additional
13086 regexp component for the control line.
13087 (woman2-roff-buffer): Use it.
13088 (woman-break-table): New function.
13089 (woman2-TS): Use it.
13090
13091 2012-04-21 Chong Yidong <cyd@gnu.org>
13092
13093 * woman.el (woman-set-buffer-display-table, woman-decode-region)
13094 (woman-horizontal-escapes, woman-negative-vertical-space)
13095 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
13096 (WoMan-warn-ignored): Use ?\s instead of ?\ .
13097
13098 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13099
13100 * minibuffer.el (completion-file-name-table): Complete user names.
13101
13102 2012-04-20 Leo Liu <sdl.web@gmail.com>
13103
13104 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
13105 and pcase-let*.
13106
13107 2012-04-20 Chong Yidong <cyd@gnu.org>
13108
13109 * server.el (server-execute): Respect initial-buffer-choice if it
13110 is a string and there are no files to open (Bug#2825).
13111 (server-create-window-system-frame, server-create-tty-frame):
13112 Don't switch buffers here.
13113 (server-process-filter): Only try to open a window system frame if
13114 compiled with graphical support (Bug#8314).
13115
13116 2012-04-20 Dan Nicolaescu <dann@gnu.org>
13117
13118 * battery.el (battery-echo-area-format): Display remaining time
13119 for sysfs backend too (Bug#11269).
13120 (battery-linux-sysfs): Fix conditional for the charge.
13121
13122 2012-04-20 Chong Yidong <cyd@gnu.org>
13123
13124 * progmodes/gdb-mi.el (gdb): Revert previous change.
13125 (gdb-inferior-io--init-proc): New function.
13126 (gdb-init-1): Use it.
13127 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
13128 responsible for allocating a new pty and hooking it to gdb when
13129 the old pty gets an EIO due to process exit.
13130 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
13131 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
13132 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
13133
13134 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13135
13136 * window.el (window-min-size, window-sizable, window-min-delta)
13137 (window-max-delta, window--resizable, window-resizable)
13138 (window-total-size, window-full-height-p, window-full-width-p)
13139 (window-in-direction, window--resize-mini-window, window-resize)
13140 (window--resize-child-windows-normal)
13141 (window--resize-child-windows, window--resize-siblings)
13142 (window--resize-this-window, adjust-window-trailing-edge)
13143 (enlarge-window, shrink-window): Doc fixes.
13144
13145 2012-04-20 Chong Yidong <cyd@gnu.org>
13146
13147 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
13148 New function to call delete-process on the gdb-inferior buffer's pty.
13149 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
13150 pty process (Bug#11273).
13151 (gdb-update): New arg to suppress talking to the gdb process.
13152 (gdb-done-or-error): Use it.
13153 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
13154 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
13155 sentinel not being called.
13156
13157 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
13158
13159 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
13160
13161 2012-04-20 Glenn Morris <rgm@gnu.org>
13162
13163 * net/network-stream.el (open-network-stream): Doc fix.
13164
13165 2012-04-20 Chong Yidong <cyd@gnu.org>
13166
13167 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
13168
13169 2012-04-20 Alan Mackenzie <acm@muc.de>
13170
13171 Ensure searching for keywords is case sensitive.
13172
13173 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
13174 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
13175 (c-defun-name, c-mark-function, c-cpp-define-name)
13176 (c-comment-indent, c-scan-conditionals, c-indent-defun)
13177 (c-context-line-break): Bind case-fold-search to nil.
13178
13179 * progmodes/cc-mode.el (c-font-lock-fontify-region):
13180 Bind case-fold-search to nil.
13181
13182 2012-04-20 Chong Yidong <cyd@gnu.org>
13183
13184 * mail/sendmail.el (mail-bury): Call return action with the right
13185 Rmail buffer (Bug#11242).
13186
13187 * server.el (server-process-filter): Handle corner case where both
13188 tty and nowait options are present (Bug#11102).
13189
13190 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13191
13192 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
13193 (top level): Put into the executable the ident-style '$Id:' tag on
13194 windows-nt as well.
13195
13196 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13197
13198 * electric.el (electric-indent-post-self-insert-function): Check that
13199 electric-indent-mode is enabled in current buffer.
13200
13201 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13202
13203 * imenu.el (imenu-progress-message): Restore; it is "used" in
13204 erc/erc-imenu.el and net/snmp-mode.el.
13205
13206 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13207
13208 * avoid.el (mouse-avoidance-mode): Mark unused arg.
13209 (mouse-avoidance-nudge-mouse): Remove unused binding.
13210
13211 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
13212
13213 * descr-text.el (describe-char):
13214 * progmodes/python.el (python-describe-symbol):
13215 Don't call `toggle-read-only', set `buffer-read-only'.
13216
13217 * imenu.el (imenu-default-goto-function): Mark unused args.
13218 (imenu-progress-message): Remove obsolete macro; all callers changed.
13219
13220 * subr.el (keymap-canonicalize): Remove unused binding.
13221 (read-passwd): Mark unused arg.
13222
13223 * tutorial.el (tutorial--display-changes): Remove unused binding.
13224 (tutorial--save-tutorial-to): Remove unused variable.
13225
13226 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
13227 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
13228 (package-generate-autoloads, package-menu--generate)
13229 (package-menu--find-upgrades): Remove unused bindings.
13230
13231 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
13232 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
13233 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
13234 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
13235 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
13236 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
13237 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
13238 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
13239 (cua-delete-char-rectangle): Mark unused args.
13240 (cua-align-rectangle): Remove unused binding.
13241
13242 * mail/rmail.el (compilation--message->loc)
13243 (epa--find-coding-system-for-mime-charset): Declare.
13244
13245 * net/dbus.el (dbus-register-service): Declare.
13246 (dbus-name-owner-changed-handler): Remove unused binding.
13247
13248 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
13249 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
13250 (nxml-scan-backward-within): Mark unused arg.
13251 (nxml-dynamic-markup-word): Remove unused binding.
13252
13253 * mouse.el (mouse-menu-major-mode-map):
13254 * emacs-lisp/authors.el (authors-scan-change-log)
13255 (authors-add-to-author-list):
13256 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
13257 * emacs-lisp/smie.el (smie-auto-fill):
13258 * mail/sendmail.el (mail-bury):
13259 * mail/unrmail.el (unrmail):
13260 * net/tls.el (open-tls-stream):
13261 * textmodes/picture.el (picture-mouse-set-point):
13262 Remove unused bindings.
13263
13264 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
13265
13266 * net/tramp.el (tramp-action-password): Let-bind
13267 `enable-recursive-minibuffers' to t.
13268
13269 2012-04-18 Sam Steingold <sds@gnu.org>
13270
13271 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
13272 instead of 'string to accommodate values like [f11].
13273 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
13274 * progmodes/gdb-mi.el: Likewise.
13275
13276 2012-04-18 Leo Liu <sdl.web@gmail.com>
13277
13278 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
13279 current buffer.
13280 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
13281 LOCAL is nil.
13282
13283 2012-04-18 Chong Yidong <cyd@gnu.org>
13284
13285 * simple.el (line-move): Use forward-line if in batch mode
13286 (Bug#11053).
13287
13288 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
13289
13290 * files.el (after-find-file): Do not try to add a final newline if
13291 the buffer is read-only (Bug#11156).
13292
13293 2012-04-17 Richard Stallman <rms@gnu.org>
13294
13295 * mail/rmail.el (rmail-start-mail):
13296 Pass (rmail-mail-return...) for the return-action.
13297 Pass (rmail-yank-current-message...) for the yank-action.
13298 (rmail-yank-current-message): New function.
13299 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
13300 (rmail-reply): Likewise.
13301 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
13302
13303 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
13304 buffer, not the last. Reject temp buffers. Use the rmail-mode
13305 buffer, not newbuf.
13306
13307 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
13308
13309 * server.el (server-ensure-safe-dir): Simplify.
13310
13311 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13312
13313 * emacs-lisp/smie.el: Provide smarter auto-filling.
13314 (smie-auto-fill): New function.
13315 (smie-setup): Use it.
13316
13317 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
13318
13319 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
13320
13321 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
13322 (comment-indent): Use it.
13323
13324 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
13325
13326 * ses.el: The overall change is to add cell renaming, that is
13327 setting fancy names for cell symbols other than name matching
13328 "\\`[A-Z]+[0-9]+\\'" regexp .
13329 (ses-localvars): Add ses--renamed-cell-symb-list.
13330 (ses-create-cell-variable): New defun.
13331 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
13332 (ses-relocate-formula): Relocate formulas only for cells the
13333 symbols of which are not renamed, i.e. symbols whose names do not
13334 match regexp "\\`[A-Z]+[0-9]+\\'".
13335 (ses-relocate-all): Relocate values only for cells the symbols of
13336 which are not renamed.
13337 (ses-load): Create cells variables as the (ses-cell ...) are read,
13338 in order to check row col consistency with cell symbol name only
13339 for cells that are not renamed.
13340 (ses-replace-name-in-formula): New defun.
13341 (ses-rename-cell): New defun.
13342
13343 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
13344
13345 * progmodes/perl-mode.el (perl-indent-parens-as-block):
13346 New option (bug#11118).
13347 (perl-calculate-indent): Respect it.
13348
13349 2012-04-17 Glenn Morris <rgm@gnu.org>
13350
13351 * dired-aux.el (dired-mark-read-string): Doc fix.
13352
13353 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
13354
13355 * dired-aux.el (dired-mark-read-string): Offer optional completion.
13356 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
13357
13358 2012-04-17 Glenn Morris <rgm@gnu.org>
13359
13360 * mouse.el (mouse-drag-track):
13361 * speedbar.el (speedbar-frame-mode):
13362 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
13363
13364 2012-04-16 Leo Liu <sdl.web@gmail.com>
13365
13366 * progmodes/python.el: Trivial cleanup.
13367
13368 2012-04-16 Glenn Morris <rgm@gnu.org>
13369
13370 * vc/vc.el (vc-string-prefix-p):
13371 * vc/pcvs-util.el (cvs-string-prefix-p):
13372 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
13373 * mpc.el (mpc-string-prefix-p):
13374 Make all of these into obsolete aliases for string-prefix-p.
13375 Update callers.
13376 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
13377
13378 * textmodes/two-column.el: Move custom options to the start.
13379 (frame-width): Remove compat definition.
13380 (2C-associate-buffer, 2C-dissociate):
13381 Use with-current-buffer rather than save-excursion.
13382 (2C-dissociate): Force a mode-line update.
13383 (2C-autoscroll): Use ignore-errors.
13384
13385 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
13386 Autoload trivia.
13387
13388 * emacs-lisp/cl-extra.el (*random-state*):
13389 Remove unnecessary declaration.
13390
13391 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
13392
13393 * play/cookie1.el (cookie-snarf):
13394 Give an explicit error if input file cannot be read.
13395
13396 * play/yow.el (yow-file): Use expand-file-name rather than concat.
13397
13398 * progmodes/perl-mode.el (c-macro-expand):
13399 Remove unnecessary autoload (it is in loaddefs.el).
13400
13401 * textmodes/picture.el (picture-desired-column)
13402 (picture-update-desired-column): Convert comments to doc-strings.
13403 (picture-substitute): Remove function.
13404 (picture-mode-map): Initialize in the defvar.
13405
13406 * woman.el: Remove eval-after-load for tar-mode.
13407 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
13408 (woman-tar-extract-file): Autoload it.
13409
13410 * frame.el (automatic-hscrolling): Make this alias obsolete.
13411
13412 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13413
13414 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
13415 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
13416 (ispell-dictionary-base-alist): Revert to original XEmacs
13417 friendly version for default. [:alpha:] will be added in
13418 `ispell-set-spellchecker-params' if needed.
13419
13420 2012-04-16 Chong Yidong <cyd@gnu.org>
13421
13422 * image.el (imagemagick--file-regexp): New variable.
13423 (imagemagick-register-types): Use it.
13424 (imagemagick-types-inhibit): Add :set function. Allow new value
13425 of t to inhibit all types.
13426
13427 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
13428 so we can preload it.
13429
13430 * loadup.el (fboundp): Preload regexp-opt, needed by
13431 imagemagick-register-types.
13432
13433 2012-04-15 Chong Yidong <cyd@gnu.org>
13434
13435 * frame.el (scrolling): Remove nearly unused customization group.
13436
13437 * scroll-all.el (scroll-all-mode): Move to windows group.
13438
13439 2012-04-15 Chong Yidong <cyd@gnu.org>
13440
13441 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
13442
13443 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13444
13445 Avoid the use of ((lambda ...) ...) in lexical-binding code.
13446 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
13447
13448 2012-04-15 Glenn Morris <rgm@gnu.org>
13449
13450 * simple.el (process-file-side-effects): Doc fix.
13451
13452 2012-04-15 Glenn Morris <rgm@gnu.org>
13453
13454 * international/mule-cmds.el (set-language-environment): Doc fix.
13455
13456 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
13457
13458 * server.el (server-auth-key, server-generate-key): Doc fixes.
13459 (server-get-auth-key): Doc fix. Use `string-match-p'.
13460 (server-start): Reflow docstring.
13461
13462 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
13463
13464 * server.el (server-generate-key): `called-interactively-p'
13465 requires a parameter.
13466
13467 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
13468
13469 * server.el (server-auth-key): New variable.
13470 (server-generate-key, server-get-auth-key): New function.
13471 (server-start): Use the new variable and functions to allow
13472 setting a permanent server key (bug#9423).
13473
13474 2012-04-14 Leo Liu <sdl.web@gmail.com>
13475
13476 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
13477
13478 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
13479
13480 Spelling fixes.
13481 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
13482 Emacs uses American spelling.
13483
13484 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
13485
13486 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
13487 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
13488 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
13489 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
13490
13491 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13492
13493 * progmodes/which-func.el (which-func-modes): Change default.
13494
13495 2012-04-14 Kim F. Storm <storm@cua.dk>
13496
13497 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
13498 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
13499
13500 2012-04-14 Chong Yidong <cyd@gnu.org>
13501
13502 * custom.el (custom-theme-set-variables): Doc fix.
13503
13504 2012-04-14 Glenn Morris <rgm@gnu.org>
13505
13506 * international/mule.el (set-auto-coding-for-load): Doc fix.
13507
13508 2012-04-14 Alan Mackenzie <acm@muc.de>
13509
13510 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
13511 imenu work again for Objective C Mode. Correct the *-index values,
13512 these having been disturbed by a previous change in 2011-08.
13513
13514 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
13515 Correct two search limits.
13516
13517 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13518
13519 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
13520
13521 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
13522
13523 * international/characters.el: Fix sorting.
13524
13525 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13526
13527 * international/characters.el: Add more missing Latin case pairs.
13528
13529 2012-04-14 Glenn Morris <rgm@gnu.org>
13530
13531 * files.el (dir-locals-set-class-variables): Doc fix.
13532
13533 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13534
13535 * international/characters.el: Add set-case-syntax-pair call for
13536 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
13537 counterpart. (Bug#11209)
13538
13539 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
13540
13541 2012-04-14 Glenn Morris <rgm@gnu.org>
13542
13543 * calendar/holidays.el (calendar-check-holidays): Doc fix.
13544
13545 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13546
13547 * textmodes/ispell.el (ispell-dictionary-base-alist):
13548 Add data for Hebrew.
13549
13550 2012-04-14 Chong Yidong <cyd@gnu.org>
13551
13552 * net/rcirc.el (rcirc-cmd-quit):
13553 Revert 2012-03-18 change (Bug#11192).
13554
13555 2012-04-14 Glenn Morris <rgm@gnu.org>
13556
13557 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
13558
13559 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13560
13561 * minibuffer.el (completion-in-region-mode-map):
13562 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
13563
13564 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
13565
13566 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
13567
13568 2012-04-13 Masatake YAMATO <yamato@redhat.com>
13569
13570 * minibuffer.el (minibuffer-local-filename-syntax): New variable
13571 to allow `C-M-f' and `C-M-b' to move to the nearest path
13572 separator (bug#9511).
13573
13574 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
13575
13576 * avoid.el: Require cl when compiling. And also move the
13577 `provide' to the end.
13578
13579 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13580
13581 * avoid.el (mouse-avoidance-banish-position): New variable.
13582 (mouse-avoidance-banish-destination): Use it (bug#10165).
13583
13584 2012-04-13 Leo Liu <sdl.web@gmail.com>
13585
13586 * progmodes/which-func.el (which-func-modes): Add objc-mode.
13587
13588 2012-04-13 Ken Brown <kbrown@cornell.edu>
13589
13590 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
13591 this is no longer needed now that cygstart understands file:// URLs.
13592 (browse-url-filename-alist): For the same reason, don't modify
13593 file:// URLs on Cygwin.
13594
13595 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
13596
13597 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
13598 the region on shift if the binding is already shifted (bug#11221).
13599
13600 2012-04-12 Glenn Morris <rgm@gnu.org>
13601
13602 * mail/mailpost.el: Move to obsolete/.
13603
13604 2012-04-12 Drew Adams <drew.adams@oracle.com>
13605
13606 * imenu.el (imenu--generic-function): Ignore invisible definitions
13607 (bug#10123).
13608
13609 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
13610
13611 * hexl.el (hexl-bits): New variable.
13612 (hexl-options): Mention the variable in the doc string.
13613 (hexl-rulerise, hexl-line-displen): New functions.
13614 (hexl-mode): Mention the new variable.
13615 (hexl-mode, hexl-current-address, hexl-current-address):
13616 Use the displen.
13617 (hexl-ascii-start-column): New function.
13618 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
13619 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
13620
13621 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13622
13623 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
13624 '("-i" ENCODING), in 2 separate command-line arguments, to specify
13625 the encoding, as expected by hunspell.
13626
13627 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13628
13629 * battery.el (battery--linux-sysfs-regexp): New const.
13630 (battery-status-function): Use it. Remove yeeloong special case.
13631 (battery-yeeloong-sysfs): Remove.
13632 (battery-echo-area-format): Remove yeeloong special case.
13633
13634 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13635
13636 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
13637 Reported by Noah Friedman.
13638
13639 * subr.el (read-passwd): Use read-string.
13640
13641 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13642
13643 * vcursor.el (vcursor-move): Increase the priority of the overlay
13644 (bug#9663).
13645
13646 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
13647
13648 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
13649 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
13650
13651 2012-04-11 William Stevenson <yhvh2000@gmail.com>
13652
13653 * textmodes/artist.el (artist-mode): Convert artist-mode to use
13654 define-minor-mode (bug#10760).
13655
13656 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
13657
13658 * progmodes/grep.el (rgrep): Tweak the find command line so
13659 that directories matching `grep-find-ignored-files' won't be
13660 pruned (bug#10351).
13661
13662 2012-04-11 Chong Yidong <cyd@gnu.org>
13663
13664 * startup.el (command-line): Remove support for long-obsolete
13665 variable font-lock-face-attributes.
13666
13667 2012-04-11 Glenn Morris <rgm@gnu.org>
13668
13669 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
13670
13671 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13672
13673 * window.el (window--state-get-1): Obey window-point-insertion-type.
13674
13675 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
13676
13677 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
13678 to previous function when point is on the first character of a
13679 function. Take care of that in `narrow-to-defun' (bug#6157).
13680
13681 2012-04-11 Glenn Morris <rgm@gnu.org>
13682
13683 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
13684 not just file-errors.
13685
13686 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
13687 (vc-bzr-sha1): Use internal sha1.
13688
13689 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13690
13691 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
13692
13693 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
13694
13695 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
13696 that start in the middle of the line (bug#10496).
13697
13698 2012-04-10 Dan Nicolaescu <dann@gnu.org>
13699
13700 * battery.el (battery-linux-proc-acpi): Only one battery is
13701 discharged at a time, but that seems to confuse battery.el when
13702 computing `rate-type' for the battery not being discharged
13703 (bug#10332).
13704
13705 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13706
13707 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
13708
13709 * international/quail.el: Use dolist and simplify.
13710 (quail-define-package, quail-update-keyboard-layout)
13711 (quail-define-rules): Use dolist.
13712 (quail-insert-kbd-layout, quail-get-translation): CSE.
13713
13714 * tmm.el: Use dolist, remove left over hook.
13715 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
13716 Use dolist.
13717 (calendar-load-hook): Don't mess with it.
13718
13719 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
13720 Use derived-mode-p. Run the diff asynchronously.
13721
13722 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13723
13724 * obsolete/mouse-sel.el: Add an Obsolete-since header.
13725
13726 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
13727
13728 * misc.el: Display absolute path of loaded DLLs (bug#10424).
13729 (list-dynamic-libraries--loaded): New function.
13730 (list-dynamic-libraries--refresh): Use it.
13731
13732 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
13733
13734 * progmodes/python.el (python-fill-paragraph):
13735 Make python-fill-region in a multiline string work when font-lock is
13736 disabled (bug#7018).
13737
13738 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
13739
13740 * language/european.el (cp775): Add oem/legacy (en)coding on
13741 DOS/MS Windows for the Baltic languages. There are still plenty
13742 of texts written in this encoding/codepage (bug#6519).
13743
13744 2012-04-10 Glenn Morris <rgm@gnu.org>
13745
13746 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
13747 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
13748
13749 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
13750
13751 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
13752 next-line "n" and previous-line "p" in order to make recentf more
13753 consistent with ibuffer, dired or org-mode (bug#9387).
13754
13755 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13756
13757 * image.el (put-image): Return the overlay created instead of the
13758 optional input string (bug#7834). Note that this may break code
13759 that is (for some reason or other) depending on `put-image'
13760 returning the string.
13761
13762 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
13763
13764 * simple.el (zap-to-char): Allow zapping using input methods
13765 (bug#1580).
13766
13767 * textmodes/fill.el (fill-region): Leave point and mark where they
13768 were before filling (bug#5399).
13769
13770 2012-04-09 Glenn Morris <rgm@gnu.org>
13771
13772 * version.el (emacs-bzr-get-version):
13773 Handle lightweight checkouts of local branches.
13774
13775 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
13776
13777 * international/characters.el: Recover lost case pairs. (Bug#11209)
13778
13779 2012-04-09 Chong Yidong <cyd@gnu.org>
13780
13781 * custom.el (custom-variable-p): Return nil for non-symbol
13782 arguments instead of signaling an error.
13783 (user-variable-p): Obsolete alias for custom-variable-p.
13784
13785 * apropos.el (apropos-variable):
13786 * files-x.el (read-file-local-variable):
13787 * simple.el (set-variable):
13788 * woman.el (woman-mini-help):
13789 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
13790
13791 2012-04-09 Glenn Morris <rgm@gnu.org>
13792
13793 * startup.el (normal-top-level): Don't look for leim-list.el
13794 in places where it will not be found. (Bug#910)
13795
13796 * international/mule-cmds.el (set-default-coding-systems):
13797 * files.el (normal-mode):
13798 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
13799 This function was removed with ucs-tables.el in 2008.
13800
13801 2012-04-08 Eli Zaretskii <eliz@gnu.org>
13802
13803 * textmodes/ispell.el (ispell-check-version): For hunspell, set
13804 ispell-encoding8-command to "-i", without a trailing space.
13805 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
13806 separate command-line arguments, to specify the encoding, since
13807 that's how hunspell expects it.
13808
13809 2012-04-08 Glenn Morris <rgm@gnu.org>
13810
13811 * loadup.el: Load bindings before cus-start.
13812 This reduces somewhat the number of "rogue" settings in emacs -Q.
13813
13814 2012-04-07 Glenn Morris <rgm@gnu.org>
13815
13816 * version.el (emacs-bzr-get-version): New function.
13817 (emacs-bzr-version): New variable.
13818 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
13819 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
13820
13821 2012-04-07 Eli Zaretskii <eliz@gnu.org>
13822
13823 * international/uni-bidi.el, international/uni-category.el:
13824 * international/uni-combining.el, international/uni-decimal.el:
13825 * international/uni-decomposition.el, international/uni-digit.el:
13826 * international/uni-lowercase.el, international/uni-mirrored.el:
13827 * international/uni-name.el, international/uni-numeric.el:
13828 * international/uni-titlecase.el, international/uni-uppercase.el:
13829 Update for Unicode 6.1.
13830
13831 2012-04-07 Eli Zaretskii <eliz@gnu.org>
13832
13833 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
13834
13835 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
13836
13837 * window.el (shrink-window): Mention the `window-min-height'
13838 variable in the doc string.
13839
13840 2012-04-05 Bastien Guerry <bzg@altern.org>
13841
13842 * color.el (color-lighten-name): Fix typo.
13843
13844 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
13845
13846 * server.el (server--on-display-p): New function.
13847 (server--on-display-p): Use it.
13848
13849 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
13850
13851 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
13852 (bug#11145).
13853
13854 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
13855
13856 * comint.el (comint--common-quoted-suffix): Check string boundary
13857 before comparing (bug#11158).
13858 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
13859
13860 2012-04-04 Chong Yidong <cyd@gnu.org>
13861
13862 * minibuffer.el (completion-extra-properties): Doc fix.
13863
13864 * subr.el (delayed-warnings-hook): Doc fix.
13865
13866 2012-04-04 Daiki Ueno <ueno@unixuser.org>
13867
13868 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
13869 selection (Bug#11159).
13870 (epa-insert-keys): Inform that the default public key will be
13871 exported if no key is selected.
13872
13873 2012-04-04 Richard Stallman <rms@gnu.org>
13874
13875 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
13876
13877 2012-04-03 Chong Yidong <cyd@gnu.org>
13878
13879 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
13880 mail-insert-file, not its obsolete alias mail-attach-file.
13881
13882 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
13883
13884 * notifications.el (notifications-notify): Fix docstring.
13885
13886 2012-04-02 Glenn Morris <rgm@gnu.org>
13887
13888 * emacs-lisp/authors.el (authors-aliases): Another addition.
13889
13890 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
13891
13892 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
13893 `tramp-compat-call-process' instead of `tramp-local-call-process'.
13894 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
13895
13896 2012-04-01 Chong Yidong <cyd@gnu.org>
13897
13898 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
13899 Handle root directory properly.
13900 (copy-directory): Caller changed.
13901
13902 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
13903 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
13904
13905 2012-03-31 Glenn Morris <rgm@gnu.org>
13906
13907 * term/xterm.el (xterm-extra-capabilities): Doc fix.
13908
13909 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
13910
13911 * calendar/calendar.el (calendar-window-list)
13912 (calendar-hide-window): Restore. (Bug#11140)
13913 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
13914
13915 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
13916
13917 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13918
13919 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
13920 Check if file is a symlink (Bug#10489).
13921
13922 * files.el (copy-directory): Likewise.
13923
13924 2012-03-30 Chong Yidong <cyd@gnu.org>
13925
13926 * image.el (imagemagick-types-inhibit)
13927 (imagemagick-register-types): Doc fix.
13928
13929 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13930
13931 * textmodes/ispell.el (ispell-get-extended-character-mode):
13932 Disable extended-char-mode for hunspell. hunspell does not support it
13933 and treats ~word as ordinary words in pipe mode.
13934
13935 2012-03-30 Glenn Morris <rgm@gnu.org>
13936
13937 * tutorial.el (help-with-tutorial): Ensure local variables don't
13938 happen to make the buffer read-only. (Bug#11127)
13939
13940 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13941
13942 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
13943 (perl-calculate-indent): Return `noindent' in strings.
13944
13945 2012-03-28 Sam Steingold <sds@gnu.org>
13946
13947 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
13948 instead of the broken adhockery which does not prevent calendar
13949 buffers from being displayed at random after exit.
13950 (calendar-window-list, calendar-hide-window): Remove the broken
13951 adhockery.
13952
13953 2012-03-28 Glenn Morris <rgm@gnu.org>
13954
13955 * replace.el (query-replace-map): Doc fix.
13956
13957 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
13958
13959 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
13960 contents. (Bug#11109)
13961
13962 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
13963
13964 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
13965 (bug#11077).
13966 (avl-tree--check, avl-tree--check-node): New funs.
13967
13968 2012-03-27 Martin Rudalics <rudalics@gmx.at>
13969
13970 * window.el (switch-to-visible-buffer): New option.
13971 (switch-to-prev-buffer, switch-to-next-buffer):
13972 Observe switch-to-visible-buffer. Make sure that checking for a window
13973 showing a buffer already is done on the same frame.
13974
13975 2012-03-27 Glenn Morris <rgm@gnu.org>
13976
13977 * startup.el (mail-host-address): Doc fix.
13978
13979 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13980
13981 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
13982 than 197 variables.
13983
13984 2012-03-26 Ami Fischman <ami@fischman.org>
13985
13986 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
13987
13988 2012-03-26 Glenn Morris <rgm@gnu.org>
13989
13990 * files.el (save-buffers-kill-emacs): Doc fix.
13991
13992 * startup.el (normal-top-level, command-line, command-line-1):
13993 Give them doc strings.
13994
13995 2012-03-25 Eli Zaretskii <eliz@gnu.org>
13996
13997 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
13998 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
13999
14000 2012-03-25 Chong Yidong <cyd@gnu.org>
14001
14002 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
14003 theme if it was previously enabled before (Bug#11031).
14004
14005 * cus-theme.el (custom-theme-write-faces): Retrieve current face
14006 spec with custom-face-get-current-spec if its :shown-value is not
14007 determined yet (Bug#9337).
14008 (customize-create-theme, custom-theme-revert): Doc fixes.
14009
14010 * button.el (button-at): Minor addition to docstring.
14011
14012 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
14013
14014 * vc/vc.el (vc-merge): Fix a prompt.
14015
14016 2012-03-24 Chong Yidong <cyd@gnu.org>
14017
14018 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
14019 point (Bug#9623).
14020
14021 * button.el (button-at): Minor addition to docstring.
14022
14023 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
14024
14025 * newcomment.el (comment-choose-indent): No space after BOL.
14026
14027 2012-03-22 Sam Steingold <sds@gnu.org>
14028
14029 * window.el (switch-to-prev-buffer): Revert last patch because the
14030 bug turned out to be an advertised feature (Elisp manual 28.14).
14031
14032 2012-03-22 Glenn Morris <rgm@gnu.org>
14033
14034 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
14035 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
14036
14037 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14038
14039 * net/network-stream.el (network-stream-open-starttls): Make error
14040 message under Windows be less misleading.
14041
14042 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
14043
14044 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
14045 understands (bug#9942).
14046
14047 2012-03-22 Chong Yidong <cyd@gnu.org>
14048
14049 * simple.el (end-of-visible-line): Handle return value of
14050 next-single-property-change properly (Bug#9371).
14051
14052 2012-03-22 Kenichi Handa <handa@m17n.org>
14053
14054 * international/quail.el (quail-insert-kbd-layout): Fix previous
14055 change. To avoid unwanted bidi reordering, use
14056 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
14057
14058 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
14059
14060 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
14061 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
14062 (ruby-beginning-of-indent): Be more careful with the difference
14063 between word-boundary and symbol boundary.
14064 (ruby-mode-syntax-table): Make : a symbol constituent.
14065
14066 2012-03-21 Andreas Politz <politza@fh-trier.de>
14067
14068 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
14069
14070 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14071
14072 * progmodes/etags.el (tags-completion-at-point-function):
14073 Improve last fix.
14074
14075 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
14076
14077 2012-03-21 Sam Steingold <sds@gnu.org>
14078
14079 * progmodes/etags.el (tags-completion-at-point-function):
14080 Avoid the error when point is inside the pattern.
14081
14082 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
14083
14084 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
14085 line (Bug#10855).
14086
14087 2012-03-21 Drew Adams <drew.adams@oracle.com>
14088
14089 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
14090
14091 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
14092
14093 * ido.el (ido-set-current-directory, ido-read-internal)
14094 (ido-choose-completion-string, ido-completion-help): Handle nil
14095 value of ido-completion-buffer (Bug#11008).
14096
14097 2012-03-21 Sam Steingold <sds@gnu.org>
14098
14099 * window.el (switch-to-prev-buffer): Do not switch to a visible
14100 window previous buffer, just like with the frame previous buffers.
14101
14102 2012-03-21 Chong Yidong <cyd@gnu.org>
14103
14104 * faces.el (make-face, make-empty-face, copy-face):
14105 * face-remap.el (face-remap-add-relative, face-remap-set-base):
14106 Doc fixes.
14107
14108 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14109
14110 * wid-edit.el (widget-complete-field): Remove (bug#11051).
14111 (widget-complete): Remove broken use of it.
14112
14113 2012-03-20 Chong Yidong <cyd@gnu.org>
14114
14115 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14116 Use string-width and truncate-string-width to handle arbitrary
14117 characters.
14118
14119 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
14120
14121 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
14122 to draw rectangles, not squares. (Regression introduced by revno
14123 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
14124
14125 2012-03-18 Chong Yidong <cyd@gnu.org>
14126
14127 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
14128 it is not yet defined (for temacs).
14129
14130 2012-03-18 Leo Liu <sdl.web@gmail.com>
14131
14132 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
14133 prefix.
14134
14135 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14136
14137 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
14138 (ispell-choices-win-default-height, ispell-silently-savep)
14139 (ispell-dictionary-alist, ispell-encoding8-command)
14140 (ispell-check-version, ispell-aspell-find-dictionary)
14141 (ispell-valid-dictionary-list, ispell-words-keyword)
14142 (ispell-get-word, ispell-internal-change-dictionary)
14143 (ispell-region, ispell-skip-region-list)
14144 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
14145 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
14146 (ispell-message-text-end, ispell-message)
14147 (ispell-buffer-local-parsing): Doc fix.
14148
14149 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
14150
14151 * htmlfontify.el: Add support for code block fontification for ODT
14152 export (Bug #9914).
14153 (hfy-optimisations): Define new option
14154 `body-text-only'
14155 (hfy-fontify-buffer): Honor above setting.
14156 (hfy-begin-span, hfy-end-span): New routines factored out form
14157 `hfy-fontify-buffer'.
14158 (hfy-begin-span-handler, hfy-end-span-handler): New variables
14159 that permit insertion of custom tags.
14160 (hfy-fontify-buffer): Use above handlers.
14161 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
14162 (hfy-face-to-css): Re-defined to be a variable.
14163 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
14164 over multiple runs. This is made possible by having the caller let
14165 bind a special variable `hfy-user-sheet-assoc'.
14166 (htmlfontify-string): New defun.
14167 (hfy-compile-face-map): Make sure that the last char in the
14168 buffer is correctly fontified.
14169 (hfy-face-resolve-face): Whitespace only change.
14170
14171 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14172
14173 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
14174 message more clear.
14175
14176 2012-03-16 Leo Liu <sdl.web@gmail.com>
14177
14178 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
14179
14180 2012-03-16 Alan Mackenzie <acm@muc.de>
14181
14182 Further optimize the handling of large macros.
14183
14184 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
14185 limit to a call of `c-literal-limits'.
14186 (c-determine-+ve-limit): New function.
14187 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
14188 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
14189 In CASE 5B, restrict a search limit to 500.
14190 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
14191
14192 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
14193 Restrict macro bounds to +-500 from after-change's BEG END.
14194
14195 2012-03-16 Leo Liu <sdl.web@gmail.com>
14196
14197 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
14198
14199 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
14200
14201 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
14202 `special-mode' setting of `buffer-read-only'. (Bug#11010)
14203
14204 2012-03-16 Glenn Morris <rgm@gnu.org>
14205
14206 * view.el (view-buffer, view-buffer-other-window)
14207 (view-buffer-other-frame): Doc fixes re special mode-class.
14208
14209 * subr.el (eval-after-load): If named feature is provided not from
14210 a file, run after-load forms. (Bug#10946)
14211
14212 * calendar/calendar.el (calendar-insert-at-column):
14213 Handle non-unit-width characters a bit better. (Bug#10978)
14214
14215 2012-03-15 Chong Yidong <cyd@gnu.org>
14216
14217 * emacs-lisp/ring.el (ring-extend): New function.
14218 (ring-insert+extend): Extend the ring correctly (Bug#11019).
14219
14220 * comint.el (comint-read-input-ring)
14221 (comint-add-to-input-history): Grow comint-input-ring lazily.
14222
14223 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14224
14225 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
14226 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
14227
14228 * imenu.el: Fix multiple inheritance breakage (bug#9199).
14229 (imenu-add-to-menubar): Don't add a redundant index.
14230 (imenu-update-menubar): Handle a dynamically composed keymap.
14231
14232 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
14233
14234 * mail/sendmail.el (mail-encode-header):
14235 Bind rfc2047-encode-encoded-words to nil.
14236
14237 2012-03-13 Glenn Morris <rgm@gnu.org>
14238
14239 * calendar/calendar.el (calendar-string-spread):
14240 Handle non-unit-width characters a bit better. (Bug#10978)
14241
14242 2012-03-13 Leo Liu <sdl.web@gmail.com>
14243
14244 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
14245 directory and file as argument (Bug#10822).
14246
14247 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
14248
14249 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
14250 For dynamically generated code, follow $PC.
14251 (gdb-disassembly-handler-custom): Handle no function name case.
14252
14253 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
14254
14255 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
14256 * emulation/ws-mode.el (ws-query-replace):
14257 * sort.el (sort-regexp-fields):
14258 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
14259
14260 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14261
14262 * dabbrev.el: Fix cycle completion order (bug#10963).
14263 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
14264 (dabbrev-completion): Don't use an obarray; provide
14265 a cycle-sort-function.
14266
14267 2012-03-12 Leo Liu <sdl.web@gmail.com>
14268
14269 * simple.el (kill-new): Use equal-including-properties for comparison.
14270 (kill-do-not-save-duplicates): Doc fix.
14271
14272 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14273
14274 * dabbrev.el: Fix cycle completion (bug#10963).
14275 Use lexical binding and wrap to 80 columns.
14276 (dabbrev-completion): Delay computing the list of completions.
14277
14278 2012-03-12 Kenichi Handa <handa@m17n.org>
14279
14280 * international/quail.el (quail-insert-kbd-layout): Surround each
14281 row by LRO and PDF instead of inserting many LRMs. Pad the left
14282 and right of each non-spacing marks. Insert invisible space
14283 between lower and upper characters to prevent composition.
14284
14285 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14286
14287 * minibuffer.el (minibuffer-complete): Don't get confused when the
14288 function is run twice via different commands (bug#10958).
14289 (complete-with-action): Fix docstring.
14290
14291 2012-03-12 Chong Yidong <cyd@gnu.org>
14292
14293 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
14294 (nxml-completion-at-point-function): New function.
14295 (nxml-mode): Use it.
14296 (nxml-bind-meta-tab-to-complete-flag): Default to t.
14297
14298 * emacs-lisp/package.el (package-unpack, package-unpack-single):
14299 Load generated autoloads file before byte compiling (Bug#10970).
14300 (package--make-autoloads-and-compile): New helper fun.
14301
14302 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
14303
14304 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
14305
14306 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
14307
14308 * autorevert.el (auto-revert-handler): Ensure, that
14309 file-readable-p is applied only for local files or in
14310 auto-revert-tail-mode.
14311
14312 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
14313
14314 * server.el (server-eval-at): Handle non-tcp connections.
14315 Decode result string.
14316
14317 * server.el (server-msg-size): New constant.
14318 (server-reply-print): New function.
14319 (server-eval-and-print): Use it.
14320 (server-eval-at): Use server-quote-arg and server-unquote-arg.
14321 Handle -print-nonl.
14322
14323 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
14324
14325 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
14326 (Bug#10987).
14327
14328 2012-03-11 Chong Yidong <cyd@gnu.org>
14329
14330 * simple.el (goto-line): Doc fix (Bug#9938).
14331
14332 * subr.el (save-window-excursion): Doc fix (Bug#9979).
14333
14334 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
14335 when finished (Bug#10963).
14336
14337 2012-03-11 Martin Rudalics <rudalics@gmx.at>
14338
14339 * window.el (split-window-below): Fix bug in case where
14340 split-window-keep-point is nil (Bug#10971).
14341
14342 2012-03-11 Juri Linkov <juri@jurta.org>
14343
14344 * replace.el (replace-highlight): Set isearch-word to nil
14345 unconditionally. (Bug#10887)
14346
14347 2012-03-10 Eli Zaretskii <eliz@gnu.org>
14348
14349 * net/mairix.el (mairix-replace-invalid-chars): Rename from
14350 mairix-replace-illegal-chars; all callers changed. Don't remove
14351 ^, ~, and = characters: they are meaningful in mairix search specs.
14352 (mairix-widget-create-query): Add usage information about mairix
14353 search forms: negating words, searching for substrings, etc.
14354
14355 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
14356
14357 * international/fontset.el (font-encoding-alist): Add an entry for
14358 ksx1001 (Bug#5667).
14359
14360 2012-03-10 Richard Stallman <rms@gnu.org>
14361
14362 * mail/sendmail.el (mail-encode-header):
14363 Set rfc2047-encode-encoded-words.
14364
14365 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
14366
14367 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
14368 view buffer means not swapped.
14369 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
14370 (rmail-write-region-annotate): Error if real text has disappeared.
14371
14372 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
14373
14374 2012-03-10 Chong Yidong <cyd@gnu.org>
14375
14376 * emulation/cua-rect.el (cua--init-rectangles):
14377 * emulation/cua-base.el (cua--init-keymaps):
14378 Add delete-forward-char to remappings (Bug#9666).
14379
14380 2012-03-10 Martin Rudalics <rudalics@gmx.at>
14381
14382 * speedbar.el (speedbar-unhighlight-one-tag-line):
14383 Avoid unhighlighting due to frame switching (Bug#10275).
14384
14385 2012-03-10 Chong Yidong <cyd@gnu.org>
14386
14387 * minibuffer.el (completion-in-region, completion-help-at-point):
14388 Give the completion field overlay a high priority (Bug#6830).
14389
14390 * dired.el (dired-goto-file): Recognize absolute file name
14391 listings (Bug#7126).
14392 (dired-goto-file-1): New helper function.
14393 (dired-toggle-read-only): Inhibit warnings.
14394
14395 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
14396
14397 * net/dbus.el (dbus-property-handler): Return empty array if
14398 there are no properties.
14399
14400 2012-03-09 Leo Liu <sdl.web@gmail.com>
14401
14402 * savehist.el (savehist-printable): Stricter check for string
14403 value (Bug#10937).
14404
14405 2012-03-09 Eli Zaretskii <eliz@gnu.org>
14406
14407 * mail/smtpmail.el (smtpmail-send-it):
14408 Bind coding-system-for-write to *-unix, so that FCC files are kept in
14409 valid mbox format.
14410
14411 2012-03-09 Glenn Morris <rgm@gnu.org>
14412
14413 * files.el (dir-locals-find-file):
14414 Don't check result is regular, readable.
14415 (dir-locals-read-from-file): Demote errors.
14416
14417 2012-03-08 Eli Zaretskii <eliz@gnu.org>
14418
14419 * international/quail.el (quail-insert-kbd-layout):
14420 Insert invisible LRM characters before each character in a keyboard
14421 layout cell, to prevent their reordering by bidi display engine.
14422 For details, see the discussion in
14423 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
14424
14425 2012-03-08 Alan Mackenzie <acm@muc.de>
14426
14427 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
14428 the starting position; make it extend the marked region when
14429 invoked repeatedly - all under appropriate circumstances.
14430 Fixes bugs #5525, #10906.
14431
14432 2012-03-08 Glenn Morris <rgm@gnu.org>
14433
14434 * files.el (locate-dominating-file, dir-locals-find-file):
14435 Undo 2012-03-06 change.
14436
14437 2012-03-07 Eli Zaretskii <eliz@gnu.org>
14438
14439 * international/quail.el (quail-help):
14440 Force bidi-paragraph-direction be left-to-right. See discussion in
14441 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
14442 for the reason.
14443
14444 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
14445
14446 Avoid superfluous registering of signals. (Bug#10807)
14447
14448 * notifications.el (notifications-on-action-object)
14449 (notifications-on-close-object): New defvars.
14450 (notifications-on-action-signal, notifications-on-closed-signal):
14451 Unregister the signal if not needed any longer.
14452 (notifications-notify): Register `notifications-action-signal' or
14453 `notifications-closed-signal', if :on-action or :on-close has been
14454 passed as argument.
14455
14456 2012-03-07 Chong Yidong <cyd@gnu.org>
14457
14458 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
14459 non-X platforms.
14460
14461 2012-03-06 Glenn Morris <rgm@gnu.org>
14462
14463 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14464 (x-disown-selection-internal, x-get-selection-internal):
14465 Doc fix (add arglist signatures). (Bug#10783)
14466
14467 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
14468
14469 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14470 Handle breakpoints with no "type".
14471
14472 2012-03-06 Glenn Morris <rgm@gnu.org>
14473
14474 * files.el (locate-dominating-file): Add optional predicate argument.
14475 (dir-locals-find-file): Make use of above change.
14476
14477 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
14478
14479 * info.el (Info-insert-dir): Also try "dir.gz".
14480
14481 2012-03-06 Glenn Morris <rgm@gnu.org>
14482
14483 * files.el (dir-locals-find-file):
14484 Ignore non-readable or non-regular files. (Bug#10928)
14485
14486 * files.el (locate-dominating-file): Doc fix.
14487
14488 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
14489
14490 * calendar/calendar.el (calendar-set-mode-line):
14491 `getenv' returns a string. (Bug#10951)
14492
14493 2012-03-05 Leo Liu <sdl.web@gmail.com>
14494
14495 * simple.el (backward-delete-char-untabify): Constrain point to
14496 field (Bug#10939).
14497
14498 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
14499
14500 2012-03-05 Chong Yidong <cyd@gnu.org>
14501
14502 * simple.el (count-words): If called from Lisp, return the word
14503 count, for symmetry with `count-lines'. Arglist changed.
14504 (count-words--message): Args changed. Consolidate counting code
14505 from count-words and count-words-region.
14506 (count-words-region): Caller changed.
14507 (count-lines-region): Make it an obsolete alias.
14508
14509 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
14510
14511 * saveplace.el (save-place-to-alist)
14512 (save-place-ignore-files-regexp): Allow value nil to disable this
14513 feature.
14514
14515 2012-03-04 Chong Yidong <cyd@gnu.org>
14516
14517 * faces.el (face-spec-reset-face): For the default face, reset the
14518 attributes to default values (Bug#10748).
14519
14520 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14521
14522 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
14523 previous patch: Check `message-send-mail-function', and not the
14524 default function (bug#10897).
14525
14526 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
14527
14528 * notifications.el (notifications-on-action-signal)
14529 (notifications-on-closed-signal): Check for unique service name of
14530 incoming event. Fix error in removing entry.
14531 (top): Register for signals with wildcard service name.
14532 (notifications-notify): Use daemon unique service name for map entries.
14533
14534 2012-03-04 Chong Yidong <cyd@gnu.org>
14535
14536 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
14537
14538 2012-03-04 Glenn Morris <rgm@gnu.org>
14539
14540 * abbrev.el (copy-abbrev-table, abbrev-table-p)
14541 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
14542 (expand-abbrev, define-abbrev-table): Doc fixes.
14543
14544 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14545
14546 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
14547 `message-default-send-mail-function' and not `send-mail-function'
14548 when doing the prompting for `sendmail-query-once' before sending
14549 in Message buffers (bug#10897).
14550
14551 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
14552 This is inconsistent with all the other stream functions, which leave
14553 the setting up to the higher levels (if so wanted) (bug#10931).
14554
14555 2012-03-02 Alan Mackenzie <acm@muc.de>
14556
14557 Depessimize the handling of very large macros.
14558
14559 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
14560 (c-macro-cache-syntactic): New variables to implement a one
14561 element macro cache.
14562 (c-invalidate-macro-cache): New function.
14563 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
14564 Adapt to use the new cache.
14565 (c-state-safe-place): Use better the cache of safe positions.
14566 (c-state-semi-nonlit-pos-cache)
14567 (c-state-semi-nonlit-pos-cache-limit):
14568 New variables for...
14569 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
14570 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
14571 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
14572 Use c-state-semi-safe-place.
14573
14574 * progmodes/cc-langs.el (c-get-state-before-change-functions):
14575 Add c-invalidate-macro-cache to the C, C++, Obj entries.
14576
14577 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
14578
14579 * jka-compr.el (jka-compr-call-process):
14580 Apply `file-accessible-directory-p' only when the default directory is
14581 not remote.
14582
14583 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
14584
14585 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
14586 access of FILE2, if FILE1 does not exist.
14587
14588 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
14589 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
14590
14591 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
14592 Add "PAGER=" to `process-environment'.
14593
14594 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
14595
14596 * progmodes/sql.el: Bug fix
14597 (sql-get-login-ext): Save login values in globals.
14598 (sql-get-login): Use new version of `sql-get-login-ext'.
14599 (sql-interactive-mode): Set global `sql-connection' to nil.
14600 (sql-connect): Set global values for connection.
14601 (sql-product-interactive): Save global values as buffer local.
14602
14603 2012-02-29 Leo Liu <sdl.web@gmail.com>
14604
14605 * abbrev.el (define-abbrevs): Reset sys to nil.
14606
14607 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14608
14609 * files.el (file-equal-p): Rename from `files-equal-p'.
14610 Return nil when one or both files don't exist.
14611 (file-subdir-of-p): Now only top directory must exists,
14612 return nil if it doesn't.
14613 (copy-directory): No need to test with `file-subdir-of-p' after
14614 creating dir.
14615 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
14616 to `file-equal-p'.
14617
14618 2012-02-28 Glenn Morris <rgm@gnu.org>
14619
14620 * shell.el (shell-mode):
14621 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
14622 * play/landmark.el (landmark-font-lock-face-O):
14623 * play/handwrite.el (handwrite):
14624 * play/gomoku.el (gomoku-O):
14625 * net/browse-url.el (browse-url-browser-display):
14626 * international/mule.el (define-charset):
14627 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
14628 * filesets.el (filesets-find-file-delay):
14629 * eshell/em-xtra.el (eshell-xtra):
14630 * eshell/em-unix.el (eshell-grep):
14631 * emulation/viper.el (viper-mode):
14632 * emacs-lisp/regexp-opt.el (regexp-opt-group):
14633 * emacs-lisp/easymenu.el (easy-menu-define):
14634 * calendar/timeclock.el (timeclock-use-display-time):
14635 * bs.el (bs-mode):
14636 * bookmark.el (bookmark-save-flag):
14637 Doc fix (standardize possessive apostrophe usage).
14638
14639 2012-02-27 Chong Yidong <cyd@gnu.org>
14640
14641 * emulation/viper-cmd.el (viper-intercept-ESC-key):
14642 Fix key-binding lookup for ESC key (Bug#9146).
14643
14644 * font-lock.el (font-lock-specified-p): Rename from
14645 font-lock-spec-present. Callers changed.
14646
14647 2012-02-27 Daniel Hackney <dan@haxney.org>
14648
14649 * emacs-lisp/package.el (package-compute-transaction):
14650 Handle holding a package version to t in package-load-list.
14651
14652 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
14653
14654 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
14655 (tramp-get-inode, tramp-get-device): Use cached values.
14656
14657 2012-02-26 Alan Mackenzie <acm@muc.de>
14658
14659 Check there is a font-lock specification before doing initial
14660 fontification.
14661
14662 * font-core.el (font-lock-mode): Move the conditional from
14663 :after-hook to font-lock-initial-fontify.
14664 (font-lock-default-function): Move the check for a specification
14665 to font-lock-spec-present.
14666
14667 * font-lock.el (font-lock-initial-fontify): Call ...
14668 (font-lock-spec-present): New function.
14669
14670 2012-02-26 Jim Blandy <jimb@red-bean.com>
14671
14672 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
14673 (gdb-send): Apply it to the operand of the '-interpreter-exec
14674 console' command, so that we can pass arguments with (say) quotes
14675 in them. Store exact string sent in gdb-debug-log (Bug#10765).
14676
14677 2012-02-26 Chong Yidong <cyd@gnu.org>
14678
14679 * help-fns.el (describe-function-1): Clarify description of
14680 remapping (Bug#10844).
14681
14682 * files.el (files-equal-p): Doc fix.
14683 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
14684 and quit the loop once a mismatch is found.
14685
14686 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
14687
14688 * bs.el (bs--show-with-configuration): Don't throw an error
14689 if the window cannot be split; otherwise, subsequent calls to
14690 bs-show fail, restoring a stale window config. (Bug#10882)
14691
14692 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
14693
14694 * term/ns-win.el (global-map): Bind ns-drag-file to
14695 ns-find-file (Bug#5855, Bug#10050).
14696
14697 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
14698
14699 * calendar/parse-time.el (parse-time-string): Allow extractor to
14700 return nil.
14701
14702 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
14703
14704 * net/tramp.el (tramp-file-name-for-operation):
14705 Add `files-equal-p' and `file-subdir-of-p'.
14706
14707 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
14708 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
14709 Add COPY-CONTENTS argument.
14710
14711 2012-02-25 Chong Yidong <cyd@gnu.org>
14712
14713 Add custom groups for VC backends, for consistency with vc-bzr.
14714
14715 * vc/vc-arch.el (vc-arch):
14716 * vc/vc-cvs.el (vc-cvs):
14717 * vc/vc-git.el (vc-git):
14718 * vc/vc-hg.el (vc-hg):
14719 * vc/vc-mtn.el (vc-mtn):
14720 * vc/vc-rcs.el (vc-rcs):
14721 * vc/vc-sccs.el (vc-sccs):
14722 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
14723 All relevant defcustoms reassigned.
14724
14725 2012-02-25 Chong Yidong <cyd@gnu.org>
14726
14727 * newcomment.el (comment-styles): Add autoload (Bug#10868).
14728
14729 * term/x-win.el (x-initialize-window-system): Reduce default for
14730 x-selection-timeout to 5 seconds (Bug#8869).
14731
14732 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14733
14734 * files.el (files-equal-p, file-subdir-of-p): New functions.
14735 (copy-directory): Error when trying to copy a directory on itself.
14736 Add missing copy-contents arg to tramp handler.
14737 * dired-aux.el (dired-copy-file-recursive): Same.
14738 (dired-create-files): Modify destination when source is equal to
14739 dest when copying files.
14740 Return also when dest is a subdir of source. (Bug#10489)
14741
14742 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
14743
14744 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
14745 (Bug#10874)
14746
14747 2012-02-23 Alan Mackenzie <acm@muc.de>
14748
14749 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
14750 parameter "after-hook:" to allow the expansion to run code after
14751 the execution of the mode hooks.
14752
14753 * font-lock.el (font-lock-initial-fontify): New function extracted
14754 from font-lock-mode-internal.
14755
14756 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
14757 :after-hook.
14758
14759 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
14760
14761 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
14762 (completion--cache-all-sorted-completions): New function.
14763 (completion-all-sorted-completions): Use it.
14764 (completion--do-completion, minibuffer-force-complete):
14765 Use it to re-instate the flush hook.
14766
14767 * icomplete.el (icomplete-completions): Replace last fix with a better
14768 one (bug#10850).
14769
14770 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
14771
14772 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
14773 when it might call us back infinitely (bug#10797).
14774
14775 2012-02-23 Glenn Morris <rgm@gnu.org>
14776
14777 * minibuffer.el (completion-category-overrides): Doc fix.
14778
14779 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
14780
14781 * minibuffer.el (completion-table-with-context): Fix inf-loop.
14782 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
14783
14784 2012-02-23 Glenn Morris <rgm@gnu.org>
14785
14786 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
14787 (authors-obsolete-files-regexps, authors-ignored-files)
14788 (authors-ambiguous-files, authors-renamed-files-alist):
14789 Add more entries.
14790
14791 2012-02-23 Juri Linkov <juri@jurta.org>
14792
14793 * isearch.el (isearch-occur): Sync interactive spec with occur's
14794 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
14795
14796 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
14797
14798 2012-02-22 Juri Linkov <juri@jurta.org>
14799
14800 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
14801 (ucs-insert): Doc fix. Check for hex digits in the string.
14802 Don't display `nil' in the error message. (Bug#10857)
14803
14804 2012-02-22 Alan Mackenzie <acm@muc.de>
14805
14806 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
14807
14808 2012-02-22 Glenn Morris <rgm@gnu.org>
14809
14810 * ffap.el (ffap-c-path):
14811 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
14812
14813 2012-02-22 Chong Yidong <cyd@gnu.org>
14814
14815 * custom.el (load-theme): Doc fix.
14816
14817 2012-02-22 Glenn Morris <rgm@gnu.org>
14818
14819 * dired-x.el (dired-guess-shell-alist-default):
14820 Remove escape sequences from nroff output. (Bug#172)
14821
14822 2012-02-21 Glenn Morris <rgm@gnu.org>
14823
14824 * vc/emerge.el (emerge-defvar-local):
14825 Set `permanent-local' property rather than unused `preserved'.
14826
14827 * textmodes/picture.el (picture-delete-char): New alias.
14828 (picture-mode-map): Use it. (Bug#10860)
14829 (picture-mode): Doc fix.
14830
14831 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
14832
14833 * newcomment.el (uncomment-region-default): Remove unused binding.
14834
14835 2012-02-21 Glenn Morris <rgm@gnu.org>
14836
14837 * textmodes/picture.el (picture-motion, picture-motion-reverse)
14838 (picture-self-insert, picture-tab-chars): Doc fix.
14839 (picture-mode-map): Fix C-a, C-e.
14840
14841 2012-02-20 Glenn Morris <rgm@gnu.org>
14842
14843 * emacs-lisp/authors.el (authors-aliases): Add another entry.
14844
14845 2012-02-20 Leo Liu <sdl.web@gmail.com>
14846
14847 * icomplete.el (icomplete-completions): Check FROM arg before
14848 passing to substring (Bug#10850).
14849
14850 2012-02-19 Chong Yidong <cyd@gnu.org>
14851
14852 * comint.el: Require ansi-color.
14853 (comint-output-filter-functions): Add ansi-color-process-output.
14854
14855 * ansi-color.el: Don't set comint-output-filter-functions; it is
14856 now in the initial value defined in comint.el.
14857 (ansi-color-apply-face-function): New variable.
14858 (ansi-color-apply-on-region): Use it.
14859 (ansi-color-apply-overlay-face): New function.
14860
14861 * shell.el (shell): No need to require ansi-color.
14862 (shell-mode): Use ansi-color-apply-face-function to highlight
14863 color escapes using font-lock-face property (Bug#10835).
14864
14865 2012-02-19 Chong Yidong <cyd@gnu.org>
14866
14867 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
14868 mode-line formats (Bug#10839).
14869
14870 2012-02-18 Glenn Morris <rgm@gnu.org>
14871
14872 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
14873
14874 * mail/undigest.el (unforward-rmail-message): Doc fix.
14875
14876 * saveplace.el (save-place-ignore-files-regexp): Add :version.
14877
14878 2012-02-18 Eli Zaretskii <eliz@gnu.org>
14879
14880 * international/characters.el (script-list): Sync with the latest
14881 Unicode Character Database.
14882
14883 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
14884
14885 * international/titdic-cnv.el: Remove duplicate coding tag.
14886 * language/cham.el: Likewise.
14887 * language/tai-viet.el: Likewise.
14888
14889 2012-02-18 Glenn Morris <rgm@gnu.org>
14890
14891 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
14892 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
14893 (calendar-bahai-all-holidays-flag, calendar-other-dates):
14894 * calendar/diary-lib.el (diary-abbreviated-year-flag):
14895 * calendar/holidays.el (holiday-bahai-holidays)
14896 (calendar-holidays, list-holidays):
14897 Use utf-8 Bahá'í in doc-strings, menus, etc.
14898
14899 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
14900
14901 * saveplace.el (save-place-ignore-files-regexp): New variable
14902 allowing for excluding files from saving their location of point.
14903 The default value matches the temporary commit message editing
14904 files from Git, SVN, Bazaar, and Mercurial.
14905 (save-place-to-alist): Use it.
14906
14907 2012-02-17 Lawrence Mitchell <wence@gmx.li>
14908 Stefan Monnier <monnier@iro.umontreal.ca>
14909
14910 * newcomment.el (uncomment-region-default): Don't leave extra space
14911 when an arg is provided (bug#8150).
14912
14913 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
14914
14915 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
14916
14917 2012-02-17 Glenn Morris <rgm@gnu.org>
14918
14919 * net/socks.el: Require network-stream. (Bug#10599)
14920
14921 2012-02-17 Kenichi Handa <handa@m17n.org>
14922
14923 * international/charprop.el:
14924 * international/uni-name.el:
14925 * international/uni-old-name.el:
14926 * international/uni-comment.el: Regenerate.
14927
14928 2012-02-16 Glenn Morris <rgm@gnu.org>
14929
14930 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
14931 Interactively in calendar buffer, give an error if not on a date.
14932
14933 2012-02-15 Glenn Morris <rgm@gnu.org>
14934
14935 * shell.el (shell-delimiter-argument-list):
14936 Revert 2011-02-17 change. (Bug#8027)
14937
14938 2012-02-15 Chong Yidong <cyd@gnu.org>
14939
14940 * minibuffer.el (completion-at-point-functions): Doc fix.
14941
14942 * custom.el (defcustom): Doc fix; note use of defvar.
14943
14944 2012-02-15 Glenn Morris <rgm@gnu.org>
14945
14946 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
14947 Doc fixes.
14948
14949 2012-02-14 Glenn Morris <rgm@gnu.org>
14950
14951 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
14952
14953 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
14954
14955 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
14956 way the ports list is computed.
14957 (smtpmail-query-smtp-server): Prompt the user for a port number if
14958 we can't connect to any of the standard ports (bug#10810).
14959
14960 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
14961
14962 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
14963
14964 2012-02-13 Glenn Morris <rgm@gnu.org>
14965
14966 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
14967
14968 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
14969
14970 * net/gnutls.el (gnutls-trustfiles): New variable.
14971 (gnutls-negotiate): Use it.
14972
14973 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
14974
14975 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
14976 does its stuff if Gnus is running.
14977
14978 2012-02-13 Alan Mackenzie <acm@muc.de>
14979
14980 Fix a loop in c-set-fl-decl-start.
14981
14982 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
14983 c-backward-syntactic-ws actually moves backwards.
14984
14985 2012-02-13 Leo Liu <sdl.web@gmail.com>
14986
14987 * net/rcirc.el (rcirc-markup-attributes): Move point to the
14988 beginning so that all \C-o chars are removed.
14989
14990 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
14991
14992 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
14993
14994 2012-02-12 Alan Mackenzie <acm@muc.de>
14995
14996 Fix infinite loop with long macros.
14997 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
14998
14999 2012-02-12 Chong Yidong <cyd@gnu.org>
15000
15001 * window.el (display-buffer): Doc fix (Bug#10785).
15002
15003 2012-02-12 Glenn Morris <rgm@gnu.org>
15004
15005 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15006 (x-disown-selection-internal, x-get-selection-internal):
15007 Sync docs with the xselect.c versions.
15008
15009 * allout-widgets.el: Add missing license notice.
15010
15011 2012-02-11 Glenn Morris <rgm@gnu.org>
15012
15013 * select.el (x-get-selection-internal, x-own-selection-internal)
15014 (x-disown-selection-internal):
15015 * x-dnd.el (x-get-selection-internal): Update declarations.
15016
15017 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
15018
15019 * window.el (window-sides-slots):
15020 * tool-bar.el (tool-bar-position):
15021 * term/xterm.el (xterm-extra-capabilities):
15022 * ses.el (ses-self-reference-early-detection):
15023 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
15024 (verilog-auto-wire-type)
15025 (verilog-auto-delete-trailing-whitespace)
15026 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
15027 (verilog-auto-tieoff-declaration):
15028 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
15029 (sql-oracle-statement-starters, sql-oracle-scan-on):
15030 * progmodes/prolog.el (prolog-align-comments-flag)
15031 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
15032 (prolog-left-indent-regexp, prolog-paren-indent-p)
15033 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
15034 (prolog-types, prolog-mode-specificators)
15035 (prolog-determinism-specificators, prolog-directives)
15036 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
15037 (prolog-electric-dot-flag)
15038 (prolog-electric-dot-full-predicate-template)
15039 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
15040 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
15041 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
15042 (prolog-program-switches, prolog-prompt-regexp)
15043 (prolog-debug-on-string, prolog-debug-off-string)
15044 (prolog-trace-on-string, prolog-trace-off-string)
15045 (prolog-zip-on-string, prolog-zip-off-string)
15046 (prolog-use-standard-consult-compile-method-flag)
15047 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
15048 (prolog-imenu-max-lines, prolog-info-predicate-index)
15049 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
15050 (prolog-char-quote-workaround):
15051 * progmodes/cc-vars.el (c-defun-tactic):
15052 * net/tramp.el (tramp-encoding-command-interactive)
15053 (tramp-local-end-of-line):
15054 * net/soap-client.el (soap-client):
15055 * net/netrc.el (netrc-file):
15056 * net/gnutls.el (gnutls):
15057 * minibuffer.el (completion-category-overrides)
15058 (completion-cycle-threshold)
15059 (completion-pcm-complete-word-inserts-delimiters):
15060 * man.el (Man-name-local-regexp):
15061 * mail/feedmail.el (feedmail-display-full-frame):
15062 * international/characters.el (glyphless-char-display-control):
15063 * eshell/em-ls.el (eshell-ls-date-format):
15064 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
15065 (lisp-lambda-list-keyword-parameter-indentation)
15066 (lisp-lambda-list-keyword-parameter-alignment):
15067 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
15068 * dired-x.el (dired-omit-verbose):
15069 * cus-theme.el (custom-theme-allow-multiple-selections):
15070 * calc/calc.el (calc-highlight-selections-with-faces)
15071 (calc-lu-field-reference, calc-lu-power-reference)
15072 (calc-note-threshold):
15073 * battery.el (battery-mode-line-limit):
15074 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
15075 (archive-7z-update):
15076 * allout.el (allout-prefixed-keybindings)
15077 (allout-unprefixed-keybindings)
15078 (allout-inhibit-auto-fill-on-headline)
15079 (allout-flattened-numbering-abbreviation):
15080 * allout-widgets.el (allout-widgets-auto-activation)
15081 (allout-widgets-icons-dark-subdir)
15082 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
15083 (allout-widgets-theme-dark-background)
15084 (allout-widgets-theme-light-background)
15085 (allout-widgets-item-image-properties-emacs)
15086 (allout-widgets-item-image-properties-xemacs)
15087 (allout-widgets-run-unit-tests-on-load)
15088 (allout-widgets-time-decoration-activity)
15089 (allout-widgets-hook-error-post-time)
15090 (allout-widgets-track-decoration):
15091 Add missing :version tags to new defcustoms and defgroups.
15092
15093 * progmodes/sql.el (sql-ansi-statement-starters)
15094 (sql-oracle-statement-starters): Add custom type.
15095
15096 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
15097 (prolog-system-version): Give it a type.
15098
15099 2012-02-11 Eli Zaretskii <eliz@gnu.org>
15100
15101 * term/pc-win.el (x-select-text, x-selection-owner-p)
15102 (x-own-selection-internal, x-disown-selection-internal)
15103 (x-get-selection-internal): Sync doc strings and argument lists
15104 with xselect.c, common-win.el and x-win.el. (Bug#10783)
15105
15106 2012-02-11 Leo Liu <sdl.web@gmail.com>
15107
15108 * progmodes/python.el (python-end-of-statement): Fix infinite
15109 loop. (Bug#10788)
15110
15111 2012-02-10 Glenn Morris <rgm@gnu.org>
15112
15113 * international/mule-cmds.el (unify-8859-on-encoding-mode)
15114 (unify-8859-on-decoding-mode): Properly mark as obsolete.
15115
15116 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
15117
15118 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
15119 about SMTP before checking the From header.
15120
15121 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
15122 into own function for reuse by emacsbug.el.
15123
15124 2012-02-10 Leo Liu <sdl.web@gmail.com>
15125
15126 * subr.el (condition-case-unless-debug): Rename from
15127 condition-case-no-debug. All callers changed.
15128 (with-demoted-errors): Fix caller.
15129
15130 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
15131 * nxml/rng-valid.el (rng-do-some-validation):
15132 * emacs-lisp/package.el (package-refresh-contents)
15133 (package-menu-execute):
15134 * desktop.el (desktop-create-buffer):
15135 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
15136
15137 2012-02-10 Glenn Morris <rgm@gnu.org>
15138
15139 * textmodes/bibtex.el:
15140 Add missing :version tags for new/changed defcustoms.
15141
15142 * files.el (remote-file-name-inhibit-cache): Doc fixes.
15143
15144 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
15145
15146 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
15147 (smtpmail-via-smtp): Use it, or fall back on the From address.
15148 (smtpmail-send-it): Ditto.
15149
15150 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
15151
15152 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
15153 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
15154 (byte-compile-tmp-var): New const.
15155 (byte-compile-defvar): Use it to minimize .elc size.
15156 Just use `defvar' rather than simulate it (bug#10761).
15157
15158 2012-02-09 Glenn Morris <rgm@gnu.org>
15159
15160 * files.el (rename-uniquely): Doc fix. (Bug#3806)
15161
15162 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
15163 Add :version tags.
15164
15165 * progmodes/compile.el (compilation-error-screen-columns)
15166 (compilation-first-column, compilation-filter-start): Doc fixes.
15167
15168 * vc/log-view.el (log-view-toggle-entry-display):
15169 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
15170
15171 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
15172 (report-emacs-bug-can-use-xdg-email):
15173 (report-emacs-bug-insert-to-mailer): Doc fixes.
15174 (report-emacs-bug): Message fix.
15175
15176 * net/browse-url.el (browse-url-can-use-xdg-open)
15177 (browse-url-xdg-open): Doc fixes.
15178
15179 * electric.el (electric-indent-mode, electric-pair-mode)
15180 (electric-layout-rules, electric-layout-mode): Doc fixes.
15181 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
15182
15183 2012-02-08 Martin Rudalics <rudalics@gmx.at>
15184
15185 * server.el (server-unselect-display): Don't inadvertently kill
15186 the current buffer. (Bug#10729)
15187
15188 2012-02-08 Glenn Morris <rgm@gnu.org>
15189
15190 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
15191 (sql-list-table): Doc fixes.
15192
15193 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
15194 Comment out (does nothing).
15195
15196 * completion.el (dynamic-completion-mode):
15197 * dirtrack.el (dirtrack-debug-mode):
15198 * electric.el (electric-layout-mode):
15199 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
15200 * face-remap.el (text-scale-mode, buffer-face-mode):
15201 * iimage.el (iimage-mode):
15202 * image-mode.el (image-transform-mode):
15203 * minibuffer.el (completion-in-region-mode):
15204 * scroll-lock.el (scroll-lock-mode):
15205 * simple.el (next-error-follow-minor-mode):
15206 * tar-mode.el (tar-subfile-mode):
15207 * tooltip.el (tooltip-mode):
15208 * vcursor.el (vcursor-use-vcursor-map):
15209 * wid-browse.el (widget-minor-mode):
15210 * emulation/tpu-edt.el (tpu-edt-mode):
15211 * emulation/tpu-extras.el (tpu-cursor-free-mode):
15212 * international/iso-ascii.el (iso-ascii-mode):
15213 * language/thai-util.el (thai-word-mode):
15214 * mail/supercite.el (sc-minor-mode):
15215 * net/goto-addr.el (goto-address-mode):
15216 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
15217 * progmodes/cwarn.el (cwarn-mode):
15218 * progmodes/flymake.el (flymake-mode):
15219 * progmodes/glasses.el (glasses-mode):
15220 * progmodes/hideshow.el (hs-minor-mode):
15221 * progmodes/pascal.el (pascal-outline-mode):
15222 * textmodes/enriched.el (enriched-mode):
15223 * vc/smerge-mode.el (smerge-mode):
15224 Doc fixes (minor mode argument).
15225
15226 2012-02-07 Eli Zaretskii <eliz@gnu.org>
15227
15228 * ls-lisp.el (ls-lisp-sanitize): New function.
15229 (ls-lisp-insert-directory): Use it to fix or remove any elements
15230 in file-alist with missing attributes. (Bug#4673)
15231
15232 2012-02-07 Alan Mackenzie <acm@muc.de>
15233
15234 Fix spurious recognition of c-in-knr-argdecl.
15235
15236 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
15237 putative K&R region.
15238
15239 2012-02-07 Alan Mackenzie <acm@muc.de>
15240
15241 * progmodes/cc-engine.el (c-forward-objc-directive):
15242 Prevent looping in "#pragma mark @implementation".
15243
15244 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
15245
15246 * notifications.el (notifications-on-closed-signal): Make `reason'
15247 optional. (Bug#10744)
15248
15249 2012-02-07 Glenn Morris <rgm@gnu.org>
15250
15251 * emacs-lisp/easy-mmode.el (define-minor-mode):
15252 Doc fixes for the macro and the mode it defines.
15253
15254 * image.el (imagemagick-types-inhibit): Doc fix.
15255
15256 * cus-start.el (imagemagick-render-type): Add it.
15257
15258 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
15259
15260 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
15261 Set the default at load time, too, so that `font-lock-fontify-buffer'
15262 can be called without setting up the entire mode first. This fixes
15263 a bug in `mm-inline-text' with C MIME parts.
15264
15265 2012-02-06 Chong Yidong <cyd@gnu.org>
15266
15267 * simple.el (list-processes--refresh): Delete exited processes
15268 (Bug#8094).
15269
15270 * comint.el (comint-next-prompt): next-single-char-property-change
15271 and prev-single-char-property-change never return nil (Bug#8657).
15272
15273 * custom.el (defcustom): Doc fix (Bug#9711).
15274
15275 2012-02-05 Chong Yidong <cyd@gnu.org>
15276
15277 * cus-edit.el (custom-variable-reset-backup): Quote the value
15278 before storing it in the customized-value property (Bug#6712).
15279 (custom-display): Add a customization type tag.
15280 (custom-buffer-create-internal): Improve tooltip message.
15281
15282 * wid-edit.el (widget-field-value-get): New optional arg to
15283 suppress trailing whitespace truncation.
15284 (character): Use it (Bug#2689).
15285
15286 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
15287
15288 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
15289 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
15290
15291 2012-02-05 Chong Yidong <cyd@gnu.org>
15292
15293 * cus-edit.el (custom-variable-value-create): For mismatched
15294 types, show the current value (Bug#7600).
15295
15296 * custom.el (defcustom): Doc fix.
15297
15298 2012-02-05 Glenn Morris <rgm@gnu.org>
15299
15300 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
15301
15302 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
15303
15304 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
15305 (pp-buffer): Use `ignore-errors', `looking-at-p'.
15306 (pp-last-sexp): Use `looking-at-p'.
15307
15308 2012-02-04 Glenn Morris <rgm@gnu.org>
15309
15310 * files.el (revert-buffer):
15311 Doc fix (mention revert-buffer-in-progress-p).
15312
15313 * emacs-lisp/ert-x.el (ert-simulate-command):
15314 Check deferred-action-list (which is obsolete) is bound.
15315
15316 * subr.el (with-wrapper-hook): Doc fixes.
15317
15318 * simple.el (filter-buffer-substring-functions)
15319 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
15320
15321 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
15322
15323 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
15324 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
15325
15326 2012-02-04 Leo Liu <sdl.web@gmail.com>
15327
15328 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
15329
15330 2012-02-04 Glenn Morris <rgm@gnu.org>
15331
15332 * image.el (image-extension-data): Add obsolete alias.
15333
15334 * isearch.el (isearch-update): Doc fix.
15335
15336 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
15337
15338 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
15339
15340 2012-02-03 Glenn Morris <rgm@gnu.org>
15341
15342 * image.el (image-animated-p): Doc fix. Use image-animated-types.
15343 (image-animate-timeout): Doc fix.
15344
15345 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
15346
15347 2012-02-02 Glenn Morris <rgm@gnu.org>
15348
15349 * server.el (server-auth-dir): Doc fix.
15350 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
15351
15352 * subr.el (run-mode-hooks): Doc fix.
15353
15354 2012-02-02 Juri Linkov <juri@jurta.org>
15355
15356 * image-mode.el (image-toggle-display-image): Remove tautological
15357 `major-mode' from the `derived-mode-p' test.
15358
15359 2012-02-02 Kenichi Handa <handa@m17n.org>
15360
15361 * composite.el (compose-region): Cancel previous change.
15362
15363 2012-02-02 Kenichi Handa <handa@m17n.org>
15364
15365 * composite.el (compose-region, compose-string): Signal error for
15366 a null string component (Bug#6988).
15367
15368 2012-02-01 Chong Yidong <cyd@gnu.org>
15369
15370 * view.el (view-buffer-other-window, view-buffer-other-frame):
15371 Handle special modes like view-buffer (Bug#10650).
15372 (view-buffer): Simplify.
15373
15374 * frame.el (set-frame-font): Tweak meaning of third argument.
15375
15376 * dynamic-setting.el (font-setting-change-default-font):
15377 Use set-frame-font (Bug#9982).
15378
15379 2012-02-01 Glenn Morris <rgm@gnu.org>
15380
15381 * progmodes/compile.el (compilation-internal-error-properties):
15382 Respect compilation-first-column in the "*compilation*" buffer.
15383
15384 * emacs-lisp/easy-mmode.el (define-minor-mode):
15385 Relax :variable's test for a named function.
15386
15387 2012-01-31 Alan Mackenzie <acm@muc.de>
15388
15389 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
15390 off by one error.
15391
15392 2012-01-31 Chong Yidong <cyd@gnu.org>
15393
15394 * frame.el (set-frame-font): New arg ALL-FRAMES.
15395
15396 * menu-bar.el (menu-set-font): Use set-frame-font.
15397
15398 * faces.el (face-spec-reset-face): Don't apply unspecified
15399 attribute values to the default face.
15400
15401 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
15402
15403 * progmodes/cwarn.el (cwarn): Remove dead link.
15404 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
15405 Remove * from defcustom docstrings.
15406 (turn-on-cwarn-mode): Make obsolete.
15407 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
15408 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
15409
15410 2012-01-31 Glenn Morris <rgm@gnu.org>
15411
15412 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
15413 Fix :variable handling of mode a symbol not equal to modefun.
15414 Allow named functions to be used as the cdr of :variable.
15415
15416 2012-01-30 Glenn Morris <rgm@gnu.org>
15417
15418 * emacs-lisp/authors.el (authors-fixed-entries):
15419 Remove reference to deleted file rnewspost.el.
15420
15421 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
15422
15423 * window.el (window-with-parameter): Remove unused variable `windows'.
15424 (window--side-check): Remove unused variable `code'.
15425 (window--resize-siblings): Remove unused variable `first'.
15426 (adjust-window-trailing-edge): Remove unused variable `failed'.
15427 (window-deletable-p, window--delete): Remove unused variable `buffer'.
15428 Use `let', not `let*'.
15429 (balance-windows-2): Remove unused variable `found'.
15430 (window--state-put-2): Remove unused variable `splits'.
15431 (window-state-put): Remove unused variable `selected'.
15432 (same-window-p): Use `string-match-p'.
15433 (display-buffer-assq-regexp): Remove unused variable `value'.
15434 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15435 Mark argument ALIST as ignored.
15436 (pop-to-buffer): Remove unused variable `old-window'.
15437
15438 2012-01-29 Eli Zaretskii <eliz@gnu.org>
15439
15440 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
15441 and .lzma compressed files.
15442
15443 2012-01-29 Chong Yidong <cyd@gnu.org>
15444
15445 * frame.el (window-system-default-frame-alist): Doc fix.
15446
15447 * dynamic-setting.el (font-setting-change-default-font): Don't
15448 change the default face if SET-FONT argument is non-nil (Bug#9982).
15449
15450 2012-01-29 Samuel Bronson <naesten@gmail.com>
15451
15452 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
15453
15454 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
15455
15456 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
15457 breakpoints in files outside current directory (Bug#6098).
15458
15459 2012-01-29 Chong Yidong <cyd@gnu.org>
15460
15461 * progmodes/python.el: Require ansi-color at top-level.
15462
15463 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
15464 Define and use in Emacs Lisp mode (Bug#9360).
15465 (lisp-mode-abbrev-table): Add doc.
15466 (lisp-mode-variables): Don't set local-abbrev-table.
15467 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
15468
15469 2012-01-28 Roland Winkler <winkler@gnu.org>
15470
15471 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
15472
15473 2012-01-28 Roland Winkler <winkler@gnu.org>
15474
15475 * textmodes/bibtex.el (bibtex-entry-alist): New function.
15476 (bibtex-set-dialect): Use it. Either set global values of
15477 dialect-dependent variables or bind these variables buffer-locally
15478 (Bug#10254).
15479 (bibtex-mode): Call bibtex-set-dialect via
15480 hack-local-variables-hook.
15481 (bibtex-dialect): Update docstring.
15482 Add safe-local-variable predicate.
15483 (bibtex-entry-alist, bibtex-field-alist): Initialize via
15484 bibtex-set-dialect.
15485 (bibtex-mode-map): Define menu for each dialect.
15486 (bibtex-entry): Fix docstring.
15487
15488 2012-01-28 Chong Yidong <cyd@gnu.org>
15489
15490 * eshell/esh-arg.el (eshell-quote-argument): New function.
15491
15492 * eshell/esh-ext.el (eshell-invoke-batch-file):
15493 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
15494 first arg to eshell-parse-command (Bug#10523).
15495
15496 2012-01-28 Drew Adams <drew.adams@oracle.com>
15497
15498 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
15499 `default-directory' is non-nil.
15500
15501 2012-01-28 Eli Zaretskii <eliz@gnu.org>
15502
15503 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
15504 line that displays system-configuration-options. (Bug#9924)
15505
15506 2012-01-28 Drew Adams <drew.adams@oracle.com>
15507
15508 * descr-text.el (describe-char): Show information about POS, in
15509 addition to information about the character at POS. Improve and
15510 update the doc string. Change "code point" to "code point in
15511 charset", to avoid confusion with the character's Unicode code
15512 point shown above that. (Bug#10129)
15513
15514 2012-01-28 Eli Zaretskii <eliz@gnu.org>
15515
15516 * descr-text.el (describe-char): Show the raw character, not only
15517 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
15518 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
15519 for the reasons.
15520
15521 2012-01-28 Phil Hagelberg <phil@hagelb.org>
15522
15523 * emacs-lisp/package.el (package-install):
15524 Run package-refresh-contents if there is no archive yet (Bug#9798).
15525
15526 2012-01-28 Chong Yidong <cyd@gnu.org>
15527
15528 * emacs-lisp/package.el (package-maybe-load-descriptor):
15529 New function, split from package-maybe-load-descriptor.
15530 (package-maybe-load-descriptor): Use it.
15531 (package-download-transaction): Fully load required packages
15532 inside the loop, so that `require' calls work (Bug#10593).
15533 (package-install): No need to call package-initialize now.
15534
15535 2012-01-28 Chong Yidong <cyd@gnu.org>
15536
15537 * simple.el (deactivate-mark): Doc fix (Bug#8614).
15538
15539 * tooltip.el (tooltip-mode): Doc fix.
15540 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
15541
15542 * frame.el (set-cursor-color): Doc fix (Bug#352).
15543
15544 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
15545 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
15546
15547 * cus-edit.el (custom-buffer-create-internal): Fix search button
15548 action (Bug#10542).
15549 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
15550
15551 2012-01-27 Eduard Wiebe <usenet@pusto.de>
15552
15553 * dired.el (dired-mark-files-regexp):
15554 Include any subdirectory components. (Bug#10445)
15555
15556 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
15557
15558 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
15559 Handle [host]:port syntax. (Bug#10533)
15560
15561 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
15562
15563 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
15564
15565 2012-01-26 Glenn Morris <rgm@gnu.org>
15566
15567 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
15568 * term.el (term-raw-escape-map): Use Control-X-prefix.
15569 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
15570
15571 2012-01-25 Martin Rudalics <rudalics@gmx.at>
15572
15573 * window.el (window-state-get, window--state-get-1): Don't deal
15574 with fixed-sizeness of windows. Simplify code.
15575
15576 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
15577
15578 * window.el (window--state-get-1, window--state-put-2):
15579 Don't save and restore the mark.
15580
15581 2012-01-25 Chong Yidong <cyd@gnu.org>
15582
15583 * custom.el (custom-variable-p): Doc fix.
15584
15585 2012-01-25 Glenn Morris <rgm@gnu.org>
15586
15587 * dired.el (dired-goto-file): Handle some of the more common
15588 characters that `ls -b' escapes. (Bug#10596)
15589
15590 * progmodes/compile.el (compilation-next-error-function):
15591 Respect compilation-first-column in the "*compilation*" buffer.
15592 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
15593
15594 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
15595
15596 2012-01-24 Glenn Morris <rgm@gnu.org>
15597
15598 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
15599
15600 2012-01-24 Julien Danjou <julien@danjou.info>
15601
15602 * color.el (color-rgb-to-hsl): Fix value computing.
15603 (color-hue-to-rgb): New function.
15604 (color-hsl-to-rgb): New function.
15605 (color-clamp, color-saturate-hsl, color-saturate-name)
15606 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
15607 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
15608
15609 2012-01-24 Glenn Morris <rgm@gnu.org>
15610
15611 * vc/vc-rcs.el (vc-rcs-create-tag):
15612 * vc/vc-sccs.el (vc-sccs-create-tag):
15613 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
15614
15615 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
15616
15617 * eshell/esh-util.el (eshell-read-hosts-file):
15618 Skip comment lines. (Bug#10549)
15619
15620 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
15621
15622 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
15623
15624 * subr.el (display-delayed-warnings): Doc fix.
15625 (collapse-delayed-warnings): New function to collapse identical
15626 adjacent warnings.
15627 (delayed-warnings-hook): Add it.
15628
15629 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
15630
15631 * net/tramp.el (tramp-action-login): Set connection property "login-as".
15632
15633 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
15634 (tramp-default-user-alist): Don't add "pscp".
15635 (tramp-do-copy-or-rename-file-out-of-band): Use connection
15636 property "login-as", if set. (Bug#10530)
15637
15638 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
15639
15640 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
15641 "plink1" and "psftp". (Bug#10530)
15642
15643 2012-01-21 Kenichi Handa <handa@m17n.org>
15644
15645 * international/mule-cmds.el (prefer-coding-system): Show a
15646 warning message if the default value of file-name-coding-system
15647 was not changed.
15648
15649 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
15650
15651 * windmove.el (windmove-reference-loc):
15652 Fix windmove-reference-loc miscalculation.
15653
15654 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
15655
15656 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
15657 default unit.
15658
15659 2012-01-21 Glenn Morris <rgm@gnu.org>
15660
15661 * international/mule.el (auto-coding-alist): Add .tbz.
15662
15663 * files.el (local-enable-local-variables): Doc fix.
15664 (inhibit-local-variables-regexps): Rename from
15665 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
15666 Doc fix. Add some extensions from auto-coding-alist.
15667 (inhibit-local-variables-suffixes):
15668 Rename from inhibit-first-line-modes-suffixes. Doc fix.
15669 (inhibit-local-variables-p):
15670 New function, extracted from set-auto-mode-1.
15671 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
15672 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
15673 (hack-local-variables): Doc fix. Make the mode-only case
15674 respect enable-local-variables and friends.
15675 Respect inhibit-local-variables-regexps for file-locals, but
15676 not for directory-locals.
15677 (set-visited-file-name):
15678 Take account of inhibit-local-variables-regexps.
15679 Whether it applies may change as the file name is changed.
15680 * jka-cmpr-hook.el (jka-compr-install):
15681 * jka-compr.el (jka-compr-uninstall):
15682 Update for inhibit-first-line-modes-suffixes name change.
15683
15684 2012-01-20 Martin Rudalics <rudalics@gmx.at>
15685
15686 * help-macro.el (make-help-screen): Temporarily restore original
15687 binding for minor-mode-map-alist (Bug#10454).
15688
15689 2012-01-19 Julien Danjou <julien@danjou.info>
15690
15691 * color.el (color-name-to-rgb): Use the white color to find the max
15692 color component value and return correctly computed values.
15693 (color-name-to-rgb): Add missing float conversion for max value.
15694
15695 2012-01-19 Martin Rudalics <rudalics@gmx.at>
15696
15697 * window.el (window--state-get-1, window-state-get): Do not use
15698 special state value for window-persistent-parameters.
15699 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
15700 (window--state-put-2): Reset all window parameters to nil before
15701 assigning values of persistent parameters.
15702
15703 2012-01-18 Alan Mackenzie <acm@muc.de>
15704
15705 Eliminate sluggishness and hangs in fontification of "semicolon
15706 deserts".
15707
15708 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
15709 Change value 10000 -> 3000.
15710 (c-state-safe-place): Reformulate so it doesn't stack up an
15711 infinite number of wrong entries in c-state-nonlit-pos-cache.
15712 (c-determine-limit-get-base, c-determine-limit): New functions to
15713 determine backward search limits disregarding literals.
15714 (c-find-decl-spots): Amend commenting.
15715 (c-cheap-inside-bracelist-p): New function which detects "={".
15716
15717 * progmodes/cc-fonts.el
15718 (c-make-font-lock-BO-decl-search-function): Give a limit to a
15719 backward search.
15720 (c-font-lock-declarations): Fix an occurrence of point being
15721 undefined. Check additionally for point being in a bracelist or
15722 near a macro invocation without a semicolon so as to avoid a
15723 fruitless time consuming search for a declarator. Give a more
15724 precise search limit for declarators using the new
15725 c-determine-limit.
15726
15727 2012-01-18 Glenn Morris <rgm@gnu.org>
15728
15729 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
15730 (set-auto-mode): Doc fixes.
15731
15732 2012-01-17 Glenn Morris <rgm@gnu.org>
15733
15734 * isearch.el (search-nonincremental-instead): Fix doc typo.
15735
15736 * dired.el (dired-insert-directory): Handle newlines in directory name.
15737 (dired-build-subdir-alist): Unescape newlines in directory name.
15738
15739 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
15740
15741 * net/tramp.el (tramp-local-end-of-line): New defcustom.
15742 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
15743 (tramp-action-terminal): Use it. (Bug#10530)
15744
15745 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
15746
15747 * minibuffer.el (completion--replace): Strip properties (bug#10062).
15748
15749 2012-01-16 Martin Rudalics <rudalics@gmx.at>
15750
15751 * window.el (window-state-ignored-parameters): Remove variable.
15752 (window--state-get-1): Rename argument MARKERS to IGNORE.
15753 Handle persistent window parameters. Make copy of clone-of
15754 parameter only if requested. (Bug#10348)
15755 (window--state-put-2): Install a window parameter only if it has
15756 a non-nil value or an existing parameter shall be overwritten.
15757
15758 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
15759
15760 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
15761
15762 2012-01-14 Eli Zaretskii <eliz@gnu.org>
15763
15764 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
15765 don't pass the (nil) value of `upnode' to string-match.
15766
15767 2012-01-14 Chong Yidong <cyd@gnu.org>
15768
15769 * startup.el (command-line): Fix X resource class for cursorColor.
15770 Fix values recognized by the cursorBlink resource.
15771
15772 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
15773
15774 * epg.el (epg--make-temp-file): Avoid permission race condition
15775 when running on old Emacs versions (bug#10403).
15776
15777 2012-01-14 Glenn Morris <rgm@gnu.org>
15778
15779 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
15780
15781 2012-01-13 Alan Mackenzie <acm@muc.de>
15782
15783 Fix filling for when filladapt mode is enabled.
15784
15785 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
15786 c-mask-paragraph, pass in `fill-paragraph' rather than
15787 `fill-region-as-paragraph'. (This is a reversion of a previous
15788 change.)
15789 * progmodes/cc-mode.el (c-basic-common-init):
15790 Make fill-paragraph-handle-comment buffer local and set it to nil.
15791
15792 2012-01-13 Glenn Morris <rgm@gnu.org>
15793
15794 * dired.el (dired-switches-escape-p): New function.
15795 (dired-insert-directory): Use dired-switches-escape-p.
15796 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
15797
15798 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
15799
15800 2012-01-12 Glenn Morris <rgm@gnu.org>
15801
15802 * mail/sendmail.el (mail-mode): Update paragraph-separate for
15803 changes in adaptive-fill-regexp. (Bug#10276)
15804
15805 2012-01-11 Alan Mackenzie <acm@muc.de>
15806
15807 Fix Emacs bug #10463 - put `widen's around the critical spots.
15808
15809 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
15810 widen around each invocation of c-state-pp-to-literal. Remove an
15811 unused let variable.
15812
15813 2012-01-11 Glenn Morris <rgm@gnu.org>
15814
15815 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
15816 Doc fix.
15817
15818 2012-01-10 Chong Yidong <cyd@gnu.org>
15819
15820 * net/network-stream.el (network-stream-open-starttls):
15821 Avoid emitting a confusing error message when the server gives a bad
15822 response to the capability command.
15823
15824 2012-01-10 Glenn Morris <rgm@gnu.org>
15825
15826 * mail/unrmail.el (unrmail): Tweak previous change.
15827
15828 2012-01-09 Chong Yidong <cyd@gnu.org>
15829
15830 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
15831
15832 2012-01-08 Alan Mackenzie <acm@muc.de>
15833
15834 Optimize font locking in long enum definitions.
15835
15836 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
15837 arm to a cond form to handle enums.
15838 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
15839 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
15840
15841 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
15842
15843 * files.el (move-file-to-trash): Preserve default file modes on error.
15844 (Bug#10401)
15845
15846 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
15847
15848 * faces.el (set-face-attribute): Clarify the meaning of the nil
15849 frame (bug#10294).
15850
15851 * subr.el (with-selected-frame): Mention that the selected frame
15852 is restored (bug#9980).
15853
15854 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
15855 (bug#9759).
15856
15857 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
15858 (password-read): Don't autoload unused function.
15859
15860 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
15861
15862 * progmodes/which-func.el (which-func-mode): Turn into a
15863 non-interactive function and mark as obsolete (bug#10428).
15864
15865 2012-01-06 Chong Yidong <cyd@gnu.org>
15866
15867 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
15868 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
15869 functions, along with 1 and -1.
15870
15871 2012-01-06 Eli Zaretskii <eliz@gnu.org>
15872
15873 * time.el (display-time-load-average)
15874 (display-time-default-load-average): Doc fixes. See the thread
15875 starting at
15876 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
15877 for the details.
15878
15879 2012-01-06 Glenn Morris <rgm@gnu.org>
15880
15881 * mail/unrmail.el (unrmail): Give an explicit error if the input file
15882 has no messages. (Bug#10377)
15883
15884 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
15885 than Info-edit. (Bug#10385)
15886
15887 * time.el (display-time-load-average, display-time-next-load-average):
15888 Doc fixes.
15889
15890 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
15891 local setting of buffer-read-only to the input buffer. (Bug#10419)
15892
15893 * calendar/calendar.el (calendar-mode):
15894 Locally set scroll-margin to 0. (Bug#10379)
15895
15896 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
15897
15898 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
15899
15900 2012-01-05 Glenn Morris <rgm@gnu.org>
15901
15902 * eshell/em-unix.el (diff-no-select): Autoload it.
15903 (eshell/diff): Use diff-no-select. (Bug#10420)
15904
15905 2012-01-05 Chong Yidong <cyd@gnu.org>
15906
15907 * shell.el (shell-dynamic-complete-functions): Revert last change.
15908 (shell-command-completion-function): New function.
15909 (shell-completion-vars): Use it to implement
15910 shell-completion-execonly (Bug#10417).
15911
15912 * custom.el (enable-theme): Don't set custom-safe-themes.
15913
15914 * cus-theme.el (custom-theme-merge-theme):
15915 Ignore custom-enabled-themes and custom-safe-themes.
15916
15917 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
15918
15919 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
15920 first prompt in `sql-interacive-mode'.
15921 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
15922 keywords.
15923 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
15924 (sql-product-interactive): Bug fix: Set `sql-buffer' in
15925 context of original buffer. Invoke `sql-login-hook'.
15926
15927 2012-01-04 Eli Zaretskii <eliz@gnu.org>
15928
15929 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
15930 letters in cite-prefix.
15931
15932 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15933
15934 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
15935
15936 2012-01-03 Chong Yidong <cyd@gnu.org>
15937
15938 * shell.el (shell-dynamic-complete-functions):
15939 Put pcomplete-completions-at-point, so as to try
15940 comint-filename-completion first (Bug#10417).
15941
15942 2012-01-02 Richard Stallman <rms@gnu.org>
15943
15944 * battery.el (battery-status-function):
15945 Detect when to use battery-yeeloong-sysfs.
15946 (battery-echo-area-format): Add string for Yeeloong.
15947 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
15948 (battery-yeeloong-sysfs): New function.
15949
15950 2012-01-02 Chong Yidong <cyd@gnu.org>
15951
15952 * dirtrack.el (dirtrack-list): Eliminate unused third element.
15953 (dirtrack): Merge code for handling relative filenames in prompt
15954 from shell-dir-cookie-watcher.
15955 (dirtrack-debug-message): New arg to avoid excess format calls.
15956
15957 * shell.el (shell-dir-cookie-re): Variable deleted.
15958 (shell-dir-cookie-watcher): Function deleted.
15959 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
15960 with dirtrack-mode.
15961
15962 2012-01-01 Eli Zaretskii <eliz@gnu.org>
15963
15964 * term/w32-win.el (dynamic-library-alist) <gnutls>:
15965 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
15966 libgnutls-26.dll.
15967
15968 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
15969
15970 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
15971
15972 2011-12-31 Eli Zaretskii <eliz@gnu.org>
15973
15974 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
15975 headers of non-MIME messages, when rmail-enable-mime is non-nil.
15976
15977 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
15978
15979 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
15980 also for alternative shells.
15981 (tramp-open-connection-setup-interactive-shell): Check, whether
15982 the shell is a busybox.
15983 (tramp-send-command): Don't suppress multiple prompts for
15984 busyboxes, it hurts.
15985
15986 2011-12-28 Chong Yidong <cyd@gnu.org>
15987
15988 * progmodes/gdb-mi.el (gdb-get-source-file-list)
15989 (gdb-get-source-file): Move mode line update to
15990 gdb-get-source-file (Bug#10087).
15991
15992 2011-12-25 Chong Yidong <cyd@gnu.org>
15993
15994 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
15995 gud-gdb-marker-filter without taking it as an argument.
15996 (gud-gdb-run-command-fetch-lines): Caller changed.
15997 (gud-gdb-completion-function): New variable.
15998 (gud-gdb-completion-at-point): Use it.
15999 (gud-gdb-completions-1): Split from gud-gdb-completions.
16000
16001 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
16002 function as separate arguments.
16003 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
16004 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
16005 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
16006 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
16007 (gdb-stopped, def-gdb-auto-update-trigger)
16008 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
16009 (gdb-get-changed-registers, gdb-get-main-selected-frame):
16010 Callers changed.
16011 (gud-gdbmi-completions): New function.
16012 (gdb): Use it for generating the completion table.
16013
16014 2011-12-24 Alan Mackenzie <acm@muc.de>
16015
16016 Introduce a mechanism to widen the region used in context font
16017 locking. Use this to protect declarations from losing their contexts.
16018
16019 * progmodes/cc-langs.el (c-before-font-lock-functions):
16020 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
16021 (c-before-context-fontification-functions): New defvar, a list of
16022 functions to be run just before context (etc.) font locking.
16023
16024 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
16025 New, functionality extracted from
16026 c-neutralize-syntax-in-and-mark-CPP.
16027 (c-in-after-change-fontification): New variable.
16028 (c-after-change): Set c-in-after-change-fontification.
16029 (c-set-fl-decl-start): Rejig its interface, so it can be called
16030 from both after-change and context fontifying.
16031 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
16032 New functions.
16033 (c-standard-font-lock-fontify-region-function): New variable.
16034 (c-font-lock-fontify-region): New function.
16035
16036 2011-12-24 Juri Linkov <juri@jurta.org>
16037
16038 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
16039 (Bug#10348)
16040
16041 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
16042
16043 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
16044 existence of source file. (Bug#10325)
16045
16046 2011-12-23 Alan Mackenzie <acm@muc.de>
16047
16048 Fix unstable fontification inside templates.
16049
16050 * progmodes/cc-langs.el (c-before-font-lock-functions):
16051 Newly created from the singular version. The (c c++ objc) entry now
16052 additionally has c-set-fl-decl-start. The other languages (apart
16053 from AWK) have that as a single entry.
16054
16055 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16056 The functionality for "local" declarations has been extracted to
16057 c-set-fl-decl-start.
16058
16059 * progmodes/cc-mode.el (c-common-init, c-after-change):
16060 Changes due to pluralisation of c-before-font-lock-functions.
16061 (c-set-fl-decl-start): New function, extracted from
16062 c-font-lock-enclosing-decls and enhanced.
16063
16064 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
16065
16066 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
16067
16068 2011-12-22 Juri Linkov <juri@jurta.org>
16069
16070 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
16071
16072 2011-12-22 Chong Yidong <cyd@gnu.org>
16073
16074 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
16075
16076 2011-12-21 Drew Adams <drew.adams@oracle.com>
16077
16078 * files.el (file-remote-p): Fix docstring. (Bug#10319)
16079
16080 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16081
16082 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
16083
16084 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16085
16086 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
16087 highlighting and support. Fix up comments for capitalization.
16088 (cfengine-mode-debug): New var.
16089 (cfengine3-mode): Change the modeline indicator to "CFE3".
16090 (cfengine3-font-lock-keywords): Improve defun highlighting.
16091 (cfengine2-actions): Rename from `cfengine-actions'.
16092 (cfengine2-font-lock-keywords): Rename from
16093 `cfengine-font-lock-keywords'.
16094 (cfengine2-imenu-expression): Rename from
16095 `cfengine-imenu-expression'.
16096 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
16097 (cfengine2-beginning-of-defun): Rename from
16098 `cfengine-beginning-of-defun'.
16099 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
16100 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
16101 (cfengine2-mode): Rename from `cfengine-mode'. Change the
16102 modeline indicator to "CFE2".
16103 (cfengine-mode): Defalias to `cfengine-auto-mode'.
16104 (cfengine-mode-abbrevs): Mark obsolete.
16105
16106 2011-12-21 Chong Yidong <cyd@gnu.org>
16107
16108 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
16109 filename argument.
16110
16111 2011-12-20 Martin Rudalics <rudalics@gmx.at>
16112
16113 * window.el (window-normalize-buffer-to-display): Remove.
16114 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
16115
16116 2011-12-19 Chong Yidong <cyd@gnu.org>
16117
16118 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
16119 Don't signal an error in a predicate function; return non-nil.
16120 (vc-dir-mark-file): Move the error here.
16121 (vc-dir-mark-unmark): If acting on the region, keep going if one
16122 of the entries cannot be marked/unmarked.
16123 (vc-dir-mark-all-files): If current entry is a directory, mark
16124 only child files, as documented.
16125
16126 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
16127
16128 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
16129 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
16130 addition.
16131
16132 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
16133
16134 * term/ns-win.el (ns-get-selection-internal)
16135 (ns-store-selection-internal): Declare.
16136 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
16137 Declare as obsolete.
16138 (ns-get-pasteboard, ns-paste-secondary):
16139 Use ns-get-selection-internal.
16140 (ns-set-pasteboard, ns-copy-including-secondary):
16141 Use ns-store-selection-internal.
16142
16143 2011-12-17 Chong Yidong <cyd@gnu.org>
16144
16145 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
16146 (vc-deduce-fileset): Doc fix.
16147
16148 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
16149
16150 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
16151
16152 2011-12-13 Sam Steingold <sds@gnu.org>
16153
16154 * man.el (Man-getpage-in-background): When running under a
16155 window-system, ignore $MANWIDTH and $COLUMNS.
16156
16157 2011-12-15 Kenichi Handa <handa@m17n.org>
16158
16159 * language/ethio-util.el: Change coding tag to utf-8-emacs.
16160 (setup-ethiopic-environment-internal): Comment out key-binding for
16161 ethio-toggle-punctuation.
16162
16163 2011-12-13 Alan Mackenzie <acm@muc.de>
16164
16165 Add the switch statement to AWK Mode.
16166
16167 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
16168 "default" to the keywords regexp.
16169
16170 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
16171 expression as the rest.
16172 (c-nonlabel-token-key): Allow string literals for AWK.
16173 Refactor for the other modes.
16174
16175 Large brace-block initialisation makes CC Mode slow: Fix.
16176 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
16177 routines. Limit backward searching in c-font-lock-enclosing.decl.
16178
16179 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
16180 pp-state and literal type in addition to the limits.
16181 (c-state-safe-place): New defun, extracted from c-state-literal-at.
16182 (c-state-literal-at): Use the above new defun.
16183 (c-slow-in-literal, c-fast-in-literal): Remove.
16184 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
16185
16186 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
16187 being in a literal. Add a limit for backward searching.
16188
16189 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
16190 c-slow-in-literal.
16191
16192 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
16193
16194 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
16195
16196 2011-12-13 Martin Rudalics <rudalics@gmx.at>
16197
16198 * window.el (delete-other-windows): Use correct frame in call to
16199 window-with-parameter.
16200
16201 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
16202
16203 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
16204 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
16205 (makefile-gmake-statements, makefile-makepp-statements):
16206 Use it and add new makepp keywords.
16207 (makefile-makepp-font-lock-keywords): Add new patterns.
16208 (makefile-match-function-end): Match new [...] and [[...]].
16209
16210 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
16211
16212 * ses.el (ses-call-printer-return, ses-cell-property-get)
16213 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
16214 (ses-create-cell-variable, ses-reset-header-string)
16215 (ses-cell-set-formula, ses-repair-cell-reference-all)
16216 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
16217 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
16218 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
16219 (ses-aset-with-undo, ses-load, ses-truncate-cell)
16220 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
16221 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
16222 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
16223 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
16224 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
16225 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
16226 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
16227 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
16228
16229 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
16230
16231 * ses.el: The overall change is to add cell renaming, that is
16232 setting fancy names for cell symbols other than name matching
16233 "\\`[A-Z]+[0-9]+\\'" regexp .
16234 (ses-create-cell-variable): New defun.
16235 (ses-relocate-formula): Relocate formulas only for cells the
16236 symbols of which are not renamed, i.e. symbols whose names do not
16237 match regexp "\\`[A-Z]+[0-9]+\\'".
16238 (ses-relocate-all): Relocate values only for cells the symbols of
16239 which are not renamed.
16240 (ses-load): Create cells variables as the (ses-cell ...) are read,
16241 in order to check row col consistency with cell symbol name only
16242 for cells that are not renamed.
16243 (ses-replace-name-in-formula): New defun.
16244 (ses-rename-cell): New defun.
16245
16246 2011-12-11 Chong Yidong <cyd@gnu.org>
16247
16248 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
16249 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
16250
16251 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
16252
16253 * window.el (other-window): Fix docstring.
16254
16255 2011-12-10 Eli Zaretskii <eliz@gnu.org>
16256
16257 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
16258 `from' or `to' address before taking its substring.
16259 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
16260 encoded name is chopped in the middle of the encoded string, and
16261 thus displayed encoded.
16262
16263 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
16264
16265 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
16266
16267 2011-12-10 Eli Zaretskii <eliz@gnu.org>
16268
16269 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
16270 to use texinfo-update-node and commands that call it if the
16271 Texinfo file uses @node lines without next/prev/up pointers.
16272 Correct outdated description about texinfo-master-menu.
16273 (texinfo-all-menus-update, texinfo-master-menu)
16274 (texinfo-update-node, texinfo-every-node-update)
16275 (texinfo-multiple-files-update): Doc fix. Warn against updating
16276 all the @node lines.
16277 (texinfo-master-menu): Only call texinfo-update-node if the prefix
16278 argument is numeric. Explain better in the doc string what the
16279 function really does.
16280 (texinfo-insert-master-menu-list): Improve the error message
16281 displayed if there's no menu in the Top node.
16282 (Bug#2975) See also this thread:
16283 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
16284
16285 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
16286
16287 * speedbar.el (speedbar-supported-extension-expressions):
16288 Add .adb and .ads, commonly used for Ada source code (bug#10256).
16289
16290 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
16291
16292 * printing.el (pr-mode-alist):
16293 * simple.el (filter-buffer-substring-functions)
16294 (completion-list-insert-choice-function):
16295 * window.el (window-with-parameter, window-atom-root)
16296 (window-sides-slots, window-size-fixed, window-min-delta)
16297 (window-max-delta, window--resize-mini-window)
16298 (window--resize-child-windows-normal, window-tree)
16299 (delete-other-windows, quit-window, split-window)
16300 (display-buffer-record-window, special-display-buffer-names)
16301 (special-display-regexps, special-display-popup-frame)
16302 (same-window-p, split-window-sensibly)
16303 (display-buffer-overriding-action, display-buffer-alist)
16304 (display-buffer-base-action, display-buffer, switch-to-buffer)
16305 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
16306 (fit-window-to-buffer, recenter-positions)
16307 (mouse-autoselect-window-state, mouse-autoselect-window-select):
16308 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
16309 and remove unneeded backslashes in docstrings.
16310
16311 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
16312
16313 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
16314
16315 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
16316 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
16317 end in ".mk".
16318 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
16319 when reading the makefile (bug#10116).
16320
16321 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
16322
16323 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
16324 (bug#10116).
16325
16326 2011-12-06 Glenn Morris <rgm@gnu.org>
16327
16328 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
16329
16330 2011-12-06 Chong Yidong <cyd@gnu.org>
16331
16332 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
16333
16334 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
16335
16336 * textmodes/table.el (table-shorten-cell): Fix typo.
16337
16338 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
16339
16340 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
16341
16342 2011-12-05 Eli Zaretskii <eliz@gnu.org>
16343
16344 * descr-text.el (describe-char): Fix display of strong
16345 right-to-left characters and directional embeddings and overrides.
16346
16347 * simple.el (what-cursor-position): Fix display of codepoints of
16348 strong right-to-left characters.
16349
16350 2011-12-05 Chong Yidong <cyd@gnu.org>
16351
16352 * faces.el (read-color): Doc fix.
16353
16354 2011-12-05 Glenn Morris <rgm@gnu.org>
16355
16356 * align.el (align--set-marker): Add doc-string.
16357 Don't try to move something that is not a marker. (Bug#10216)
16358
16359 2011-12-04 Glenn Morris <rgm@gnu.org>
16360
16361 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
16362 overly zealous deletion of trailing whitespace.
16363
16364 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
16365
16366 * server.el (server-delete-client): On Windows, do not try to delete
16367 the only terminal.
16368 (server-process-filter): On Windows, treat requests for a tty frame as
16369 if they were for a GUI frame if the running server is in GUI mode.
16370
16371 2011-12-03 Glenn Morris <rgm@gnu.org>
16372
16373 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
16374
16375 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
16376
16377 * electric.el: Streamline electric-indent's hook.
16378 (electric-indent-chars): Revert to simple list.
16379 (electric-indent-functions): New var.
16380 (electric-indent-post-self-insert-function): Use it.
16381
16382 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
16383 there's no inferior buffer (bug#10196).
16384 (prolog-consult-compile): Don't use toggle-read-only.
16385
16386 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
16387
16388 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
16389 interrupt. (Bug#10187)
16390
16391 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
16392
16393 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
16394 (bug#9160).
16395
16396 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
16397 (bug#10191).
16398
16399 2011-12-02 Juri Linkov <juri@jurta.org>
16400
16401 * info.el (Info-search): Display "end of manual" when Isearch
16402 reaches the end of single-file Info manual. (Bug#9918)
16403
16404 2011-12-02 Eli Zaretskii <eliz@gnu.org>
16405
16406 * isearch.el (isearch-message-prefix): Run the input method part
16407 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
16408
16409 2011-12-02 Juri Linkov <juri@jurta.org>
16410
16411 * isearch.el (isearch-occur): Use `word-search-regexp' for
16412 `isearch-word'.
16413 (isearch-search-and-update): Add condition for `isearch-word' and
16414 call `word-search-regexp'. (Bug#10145)
16415
16416 2011-12-01 Glenn Morris <rgm@gnu.org>
16417
16418 * eshell/em-hist.el (eshell-hist-initialize):
16419 Handle eshell-history-size nil and HISTSIZE set or unset.
16420 (eshell-history-file-name, eshell-history-size): Fix custom type.
16421
16422 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
16423
16424 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
16425
16426 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
16427
16428 * progmodes/verilog-mode.el (verilog-pretty-expr):
16429 Rework verilog-pretty-expr to handle new assignment operators in system
16430 verilog, such as += *= and the like.
16431 (verilog-assignment-operator-re): Regular expression to find the
16432 assigment operator in a verilog assignment.
16433 (verilog-assignment-operation-re): Regular expression to find an
16434 assignment statement for pretty-expr.
16435 (verilog-in-attribute-p): Query returns true if point is in an
16436 attribute context; used to skip these for expression line up from
16437 pretty-expr.
16438 (verilog-in-parameter-p): Query returns true if point is in an
16439 parameter definition context; used to skip these for expression
16440 line up from pretty-expr.
16441 (verilog-in-parenthesis-p): Query returns true if point is in a
16442 parenthetical expression, specifically ( ) but not [ ] or { };
16443 used by pretty-expr.
16444 (verilog-just-one-space): If there is no space, don't add one.
16445 (verilog-get-lineup-indent-2): Specifically skip just attribute
16446 contexts for expression lineup, rather than skipping all
16447 parenthetical expressions.
16448 (verilog-calculate-indent): Fix comment, and fix indent.
16449 (verilog-do-indent): Indent declarations in lists (suggested by
16450 Joachim Lechner).
16451 (verilog-mode-abbrev-table): Populate abbrev mode with the various
16452 skeleton items.
16453 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
16454 by Alain Mellan).
16455
16456 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
16457
16458 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
16459 parameters with embedded comments. Reported by Ray Stevens.
16460 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
16461 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
16462 Reported by Tim Holt.
16463 (verilog-auto): Fix AUTOing a upper module then AUTOing module
16464 instantiated by upper module causing wrong expansion until AUTOed a
16465 second time. Reported by K C Buckenmaier.
16466 (verilog-diff-auto): Fix showing .* as a difference when
16467 `verilog-auto-star-save' off. Reported by Dan Dever.
16468 (verilog-auto-reset, verilog-read-always-signals)
16469 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
16470 temporary signals in reset list if
16471 verilog-auto-reset-blocking-in-non is nil, and match assignment
16472 style to each signal's assignment type, bug381.
16473 Reported by Thomas Esposito.
16474 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
16475 (verilog-uvm-statement-re): Support UVM indentation and
16476 highlighting, with old OVM keywords only.
16477 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
16478 Support AUTOTIEOFF creating non-wire data types.
16479 Suggested by Jonathan Greenlaw.
16480 (verilog-auto-insert-lisp, verilog-delete-to-paren)
16481 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
16482 (verilog-inject-sense, verilog-read-inst-pins)
16483 (verilog-read-sub-decls, verilog-read-sub-decls-line):
16484 Fix mismatching parenthesis inside commented out code when deleting
16485 AUTOINST, bug383. Reported by Jonathan Greenlaw.
16486 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
16487 non-numeric vector width. Reported by Alex Reed.
16488 (verilog-auto-ascii-enum): Add "onehot" option to work around not
16489 detecting signals with parameter widths. Reported by Alex Reed.
16490 (verilog-auto-delete-trailing-whitespace):
16491 With `verilog-auto-delete-trailing-whitespace' remove trailing
16492 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
16493 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
16494 Fix verilog-scan-cache corruption when running user AUTO expansion
16495 hooks that call indentation routines.
16496 (verilog-simplify-range-expression): Fix typo ignoring lower case
16497 identifiers.
16498 (verilog-delete-auto): Fix delete-autos to also remove user created
16499 automatics, as long as they start with AUTO.
16500 (verilog-batch-diff-auto, verilog-diff-auto)
16501 (verilog-diff-function): Add `verilog-diff-auto' and bind to
16502 "C-c?" to report differences in AUTO expansion, ignoring spaces.
16503 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
16504 (verilog-in-paren-quick, verilog-re-search-backward-quick)
16505 (verilog-re-search-forward-quick, verilog-syntax-ppss):
16506 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
16507 is disabled and its cache will get corrupt, causing AUTOS not to
16508 expand. Instead use only -quick functions.
16509 (verilog-scan-region): Fix scanning over escaped quotes.
16510 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
16511 (verilog-re-search-backward-quick)
16512 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
16513 related functions now ignore strings, to fix misparsing of strings
16514 with magic comments embedded in them.
16515 (verilog-read-auto-template):
16516 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
16517 Reported by Brad Dobbie.
16518 (verilog-read-auto-template):
16519 Fix 'verilog-auto-inst-template-numbers' with comments.
16520 Reported by Brad Dobbie.
16521 (verilog-auto-inst, verilog-auto-inst-param)
16522 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
16523 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
16524 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
16525 debugging templates without merge conflicts, bug357.
16526 Reported by Brad Dobbie.
16527 (verilog-read-auto-template):
16528 Fix verilog-auto-inst-template-numbers with multiple templates.
16529 Reported by Brad Dobbie.
16530 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
16531 abbrevs so user won't be asked to save.
16532 (verilog-read-auto-lisp-present): Fix to start at beginning of
16533 buffer in case called outside of verilog-auto.
16534 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
16535 to "X-2". Reported by Matthew Myers.
16536 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
16537 all inputs from module templates. Reported by Leith Johnson.
16538 (verilog-module-inside-filename-p): Fix locating programs as with
16539 modules.
16540 (verilog-auto-inst-port): Fix vl-width expressions when using
16541 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
16542 (verilog-decls-get-regs, verilog-decls-get-signals,
16543 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
16544 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
16545 verilog-read-decls): Combine reg and wire structures into one var
16546 structure to represent SystemVerilog concepts.
16547 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
16548 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
16549 (verilog-auto-wire-type, verilog-insert-definition):
16550 Add verilog-auto-wire-type and AUTOLOGIC to support using
16551 SystemVerilog "logic" keyword instead of "wire"/"reg".
16552 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
16553 to declares outputs that also have assignments (presumably in an
16554 ifdef or generate if so there's not a driver conflict).
16555 Reported by Matthew Myers.
16556 (verilog-auto-declare-nettype, verilog-insert-definition):
16557 Add verilog-auto-declare-nettype to fix declarations using
16558 `default_nettype none. Reported by Julian Gorfajn.
16559 (verilog-read-always-signals-recurse, verilog-read-decls)
16560 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
16561 malformed end statement, bug325. Reported by Joshua Wise and
16562 Andrew Drake.
16563 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
16564 (verilog-inst-comment-re): Fix not deleting Interfaced comment
16565 when expanding .* in interfaces, bug320.
16566 Reported by Pierre-David Pfister.
16567 (verilog-read-module-name): Fix import statements between module
16568 name and open parenthesis, bug317.
16569 Reported by Pierre-David Pfister.
16570 (verilog-simplify-range-expression): Fix simplification of
16571 multiplications inside AUTOWIRE connections, bug303.
16572 (verilog-auto-inst-port): Support parameter expansion in
16573 multidimensional arrays.
16574 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
16575 after "assert property". Reported by Julian Gorfajn.
16576 (verilog-simplify-range-expression): Fix "couldn't merge" errors
16577 with multiplication, bug303.
16578 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
16579 Reported by Jan Frode Lonnum.
16580
16581 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
16582
16583 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
16584 (hfy-shell-file-name, hfy-shell):
16585 * international/fontset.el (x-decompose-font-name): Fix typos.
16586
16587 2011-11-29 Ken Brown <kbrown@cornell.edu>
16588
16589 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
16590 (gdb-version): Remove defvar.
16591 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
16592 (gdb-gud-context-command, gdb-non-stop-handler)
16593 (gdb-current-context-command, gdb-stopped): Use it.
16594 (gdb-init-1): Enable pretty printing here.
16595 (gdb-non-stop-handler): Don't enable pretty-printing here.
16596 Check to see if the target supports non-stop mode; if not, turn off
16597 non-stop mode. Use the following.
16598 (gdb-check-target-async): New defun.
16599 (gud-watch, gdb-stopped): Fix whitespace.
16600 (gdb-get-source-file): Don't try to display the source file if
16601 `gdb-main-file' is nil.
16602
16603 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
16604
16605 * align.el: Try to generate fewer markers (bug#10047).
16606 (align--set-marker): New macro.
16607 (align-region): Use it.
16608
16609 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
16610
16611 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
16612
16613 2011-11-29 Chong Yidong <cyd@gnu.org>
16614
16615 * indent.el (indent-for-tab-command, indent-according-to-mode):
16616 Doc fix.
16617 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
16618
16619 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
16620
16621 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
16622 aware of remote file names. (Bug#10124)
16623
16624 2011-11-29 Chong Yidong <cyd@gnu.org>
16625
16626 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
16627
16628 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
16629
16630 * files.el (find-file): Don't use force-same-window (bug#10144).
16631 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
16632 use pop-to-buffer if the selected window can't be used.
16633 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
16634
16635 2011-11-28 Eli Zaretskii <eliz@gnu.org>
16636
16637 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
16638 special-mode-map.
16639
16640 2011-11-28 Chong Yidong <cyd@gnu.org>
16641
16642 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
16643
16644 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
16645
16646 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
16647 gdb-get-source-file-list on gdb-create-source-file-list.
16648
16649 2011-11-26 Eli Zaretskii <eliz@gnu.org>
16650
16651 * whitespace.el (whitespace-newline): Use a different foreground
16652 color for 16-color light-background displays.
16653
16654 2011-11-24 Chong Yidong <cyd@gnu.org>
16655
16656 * window.el (display-buffer--special-action): Doc fix.
16657
16658 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
16659
16660 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
16661 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
16662 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
16663 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
16664 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
16665 (avl-tree-stack-first):
16666 * emacs-lisp/cconv.el (cconv--analyse-use):
16667 * net/gnutls.el (gnutls-negotiate): Fix typos.
16668
16669 2011-11-24 Glenn Morris <rgm@gnu.org>
16670
16671 * lpr.el (lpr-windows-system, lpr-lp-system):
16672 * mail/binhex.el (binhex-begin-line):
16673 * progmodes/grep.el (grep-history, grep-find-history):
16674 * textmodes/flyspell.el:
16675 * vc/pcvs-defs.el (cvs-global-menu):
16676 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
16677 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
16678 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
16679
16680 * net/tls.el: Fix case of "GnuTLS".
16681
16682 * paths.el (rmail-file-name): Format doc-string for make-docfile.
16683
16684 * version.el (emacs-build-system): Give it a doc-string.
16685
16686 2011-11-24 Juri Linkov <juri@jurta.org>
16687
16688 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
16689
16690 2011-11-24 Glenn Morris <rgm@gnu.org>
16691
16692 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
16693 if called on a non-mime message just toggle the headers. (Bug#8006)
16694
16695 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
16696
16697 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
16698 (allout-lead-with-comment-string, allout-structure-deleted-hook)
16699 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
16700 (allout-rebullet-heading, allout-open-sibtopic)
16701 (allout-toggle-current-subtree-encryption)
16702 (allout-toggle-subtree-encryption, allout-encrypt-string)
16703 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
16704 (allout-distinctive-bullets-string, allout-auto-activation):
16705 * window.el (window-normalize-buffer-to-display):
16706 * progmodes/verilog-mode.el (verilog-batch-indent):
16707 * textmodes/bibtex.el (bibtex-field-braces-opt)
16708 (bibtex-field-strings-opt):
16709 * vc/cvs-status.el (cvs-tree-merge):
16710 Fix typos.
16711
16712 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
16713
16714 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
16715 `non-essential' to t, in order to avoid remote connections.
16716
16717 2011-11-23 Eli Zaretskii <eliz@gnu.org>
16718
16719 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
16720 On MS-DOS and MS-Windows, compare with loaddefs.el
16721 case-insensitively.
16722
16723 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
16724
16725 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
16726
16727 2011-11-23 Glenn Morris <rgm@gnu.org>
16728
16729 * paths.el (rmail-file-name): Reformat the doc-string so that it
16730 is picked up.
16731
16732 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
16733 (rmail-auto-file): Ignore case in the "special" field names,
16734 as mail-fetch-field does for all others.
16735
16736 * mail/rmail.el (rmail-forward):
16737 * mail/rmailkwd.el (rmail-set-label):
16738 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
16739 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
16740
16741 * mail/rmail.el (rmail-current-message): Doc fix.
16742
16743 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
16744
16745 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
16746
16747 * server.el (server-eval-and-print): Allow C-g (bug#6585).
16748
16749 2011-11-22 Glenn Morris <rgm@gnu.org>
16750
16751 * mail/rmailmm.el (test-rmail-mime-handler)
16752 (test-rmail-mime-bulk-handler)
16753 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
16754
16755 2011-11-21 Juri Linkov <juri@jurta.org>
16756
16757 * calc/calc.el (calc-read-key-sequence):
16758 Let-bind `input-method-function' to nil. (Bug#10018)
16759
16760 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16761
16762 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
16763 Tell the caller that the next line needs recomputation, even
16764 though it doesn't start a sexp (bug#10094).
16765
16766 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
16767
16768 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
16769
16770 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
16771
16772 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
16773 Use force-same-window.
16774
16775 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
16776
16777 * descr-text.el (describe-char-unicode-data):
16778 * json.el (json-string-escape):
16779 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
16780 (Footnote-unicode, Footnote-style-p):
16781 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
16782
16783 2011-11-20 Chong Yidong <cyd@gnu.org>
16784
16785 * window.el (replace-buffer-in-windows): Restore interactive spec.
16786
16787 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
16788
16789 * electric.el (electric-indent-mode): Fix last change (too optimistic).
16790
16791 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
16792 (byte-compile-global-not-obsolete-vars): New var.
16793 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
16794 Use it.
16795 (byte-compile-warn-obsolete): Align text with the one in *Help*.
16796
16797 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
16798
16799 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
16800 * progmodes/pascal.el (electric-pascal-equal):
16801 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
16802 * xml.el (xml-substitute-special): Fix typos.
16803
16804 2011-11-20 Glenn Morris <rgm@gnu.org>
16805
16806 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
16807 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
16808 Doc fixes.
16809 (rmail-decode-mime-charset): Mark as obsolete.
16810
16811 * mail/rmailsum.el (rmail-message-regexp-p-1):
16812 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
16813 Before using mime functions, check they are set. (Bug#10077)
16814
16815 2011-11-19 Juri Linkov <juri@jurta.org>
16816
16817 * info.el (Info-finder-find-node): Use `package--builtins' instead
16818 of `package-alist'. Use node names formed by the pattern "Keyword "
16819 and the keyword name.
16820
16821 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
16822
16823 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
16824
16825 2011-11-19 Juri Linkov <juri@jurta.org>
16826
16827 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
16828 that calls `revert-buffer' on all Info buffers. (Bug#9915)
16829 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
16830 `old-history', `old-history-forward'. Add let-binding
16831 `window-selected'. Remove calls to `kill-buffer',
16832 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
16833 before calling `Info-find-node', so `Info-find-node-2' will reread
16834 the Info file. Restore window positions only when `window-selected'
16835 is non-nil.
16836
16837 2011-11-19 Juri Linkov <juri@jurta.org>
16838
16839 * isearch.el (isearch-lazy-highlight-new-loop):
16840 Remove condition `(not isearch-error)'. (Bug#9918)
16841
16842 * misearch.el (multi-isearch-search-fun): Add condition
16843 `(not bound)' to ignore lazy-highlighting search.
16844 Add the search-failed message "end of multi" when the end of
16845 multi-sequence is reached. Uncapitalize the search-failed
16846 message "Repeat for next buffer".
16847
16848 * info.el (Info-search): Add the search-failed message
16849 "end of the manual" when the end of the manual is reached
16850 in Isearch mode.
16851
16852 2011-11-19 Juri Linkov <juri@jurta.org>
16853
16854 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
16855 Use non-destructive `remove' instead of `delete' because
16856 `Info-history-list' stored to `Info-isearch-initial-history-list' in
16857 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
16858
16859 2011-11-19 Juri Linkov <juri@jurta.org>
16860
16861 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
16862 to nil instead of binding `search-ring' and `regexp-search-ring'.
16863 (Bug#9185)
16864
16865 2011-11-19 Eli Zaretskii <eliz@gnu.org>
16866
16867 * simple.el (line-move): Force movement by logical lines for any
16868 hscrolled window, not only when auto-hscroll-mode is on.
16869 (line-move-visual): Update doc string to that effect. (Bug#10076)
16870
16871 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
16872
16873 * language/european.el (macintosh): Define as alias for mac-roman.
16874
16875 2011-11-19 Eli Zaretskii <eliz@gnu.org>
16876
16877 * mail/rmailmm.el (rmail-mime-display-header)
16878 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
16879 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
16880 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
16881 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
16882 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
16883 of a raw aref.
16884 (rmail-mime-entity-segment): To get past the tagline, move forward
16885 2 more lines, to account for the 2 empty lines that precede and
16886 follow the line with the buttons.
16887 (rmail-mime-update-tagline): Move one more line, to get past the
16888 empty line that follows the buttons in the tagline. (Bug#9520)
16889
16890 2011-11-19 Martin Rudalics <rudalics@gmx.at>
16891
16892 * window.el (window-max-delta-1, window-min-delta-1)
16893 (window-min-size-1, window-state-get-1, window-state-put-1)
16894 (window-state-put-2): Use "window--" prefix.
16895
16896 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
16897
16898 * emacs-lisp/smie.el: Improve warnings and conflict detection.
16899 (smie-warning-count): New var.
16900 (smie-set-prec2tab): Use it.
16901 (smie-bnf->prec2): Improve warnings. Add docstring.
16902 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
16903 (smie-bnf--set-class): New function.
16904 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
16905 corner case.
16906
16907 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
16908 (compilation-error-properties, compilation-move-to-column):
16909 Handle compilation-first-column while in the target buffer.
16910
16911 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
16912 Don't hardcode point-min==1.
16913
16914 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
16915 (eshell-rewrite-for-command): Remove workaround.
16916 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
16917 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
16918 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
16919
16920 * files-x.el (modify-file-local-variable): Obey commenting conventions.
16921
16922 2011-11-17 Glenn Morris <rgm@gnu.org>
16923
16924 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
16925 Ignore buffer-local generated-autoload-file if it is the same
16926 as the global value. (Bug#10049)
16927
16928 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
16929
16930 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
16931 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
16932 (reftex-toc-previous-heading, reftex-toc-max-level)
16933 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
16934 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
16935 (reftex-toc-do-promote, reftex-toc-promote-prepare)
16936 (reftex-toc-promote-action, reftex-toc-extract-section-number)
16937 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
16938 (reftex-toc-rename-label, reftex-toc-visit-location)
16939 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
16940 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
16941 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
16942 leaving "*toc*" only for references to the buffer.
16943
16944 2011-11-17 Martin Rudalics <rudalics@gmx.at>
16945
16946 * window.el (window-resize, delete-window, split-window):
16947 Replace window-splits by window-combination-resize.
16948 * cus-start.el (window-splits): Replace by window-combination-resize.
16949
16950 2011-11-17 Glenn Morris <rgm@gnu.org>
16951
16952 * progmodes/sh-script.el (sh-font-lock-keywords-var):
16953 Make bash entry derive from sh entry, not shell entry.
16954
16955 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
16956
16957 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
16958 local file name.
16959
16960 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
16961
16962 * menu-bar.el (menu-bar-file-menu):
16963 * printing.el (pr-ps-utility):
16964 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
16965 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
16966 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
16967 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
16968 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
16969 (icalendar--convert-cyclic-to-ical)
16970 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
16971 (icalendar--convert-ical-to-diary)
16972 (icalendar--convert-recurring-to-diary)
16973 (icalendar--convert-non-recurring-all-day-to-diary)
16974 (icalendar-import-format-sample):
16975 * progmodes/idlw-shell.el (idlwave-shell-mode):
16976 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
16977 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
16978 (vhdl-ps-print-init): Fix typos.
16979
16980 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
16981
16982 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
16983 FSF and collapse date sequence, obscure author/maintainer email address
16984 better, remove extra version line, track relocation of author's webpage.
16985
16986 * progmodes/python.el (python-pdbtrack-input-prompt)
16987 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
16988 regular python pdb prompts. Adjustments shamelessly taken exactly as
16989 suggested in EmacsWiki page (tiny change):
16990 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
16991
16992 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
16993
16994 * expand.el (expand-pos, expand-index, expand-point):
16995 Remove redundant info from docstring.
16996 (expand-add-abbrevs): Doc fix.
16997 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
16998 (expand-sample-perl-mode-expand-list): Fix typos.
16999
17000 * net/dbus.el (dbus-event-member-name):
17001 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
17002 * term/pc-win.el (msdos-create-frame-with-faces):
17003 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
17004
17005 2011-11-16 Martin Rudalics <rudalics@gmx.at>
17006
17007 * window.el (split-window, window-state-get-1)
17008 (window-state-put-1, window-state-put-2): Rename occurrences of
17009 window-nest to window-combination-limit.
17010 * cus-start.el (window-nest): Rename to window-combination-limit.
17011
17012 2011-11-16 Chong Yidong <cyd@gnu.org>
17013
17014 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
17015 regexp (Bug#10033).
17016
17017 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17018
17019 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
17020 `completing-read' will remove *Completions* and will preserve
17021 current-buffer for us.
17022 (tmm-add-prompt): Users of *Completions* will always (re)set its
17023 major mode.
17024 (tmm-old-comp-map): Remove.
17025
17026 2011-11-16 Glenn Morris <rgm@gnu.org>
17027
17028 * mail/rmailedit.el: Require rmailmm when compiling.
17029 (rmail-old-mime-state): New declaration.
17030 (rmail-edit-current-message): If editing a mime message,
17031 edit the "raw" message from the mbox buffer.
17032 (rmail-cease-edit): Handle mime messages. (Bug#9840)
17033
17034 2011-11-15 Glenn Morris <rgm@gnu.org>
17035
17036 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
17037 which wasn't being used. Add optional arg to force given state.
17038 (rmail-mime): Add optional arg to force given state.
17039
17040 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17041
17042 * allout.el (allout-encryption-plaintext-sanitization-regexps):
17043 * frame.el (display-mm-dimensions-alist):
17044 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
17045 (outline-move-subtree-down):
17046 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
17047 (newsticker--treeview-do-get-node):
17048 * net/quickurl.el (quickurl-list-buffer-name):
17049 * progmodes/dcl-mode.el (dcl-mode):
17050 * progmodes/gdb-mi.el (gdb-mapcar*):
17051 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
17052
17053 2011-11-15 Glenn Morris <rgm@gnu.org>
17054
17055 * mail/rmail.el (rmail-file-coding-system): It's only ever used
17056 in a boolean sense, so just make it a boolean, and fix the doc.
17057 (rmail-show-mime-function, rmail-mime-feature)
17058 (rmail-require-mime-maybe): Doc fixes.
17059 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
17060
17061 * mail/rmailmm.el (rmail-show-mime): Doc fix.
17062
17063 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17064
17065 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
17066 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
17067 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
17068 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
17069
17070 2011-11-15 Glenn Morris <rgm@gnu.org>
17071
17072 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
17073 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
17074 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
17075 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
17076 (rmail-mime, rmail-show-mime): Doc fixes.
17077
17078 * term/ns-win.el (mode-line-frame-identification):
17079 Leave it alone. (Bug#10051)
17080
17081 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
17082
17083 * mail/rmailout.el (rmail-output-to-rmail-buffer):
17084 Handle empty buffers. (Bug#9978)
17085
17086 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
17087
17088 * international/mule.el (define-charset):
17089 * mail/rmailmm.el (rmail-mime-find-header-encoding):
17090 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
17091 * progmodes/verilog-mode.el (verilog-backward-token):
17092 * textmodes/ispell.el (lookup-words):
17093 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
17094
17095 2011-11-14 Glenn Morris <rgm@gnu.org>
17096
17097 * progmodes/executable.el
17098 (executable-make-buffer-file-executable-if-script-p):
17099 Handle file-modes returning nil.
17100
17101 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
17102 message - not necessary, and causes problems. (Bug#9831)
17103
17104 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
17105
17106 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
17107
17108 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
17109 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
17110 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
17111
17112 2011-11-12 Martin Rudalics <rudalics@gmx.at>
17113
17114 * window.el (window-resize, delete-window): Use window-splits
17115 variable instead of function.
17116 (window-state-get-1, window-state-put-2, window-state-put):
17117 Don't deal with windows' splits status.
17118
17119 2011-11-12 Glenn Morris <rgm@gnu.org>
17120
17121 * apropos.el (apropos-do-all, apropos-library, apropos-value)
17122 (apropos-documentation): Doc fixes.
17123
17124 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
17125
17126 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
17127 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
17128
17129 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
17130
17131 * electric.el (electric-indent-post-self-insert-function): Make it
17132 possible for a char to only indent in some circumstances.
17133 (electric-indent-mode): Simplify.
17134
17135 2011-11-11 Martin Rudalics <rudalics@gmx.at>
17136
17137 * window.el (windows-with-parameter): Remove unused function.
17138 (windows-at-side): Rename to window-at-side-list.
17139 (window-check, window-atom-check, window-atom-check-1)
17140 (window-side-check, window-size-ignore, window-size-fixed-1)
17141 (window-in-direction-2): Prefix with "window--".
17142 (window-tree-1): Rename to window--subtree, fix doc-string.
17143
17144 2011-11-11 Glenn Morris <rgm@gnu.org>
17145
17146 * subr.el (eval-after-load): If FILE is already loaded,
17147 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
17148
17149 2011-11-10 Glenn Morris <rgm@gnu.org>
17150
17151 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
17152 Call svn via vc-svn-command rather than vc-do-command.
17153 (vc-svn-command): Add --non-interactive. (Bug#9993)
17154 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
17155
17156 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17157 Add toggle-read-only. (Bug#7292)
17158 * files.el (toggle-read-only): Mention that it should only
17159 be used interactively. (Bug#10006)
17160
17161 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
17162
17163 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17164 Adjust regexp for OCaml warnings.
17165
17166 * electric.el (electric-pair-post-self-insert-function): Let user
17167 turn it off buffer-locally (bug#9932).
17168
17169 * progmodes/python.el (python-beginning-of-statement):
17170 Rewrite (bug#2703).
17171
17172 * progmodes/compile.el: Better handle TABs (bug#9749).
17173 (compilation-internal-error-properties)
17174 (compilation-next-error-function): Obey the target buffer's
17175 compilation-error-screen-columns.
17176
17177 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
17178
17179 * progmodes/meta-mode.el: Remove obsolete comments.
17180 (meta-right-comment-regexp, meta-ignore-comment-regexp):
17181 Fix typos in docstrings.
17182
17183 2011-11-09 Martin Rudalics <rudalics@gmx.at>
17184
17185 * window.el (window-size-fixed-p): Rewrite doc-string.
17186 (window-resizable-p): Rename to window--resizable-p. Update callers.
17187 (window--resizable): New function. Make all callers of
17188 window-resizable call window--resizable instead.
17189 (window-resizable): Rewrite in terms of window--resizable.
17190
17191 2011-11-08 Glenn Morris <rgm@gnu.org>
17192
17193 * progmodes/delphi.el (delphi-mode-syntax-table):
17194 Let define-derived-mode define a proper syntax table. (Bug#9994)
17195
17196 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17197
17198 * window.el: Stay away from defsubst.
17199 (window-list-no-nils): Remove.
17200 (window-state-get-1, window-state-get): Use backquote instead.
17201
17202 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17203
17204 * emacs-lisp/find-func.el (find-function-read):
17205 Fix incorrect use of default argument in `completing-read'.
17206
17207 2011-11-08 Martin Rudalics <rudalics@gmx.at>
17208
17209 * window.el (display-buffer-function, special-display-function):
17210 Mention display-buffer-record-window but do not mention
17211 help-setup parameter in doc-strings.
17212 (window-min-delta): Fix doc-string typo.
17213
17214 2011-11-08 Chong Yidong <cyd@gnu.org>
17215
17216 * window.el (window-total-height, window-total-width): Doc fix.
17217 (window-body-size): Move from C.
17218 (window-body-height, window-body-width): Move to C.
17219
17220 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17221
17222 * window.el: Make special-display like display-buffer-alist (bug#9532).
17223 (display-buffer--special-action): New function, morphed
17224 from display-buffer--special.
17225 (display-buffer): Use it to handle special-display-buffers at higher
17226 priority (just after display-buffer-alist).
17227 (display-buffer-fallback-action, display-buffer--other-frame-action)
17228 (pop-to-buffer-same-window): Remove display-buffer--special.
17229
17230 2011-11-07 Glenn Morris <rgm@gnu.org>
17231
17232 * calendar/cal-menu.el (cal-menu-set-date-title):
17233 Do nothing if not in a calendar. (Bug#9976)
17234
17235 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
17236
17237 * files.el (find-file): Always use selected-window.
17238
17239 2011-11-07 Martin Rudalics <rudalics@gmx.at>
17240
17241 * window.el (window-combinations): Make WINDOW argument
17242 mandatory. Rewrite doc-string.
17243 (walk-window-subtree, window-atom-check, window-min-delta)
17244 (window-max-delta, window--resize-this-window)
17245 (window--resize-root-window-vertically, window-tree)
17246 (balance-windows, window-state-put): Rewrite doc-strings as to
17247 not mention the term "subwindow".
17248 (window--resize-subwindows-skip-p): Rename to
17249 window--resize-child-windows-skip-p.
17250 (window--resize-subwindows-normal): Rename to
17251 window--resize-child-windows-normal.
17252 (window--resize-subwindows): Rename to
17253 window--resize-child-windows.
17254 (window-or-subwindow-p): Rename to window--in-subtree-p.
17255
17256 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17257
17258 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
17259 Ensure that mbox format messages end in two newlines (Bug#9974).
17260
17261 2011-11-06 Chong Yidong <cyd@gnu.org>
17262
17263 * window.el (window-combination-p): Function deleted; its
17264 side-effect is not used in any existing code.
17265 (window-combinations, window-combined-p): Call window-*-child
17266 directly.
17267
17268 2011-11-05 Chong Yidong <cyd@gnu.org>
17269
17270 * window.el (window-valid-p): Rename from window-any-p.
17271 (window-size-ignore, window-state-get): Callers changed.
17272 (window-normalize-window): Rename from window-normalize-any-window.
17273 New arg LIVE-ONLY, replacing window-normalize-live-window.
17274 (window-normalize-live-window): Delete.
17275 (window-combination-p, window-combined-p, window-combinations)
17276 (walk-window-subtree, window-atom-root, window-min-size)
17277 (window-sizable, window-sizable-p, window-size-fixed-p)
17278 (window-min-delta, window-max-delta, window-resizable)
17279 (window-resizable-p, window-full-height-p, window-full-width-p)
17280 (window-current-scroll-bars, window-point-1, set-window-point-1)
17281 (window-at-side-p, window-in-direction, window-resize)
17282 (adjust-window-trailing-edge, maximize-window, minimize-window)
17283 (window-deletable-p, delete-window, delete-other-windows)
17284 (record-window-buffer, unrecord-window-buffer)
17285 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
17286 (quit-window, split-window, window-state-put)
17287 (set-window-text-height, fit-window-to-buffer)
17288 (shrink-window-if-larger-than-buffer): Callers changed.
17289
17290 2011-11-04 Eli Zaretskii <eliz@gnu.org>
17291
17292 * mail/rmail.el (rmail-simplified-subject): Decode subject with
17293 rfc2047-decode-string.
17294 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
17295 warnings.
17296
17297 * window.el (window-body-height, window-body-width): Mention in
17298 the doc string that the return values are in frame's canonical
17299 units. (Bug#9949)
17300
17301 2011-11-03 Alan Mackenzie <acm@muc.de>
17302
17303 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
17304 change in cc-engine.el.
17305
17306 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
17307
17308 * window.el (switch-to-buffer): Use `force-same-window' interactively.
17309
17310 2011-11-02 Martin Rudalics <rudalics@gmx.at>
17311
17312 * window.el (quit-window): Call unrecord-window-buffer after
17313 showing another buffer in the window. (Bug#9937)
17314 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
17315
17316 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
17317
17318 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
17319 Accept status with more than 9 shelves. (Bug#9935)
17320 Reported by Colin D Bennett <colin@gibibit.com>.
17321
17322 2011-11-01 Martin Rudalics <rudalics@gmx.at>
17323
17324 * help.el (with-help-window): Don't reference
17325 temp-buffer-show-specifiers in doc-string.
17326
17327 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
17328
17329 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
17330 menu-item.
17331
17332 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17333
17334 * whitespace.el: New version 13.2.2.
17335 (whitespace-newline-mode): Disable properly. Reported by Sarah
17336 <EmacsWiki>.
17337
17338 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
17339
17340 * net/newst-treeview.el: Remove "Time-stamp".
17341 (newsticker--group-manage-orphan-feeds): Do not call
17342 newsticker--treeview-tree-update.
17343 (newsticker-treeview-update, newsticker-treeview):
17344 Call newsticker--treeview-tree-update if necessary.
17345
17346 2011-10-30 Martin Rudalics <rudalics@gmx.at>
17347
17348 * window.el (window-iso-combination-p, window-iso-combined-p)
17349 (window-iso-combinations): Remove "iso-" infix.
17350 Suggested by Chong Yidong.
17351 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
17352 (window-max-delta-1, window-resize, window--resize-siblings)
17353 (window--resize-this-window, adjust-window-trailing-edge)
17354 (split-window, balance-windows-1)
17355 (shrink-window-if-larger-than-buffer):
17356 * calendar/calendar.el (calendar-generate-window):
17357 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
17358
17359 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17360
17361 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
17362 in place (bug#9907).
17363 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
17364 (eshell-rewrite-if-command, eshell-rewrite-for-command)
17365 (eshell-structure-basic-command, eshell-rewrite-while-command)
17366 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
17367 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
17368 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
17369 (eshell-do-pipelines-synchronously, eshell-eval-command):
17370 Use backquotes and prefer setq to set.
17371 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
17372 (eshell-macrop): Use functionp.
17373 (eshell-do-eval): Handle multiple expressions in `while' body.
17374
17375 2011-10-30 Chong Yidong <cyd@gnu.org>
17376
17377 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
17378 instead of set-mark (Bug#9810).
17379
17380 2011-10-30 Chong Yidong <cyd@gnu.org>
17381
17382 * window.el (split-window-below, split-window-right): Rename from
17383 split-window-above-each-other and split-window-side-by-side
17384 respectively. All callers changed.
17385 (split-window-sensibly, split-window-sensibly): Use them.
17386 (split-window-keep-point): Doc fix.
17387
17388 * isearch.el: Add isearch-scroll property to split-window-below
17389 and split-window-right.
17390
17391 * follow.el (follow-mode):
17392 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17393 * progmodes/ada-xref.el (ada-gdb-application):
17394 * emulation/vip.el (vip-buffer-in-two-windows):
17395 * image-dired.el (image-dired-dired-with-window-configuration):
17396 * dired-x.el (dired-do-find-marked-files):
17397 * dired.el (dired-pop-to-buffer):
17398 * bs.el (bs--show-with-configuration):
17399 * vc/emerge.el (emerge-setup-windows):
17400 * textmodes/two-column.el (2C-two-columns):
17401 * textmodes/reftex-toc.el (reftex-toc):
17402 * progmodes/gdb-mi.el (gdb-setup-windows):
17403 * progmodes/fortran.el (fortran-window-create):
17404 * net/newst-treeview.el (newsticker--treeview-window-init):
17405 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
17406 * emulation/tpu-edt.el (tpu-gold-map):
17407 * emulation/crisp.el (crisp-mode-map):
17408 * calendar/calendar.el (calendar-basic-setup): Callers changed.
17409
17410 2011-10-29 Chong Yidong <cyd@gnu.org>
17411
17412 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
17413
17414 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
17415
17416 * textmodes/flyspell.el (flyspell-word): Fix char offset for
17417 forged Ispell output (Bug#7904).
17418
17419 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
17420
17421 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17422
17423 * doc-view.el: Avoid ugly errors about not finding nil.
17424 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
17425 (doc-view-dvipdf-program, doc-view-unoconv-program)
17426 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
17427 Avoid nil or absolute file name as default value.
17428 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
17429
17430 2011-10-28 Alan Mackenzie <acm@muc.de>
17431
17432 * progmodes/cc-defs.el (c-version): -> 5.32.2.
17433
17434 2011-10-28 Alan Mackenzie <acm@muc.de>
17435
17436 Amend the handling of c-beginning/end-of-defun in nested declaration
17437 scopes.
17438
17439 * progmodes/cc-vars.el (c-defun-tactic): Move here from
17440 cc-langs.el. Change it to a defcustom.
17441
17442 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
17443 cc-vars.el.
17444
17445 * progmodes/cc-engine.el (c-beginning-of-statement-1):
17446 Prevent "class foo : bar" being spuriously recognized as a label.
17447
17448 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
17449 Add parameter `inclusive' (to include enclosing braces in the region).
17450 (c-widen-to-enclosing-decl-scope): New function.
17451 (c-while-widening-to-decl-block): New macro.
17452 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
17453 outward for defun boundaries, and correspondingly change symbol
17454 `respect-enclosure' to `go-outward'.
17455 (c-declaration-limits): Change algorithm to report only the "innermost"
17456 defun's boundaries.
17457
17458 2011-10-28 Deniz Dogan <deniz@dogan.se>
17459
17460 * net/rcirc.el (rcirc-mode): Use hard newlines.
17461
17462 2011-10-28 Alan Mackenzie <acm@muc.de>
17463
17464 Amend to indent and fontify macros "which include their own semicolon"
17465 correctly, using the "virtual semicolon" mechanism.
17466
17467 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
17468
17469 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
17470 Recode to scan one line at a time rather than having \n and \r
17471 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
17472 (c-forward-label): Amend for virtual semicolons.
17473 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
17474
17475 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
17476 of the new C macros.
17477
17478 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
17479 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
17480 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
17481 (c-opt-cpp-macro-define): Make into a full language variable.
17482 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
17483 AWK Mode (including \n, \r) removed, no longer needed.
17484
17485 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
17486 Invoke c-make-macro-with-semi-re.
17487
17488 * progmodes/cc-vars.el (c-macro-with-semi-re):
17489 (c-macro-names-with-semicolon): New variables.
17490 (c-make-macro-with-semi-re): New function.
17491
17492 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17493
17494 * vc/log-edit.el: Fill empty field rather than adding new one.
17495 (log-edit-add-field): New function.
17496 (log-edit-insert-changelog): Use it.
17497
17498 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17499
17500 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
17501
17502 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17503
17504 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
17505 (gdb--check-interpreter): New function.
17506 (gdb): Use it.
17507
17508 2011-10-27 Glenn Morris <rgm@gnu.org>
17509
17510 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
17511 (least-positive-float, least-negative-float)
17512 (least-positive-normalized-float, least-negative-normalized-float)
17513 (float-epsilon, float-negative-epsilon):
17514 Remove unnecessary declarations.
17515
17516 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
17517 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
17518 (least-positive-float, least-negative-float)
17519 (least-positive-normalized-float, least-negative-normalized-float)
17520 (float-epsilon, float-negative-epsilon): Add doc-strings,
17521 based on those in cl.texi.
17522
17523 * files.el (set-visited-file-name): If the major-mode changed,
17524 reload the local variables. (Bug#9796)
17525
17526 2011-10-27 Chong Yidong <cyd@gnu.org>
17527
17528 * subr.el (change-major-mode-after-body-hook): New hook.
17529 (run-mode-hooks): Run it.
17530
17531 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
17532 Use change-major-mode-before-body-hook.
17533
17534 * simple.el (fundamental-mode):
17535 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
17536 change introducing fundamental-mode-hook.
17537
17538 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
17539
17540 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
17541
17542 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
17543
17544 * ido.el (ido-file-name-all-completions-1): Do not require
17545 tramp.el explicitly. (Bug#7583)
17546
17547 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17548
17549 * progmodes/octave-mod.el:
17550 * progmodes/octave-inf.el: Update maintainer.
17551
17552 2011-10-26 Chong Yidong <cyd@gnu.org>
17553
17554 * subr.el (with-wrapper-hook): Rewrite doc.
17555
17556 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
17557
17558 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
17559 filenames "/method:foo:". (Bug#9793)
17560
17561 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17562
17563 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
17564 (bug#9865).
17565
17566 2011-10-24 Glenn Morris <rgm@gnu.org>
17567
17568 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
17569
17570 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
17571
17572 * notifications.el: Add the requirement of a running D-Bus session
17573 bus to the Commentary.
17574
17575 2011-10-24 Juri Linkov <juri@jurta.org>
17576
17577 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
17578 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
17579 (Bug#9364)
17580
17581 2011-10-24 Juri Linkov <juri@jurta.org>
17582
17583 * info.el (Info-following-node-name-re): Add newline to the list
17584 of allowed characters for leading space. (Bug#9824)
17585
17586 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17587
17588 * progmodes/octave-inf.el (inferior-octave-mode-map):
17589 Fix C-c C-h binding.
17590 * progmodes/octave-mod.el (octave-help): Remove.
17591
17592 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
17593
17594 Sync with Tramp 2.2.3.
17595
17596 * net/tramp-cache.el (top): Pacify byte-compiler using
17597 `init-file-user' and `site-run-file'.
17598
17599 * net/trampver.el: Update release number.
17600
17601 2011-10-23 Chong Yidong <cyd@gnu.org>
17602
17603 * files.el (toggle-read-only): Remove obsolete comment about
17604 version control.
17605
17606 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
17607 for toggle-read-only. Note that this hasn't called vc-next-action
17608 since 2008-05-02, though it wasn't documented at the time.
17609
17610 * vc/ediff-init.el (ediff-toggle-read-only-function):
17611 Use toggle-read-only.
17612
17613 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
17614
17615 Fix bug #9560, sporadic wrong indentation; improve instrumentation
17616 of c-parse-state.
17617
17618 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
17619 correct faulty logical expression.
17620 (c-parse-state-state, c-record-parse-state-state):
17621 (c-replay-parse-state-state): New defvar/defuns.
17622 (c-debug-parse-state): Use new functions.
17623
17624 2011-10-22 Martin Rudalics <rudalics@gmx.at>
17625
17626 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
17627 last fix. Use window-in-direction correctly.
17628
17629 2011-10-21 Chong Yidong <cyd@gnu.org>
17630
17631 * progmodes/idlwave.el (idlwave-mode):
17632 * progmodes/vera-mode.el (vera-mode): No need to set
17633 require-final-newline; that's done in prog-mode.
17634 Suggested by Stefan Monnier.
17635
17636 2011-10-21 Martin Rudalics <rudalics@gmx.at>
17637
17638 * mouse.el (mouse-drag-window-above)
17639 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
17640 (mouse-drag-mode-line-1, mouse-drag-header-line)
17641 (mouse-drag-vertical-line-rightward-window): Remove.
17642 (mouse-drag-line): New function.
17643 (mouse-drag-mode-line, mouse-drag-header-line)
17644 (mouse-drag-vertical-line): Call mouse-drag-line.
17645 * window.el (window-at-side-p, windows-at-side): New functions.
17646
17647 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
17648
17649 * tar-mode.el (tar-grind-file-mode):
17650 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
17651
17652 2011-10-21 Chong Yidong <cyd@gnu.org>
17653
17654 * progmodes/idlwave.el (idlwave-mode):
17655 * progmodes/vera-mode.el (vera-mode):
17656 Use mode-require-final-newline.
17657
17658 2011-10-20 Glenn Morris <rgm@gnu.org>
17659
17660 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
17661
17662 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
17663
17664 * emulation/cua-base.el (cua-set-mark): Fix case of string.
17665
17666 2011-10-20 Chong Yidong <cyd@gnu.org>
17667
17668 * emulation/cua-base.el (cua-mode):
17669 * mail/footnote.el (footnote-mode):
17670 * mail/mailabbrev.el (mail-abbrevs-mode):
17671 * net/xesam.el (xesam-minor-mode):
17672 * progmodes/bug-reference.el (bug-reference-mode):
17673 * progmodes/cap-words.el (capitalized-words-mode):
17674 * progmodes/compile.el (compilation-minor-mode)
17675 (compilation-shell-minor-mode):
17676 * progmodes/gud.el (gud-tooltip-mode):
17677 * progmodes/hideif.el (hide-ifdef-mode):
17678 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
17679 * progmodes/subword.el (subword-mode):
17680 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
17681 * progmodes/which-func.el (which-function-mode):
17682 * term/tvi970.el (tvi970-set-keypad-mode):
17683 * term/vt100.el (vt100-wide-mode):
17684 * textmodes/flyspell.el (flyspell-mode):
17685 * textmodes/ispell.el (ispell-minor-mode):
17686 * textmodes/nroff-mode.el (nroff-electric-mode):
17687 * textmodes/paragraphs.el (use-hard-newlines):
17688 * textmodes/refill.el (refill-mode):
17689 * textmodes/reftex.el (reftex-mode):
17690 * textmodes/rst.el (rst-minor-mode):
17691 * textmodes/sgml-mode.el (html-autoview-mode)
17692 (sgml-electric-tag-pair-mode):
17693 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
17694 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
17695 * emulation/crisp.el (crisp-mode):
17696 * emacs-lisp/eldoc.el (eldoc-mode):
17697 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
17698 minor mode behavior.
17699
17700 2011-10-19 Juri Linkov <juri@jurta.org>
17701
17702 * descr-text.el (describe-char): Add #x2010 and #x2011 to
17703 the list of hard-coded chars with escape-glyph face.
17704
17705 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17706
17707 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
17708
17709 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
17710
17711 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
17712 running process.
17713
17714 2011-10-19 Glenn Morris <rgm@gnu.org>
17715
17716 * vc/vc-bzr.el (vc-bzr-after-dir-status):
17717 Ignore ignored files. (Bug#9726)
17718
17719 2011-10-19 Chong Yidong <cyd@gnu.org>
17720
17721 Doc fix for minor modes, stating that an omitted argument enables
17722 the mode unconditionally when called from Lisp.
17723
17724 * abbrev.el (abbrev-mode):
17725 * allout.el (allout-mode):
17726 * autoinsert.el (auto-insert-mode):
17727 * autoarg.el (autoarg-mode, autoarg-kp-mode):
17728 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
17729 (global-auto-revert-mode):
17730 * battery.el (display-battery-mode):
17731 * composite.el (global-auto-composition-mode)
17732 (auto-composition-mode):
17733 * delsel.el (delete-selection-mode):
17734 * desktop.el (desktop-save-mode):
17735 * dired-x.el (dired-omit-mode):
17736 * dirtrack.el (dirtrack-mode):
17737 * doc-view.el (doc-view-minor-mode):
17738 * double.el (double-mode):
17739 * electric.el (electric-indent-mode, electric-pair-mode):
17740 * emacs-lock.el (emacs-lock-mode):
17741 * epa-hook.el (auto-encryption-mode):
17742 * follow.el (follow-mode):
17743 * font-core.el (font-lock-mode):
17744 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
17745 * help.el (temp-buffer-resize-mode):
17746 * hilit-chg.el (highlight-changes-mode)
17747 (highlight-changes-visible-mode):
17748 * hi-lock.el (hi-lock-mode):
17749 * hl-line.el (hl-line-mode, global-hl-line-mode):
17750 * icomplete.el (icomplete-mode):
17751 * ido.el (ido-everywhere):
17752 * image-file.el (auto-image-file-mode):
17753 * image-mode.el (image-minor-mode):
17754 * iswitchb.el (iswitchb-mode):
17755 * jka-cmpr-hook.el (auto-compression-mode):
17756 * linum.el (linum-mode):
17757 * longlines.el (longlines-mode):
17758 * master.el (master-mode):
17759 * mb-depth.el (minibuffer-depth-indicate-mode):
17760 * menu-bar.el (menu-bar-mode):
17761 * minibuf-eldef.el (minibuffer-electric-default-mode):
17762 * mouse-sel.el (mouse-sel-mode):
17763 * msb.el (msb-mode):
17764 * mwheel.el (mouse-wheel-mode):
17765 * outline.el (outline-minor-mode):
17766 * paren.el (show-paren-mode):
17767 * recentf.el (recentf-mode):
17768 * reveal.el (reveal-mode, global-reveal-mode):
17769 * rfn-eshadow.el (file-name-shadow-mode):
17770 * ruler-mode.el (ruler-mode):
17771 * savehist.el (savehist-mode):
17772 * scroll-all.el (scroll-all-mode):
17773 * scroll-bar.el (scroll-bar-mode):
17774 * server.el (server-mode):
17775 * shell.el (shell-dirtrack-mode):
17776 * simple.el (auto-fill-mode, transient-mark-mode)
17777 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
17778 (line-number-mode, column-number-mode, size-indication-mode)
17779 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
17780 * strokes.el (strokes-mode):
17781 * time.el (display-time-mode):
17782 * t-mouse.el (gpm-mouse-mode):
17783 * tool-bar.el (tool-bar-mode):
17784 * tooltip.el (tooltip-mode):
17785 * type-break.el (type-break-mode-line-message-mode)
17786 (type-break-query-mode):
17787 * view.el (view-mode):
17788 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17789 (global-whitespace-mode, global-whitespace-newline-mode):
17790 * xt-mouse.el (xterm-mouse-mode): Doc fix.
17791
17792 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
17793 Fix autogenerated docstring.
17794
17795 2011-10-19 Juri Linkov <juri@jurta.org>
17796
17797 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
17798 by checking environment variables "DESKTOP_SESSION" and
17799 "XDG_CURRENT_DESKTOP". (Bug#9779)
17800
17801 2011-10-19 Juri Linkov <juri@jurta.org>
17802
17803 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
17804 (browse-url-chromium-program, browse-url-chromium-arguments):
17805 New defcustoms.
17806 (browse-url-default-browser): Check for `browse-url-chromium' and
17807 call `browse-url-chromium-program'.
17808 (browse-url-chromium): New command. (Bug#9779)
17809
17810 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
17811
17812 * facemenu.el (list-colors-duplicates): On Windows, detect more
17813 duplicates by assuming that only colors matching "^System" are
17814 special "system colors". (Bug#9722)
17815
17816 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17817
17818 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
17819 to distinguish the author from the committer.
17820
17821 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
17822
17823 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
17824
17825 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
17826
17827 * international/mule.el (sgml-html-meta-auto-coding-function):
17828 Add support for detecting encoding in HTML5 specified only as
17829 <meta charset="UTF-8">. Implementation just makes http-equiv and
17830 content-type parts from HTML4 encoding string optional. (Bug#9716)
17831
17832 2011-10-18 Glenn Morris <rgm@gnu.org>
17833
17834 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
17835
17836 2011-10-18 Chong Yidong <cyd@gnu.org>
17837
17838 * faces.el (cursor): Doc fix.
17839
17840 2011-10-17 Chong Yidong <cyd@gnu.org>
17841
17842 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
17843
17844 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
17845
17846 * dirtrack.el (dirtrack): Support shell buffers with path
17847 prefixes, e.g. tramp-based remote shells. (Bug#9647)
17848
17849 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
17850
17851 * json.el: Bump version to 1.3 and note change in History.
17852 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
17853
17854 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17855
17856 * comint.el (comint-insert-input, comint-send-input)
17857 (comint-get-old-input-default, comint-backward-matching-input)
17858 (comint-next-prompt): Use nil instead of `input' for field property of
17859 past user input (bug#114).
17860
17861 * minibuffer.el (completion--replace): Inherit surrounding properties
17862 (bug#114).
17863 (minibuffer-complete-and-exit): Use it.
17864
17865 * comint.el (comint--table-subvert): Quote the all-completions output
17866 (bug#9160).
17867
17868 2011-10-17 Martin Rudalics <rudalics@gmx.at>
17869
17870 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
17871
17872 * menu-bar.el (menu-bar-file-menu): Add entry for making new
17873 window on right of selected. (Bug#9350) Reword other window
17874 entries and separate them from frame entries.
17875
17876 2011-10-15 Glenn Morris <rgm@gnu.org>
17877
17878 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
17879 Doc fixes.
17880
17881 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
17882
17883 * net/network-stream.el (network-stream-open-starttls):
17884 Improve detection of failure due to lack of TLS support.
17885
17886 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
17887 putting the input text in front and in bold.
17888
17889 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17890
17891 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
17892
17893 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
17894 empty buffer.
17895
17896 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
17897 unread-command-events rather than pushing yet-another event.
17898
17899 2011-10-14 Eli Zaretskii <eliz@gnu.org>
17900
17901 * mail/sendmail.el (sendmail-query-once): Improve the wording of
17902 the explanation of the possible choices. Make the options passed
17903 to completing-read shorter.
17904
17905 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
17906
17907 * textmodes/flyspell.el (flyspell-large-region): Make sure
17908 extended character mode is used if defined (Bug#1339).
17909
17910 2011-10-13 Eli Zaretskii <eliz@gnu.org>
17911
17912 * simple.el (what-cursor-position): Fix the display of the
17913 character info for LRE, LRO, RLE, and RLO characters by appending
17914 an invisible PDF.
17915
17916 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
17917
17918 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
17919 even in case of error; add debug spec; simplify data flow.
17920 (with-timeout-handler): Remove.
17921
17922 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
17923
17924 Fix Bug#6019, Bug#9315.
17925
17926 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
17927 complete `buffer-file-name', the local file name part could look
17928 remotely (for example on VMS).
17929
17930 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
17931 `tramp-run-real-handler'.
17932 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
17933 already quoted by '"'.
17934
17935 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
17936 Let `file-name-handler-alist' be nil, the local file name part
17937 could look remotely (for example on VMS).
17938
17939 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
17940
17941 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
17942 from here...
17943 (flyspell-post-command-hook): ...to here.
17944
17945 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
17946
17947 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
17948 if not needed.
17949 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
17950 using completion. Protect against "slow" callers.
17951 Remove the "message hack".
17952
17953 2011-10-11 Juri Linkov <juri@jurta.org>
17954
17955 * isearch.el (isearch-lazy-highlight-word): New variable.
17956 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
17957 Use it. (Bug#9727)
17958
17959 2011-10-11 Glenn Morris <rgm@gnu.org>
17960
17961 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
17962 like f90-previous-statement does.
17963
17964 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17965
17966 * eshell/eshell.el (eshell-command): History should be saved
17967 only in interactive use, to avoid error.
17968
17969 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
17970
17971 * minibuffer.el (completion-file-name-table): Fix last change,
17972 i.e. ignore normal errors but not the other ones.
17973
17974 2011-10-10 Martin Rudalics <rudalics@gmx.at>
17975
17976 * window.el (special-display-buffer-names)
17977 (special-display-regexps): Remove some remnants of earlier
17978 changes from doc-strings.
17979 (quit-windows-on): New function.
17980
17981 * vc/vc.el (vc-revert, vc-rollback):
17982 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
17983 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
17984 (Bug#6183) (Bug#7074) (Bug#7447)
17985
17986 2011-10-09 Martin Rudalics <rudalics@gmx.at>
17987
17988 * window.el (frame-auto-hide-function): Add version tag.
17989 (Bug#9699)
17990
17991 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
17992
17993 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
17994 condition.
17995
17996 2011-10-09 Leo Liu <sdl.web@gmail.com>
17997
17998 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
17999 (Bug#9701)
18000
18001 2011-10-08 Glenn Morris <rgm@gnu.org>
18002
18003 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
18004 before the first code statement zero indent. (Bug#9690)
18005
18006 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
18007
18008 * simple.el (count-words-region): Always count in the region.
18009 Report the number of lines and characters too.
18010 (count-words): New command, which counts in the buffer if the
18011 region is inactive, as count-words-region used to.
18012 (count-words--message): New function. Handle plurals.
18013 (count-lines-region): Make it an alias for count-words-region.
18014
18015 * bindings.el (esc-map): Replace count-lines-region with
18016 count-words-region.
18017
18018 2011-10-08 Martin Rudalics <rudalics@gmx.at>
18019
18020 * window.el (window--delete): Delete dedicated frame
18021 unconditionally when argument KILL is non-nil. (Bug#9699)
18022 (switch-to-buffer): Fix doc-string typo.
18023
18024 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18025
18026 * eshell/eshell.el (eshell-command): Avoid using hooks.
18027
18028 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
18029
18030 * bindings.el ([M-left],[M-right]): Bind to left-word and
18031 right-word respectively.
18032
18033 2011-10-07 Glenn Morris <rgm@gnu.org>
18034
18035 * cus-start.el (debug-on-quit): Fix custom type.
18036
18037 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18038
18039 * subr.el (define-key-after): Clarify that the function is not
18040 useful for non-menu keymaps.
18041
18042 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
18043
18044 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18045
18046 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
18047 in current minibuffer (Fix bug with recursive minibuffers).
18048
18049 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
18050
18051 * progmodes/gdb-mi.el (gdb): Doc fix.
18052
18053 2011-10-05 Martin Rudalics <rudalics@gmx.at>
18054
18055 * window.el (frame-auto-hide-function): New option replacing
18056 frame-auto-delete. Suggested by Stefan Monnier.
18057 (window--delete): Call frame-auto-hide-function instead of
18058 investigating frame-auto-delete.
18059 (window-point-1, set-window-point-1): New functions.
18060 (window-in-direction, record-window-buffer, window-state-get-1)
18061 (display-buffer-record-window): Use window-point-1 instead of
18062 window-point.
18063 (set-window-buffer-start-and-point): Use set-window-point-1.
18064
18065 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18066
18067 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
18068
18069 2011-10-05 Glenn Morris <rgm@gnu.org>
18070
18071 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
18072 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
18073
18074 2011-10-05 Leo Liu <sdl.web@gmail.com>
18075
18076 * subr.el (read-char-choice): Fix argument to buffer-live-p which
18077 works with buffer object.
18078
18079 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18080
18081 * mpc.el (mpc-tool-bar-map): Add labels.
18082
18083 2011-10-04 Glenn Morris <rgm@gnu.org>
18084
18085 * calendar/holidays.el (calendar-check-holidays): Doc fix.
18086
18087 2011-10-04 Martin Rudalics <rudalics@gmx.at>
18088
18089 * window.el (window--delete): New function.
18090 (frame-auto-delete): Resuscitate option.
18091 (bury-buffer, replace-buffer-in-windows)
18092 (quit-window): Rewrite using window--delete.
18093 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18094 Pass display-buffer-mark-dedicated to window--display-buffer-2
18095 (Bug#9639).
18096
18097 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18098
18099 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
18100 returns a list (bug#9554). Add remote file name completion.
18101 * comint.el (comint--table-subvert): Curry and get quote&unquote
18102 functions as arguments.
18103 (comint--complete-file-name-data): Adjust call accordingly.
18104 * pcomplete.el (pcomplete--table-subvert): Remove.
18105 (pcomplete-completions-at-point): Use comint--table-subvert instead.
18106
18107 * minibuffer.el (completion-table-case-fold): Use currying.
18108 (completion--styles-type, completion--cycling-threshold-type):
18109 New constants.
18110 (completion-styles, completion-category-overrides)
18111 (completion-cycle-threshold): Use them.
18112 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
18113 completion-table-case-fold.
18114
18115 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
18116
18117 * minibuffer.el (completion-category-overrides): Fix type of styles
18118 and add more user friendly tags (bug#9660).
18119
18120 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18121
18122 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
18123 (mule-input-method-string): New widget.
18124 (default-input-method, language-info-custom-alist): Use it.
18125
18126 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18127
18128 * pcomplete.el: Require comint.
18129 (pcomplete--common-suffix): Remove.
18130 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
18131 (pcomplete--table-subvert): Sync with comint--table-subvert.
18132 (pcomplete--entries): Use comint-completion-file-name-table.
18133 * comint.el (comint-unquote-filename): Simplify.
18134 (comint-completion-file-name-table): New function (bug#9616).
18135 (comint--complete-file-name-data): Use it.
18136
18137 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
18138 (pcmpl-gnu-tar-buffer): Remove.
18139 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
18140 around. Make sure pcomplete-suffix-list is only changed temporarily.
18141 Don't look inside the tar's file if it's too large.
18142
18143 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
18144
18145 * cus-edit.el (custom-mode-map):
18146 * epa.el (epa-key-list-mode-map):
18147 * man.el (Man-mode-map):
18148 * startup.el (splash-screen-keymap):
18149 * simple.el (special-mode-map): Use scroll-up-command and
18150 scroll-down-command.
18151
18152 * progmodes/idlw-help.el (idlwave-help-mode-map):
18153 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
18154 * net/newst-plainview.el (newsticker-mode-map):
18155 * emulation/ws-mode.el (wordstar-mode-map):
18156 * emulation/vi.el (vi-com-map):
18157 * calc/calc-graph.el (calc-graph-show-dumb):
18158 * term/sun.el (terminal-init-sun):
18159 * term/ns-win.el (global-map):
18160 * progmodes/grep.el (grep-mode-map):
18161 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
18162 * mail/rmail.el (rmail-mode-map):
18163 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
18164
18165 * custom.el (custom-safe-themes, load-theme): Treat value of t for
18166 custom-safe-themes as special.
18167
18168 2011-10-01 Julien Danjou <julien@danjou.info>
18169
18170 * notifications.el (notifications-notify): Fix docstring.
18171
18172 2011-10-01 Per Starbäck <per@starback.se>
18173
18174 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
18175
18176 2011-09-30 Martin Rudalics <rudalics@gmx.at>
18177
18178 * startup.el (command-line-1): Fix last fix by inserting
18179 initial-scratch-message into *scratch* before displaying it.
18180 (Bug#9605) and (Bug#9636)
18181
18182 2011-09-29 Eli Zaretskii <eliz@gnu.org>
18183
18184 * simple.el (line-move): If auto-hscroll-mode is disabled and the
18185 window is hscrolled, move by logical lines. (Bug#9607)
18186 (line-move-visual): Update the doc string to the above effect.
18187
18188 2011-09-29 Martin Rudalics <rudalics@gmx.at>
18189
18190 * window.el (display-buffer-record-window): When WINDOW is the
18191 selected window use `point' instead of `window-point'. (Bug#9626)
18192
18193 * startup.el (command-line-1): Use insert-before-markers when
18194 inserting initial-scratch-message. (Bug#9605)
18195
18196 * help.el (help-window): Remove variable.
18197
18198 2011-09-29 Glenn Morris <rgm@gnu.org>
18199
18200 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
18201
18202 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
18203
18204 * descr-text.el (describe-char-categories): Accept category
18205 descriptions more than one line long.
18206
18207 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
18208
18209 * simple.el (delete-trailing-whitespace): Fix last change.
18210
18211 * progmodes/perl-mode.el (perl-syntax-propertize-function):
18212 Don't confuse "y => 3" as the beginning of a `y' operation.
18213
18214 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
18215 object has more than 4 slots (bug#9613).
18216
18217 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
18218
18219 * subr.el (with-output-to-temp-buffer):
18220 * net/quickurl.el (quickurl, quickurl-browse-url):
18221 Fix typos in docstrings.
18222
18223 2011-09-27 Eli Zaretskii <eliz@gnu.org>
18224
18225 * minibuffer.el (completion-styles)
18226 (completion-category-overrides): Cross reference each other in doc
18227 strings.
18228
18229 2011-09-27 Glenn Morris <rgm@gnu.org>
18230
18231 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
18232 to split-string. (Bug#9606)
18233
18234 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
18235
18236 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
18237 (bug#9615).
18238
18239 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
18240
18241 * emacs-lisp/package.el (list-packages): Fix echo area message.
18242
18243 2011-09-27 Leo Liu <sdl.web@gmail.com>
18244
18245 * ido.el (ido-read-internal): Accept cons cell HIST arg.
18246
18247 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
18248
18249 * net/dbus.el (dbus-unregister-object): Don't release services for
18250 registered signals. (Bug#9581)
18251
18252 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
18253
18254 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
18255 function that picks between cfengine 2 and 3 support
18256 automatically. Update docs accordingly.
18257
18258 2011-09-22 Kenichi Handa <handa@m17n.org>
18259
18260 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
18261 ZERO.
18262 (indian-itrans-v5-table-for-tamil): New variable.
18263 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
18264
18265 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
18266
18267 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
18268 that's true if the current command involved collapsing of text.
18269 It's reset to false at the beginning of the next command.
18270 (allout-post-command-business): Move the cursor to the beginning
18271 of entry if the cursor is hidden and collapsing activity just
18272 happened.
18273
18274 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
18275
18276 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
18277 tracking (Bug#9541).
18278
18279 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
18280
18281 * net/newst-reader.el (newsticker-html-renderer)
18282 (newsticker-show-news): Automatically load html rendering package
18283 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
18284 because w3m-fill-column is let-bound" and the error "Symbol's value
18285 as variable is void: w3m-fill-column".
18286
18287 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
18288
18289 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
18290 Release services only if they are defined. (Bug#9581)
18291
18292 2011-09-23 Richard Stallman <rms@gnu.org>
18293
18294 * textmodes/paragraphs.el (forward-sentence): For backwards case,
18295 distinguish start of paragraph from start of its text.
18296
18297 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
18298
18299 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
18300 (rmail-generate-viewer-buffer): Put that hook on view buffer.
18301 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
18302
18303 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
18304
18305 * international/mule-diag.el (mule-diag): Insert a newline after
18306 each fontset description.
18307
18308 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18309
18310 * simple.el (delete-trailing-whitespace):
18311 Document last change; simplify.
18312
18313 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
18314
18315 * simple.el (delete-trailing-whitespace): Also delete
18316 extra newlines at the end of the buffer.
18317
18318 * textmodes/picture.el: Make motion commands obey shift-select-mode.
18319 (picture-newline): Use forward-line so as to ignore fields.
18320
18321 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18322
18323 * subr.el (with-wrapper-hook): Fix edebug spec.
18324
18325 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18326
18327 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
18328 (bug#4538).
18329
18330 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
18331
18332 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
18333 Fix nasty bug using wrong cached values.
18334
18335 2011-09-23 Alan Mackenzie <acm@muc.de>
18336
18337 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
18338
18339 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
18340
18341 * window.el (pop-to-buffer): Ensure right window is selected if we
18342 chose another frame.
18343
18344 2011-09-22 Eli Zaretskii <eliz@gnu.org>
18345
18346 * simple.el (what-cursor-position): Use get-char-property-change
18347 and next-single-char-property-change, to be able to show display
18348 properties that come from overlays as well as text properties.
18349
18350 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
18351
18352 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
18353
18354 * cmuscheme.el (run-scheme, switch-to-scheme):
18355 * cus-edit.el (customize-group, custom-buffer-create)
18356 (customize-browse):
18357 * info.el (info):
18358 * shell.el (shell):
18359 * mail/sendmail.el (mail):
18360 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
18361
18362 2011-09-22 Richard Stallman <rms@gnu.org>
18363
18364 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
18365 move back only to line beg, don't move back over blank lines.
18366
18367 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
18368
18369 * files.el (copy-directory): Set directory attributes only in case
18370 they could be retrieved from the source directory. (Bug#9565)
18371
18372 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
18373
18374 * progmodes/hideshow.el (hs-looking-at-block-start-p)
18375 (hs-find-block-beginning, hs-hide-level-recursive):
18376 Ignore strings as well as comments. (Bug#9502)
18377
18378 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
18379
18380 * progmodes/sql.el (sql-comint-postgres):
18381 Convert port number to a string. (Bug#9566)
18382
18383 2011-09-22 Martin Rudalics <rudalics@gmx.at>
18384
18385 * window.el (quit-window): Undedicate window when switching to
18386 previous buffer. Reported by Thierry Volpiatto
18387 <thierry.volpiatto@gmail.com>.
18388 (special-display-popup-frame): When popping up a new frame reset
18389 its previous buffers to nil. Simplify code.
18390
18391 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
18392
18393 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
18394 and process filter, as done also in `shell-command'.
18395
18396 2011-09-21 Martin Rudalics <rudalics@gmx.at>
18397
18398 * window.el (set-window-buffer-start-and-point):
18399 Call set-window-start with NOFORCE argument t.
18400 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
18401 (quit-window): Reword doc-string. Handle new format of
18402 quit-restore parameter. Don't delete window if it has a
18403 previous buffer we can show instead of the present one.
18404 (display-buffer-record-window): Rewrite using a new format for
18405 the quit-restore window parameter
18406 (special-display-popup-frame, display-buffer-same-window)
18407 (display-buffer-reuse-window, display-buffer-pop-up-frame)
18408 (display-buffer-pop-up-window, display-buffer-use-some-window):
18409 Adapt symbol passed to display-buffer-record-window.
18410 * help.el (help-window-setup): Handle new format of quit-restore
18411 parameter.
18412
18413 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18414
18415 * faces.el (face-list): Fix docstring (bug#9564).
18416
18417 * window.el (display-buffer--action-function-custom-type):
18418 Don't include internal functions in the Custom interface.
18419
18420 2011-09-20 Juri Linkov <juri@jurta.org>
18421
18422 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
18423 (Info-forward-node, Info-backward-node, Info-next-preorder)
18424 (Info-last-preorder): Use it. (Bug#9528)
18425
18426 2011-09-20 Juri Linkov <juri@jurta.org>
18427
18428 * info.el (Info-last-preorder): Visit last menu item only when
18429 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
18430
18431 2011-09-20 Julien Danjou <julien@danjou.info>
18432
18433 * password-cache.el (password-cache-remove): Remove entries even if the
18434 value is nil, so that password with a nil value (negative caching) is
18435 possible to invalidate.
18436
18437 2011-09-20 Lawrence Mitchell <wence@gmx.li>
18438
18439 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
18440 all whitespace around breakpoint. (Bug#9553)
18441 (f90-find-breakpoint): Only break at whitespace inside a comment.
18442
18443 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
18444
18445 * minibuffer.el (completion-file-name-table): Keep track of errors.
18446 (completion-table-with-predicate): Handle the case where pred1 is nil.
18447 * pcomplete.el (pcomplete-completions-at-point): Simplify.
18448
18449 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18450
18451 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
18452 (debugger-return-value): Signal an error if the debugging context does
18453 not await any return value.
18454
18455 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
18456 * image-mode.el (image-toggle-display-text)
18457 (image-toggle-display-image): Stay away from evil `intangible'.
18458
18459 2011-09-19 Leo Liu <sdl.web@gmail.com>
18460
18461 * replace.el (occur-revert-arguments): Make it permanent-local.
18462 (occur-mode): Don't call font-lock-defontify.
18463
18464 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
18465
18466 * net/ldap.el (ldap-search-internal): Don't push empty search
18467 result (Bug#9508).
18468
18469 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18470
18471 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
18472
18473 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
18474
18475 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
18476 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
18477
18478 2011-09-18 Juri Linkov <juri@jurta.org>
18479
18480 * buff-menu.el (Buffer-menu-mode-map):
18481 * dired.el (dired-mode-map):
18482 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
18483 (lisp-interaction-mode-map):
18484 * emacs-lisp/package.el (package-menu-mode-map):
18485 * epa.el (epa-key-list-mode-map):
18486 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
18487 (menu-bar-options-menu):
18488 * outline.el (outline-mode-menu-bar-map):
18489 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
18490 * vc/vc-dir.el (vc-dir-menu-map):
18491 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
18492 Capitalize non-function content words in menu item strings.
18493
18494 * dired.el (dired-mode-map): Add menu item for
18495 `image-dired-dired-toggle-marked-thumbs'.
18496
18497 2011-09-18 Juri Linkov <juri@jurta.org>
18498
18499 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
18500 to `isearch-case-fold-search' and restore its original value
18501 after the `isearch-mode' call.
18502
18503 2011-09-18 Juri Linkov <juri@jurta.org>
18504
18505 * progmodes/grep.el (grep-process-setup): Don't check code for 1
18506 because `zgrep' returns 1 for successful matches (bug#9226).
18507
18508 2011-09-18 Juri Linkov <juri@jurta.org>
18509
18510 * info.el (Info-extract-menu-node-name): Check the second match
18511 for empty string (second test-case of bug#9528).
18512 (Info-last-preorder): Let-bind `Info-history' to nil to not add
18513 intermediate nodes to the history (first test-case of bug#9528).
18514
18515 2011-09-18 Juri Linkov <juri@jurta.org>
18516
18517 * info.el (Info-mode-syntax-table): New variable.
18518 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
18519
18520 2011-09-18 Juri Linkov <juri@jurta.org>
18521
18522 * info.el (Info-file-supports-index-cookies):
18523 Increment line-beginning-position's arg from 3 to 4 because makeinfo
18524 outputs one more line for long file names (bug#4142).
18525
18526 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
18527
18528 * newcomment.el (comment-normalize-vars): If prompting for
18529 comment-start, set comment-start-skip too (Bug#8424).
18530
18531 2011-09-18 Johan Bockgård <bojohan@gnu.org>
18532
18533 * icomplete.el: Fix previous fix of Bug#5849.
18534 (icomplete-mode): Don't set completion-show-inline-help.
18535 (icomplete-minibuffer-setup): Set completion-show-inline-help
18536 locally during icompletion.
18537
18538 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
18539
18540 * woman.el (woman2-process-escapes): Don't delete unrecognized
18541 escapes (Bug#7843).
18542
18543 * files.el (inhibit-first-line-modes-regexps): Add image files.
18544 (hack-local-variables-prop-line): Return nil for malformed
18545 prop-lines (Bug#9044).
18546
18547 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
18548
18549 * net/tramp.el (top): Don't require 'shell.
18550 (tramp-methods): Fix docstring.
18551 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
18552 Return complete remote file name. Handle "smb" case.
18553 Use `tramp-tmpdir', if defined for the respective method.
18554 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
18555
18556 * net/tramp-compat.el (top): Require 'shell.
18557
18558 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
18559 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
18560 `tramp-current-host'.
18561 (tramp-get-remote-tmpdir): Remove.
18562
18563 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
18564 `tramp-tmpdir' entries.
18565 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
18566 (tramp-smb-handle-file-attributes): Ignore errors.
18567 (tramp-smb-wait-for-output): Check also for process end.
18568
18569 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18570
18571 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
18572 when sending QUIT (bug#9312).
18573
18574 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
18575
18576 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
18577 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
18578 occur-mode-display-occurrence.
18579 (occur-edit-mode): Add usage message.
18580 (occur-cease-edit): New command.
18581 (occur-after-change-function): Use text properties to find the
18582 position of the prefix text.
18583 (occur-engine): Set stickiness of prefix text properties.
18584
18585 2011-09-17 Glenn Morris <rgm@gnu.org>
18586
18587 * progmodes/etags.el (complete-tag):
18588 Fix call to completion-in-region. (Bug#9526)
18589
18590 2011-09-17 Juri Linkov <juri@jurta.org>
18591
18592 * textmodes/ispell.el (ispell-word): Add to the error message
18593 the word, ispell program name and current dictionary (bug#9121).
18594 (ispell-tex-arg-end): Capitalize "error" in the error message.
18595
18596 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
18597
18598 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
18599 check. (Bug#4251)
18600
18601 2011-09-17 Juri Linkov <juri@jurta.org>
18602
18603 * window.el (window-safe-min-height, window-safe-min-width):
18604 Fix typos (followup to bug#9522).
18605
18606 2011-09-17 Sven Joachim <svenjoac@gmx.de>
18607
18608 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
18609
18610 2011-09-16 Eli Zaretskii <eliz@gnu.org>
18611
18612 * simple.el (line-move): If goal-column is set, move by logical
18613 lines, not by display lines. (Bug#971)
18614 (next-line, previous-line, goal-column, line-move-visual): Doc fix
18615 to reflect the above change.
18616
18617 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
18618
18619 * image.el (imagemagick-register-types): Use regexp-opt.
18620
18621 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
18622
18623 * window.el (display-buffer-base-action): Rename from
18624 display-buffer-default-action. Make default value empty.
18625 (display-buffer-overriding-action): Convert to defvar.
18626 (display-buffer-fallback-action): New var.
18627
18628 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
18629
18630 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
18631 declaration.
18632 (package--add-to-archive-contents): If there is a duplicate entry
18633 with an older version, remove it.
18634 (package-menu-mark-delete, package-menu-mark-install)
18635 (package-menu-mark-unmark): Make unused args optional.
18636 (package-menu-mark-obsolete-for-deletion):
18637 Use package-menu-get-status instead of a regexp search.
18638 (package-menu-get-status): Use tabulated-list-entry.
18639 (package-menu-mark-upgrades): New command.
18640 (package-menu-mode-map): Bind it to U. Add it to menu bar.
18641 (package-menu-execute): Do installation before deletion.
18642 (package-menu-refresh, package-menu-execute): Use derived-mode-p
18643 instead of checking major-mode.
18644 (package-menu--find-upgrades): New function.
18645
18646 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18647
18648 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
18649 passwords in the log buffer.
18650 (smtpmail-process-filter): Update the process marker so that the
18651 "broken by peer" status message is inserted in the right place.
18652
18653 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
18654
18655 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
18656 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
18657 bibtex-completion-at-point-function.
18658 (bibtex-completion-at-point-function): Use them.
18659
18660 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
18661
18662 * mpc.el (mpc-constraints-tag-lookup): New function.
18663 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
18664 also to browser "album|playlist".
18665
18666 2011-09-14 Juri Linkov <juri@jurta.org>
18667
18668 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
18669 (isearch-edit-string): Use length of `isearch-string' when
18670 `isearch-fail-pos' returns nil.
18671 (isearch-message): Remove duplicate code and call
18672 `isearch-fail-pos' with arg `t'.
18673
18674 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
18675
18676 * replace.el (occur-mode-goto-occurrence): Don't force using other
18677 window (Bug#9499).
18678
18679 * dired-aux.el (dired-do-chmod): Don't provide initial input.
18680
18681 2011-09-14 Martin Rudalics <rudalics@gmx.at>
18682
18683 * window.el (display-buffer-window): Remove.
18684 (display-buffer-record-window): Use help-setup window parameter
18685 instead of variable display-buffer-window.
18686 (display-buffer-function, special-display-buffer-names)
18687 (special-display-function): Mention help-setup parameter instead
18688 of display-buffer-window in doc-string.
18689 * help.el (help-window-setup): New argument help-window.
18690 Use help-window-setup parameter instead of display-buffer-window.
18691 Reword some messages.
18692 (with-help-window): Pass window used for displaying the buffer
18693 to help-window-setup. Don't set display-buffer-window.
18694
18695 2011-09-13 Glenn Morris <rgm@gnu.org>
18696
18697 * emacs-lisp/debug.el (debugger-make-xrefs):
18698 Preserve point. (Bug#9462)
18699
18700 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
18701
18702 * window.el (window-deletable-p): Use next-frame.
18703
18704 2011-09-13 Martin Rudalics <rudalics@gmx.at>
18705
18706 * window.el (window-auto-delete): Remove.
18707 (window-deletable-p): Remove argument FORCE. Don't deal with
18708 dedication and previous buffers.
18709 (switch-to-prev-buffer): Don't delete window.
18710 (delete-windows-on): Delete a window's frame if and only if the
18711 window is dedicated.
18712 (replace-buffer-in-windows): Delete buffer's window or frame if
18713 and only if window is dedicated.
18714 (quit-window): Handle quit-restore as before last change.
18715 (bury-buffer): Delete window only if window-deletable-p returns t.
18716
18717 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
18718
18719 * window.el (window-deletable-p): Never delete the last frame on a
18720 given terminal.
18721
18722 2011-09-13 Glenn Morris <rgm@gnu.org>
18723
18724 * help.el (describe-key-briefly): Copy previous standard-output change.
18725
18726 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
18727
18728 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
18729
18730 2011-09-13 Glenn Morris <rgm@gnu.org>
18731
18732 * emacs-lisp/lisp-mode.el (lisp-indent-function):
18733 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
18734
18735 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
18736
18737 * dired-aux.el (dired-mark-read-string): Don't return default
18738 value on empty input (Bug#9361).
18739 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
18740 Omit initial minibuffer contents.
18741 (dired-do-chmod): Signal an error on empty input.
18742 (dired-mark-read-string): Don't return default on empty input.
18743
18744 * files.el (file-modes-symbolic-to-number): Doc fix.
18745
18746 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
18747
18748 * international/mule-cmds.el (ucs-completions): Remove.
18749 (read-char-by-name): Use complete-with-action instead; add metadata.
18750
18751 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
18752
18753 * window.el (display-buffer--action-function-custom-type)
18754 (display-buffer--action-custom-type): New vars.
18755 (display-buffer-alist, display-buffer-default-action)
18756 (display-buffer-overriding-action): Add defcustom types.
18757
18758 * frame.el (delete-other-frames): Doc fix (Bug#276).
18759
18760 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18761
18762 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
18763
18764 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
18765
18766 Change modes that used same-window-* vars to use switch-to-buffer.
18767
18768 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
18769 Use switch-to-buffer.
18770
18771 * cus-edit.el (customize-group, custom-buffer-create)
18772 (customize-browse, custom-buffer-create-other-window):
18773 Use switch-to-buffer or switch-to-buffer-other-window.
18774
18775 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
18776 (Info-prev, Info-up, Info-speedbar-goto-node)
18777 (info-display-manual): Use switch-to-buffer.
18778 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
18779
18780 * mail/sendmail.el (mail): Use switch-to-buffer.
18781 (mail-recover): Use switch-to-buffer-other-window.
18782
18783 * cmuscheme.el (run-scheme, switch-to-scheme):
18784 * ielm.el (ielm):
18785 * shell.el (shell):
18786 * net/rlogin.el (rlogin):
18787 * net/telnet.el (telnet, rsh):
18788 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
18789
18790 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
18791
18792 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
18793
18794 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18795
18796 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
18797 so don't mention it (bug#9301).
18798 (dired-sort-toggle-or-edit): Clarify string further.
18799
18800 * faces.el (face-spec-set-match-display): Make `(type graphic)'
18801 match `x', `w32' and `ns', like the manual says (bug#9029).
18802
18803 * subr.el (eval-after-load): Doc string clarification (bug#9125).
18804 (process-kill-buffer-query-function): Mention the buffer name in
18805 the query.
18806
18807 * image-mode.el (image-next-line): The line parameter is mandatory
18808 (bug#9258).
18809
18810 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
18811 which can be useful (bug#9301).
18812
18813 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
18814
18815 * subr.el (match-string): Mention that the current buffer should
18816 be the same as the search was done in (bug#9282).
18817
18818 * facemenu.el: Disable the remove-* commands if the mark isn't
18819 active (bug#9162).
18820
18821 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
18822
18823 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
18824 of display-buffer.
18825 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
18826
18827 * replace.el (occur-mode-goto-occurrence)
18828 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
18829 and display-buffer.
18830
18831 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
18832 display-buffer.
18833
18834 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
18835 special-display and same-window variables.
18836 (mail-other-window): Use switch-to-buffer-other-window.
18837 (mail-other-frame): USe switch-to-buffer-other-frame.
18838
18839 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
18840 Use display-buffer-other-frame.
18841 (gdb-display-gdb-buffer): Use pop-to-buffer.
18842
18843 * progmodes/gud.el (gud-goto-info): Use info-other-window.
18844
18845 * progmodes/python.el: Don't set same-window-buffer-names.
18846
18847 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
18848
18849 * window.el (display-buffer-alist): Add *Python*.
18850
18851 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
18852
18853 * window.el (display-buffer-alist): Add entry for buffers
18854 previously handled same-window-*.
18855 (display-buffer-alist, display-buffer-default-action)
18856 (display-buffer-overriding-action): Mark as risky.
18857 (display-buffer-alist): Document action function changes.
18858 (display-buffer--same-window-action)
18859 (display-buffer--other-frame-action): New variables.
18860 (switch-to-buffer, display-buffer-other-frame): Use them.
18861 (display-buffer): Rename reuse-frame entry to reusable-frames.
18862 (display-buffer-reuse-selected-window): Function deleted.
18863 (display-buffer-reuse-window): Handle reusable-frames alist entry.
18864 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
18865 (display-buffer-special): New function.
18866 (display-buffer--maybe-pop-up-frame-or-window): Rename from
18867 display-buffer-reuse-or-pop-window. Split off special-display
18868 part into display-buffer-special.
18869 (display-buffer-use-some-window): Don't perform any special
18870 pop-up-frames handling.
18871 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
18872 (display-buffer--maybe-same-window): Rename from
18873 display-buffer-maybe-same-window.
18874
18875 * info.el: Don't set same-window-regexps.
18876 (info-setup): New function.
18877 (info-other-window, info): Call it.
18878
18879 * cus-edit.el: Don't set same-window-regexps.
18880 (customize-group): New argument.
18881 (customize-group-other-window): Use it.
18882 (customize-face, customize-face-other-window): Likewise.
18883 (custom-buffer-create-other-window): Use pop-to-buffer directly.
18884
18885 * net/rlogin.el:
18886 * net/telnet.el:
18887 * progmodes/gud.el: Don't set same-window-regexps.
18888
18889 * cmuscheme.el:
18890 * ielm.el:
18891 * shell.el:
18892 * mail/sendmail.el:
18893 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
18894
18895 2011-09-10 Juri Linkov <juri@jurta.org>
18896
18897 * isearch.el (isearch-edit-string): Remove obsolete mention of
18898 `C-w' (`isearch-yank-word-or-char') from docstring.
18899 (isearch-query-replace): Fix typo in docstring (bug#9466).
18900
18901 2011-09-10 Juri Linkov <juri@jurta.org>
18902
18903 * paren.el (show-paren-function): Don't show escaped parens.
18904 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
18905
18906 2011-09-10 Eli Zaretskii <eliz@gnu.org>
18907
18908 * mail/sendmail.el (mml-to-mime, mml-attach-file)
18909 (mm-default-file-encoding): Remove autoload forms, they are
18910 replaced with autoload cookies in mml.el and mm-encode.el.
18911 (mail-add-attachment): New command.
18912 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
18913 (mail-mode): Mention mail-insert-file and mail-add-attachment in
18914 the doc string.
18915 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
18916
18917 2011-09-10 Reuben Thomas <rrt@sc3d.org>
18918
18919 * simple.el (count-words-region): Use buffer if there's no region
18920 (bug#9429).
18921
18922 2011-09-09 Juri Linkov <juri@jurta.org>
18923
18924 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
18925 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
18926 (wdired-isearch-filter-read-only): New function. (Bug#6362)
18927
18928 2011-09-09 Alan Mackenzie <acm@muc.de>
18929
18930 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
18931 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
18932
18933 2011-09-09 Eli Zaretskii <eliz@gnu.org>
18934
18935 Fix for Savannah bug#9392.
18936 * simple.el (mail-encode-mml): New defvar.
18937
18938 * mail/rmail.el (mail-encode-mml): Add a defvar.
18939 (rmail-enable-mime-composing): Default to t.
18940 (rmail-forward): Use MIME method of forwarding only if both
18941 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
18942 Set mail-encode-mml non-nil if the MIME method was used.
18943
18944 * mail/sendmail.el (mml-to-mime): Add autoload form.
18945 (mail-encode-mml): Add a defvar.
18946 (mail-mode): Make mail-encode-mml buffer-local and initialize it
18947 to nil.
18948 (mail-send): If mail-encode-mml is non-nil, run the outgoing
18949 message through mml-to-mime, and reset mail-encode-mml to nil.
18950
18951 2011-09-09 Glenn Morris <rgm@gnu.org>
18952
18953 * woman.el (woman-if-body): When processing an .el block,
18954 do not delete the next .el block as well. (Bug#9447)
18955 (woman-special-characters): Add oq, cq, and hy characters.
18956
18957 2011-09-08 Martin Rudalics <rudalics@gmx.at>
18958
18959 * window.el (window-deletable-p): Make sure window is live before
18960 invoking window-prev-buffers.
18961
18962 2011-09-08 Leo Liu <sdl.web@gmail.com>
18963
18964 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
18965
18966 2011-09-08 Juri Linkov <juri@jurta.org>
18967
18968 * progmodes/compile.el (compilation-environment): Make it
18969 a defcustom (bug#8340).
18970
18971 2011-09-08 Martin Rudalics <rudalics@gmx.at>
18972
18973 * window.el (frame-auto-delete): Rename to window-auto-delete.
18974 Make it control auto-deletion of windows and/or frames.
18975 (window-deletable-p): New argument FORCE. Rewrite conditions
18976 for deleting window/frame. (Bug#9419)
18977 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
18978 Rewrite handling of case when window/frame can be deleted.
18979 (delete-windows-on): Call window-deletable-p with new FORCE
18980 argument t. (Bug#9456)
18981
18982 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
18983
18984 * help-mode.el (help-mode): Restore autoload.
18985
18986 2011-09-07 Juri Linkov <juri@jurta.org>
18987
18988 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
18989 `compilation-environment'. Set buffer-local
18990 `compilation-environment' to `thisenv' later after (funcall mode).
18991 (Bug#8340)
18992
18993 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
18994 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
18995 instead of replacing its value. (Bug#8340)
18996
18997 2011-09-07 Juri Linkov <juri@jurta.org>
18998
18999 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
19000 based on text properties put by `grep-filter' instead of matching
19001 escape sequences.
19002 (grep-mode): Set buffer-local `compilation-error-screen-columns'
19003 to the value of `grep-error-screen-columns' (bug#9438).
19004
19005 2011-09-07 Juri Linkov <juri@jurta.org>
19006
19007 * simple.el (next-error-highlight, next-error-highlight-no-select):
19008 Doc fix (bug#9432).
19009
19010 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
19011
19012 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19013 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
19014
19015 2011-09-07 Leo Liu <sdl.web@gmail.com>
19016
19017 * net/rcirc.el (rcirc-mode): Conditionally initialize
19018 rcirc-input-ring.
19019
19020 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19021
19022 * emacs-lisp/find-func.el (find-function-C-source): Only set
19023 find-function-C-source-directory after checking that we found a source
19024 file there (bug#9440).
19025
19026 2011-09-06 Alan Mackenzie <acm@muc.de>
19027
19028 * isearch.el (isearch-other-meta-char): Wherever a key list is
19029 unread, "unread" the prefix arg, too. This fixes bug #8901.
19030
19031 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
19032
19033 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
19034
19035 2011-09-05 Juri Linkov <juri@jurta.org>
19036
19037 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
19038
19039 2011-09-05 Juri Linkov <juri@jurta.org>
19040
19041 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
19042 keeping point where processing of grep matches begins, and
19043 continue to delete remaining escape sequences from the same point.
19044 (grep-filter): Make leading zero optional in "0?1;31m" because
19045 git-grep emits "\033[1;31m" escape sequences unlike expected
19046 "\033[01;31m" as GNU Grep does (bug#9408).
19047 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
19048
19049 2011-09-05 Juri Linkov <juri@jurta.org>
19050
19051 * subr.el (y-or-n-p): Capitalize "yes".
19052
19053 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
19054
19055 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
19056 `tramp-cache-unload-hook' where appropriate.
19057 (tramp-methods): Rename `tramp-remote-sh' to
19058 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
19059 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
19060
19061 * net/tramp-sh.el (top): Don't require 'shell.
19062 (tramp-methods): Add `tramp-remote-shell' and
19063 `tramp-remote-shell-args' entries.
19064 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
19065 (tramp-sh-handle-shell-command): Remove.
19066 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19067 Use `tramp-remote-shell'.
19068
19069 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
19070
19071 * mail/sendmail.el (sendmail-query-once-function): Delete.
19072 (sendmail-query-once): Save directly to send-mail-function.
19073 Update message-send-mail-function too.
19074
19075 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
19076
19077 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19078
19079 * progmodes/python.el (python-mode-map): Use correct function to
19080 start python interpreter from menu-bar (as reported by Geert
19081 Kloosterman).
19082 (inferior-python-mode-map): Fix typo.
19083 (python-shell-map): Remove.
19084
19085 2011-09-03 Deniz Dogan <deniz@dogan.se>
19086
19087 * net/rcirc.el (rcirc-print): Simplify code for
19088 rcirc-scroll-show-maximum-output. There is no need to walk
19089 through all windows to find the right one.
19090
19091 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19092
19093 * help.el (help-return-method): Doc fix.
19094
19095 2011-09-03 Martin Rudalics <rudalics@gmx.at>
19096
19097 * window.el (window-deletable-p): Don't return a non-nil value
19098 when there's a buffer that was shown in the window before.
19099 (Bug#9419)
19100 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19101 Set window's previous buffers to nil.
19102
19103 2011-09-03 Eli Zaretskii <eliz@gnu.org>
19104
19105 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
19106 newline before and after the tag line, so it doesn't interfere
19107 with determining the paragraph direction of bidirectional text.
19108
19109 2011-09-03 Leo Liu <sdl.web@gmail.com>
19110
19111 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
19112
19113 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19114
19115 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
19116 (pop-to-buffer): Change interactive spec. Pass second argument
19117 directly to display-buffer.
19118 (display-buffer): Fix interactive spec. Use functionp to
19119 distinguish between a function and a list of functions.
19120
19121 * abbrev.el (edit-abbrevs):
19122 * arc-mode.el (archive-extract):
19123 * autoinsert.el (auto-insert):
19124 * bookmark.el (bookmark-bmenu-list):
19125 * files.el (find-file):
19126 * view.el (view-buffer):
19127 * progmodes/compile.el (compilation-goto-locus):
19128 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
19129
19130 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19131
19132 * window.el (display-buffer-alist): Doc fix.
19133 (display-buffer): Add docstring. Don't treat
19134 display-buffer-default specially.
19135 (display-buffer-reuse-selected-window)
19136 (display-buffer-same-window, display-buffer-maybe-same-window)
19137 (display-buffer-reuse-window, display-buffer-pop-up-frame)
19138 (display-buffer-pop-up-window)
19139 (display-buffer-reuse-or-pop-window)
19140 (display-buffer-use-some-window): New functions.
19141 (display-buffer-default-action): Use them.
19142 (display-buffer-default): Delete.
19143 (pop-to-buffer-1): Fix choice of actions.
19144
19145 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
19146
19147 * minibuffer.el (completion--insert-strings): Don't get confused by
19148 completion entries that end with an LF char.
19149
19150 2011-09-01 Eli Zaretskii <eliz@gnu.org>
19151
19152 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
19153
19154 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
19155
19156 * window.el (display-buffer): Restore interactive spec.
19157 (display-buffer-same-window, display-buffer-other-window):
19158 New functions.
19159 (pop-to-buffer-1): New function. Use the above.
19160 (pop-to-buffer, pop-to-buffer-same-window): Use it.
19161 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
19162
19163 * view.el (view-buffer-other-window, view-buffer-other-frame):
19164 Just use pop-to-buffer.
19165
19166 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19167
19168 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
19169
19170 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
19171
19172 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
19173
19174 2011-08-31 Richard Stallman <rms@gnu.org>
19175
19176 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
19177 of the separation of rmail-view-buffer from rmail-buffer.
19178 If you say no to "replace original", the decrypt is in the
19179 view buffer. If you say yes, the decrypt goes into the
19180 rmail buffer also.
19181
19182 2011-08-31 Martin Rudalics <rudalics@gmx.at>
19183
19184 * window.el (display-buffer-window): Rewrite doc-string.
19185 (display-buffer-record-window): New function.
19186 (display-buffer-macro-specifiers)
19187 (display-buffer-even-window-sizes, display-buffer-set-height)
19188 (display-buffer-set-width, display-buffer-in-window)
19189 (display-buffer-reuse-window, display-buffer-split-specifiers)
19190 (display-buffer-side-specifiers, display-buffer-split-window-1)
19191 (display-buffer-split-window, display-buffer-split-atom-window)
19192 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
19193 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
19194 (display-buffer-other-window-means-other-frame)
19195 (display-buffer-normalize-special)
19196 (display-buffer-normalize-default)
19197 (display-buffer-normalize-argument)
19198 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
19199 (display-buffer-normalize-specifiers, display-buffer-frame)
19200 (display-buffer-same-window, display-buffer-same-frame)
19201 (display-buffer-other-window)
19202 (display-buffer-same-frame-other-window)
19203 (display-buffer-other-frame, pop-to-buffer-same-window)
19204 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
19205 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
19206 (switch-to-buffer-same-frame)
19207 (switch-to-buffer-other-window-same-frame)
19208 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
19209 (display-buffer-alist-set-1, display-buffer-alist-set-2)
19210 (display-buffer-alist-set): Remove.
19211 (display-buffer-function, special-display-buffer-names)
19212 (special-display-regexps, special-display-function):
19213 In doc-string refer to display-buffer-window and quit-restore
19214 parameter.
19215 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
19216 (special-display-frame-alist, special-display-popup-frame)
19217 (same-window-buffer-names, same-window-regexps, same-window-p)
19218 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19219 (split-window-preferred-function, split-height-threshold)
19220 (split-width-threshold, window-splittable-p)
19221 (split-window-sensibly, window--try-to-split-window)
19222 (window--frame-usable-p, even-window-heights)
19223 (window--even-window-heights, window--display-buffer-1)
19224 (window--display-buffer-2, display-buffer-other-frame):
19225 Restore old Emacs 23 code, order and doc-strings where applicable.
19226 (display-buffer-default, display-buffer-assq-regexp): New functions.
19227 (display-buffer-alist): Rewrite doc-string.
19228 (display-buffer-default-action)
19229 (display-buffer-overriding-action): New variables.
19230 (display-buffer, switch-to-buffer): Rewrite.
19231 (pop-to-buffer): Restore Emacs 23 behavior but use
19232 window-normalize-buffer-to-display.
19233 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
19234 Restore Emacs 23 behavior but use
19235 window-normalize-buffer-to-switch-to.
19236 (pop-to-buffer-same-window): Rewrite.
19237 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
19238 Rewrite using Emacs 23 options.
19239
19240 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
19241
19242 * net/tramp.el (tramp-root-regexp): Remove.
19243 (tramp-completion-file-name-regexp-unified)
19244 (tramp-completion-file-name-regexp-separate)
19245 (tramp-completion-file-name-regexp-url): Don't use leading volume
19246 letter on w32 systems. (Bug#5303, Bug#9311)
19247 (tramp-drop-volume-letter): Simplify definition.
19248 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19249
19250 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19251
19252 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
19253 (bug#9356).
19254
19255 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
19256
19257 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
19258
19259 2011-08-29 Juri Linkov <juri@jurta.org>
19260
19261 * isearch.el (isearch-done): Don't display message "Mark saved"
19262 when arg `edit' is non-nil to prevent its flicker in the echo area.
19263
19264 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
19265
19266 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
19267 obsolete packages for deletion.
19268
19269 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
19270
19271 * help-mode.el (help-mode-map): Add special-mode-map to parent.
19272 (help-mode): Derive help-mode from special-mode. Don't invoke
19273 view-mode from help-mode.
19274 (help-xref-override-view-map): Remove.
19275 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
19276 view-mode is not used anymore.
19277
19278 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
19279
19280 * server.el (server-port): Doc fix.
19281
19282 * cus-theme.el (custom-theme-choose-mode): Inherit from
19283 special-mode (Bug#9124).
19284 (custom-theme-choose-mode-map): Add special-mode to parent.
19285
19286 2011-08-28 Alan Mackenzie <acm@muc.de>
19287
19288 * progmodes/cc-fonts.el
19289 (c-make-font-lock-BO-decl-search-function): New function.
19290 (c-basic-matchers-after - "Fontify the clauses after various
19291 keywords"): Extract the three keyword lists for the 3 erroneous
19292 constructs from the list of four, and use the new function above
19293 in place of an old one.
19294
19295 2011-08-28 Deniz Dogan <deniz@dogan.se>
19296
19297 * net/rcirc.el (rcirc-insert-prev-input)
19298 (rcirc-insert-next-input): Remove unused argument.
19299
19300 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19301
19302 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
19303
19304 2011-08-27 Alan Mackenzie <acm@muc.de>
19305
19306 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
19307 handle function pointer parameters properly.
19308
19309 2011-08-27 Martin Rudalics <rudalics@gmx.at>
19310
19311 * window.el (display-buffer-reuse-window): Fix case where
19312 selected window was reused with non-nil OTHER-WINDOW argument.
19313 (Bug#9381)
19314
19315 2011-08-27 Deniz Dogan <deniz@dogan.se>
19316
19317 * net/rcirc.el (rcirc-check-auth-status): Adding support for
19318 oftc's NickServ messages.
19319
19320 2011-08-27 Glenn Morris <rgm@gnu.org>
19321
19322 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
19323
19324 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
19325
19326 * emacs-lisp/package.el (package-install): Call package-initialize
19327 if called interactively.
19328
19329 2011-08-26 Leo Liu <sdl.web@gmail.com>
19330
19331 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
19332
19333 2011-08-25 Juri Linkov <juri@jurta.org>
19334
19335 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
19336 `search-whitespace-regexp' (bug#9364).
19337
19338 2011-08-25 Juri Linkov <juri@jurta.org>
19339
19340 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
19341 `regexp-search-ring' to their global values to protect from
19342 updating by `read-from-minibuffer' (bug#9185).
19343
19344 2011-08-25 Juri Linkov <juri@jurta.org>
19345
19346 * textmodes/ispell.el (ispell-command-loop): Add newline
19347 at the end of the "Use option `i'..." line.
19348
19349 2011-08-25 Juri Linkov <juri@jurta.org>
19350
19351 * battery.el (display-battery-mode): If `battery-status-function'
19352 or `battery-mode-line-format' is nil, display the message and set
19353 `display-battery-mode' to nil (bug#9363).
19354
19355 2011-08-25 Eli Zaretskii <eliz@gnu.org>
19356
19357 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
19358 bidi-string-mark-left-to-right; they are unnecessary now.
19359
19360 2011-08-25 Deniz Dogan <deniz@dogan.se>
19361
19362 * net/quickurl.el: Documentation typo fixes.
19363
19364 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
19365
19366 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
19367
19368 2011-08-25 Glenn Morris <rgm@gnu.org>
19369
19370 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19371
19372 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
19373 (smtpmail-via-smtp): Handle nil response from smtp.
19374
19375 2011-08-24 Juri Linkov <juri@jurta.org>
19376
19377 * proced.el (proced-marked): Inherit from `error' instead of
19378 `font-lock-warning-face'.
19379
19380 * ibuffer.el (ibuffer-marked-face): Change default face from
19381 `font-lock-warning-face' to `warning'.
19382 (ibuffer-deletion-face): Change default face from
19383 `font-lock-type-face' to `error'.
19384
19385 * battery.el (battery-update): Use the face `error' instead of
19386 `font-lock-warning-face' (bug#6117).
19387
19388 2011-08-24 Juri Linkov <juri@jurta.org>
19389
19390 * faces.el (success): Change face color from "Green3" to
19391 "ForestGreen" on light background (bug#9353).
19392
19393 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
19394
19395 * window.el (quit-window): Rename from quit-restore-window.
19396 Use same arglist as old quit-window.
19397 (frame-auto-delete): Doc fix.
19398
19399 * view.el (view-mode-exit): Use quit-window.
19400
19401 2011-08-24 Juri Linkov <juri@jurta.org>
19402
19403 * isearch.el (isearch-ring-adjust1): Start visiting previous
19404 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
19405 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
19406 for empty search string (when the last search string is reused
19407 automatically) to adjust the isearch ring to the last element and
19408 prepare the correct index for further M-p commands (bug#9185).
19409
19410 2011-08-24 Kenichi Handa <handa@m17n.org>
19411
19412 * international/ucs-normalize.el: If decomposition property of
19413 CHAR is the default one (i.e. a list of CHAR itself), treat it as
19414 nil.
19415 (nfd, nfkd): Likewise.
19416
19417 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
19418
19419 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
19420 from process filters aren't reliably transmitted to the surrounding
19421 accept-process-output.
19422 (mpc-proc-check): New function.
19423 (mpc-proc-sync): Use it (bug#8293)
19424
19425 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
19426
19427 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
19428 Add compatibility functions (bug#9313).
19429
19430 2011-08-23 Eli Zaretskii <eliz@gnu.org>
19431
19432 * cus-start.el (all): Add entry for bidi-paragraph-direction.
19433
19434 * international/uni-bidi.el: Regenerate.
19435
19436 2011-08-23 Kenichi Handa <handa@m17n.org>
19437
19438 * international/charprop.el:
19439 * international/uni-bidi.el:
19440 * international/uni-category.el:
19441 * international/uni-combining.el:
19442 * international/uni-comment.el:
19443 * international/uni-decimal.el:
19444 * international/uni-decomposition.el:
19445 * international/uni-digit.el:
19446 * international/uni-lowercase.el:
19447 * international/uni-mirrored.el:
19448 * international/uni-name.el:
19449 * international/uni-numeric.el:
19450 * international/uni-old-name.el:
19451 * international/uni-titlecase.el:
19452 * international/uni-uppercase.el: Regenerate.
19453
19454 2011-08-23 Martin Rudalics <rudalics@gmx.at>
19455
19456 * help.el (help-window-setup): Fix message displayed when other
19457 window is reused. (Bug#9341)
19458
19459 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
19460
19461 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
19462 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
19463
19464 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
19465 Mark obsolete.
19466 * shell.el (shell-parse-pcomplete-arguments): New function.
19467 (shell-completion-vars): Use it instead (bug#9160).
19468
19469 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
19470
19471 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
19472 strings and comments (bug#9333).
19473
19474 * emacs-lisp/debug.el (debug-arglist): New function.
19475 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
19476 (debug-on-entry-1): Handle interpreted closures (bug#9120).
19477
19478 2011-08-22 Juri Linkov <juri@jurta.org>
19479
19480 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19481 Revert regexp that highlights output switches to its old
19482 pre-2010-10-28 value and remove one `?' from it (bug#9319).
19483
19484 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
19485 to check for empty output (bug#9226).
19486
19487 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
19488
19489 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
19490 symbol-constituent as the default, as that stops font-lock from
19491 working properly (Bug#8843).
19492
19493 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19494
19495 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
19496 `coding-system-for-*' around the process open call to avoid
19497 auth-source side effects.
19498 (smtpmail-try-auth-methods): Expand the secret password.
19499 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
19500 probe hangs.
19501
19502 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
19503
19504 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
19505
19506 * emacs-lisp/find-func.el (find-function-noselect): New arg
19507 lisp-only.
19508
19509 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
19510 signal an error for built-in functions (Bug#6664).
19511
19512 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19513
19514 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
19515 (smtpmail-try-auth-methods): Use it.
19516
19517 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
19518
19519 * font-lock.el (font-lock-fontify-region)
19520 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
19521 (font-lock-default-unfontify-buffer)
19522 (font-lock-default-fontify-region)
19523 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
19524
19525 * progmodes/compile.el (compilation-error-properties):
19526 Fix confusion between file struct and message struct (Bug#9319).
19527 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
19528 `ant' regexp.
19529
19530 * net/browse-url.el (browse-url-firefox): Don't call
19531 browse-url-firefox-sentinel unless using -remote (Bug#9328).
19532
19533 2011-08-20 Glenn Morris <rgm@gnu.org>
19534
19535 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
19536
19537 * tutorial.el (tutorial--default-keys): Update some default bindings.
19538
19539 * files.el (hack-local-variables): Fully ignore case for "mode:".
19540
19541 2011-08-20 Alan Mackenzie <acm@muc.de>
19542
19543 Resolve invalid use of a regexp in regexp-opt.
19544
19545 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
19546 detection for a java annotation.
19547
19548 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
19549 detection for a java annotation.
19550
19551 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
19552 handling for java.
19553 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
19554
19555 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
19556
19557 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
19558 (Bug#9274).
19559
19560 2011-08-20 Alan Mackenzie <acm@muc.de>
19561
19562 Fontify CPP expressions correctly when starting in the middle of
19563 such a construct. Mainly for when jit-lock etc. starts a chunk
19564 here.
19565
19566 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
19567 variable.
19568 (c-make-font-lock-search-form): New function, extracted from
19569 c-make-font-lock-search-function.
19570 (c-make-font-lock-search-function): Use the above function.
19571 (c-make-font-lock-context-search-function): New function.
19572 (c-cpp-matchers): Enhance the preprocessor expression case with
19573 the above function
19574 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
19575 which takes an expression.
19576
19577 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
19578
19579 2011-08-20 Martin Rudalics <rudalics@gmx.at>
19580
19581 * window.el (display-buffer-reuse-window)
19582 (display-buffer-pop-up-window): Don't reuse or split a side
19583 window.
19584
19585 2011-08-19 Glenn Morris <rgm@gnu.org>
19586
19587 * files.el (hack-local-variables-prop-line, hack-local-variables):
19588 Downcase "Mode:". (Bug#9331)
19589
19590 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
19591
19592 * international/characters.el: Add L and R categories.
19593
19594 * subr.el (bidi-string-mark-left-to-right): Rename from
19595 string-mark-left-to-right. Use category search.
19596
19597 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
19598
19599 2011-08-18 Juri Linkov <juri@jurta.org>
19600
19601 * faces.el (error, warning, success): New faces with definitions
19602 copied from old default values of `font-lock-warning-face',
19603 `compilation-warning', `compilation-info' (bug#6117).
19604
19605 * font-lock.el (font-lock-warning-face): Inherit from `error'.
19606
19607 * progmodes/compile.el (compilation-error): Inherit from `error'.
19608 (compilation-warning): Inherit from `warning'.
19609 (compilation-info): Inherit from `success'.
19610
19611 * dired.el (dired-marked): Inherit from `warning'.
19612 (dired-flagged): Inherit from `error'.
19613
19614 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19615
19616 * mail/smtpmail.el (auth-source): Require to avoid problems with
19617 binding variables (bug#9298). Also clean up some unused
19618 autoloads.
19619
19620 * net/network-stream.el (network-stream-open-starttls):
19621 Support using starttls.el without using gnutls-cli.
19622
19623 2011-08-17 Juri Linkov <juri@jurta.org>
19624
19625 * progmodes/grep.el (rgrep): Handle the case when
19626 `grep-find-command' is a cons cell (bug#9278).
19627
19628 2011-08-17 Martin Rudalics <rudalics@gmx.at>
19629
19630 * window.el (display-buffer-pop-up-frame): Run frame creation
19631 function with BUFFER current (as special-display-popup-frame
19632 does). Reported by Drew Adams.
19633
19634 2011-08-17 Daiki Ueno <ueno@unixuser.org>
19635
19636 * epa-mail.el: Simplify GnuPG group expansion using
19637 epg-expand-group.
19638 (epa-mail-group-alist, epa-mail-group-modtime)
19639 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
19640 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
19641 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
19642 Remove.
19643
19644 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
19645
19646 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
19647
19648 2011-08-16 Alan Mackenzie <acm@muc.de>
19649
19650 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
19651 Correct, to avoid the inside of macros.
19652
19653 2011-08-16 Richard Stallman <rms@gnu.org>
19654
19655 * epa-mail.el: Handle GnuPG group definitions.
19656 (epa-mail-group-alist, epa-mail-group-modtime)
19657 (epa-mail-gnupg-conf-file): New variables.
19658 (epa-mail-parse-groups, epa-mail-sync-groups)
19659 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
19660 (epa-mail-expand-recipients): New functions.
19661 (epa-mail-encrypt): Call epa-mail-expand-recipients.
19662
19663 * mail/rmail.el (rmail-epa-decrypt): New command.
19664
19665 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
19666 Don't bind buffer-read-only, just inhibit-read-only.
19667 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
19668 (epa-decrypt-armor-in-region): Make error message clearer.
19669
19670 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
19671
19672 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
19673 and "a2b" to "ab" for `prefix'.
19674
19675 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
19676
19677 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
19678 filter groups.
19679 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
19680 Fourquet (Bug#8804).
19681
19682 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
19683
19684 * startup.el (argi): Declare as global variable (bug#9275).
19685
19686 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
19687
19688 * subr.el (string-mark-left-to-right): Search the entire string
19689 for RTL script, not just the terminating character. Doc fix.
19690
19691 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
19692
19693 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
19694 New function.
19695 (js--regexp-literal, js-syntax-propertize-function): Remove.
19696 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
19697 (js-mode-map): Don't rebind electric keys.
19698 (js-insert-and-indent): Remove.
19699 (js-mode): Setup electric-layout and electric-indent instead.
19700
19701 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
19702
19703 2011-08-12 Daiki Ueno <ueno@unixuser.org>
19704
19705 * epa.el (epa-progress-callback-function): Fix the logic of
19706 displaying progress.
19707 * epa-file.el (epa-file-insert-file-contents): Make progress
19708 display more user-friendly.
19709 (epa-file-write-region): Ditto.
19710
19711 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
19712
19713 * subr.el (string-mark-left-to-right): New function.
19714
19715 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
19716 Use string-mark-left-to-right.
19717 (list-buffers-noselect): Caller changed.
19718
19719 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
19720 Use string-mark-left-to-right.
19721 (tabulated-list-print): Recenter after moving point.
19722
19723 2011-08-10 Juri Linkov <juri@jurta.org>
19724
19725 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
19726 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
19727 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
19728
19729 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
19730
19731 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
19732 (Bug#7554).
19733
19734 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
19735
19736 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
19737 character. (Bug#6594)
19738
19739 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
19740
19741 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
19742 (image-dired--with-db-file): New macro.
19743 (image-dired-write-tags, image-dired-remove-tag)
19744 (image-dired-create-gallery-lists, image-dired-write-comments)
19745 (image-dired-get-comment, image-dired-mark-tagged-files)
19746 (image-dired-list-tags, image-dired-gallery-generate): Use it.
19747 (image-dired-gallery-generate): Use insert-file-contents.
19748
19749 * time.el (display-time-world-list, display-time-world-display):
19750 * time-stamp.el (time-stamp-string):
19751 * vc/add-log.el (add-change-log-entry): Use setenv instead of
19752 set-time-zone-rule (Bug#7337).
19753
19754 2011-08-08 Daiki Ueno <ueno@unixuser.org>
19755
19756 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
19757 (epg-error-to-string, epg-errors-to-string): New function.
19758 (epg-wait-for-completion): Reverse errors list.
19759 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
19760 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
19761 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
19762 (epg-sign-keys, epg-generate-key-from-file)
19763 (epg-generate-key-from-string): Format errors by using
19764 epg-errors-to-string (bug#9255).
19765 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
19766
19767 2011-08-07 Juri Linkov <juri@jurta.org>
19768
19769 * faces.el (list-faces-display): Remove extra angle bracket
19770 from `help-mode-map'.
19771
19772 * info.el (Info-history-toc-nodes): Doc fix.
19773
19774 * longlines.el (longlines-mode): Doc fix.
19775
19776 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
19777
19778 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
19779 of statements and in a few more cases (bug#9183).
19780
19781 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
19782 New functions.
19783 (cl-transform-lambda): Use them (bug#9239).
19784
19785 2011-08-05 Martin Rudalics <rudalics@gmx.at>
19786
19787 * window.el (display-buffer-same-window)
19788 (display-buffer-same-frame, display-buffer-other-window)
19789 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
19790 (pop-to-buffer-other-window)
19791 (pop-to-buffer-same-frame-other-window)
19792 (pop-to-buffer-other-frame): Make them defuns.
19793 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
19794
19795 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
19796
19797 * subr.el (make-composed-keymap): Move from C. Change calling
19798 convention, and improve docstring to bring attention to a subtle point.
19799 * minibuffer.el (completing-read-default): Adjust accordingly.
19800
19801 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
19802
19803 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
19804 (tramp-open-shell): Use `tramp-shell-quote-argument'.
19805
19806 * net/trampver.el: Update release number.
19807
19808 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
19809
19810 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
19811 "in" (bug#9190).
19812
19813 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19814
19815 * mail/sendmail.el (sendmail-query-once): Restore the current
19816 buffer after querying (bug#9074).
19817
19818 * dired.el (dired-flagged): Use different faces for marked and
19819 flagged files (bug#6117).
19820
19821 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
19822 (bug#4433).
19823
19824 * ido.el (ido-mode): Switch off the message if called
19825 non-interactively.
19826
19827 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
19828 before 587, since it appears that that's more likely to work for
19829 more people.
19830
19831 * cus-edit.el (custom-file): When running under emacs -q, always
19832 refuse to save the customizations, even if the .emacs file doesn't
19833 exist.
19834
19835 * info.el: Remove the `Info-beginning-of-buffer' function
19836 (bug#8325).
19837
19838 * net/network-stream.el (network-stream-open-starttls):
19839 Use `starttls-available-p' to see whether starttls.el can be used.
19840
19841 2011-08-01 Martin Rudalics <rudalics@gmx.at>
19842
19843 * window.el (display-buffer-in-window): Don't set dedicated status
19844 of window here (Bug#9215).
19845 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
19846 (display-buffer-pop-up-side-window)
19847 (display-buffer-in-side-window): Set dedicated status of window here.
19848
19849 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
19850
19851 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
19852 before binding generated-autoload-file.
19853
19854 2011-08-01 Deniz Dogan <deniz@dogan.se>
19855
19856 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
19857
19858 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
19859
19860 Sync with Tramp 2.2.2.
19861
19862 * net/trampver.el: Update release number.
19863
19864 2011-07-30 Juri Linkov <juri@jurta.org>
19865
19866 * dired-aux.el (dired-touch-initial): Remove function.
19867 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
19868 current time, and `default' to the last modification time of the
19869 current marked file (bug#6887).
19870
19871 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
19872
19873 * simple.el (goto-line): Use string-to-number to provide a
19874 numeric argument to read-number (bug#9163).
19875
19876 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
19877
19878 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
19879 connection process, it could be nil.
19880
19881 2011-07-27 Leo Liu <sdl.web@gmail.com>
19882
19883 Simplify url handling in rcirc-mode.
19884
19885 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
19886 (rcirc-browse-url-at-mouse): Remove.
19887 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
19888
19889 2011-07-26 Alan Mackenzie <acm@muc.de>
19890
19891 Fontify bitfield declarations properly.
19892
19893 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
19894 (c-symbol-chars): Now exported as a lang variable.
19895 (c-not-primitive-type-keywords): New lang variable.
19896
19897 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
19898 QT keyword "more" to prevent "more slots: ...." being spuriously
19899 parsed as a bitfield declaration.
19900
19901 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19902 Refactor and enhance to handle bitfield declarations.
19903 (c-punctuation-in): New function.
19904 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
19905 declarations properly.
19906
19907 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
19908
19909 * calendar/icalendar.el (icalendar--all-events): Take care of
19910 multiple vcalendars in a single file.
19911 (icalendar--convert-float-to-ical): Checkdoc fixes.
19912
19913 2011-07-25 Deniz Dogan <deniz@dogan.se>
19914
19915 * image.el (insert-image): Clarifying docstring.
19916
19917 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
19918
19919 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
19920 `tramp-send-command-and-check' if there is no error.
19921 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
19922
19923 2011-07-22 Alan Mackenzie <acm@muc.de>
19924
19925 Prevent cc-langs.elc being loaded at run time.
19926
19927 * progmodes/cc-mode.el: Remove two autoload forms which loaded
19928 cc-langs.
19929
19930 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
19931 "(require 'cc-langs)". Quote a form so it will evaluate at
19932 (cc-mode's) compilation time.
19933
19934 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
19935
19936 * net/tramp.el (tramp-file-name-handler): Avoid recursive
19937 loading. (Bug#9114)
19938
19939 2011-07-21 Martin Rudalics <rudalics@gmx.at>
19940
19941 * window.el (display-buffer-pop-up-window)
19942 (display-buffer-pop-up-side-window)
19943 (display-buffer-in-side-window): Call display-buffer-set-height
19944 and display-buffer-set-width after setting the new window's
19945 buffer so `fit-window-to-buffer' and friends work on the right buffer.
19946
19947 2011-07-20 Sam Steingold <sds@gnu.org>
19948
19949 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
19950 (etags-tags-included-tables): Call `convert-standard-filename' on
19951 the file names contained in TAGS so that windows Emacs can handle
19952 TAGS files created by cygwin ctags.
19953
19954 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
19955
19956 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
19957 which apparently didn't work.
19958
19959 2011-07-19 Roland Winkler <winkler@gnu.org>
19960
19961 * proced.el (proced-send-signal): For *Marked Processes* buffer
19962 put point at beginning of buffer.
19963
19964 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
19965
19966 * proced.el (proced-format): Make header lines align with the text
19967 (bug#1779).
19968
19969 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
19970
19971 * view.el (view-buffer): Allow running in `special' modes if we're
19972 visiting a file (bug#8615).
19973
19974 2011-07-19 Martin Rudalics <rudalics@gmx.at>
19975
19976 * window.el (display-buffer-alist-of-strings-p)
19977 (display-buffer-alist-set-1, display-buffer-alist-set-2):
19978 New functions.
19979 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
19980 more accurately.
19981
19982 2011-07-18 Alan Mackenzie <acm@muc.de>
19983
19984 Fontify declarators properly when, e.g., a jit-lock chunk begins
19985 inside a declaration.
19986
19987 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
19988
19989 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19990 New function.
19991 (c-complex-decl-matchers): Insert reference to
19992 c-font-lock-enclosing-decls.
19993
19994 * progmodes/cc-engine.el (c-backward-single-comment):
19995 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
19996 to nil around calls to (forward-comment -1).
19997
19998 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19999
20000 * image.el (put-image): Doc typo fix.
20001
20002 * progmodes/etags.el (tags-search): Doc typo fix.
20003
20004 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
20005 password if we get errors 550 to 554.
20006
20007 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20008
20009 * net/gnutls.el (gnutls-log-level): Remove.
20010
20011 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
20012 indentation character (bug#6380).
20013
20014 * files.el (buffer-offer-save): Made permanently local (bug#6241).
20015
20016 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
20017 to clarify what the problem is (bug#4291).
20018
20019 * simple.el (current-kill): Clarify what
20020 `interprogram-paste-function' does (bug#7500).
20021 (auto-fill-mode): Document `auto-fill-function' in relation to
20022 `auto-fill-mode' (bug#2470).
20023
20024 2011-07-16 Lawrence Mitchell <wence@gmx.li>
20025
20026 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
20027 method if slot is read-only (bug#9035).
20028
20029 2011-07-16 Martin Rudalics <rudalics@gmx.at>
20030
20031 * frame.el (select-frame-set-input-focus): New argument NORECORD.
20032 * window.el (pop-to-buffer): Select window used even if it was
20033 selected before, see discussion of (Bug#8615), (Bug#6954).
20034 Pass argument NORECORD on to select-frame-set-input-focus.
20035
20036 2011-07-15 Glenn Morris <rgm@gnu.org>
20037
20038 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
20039 Respect help-form.
20040
20041 2011-07-09 Lawrence Mitchell <wence@gmx.li>
20042
20043 * net/gnutls.el (gnutls-min-prime-bits): New variable.
20044 (gnutls-negotiate): Use it.
20045
20046 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20047
20048 * net/gnutls.el (gnutls-negotiate):
20049 Upcase `gnutls-algorithm-priority'.
20050
20051 2011-07-15 Glenn Morris <rgm@gnu.org>
20052
20053 * jka-compr.el (jka-compr-verbose): Move from here...
20054 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
20055 Add missing :version tag.
20056 * info.el: No need to require jka-compr when compiling.
20057
20058 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20059
20060 * net/gnutls.el (gnutls-algorithm-priority): New variable.
20061 (gnutls-negotiate): Use it.
20062
20063 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
20064
20065 * info.el (Info-beginning-of-buffer): New command.
20066 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
20067 announcing `b' as the key (bug#8325).
20068 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
20069
20070 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
20071
20072 * international/mule-cmds.el
20073 (describe-specified-language-support): Make the error message
20074 clearer (bug#8905).
20075
20076 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
20077
20078 * isearch.el (isearch-barrier): Add a doc string, since it's
20079 mentioned in a function doc string (bug#8678).
20080
20081 2011-07-15 Martin Rudalics <rudalics@gmx.at>
20082
20083 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
20084 buffer argument (Bug#9083) and self-identifying label argument.
20085
20086 2011-07-15 Glenn Morris <rgm@gnu.org>
20087
20088 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
20089
20090 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20091
20092 * man.el (Man-fontify-manpage): Fix message when formatting the
20093 man page (bug#7929).
20094
20095 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20096
20097 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
20098 argument LRM; if non-nil, append an invisible LRM character to the
20099 buffer name.
20100 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
20101 last argument non-nil, when formatting buffer names.
20102 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
20103 paragraph direction.
20104
20105 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20106
20107 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
20108 the man page name (bug#7929).
20109
20110 * image.el (put-image): Mention the `put-image' overlay property
20111 (bug#7834).
20112
20113 * scroll-bar.el (set-scroll-bar-mode): Mention that
20114 `scroll-bar-mode' lists the values (bug#7772).
20115
20116 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
20117 command (bug#7729).
20118
20119 * rect.el (apply-on-rectangle): Return the point after the last
20120 operation.
20121 (string-rectangle): Go to the point after the last operation
20122 (bug#7522).
20123
20124 * printing.el (pr-toggle-region): Clarify the documentation
20125 slightly (bug#7493).
20126
20127 * time.el (display-time-update):
20128 Allow `display-time-mail-function' to return nil (bug#7158).
20129 Fix suggested by Detlev Zundel.
20130
20131 * vc/diff.el (diff): Clarify the order the file names are read
20132 (bug#7111).
20133
20134 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
20135 the doc string (bug#7015).
20136
20137 * font-lock.el (font-lock-maximum-decoration): Mention what
20138 numeric levels mean (bug#6935).
20139
20140 * startup.el (initial-buffer-choice): Don't mention the `none'
20141 selection, which is against policy.
20142
20143 2011-07-14 Martin Rudalics <rudalics@gmx.at>
20144
20145 * window.el (display-buffer-normalize-special):
20146 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
20147
20148 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20149
20150 * subr.el (version<, version<=, version=): Mention "-CVS" and
20151 "-12345" alpha version numbers.
20152
20153 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20154
20155 * bindings.el: Add advertised binding for set-mark-command
20156 (Bug#5772).
20157
20158 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20159
20160 * bindings.el (mode-line-other-buffer):
20161 * bookmark.el (bookmark-bmenu-2-window):
20162 * bs.el (bs-cycle-next, bs-cycle-previous):
20163 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
20164 switch-to-buffer.
20165
20166 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20167 Delete.
20168
20169 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
20170
20171 * follow.el (follow-debug-message, follow-redisplay):
20172 * jka-cmpr-hook.el (with-auto-compression-mode):
20173 Fix typos in docstrings.
20174
20175 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20176
20177 * subr.el (with-silent-modifications): Clarify somewhat what the
20178 macro inhibits (bug#6525).
20179
20180 * simple.el (eval-expression): Note what it does if called
20181 interactively (bug#6495).
20182
20183 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20184
20185 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
20186 Use pop-to-buffer buffer-or-name if it is nil.
20187
20188 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20189 Remove switch-to-buffer.
20190
20191 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20192
20193 * files.el (make-directory): Clarify that an error will be raised
20194 if there's an error (bug#6397).
20195
20196 * startup.el (initial-buffer-choice): Add `none' as a choice
20197 (bug#6234).
20198
20199 * subr.el (add-hook): Clarify section about buffer-local hooks
20200 (bug#6218).
20201
20202 * dired.el (dired-flagged): Clarify doc string (bug#6117).
20203
20204 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
20205
20206 * tabify.el (untabify): Preserve the current column so that point
20207 doesn't move (bug#6032).
20208
20209 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20210
20211 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
20212 Rewrite to avoid awkward possessive "s" (bug#5986).
20213
20214 2011-07-13 Glenn Morris <rgm@gnu.org>
20215
20216 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
20217 (dired-insert-directory): Give a message the first time
20218 if ls is found not to support --dired.
20219
20220 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20221
20222 * simple.el (toggle-truncate-lines): Clarify what is toggled
20223 (bug#5580). Text by Drew Adams.
20224
20225 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20226
20227 * simple.el (blink-matching-open): Make the error message from the
20228 last change less verbose.
20229
20230 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
20231
20232 * font-lock.el (font-lock-comment-face): Use the high contrast
20233 "yellow" color for font-lock-comment-face on low color terminals
20234 using a dark background color (bug#4221).
20235
20236 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20237
20238 * dired.el (dired-insert-set-properties): Make the doc string
20239 reflect what it does now (bug#5325).
20240
20241 * simple.el (blink-matching-open): Say that we were unable to find
20242 the match within the limit, if we're limited (bug#5122).
20243
20244 * international/mule-cmds.el (prefer-coding-system): Add an
20245 example (bug#4869).
20246
20247 * progmodes/etags.el (tags-search): Document `file-list-form'
20248 (bug#4731).
20249
20250 2011-07-13 Lawrence Mitchell <wence@gmx.li>
20251
20252 * net/browse-url.el (browse-url-default-browser)
20253 (browse-url-browser-function): Make the default browser choice a
20254 bit more logical (bug#4300). Also clean up the doc string.
20255
20256 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
20257
20258 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
20259 binary endings (bug#4440).
20260
20261 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20262
20263 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
20264 which can be pretty annoying (bug#8971).
20265
20266 * jka-compr.el (jka-compr-verbose): New variable, and use
20267 throughout (bug#8971).
20268
20269 * info.el (Info-find-file): Fall back on the installation
20270 directory if we can't find the info node anywhere else.
20271
20272 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
20273
20274 * vc/vc.el (vc-revert-file):
20275 Don't set file time-stamp in the past. (Bug#5181)
20276
20277 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20278
20279 * files.el (after-find-file): Give a better error message when
20280 trying to find a symlink that points to a file that doesn't exist
20281 (bug#4398).
20282
20283 * progmodes/cc-vars.el: Remove (probably) misleading comment
20284 (bug#4396).
20285
20286 2011-07-12 Johan Bockgård <bojohan@gnu.org>
20287
20288 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
20289
20290 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
20291
20292 * mouse-sel.el: Hack restoring functionality, while keeping
20293 compatibility with 2010-07-03 changes to mouse selection.
20294 (mouse-sel-primary-overlay): New var.
20295 (mouse-sel-selection-alist): Use it.
20296 (mouse-sel-mode): Doc fix; remove points that are default features
20297 of mouse.el.
20298
20299 2011-07-12 Johan Bockgård <bojohan@gnu.org>
20300
20301 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20302 Fix previous fix (bug#2490).
20303
20304 2011-07-12 Roland Winkler <winkler@gnu.org>
20305
20306 * textmodes/bibtex.el (bibtex-initialize):
20307 Use pop-to-buffer-same-window.
20308 (bibtex-search-entries): Fix interactive call.
20309
20310 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20311
20312 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20313 Fontise bytecomp Error lines more correctly (bug#2490).
20314 Fix suggested by Johan Bockgård.
20315
20316 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
20317
20318 * dired-x.el (dired-guess-default): Use `delete-dups'.
20319
20320 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
20321
20322 * dired.el (dired-mark-prompt):
20323 * dired-aux.el (dired-read-shell-command): Doc fix.
20324
20325 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20326
20327 * mail/sendmail.el (sendmail-query-once):
20328 Use `customize-save-variable' unconditionally, now that it works under
20329 emacs -Q.
20330
20331 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20332
20333 * cus-edit.el (custom-file): Take an optional no-error variable.
20334 (customize-save-variable): Set the variable, and give a warning if
20335 running under "emacs -q".
20336
20337 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
20338
20339 * loadhist.el (unload-feature-special-hooks):
20340 Add `auto-coding-functions', `fill-nobreak-predicate' and
20341 `find-directory-functions' (bug#5327).
20342
20343 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20344
20345 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
20346
20347 * cus-edit.el (custom-guess-name-alist): -alist variables should
20348 use the `alist' type (bug#3120). Suggested by Drew Adams.
20349
20350 * printing.el: Add documentation to all the `pr-toggle-' commands.
20351
20352 2011-07-11 Leo Liu <sdl.web@gmail.com>
20353
20354 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
20355 backends where it makes sense (bug#2623).
20356
20357 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20358
20359 * dired-x.el (dired-guess-default): Remove duplicate shell command
20360 entries (bug#2028).
20361 (dired-guess-default): Fix grammar in doc string (bug#2028).
20362 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
20363
20364 * subr.el (remove-duplicates): New conveniency function.
20365
20366 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
20367
20368 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
20369 (bug#1526).
20370
20371 2011-07-10 Martin Rudalics <rudalics@gmx.at>
20372
20373 * window.el (display-buffer-normalize-default): Don't invert
20374 meaning of even-window-heights. Reported by Eli Zaretskii
20375 <eliz@gnu.org>.
20376
20377 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
20378
20379 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
20380
20381 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
20382
20383 * window.el (display-buffer): Fix arguments to
20384 display-buffer-reuse-window in last change.
20385
20386 * faces.el (link): Use a less saturated blue on light backgrounds.
20387
20388 * startup.el (fancy-startup-text, fancy-about-text)
20389 (fancy-startup-tail): Use font-lock faces, for background safety.
20390
20391 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
20392
20393 * emulation/viper-cmd.el (viper-change-state-to-vi):
20394 Limit triggering of abbrev expansion (Bug#9038).
20395
20396 2011-07-09 Martin Rudalics <rudalics@gmx.at>
20397
20398 * window.el (display-buffer-default-specifiers): Remove.
20399 (display-buffer-macro-specifiers): Remove default specifiers.
20400 (display-buffer-alist): Default to nil.
20401 (display-buffer-reuse-window): New optional argument other-window.
20402 (display-buffer-pop-up-window): Allow splitting internal
20403 windows. Check whether a live window was created.
20404 (display-buffer-other-window-means-other-frame)
20405 (display-buffer-normalize-arguments): Rename to
20406 display-buffer-normalize-argument and rewrite. Set the
20407 other-window specifier.
20408 (display-buffer-normalize-special): New function.
20409 (display-buffer-normalize-options): Rename to
20410 display-buffer-normalize-default and rewrite.
20411 (display-buffer-normalize-options-inhibit): Remove.
20412 (display-buffer-normalize-specifiers): Rewrite.
20413 (display-buffer): Process other-window specifier and call
20414 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
20415 more faithfully.
20416 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
20417 (display-buffer-alist-set): Don't handle 'unset default values.
20418 (display-buffer-in-window, display-buffer-alist-set):
20419 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
20420 <tassilo@member.fsf.org>.
20421
20422 2011-07-09 Leo Liu <sdl.web@gmail.com>
20423
20424 * register.el (insert-register): Restore accidental change on
20425 2011-06-26. (Bug#9028)
20426
20427 2011-07-09 Glenn Morris <rgm@gnu.org>
20428
20429 * subr.el (remq): Handle the empty list. (Bug#9024)
20430
20431 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
20432
20433 * mail/sendmail.el (send-mail-function): No longer delay custom
20434 initialization.
20435 * custom.el (custom-initialize-delay): Doc fix.
20436
20437 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20438
20439 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
20440
20441 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
20442
20443 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
20444 human-friendly prompt.
20445
20446 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20447
20448 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
20449 provided by a particular plugin.
20450
20451 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
20452
20453 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
20454 save customizations (with "emacs -Q"), just set the variable
20455 instead of erroring out.
20456
20457 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20458
20459 2011-07-08 Juri Linkov <juri@jurta.org>
20460
20461 * arc-mode.el (archive-zip-expunge, archive-zip-update)
20462 (archive-zip-update-case): Use 7z if found by `executable-find'.
20463 The order of searching the available programs is the same as in
20464 `archive-zip-extract' (bug#8968).
20465
20466 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
20467
20468 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
20469 (menu-bar-options-menu): Tweak descriptions.
20470
20471 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20472
20473 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
20474 menu items into verb phrases (bug#1421). Also refill to fit under
20475 80 columns.
20476
20477 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
20478
20479 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
20480 (Info-read-node-name): Doc fix (Bug#1084).
20481
20482 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
20483 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
20484 (end-of-sexp, beginning-of-sexp)
20485 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
20486 (forward-symbol, forward-same-syntax, word-at-point)
20487 (sentence-at-point): Doc fix (Bug#1144).
20488
20489 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20490
20491 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
20492 should cover it (bug#1281).
20493
20494 * cus-edit.el (custom-show): Mark as obsolete.
20495
20496 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
20497 negotiation fails, then possibly try again with a non-encrypted
20498 connection (bug#9017).
20499
20500 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
20501 be used.
20502
20503 2011-07-07 Richard Stallman <rms@gnu.org>
20504
20505 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
20506 property, and handle its changed format.
20507 Look for the correct line number.
20508 Use file's line contents (but not past first =) to find
20509 correct line in message.
20510
20511 2011-07-07 Kenichi Handa <handa@m17n.org>
20512
20513 * international/characters.el (build-unicode-category-table):
20514 Delete it.
20515 (unicode-category-table): Set it by unicode-property-table-internal.
20516
20517 * international/mule-cmds.el (char-code-property-alist): Move to
20518 to src/chartab.c.
20519 (get-char-code-property): Call unicode-property-table-internal to
20520 load a file. Call get-unicode-property-internal where necessary.
20521 (put-char-code-property): Call unicode-property-table-internal to
20522 load a file. Call put-unicode-property-internal where necessary.
20523 put-unicode-property-internal where necessary.
20524 (char-code-property-description):
20525 Call unicode-property-table-internal to load a file.
20526
20527 * international/charprop.el:
20528 * international/uni-bidi.el:
20529 * international/uni-category.el:
20530 * international/uni-combining.el:
20531 * international/uni-comment.el:
20532 * international/uni-decimal.el:
20533 * international/uni-decomposition.el:
20534 * international/uni-digit.el:
20535 * international/uni-lowercase.el:
20536 * international/uni-mirrored.el:
20537 * international/uni-name.el:
20538 * international/uni-numeric.el:
20539 * international/uni-old-name.el:
20540 * international/uni-titlecase.el:
20541 * international/uni-uppercase.el: Regenerate.
20542
20543 * loadup.el: Load international/charprop.el before
20544 international/characters.
20545
20546 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
20547
20548 * window.el (next-buffer, previous-buffer): Signal an error if
20549 called from a minibuffer window.
20550
20551 * bindings.el: Revert 2011-07-04 change.
20552
20553 2011-07-06 Richard Stallman <rms@gnu.org>
20554
20555 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
20556 (rmail-mime-insert-bulk, rmail-mime-insert-text):
20557 Treat markers like ints.
20558 (rmail-mime-entity): Doc fix.
20559
20560 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20561
20562 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
20563 defcustom again for backwards compatibility.
20564
20565 * simple.el (shell-command-on-region): Fill.
20566
20567 * dired-aux.el (dired-kill-line): Add a doc string.
20568
20569 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
20570 to "\\sw\\|\\s_" (bug#358).
20571
20572 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
20573 (dired-unmark-backward): Ditto.
20574 (dired-flag-backup-files): Ditto.
20575
20576 * dired-x.el (dired-mark-sexp): Ditto.
20577
20578 2011-07-06 Richard Stallman <rms@gnu.org>
20579
20580 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
20581 (rmail-mime-entity): New arg TRUNCATED.
20582 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
20583 New functions.
20584 (rmail-mime-save): Warn if entity is truncated.
20585 (rmail-mime-toggle-hidden): Likewise, for showing.
20586 (rmail-mime-process-multipart): Record when an entity is truncated.
20587
20588 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
20589 if ENTITY is a string.
20590
20591 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20592
20593 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
20594 of faces when `M-C-x'-ing their definitions (bug#8378).
20595 Also clean up the code slightly.
20596
20597 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
20598 because that makes the colors go away.
20599
20600 * mail/sendmail.el (send-mail-function): Change the default to
20601 `sendmail-query-once'.
20602 (sendmail-query-once): Add an autoload cookie.
20603
20604 * net/network-stream.el (network-stream-open-starttls): Try using
20605 a plain connection even if the server offered STARTTLS, and we
20606 kinda wanted to use it, if Emacs doesn't have any STARTTLS
20607 capability. This should make smtpmail.el work in slightly more
20608 configurations.
20609
20610 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
20611
20612 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20613 New defun.
20614 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
20615
20616 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
20617
20618 * progmodes/sql.el: Version 3.0
20619 (sql-product-alist): Add product :completion-object,
20620 :completion-column, and :statement attributes.
20621 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
20622 (sql-mode-syntax-table): Mark all punctuation.
20623 (sql-font-lock-keywords-builder): Temporarily remove fallback on
20624 ansi keywords.
20625 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
20626 (sql-mode-oracle-font-lock-keywords): Improve.
20627 (sql-oracle-show-reserved-words): New function for development.
20628 (sql-product-font-lock): Simplify for source code buffers.
20629 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
20630 New functions.
20631 (sql-highlight-product): Set product specific syntax table.
20632 (sql-mode-map): Add statement movement functions.
20633 (sql-ansi-statement-starters, sql-oracle-statement-starters):
20634 New variable.
20635 (sql-statement-regexp, sql-beginning-of-statement)
20636 (sql-end-of-statement, sql-signum): New functions.
20637 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
20638 (sql-show-sqli-buffer): Bug fix.
20639 (sql-interactive-mode): Store connection data as buffer local.
20640 (sql-connect): Add NEW-NAME parameter. Redesign interaction
20641 with sql-interactive-mode.
20642 (sql-save-connection): Save buffer local settings.
20643 (sql-connection-menu-filter): Change menu entry name.
20644 (sql-product-interactive): Bug fix.
20645 (sql-preoutput-hold): New variable.
20646 (sql-interactive-remove-continuation-prompt): Bug fixes.
20647 (sql-debug-redirect): New variable.
20648 (sql-str-literal): New function.
20649 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
20650 Redesign.
20651 (sql-oracle-save-settings, sql-oracle-restore-settings)
20652 (sql-oracle-list-all, sql-oracle-list-table): New functions.
20653 (sql-completion-object, sql-completion-column)
20654 (sql-completion-sqlbuf): New variables.
20655 (sql-build-completions-1, sql-build-completions)
20656 (sql-try-completion): New functions.
20657 (sql-read-table-name): Use them.
20658 (sql-contains-names): New buffer local variable.
20659 (sql-list-all, sql-list-table): Use it.
20660 (sql-oracle-completion-types): New variable.
20661 (sql-oracle-completion-object, sql-sqlite-completion-object)
20662 (sql-postgres-completion-object): New functions.
20663
20664 2011-07-06 Glenn Morris <rgm@gnu.org>
20665
20666 * window.el (pop-to-buffer): Doc fix.
20667
20668 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
20669
20670 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
20671
20672 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
20673
20674 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
20675
20676 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
20677
20678 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
20679
20680 * button.el (button): Inherit from link face. Suggested by Dan
20681 Nicolaescu.
20682
20683 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
20684
20685 * progmodes/gdb-mi.el: Fit in 80 columns.
20686 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
20687 switch-to-buffer.
20688
20689 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
20690 if imenu is simply not configured (bug#8941).
20691
20692 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
20693
20694 * allout.el (allout-post-undo-hook): New allout outline-change
20695 event hook to signal undo activity.
20696 (allout-post-command-business): Run allout-post-undo-hook if an
20697 undo just occurred.
20698 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
20699 * allout-widgets.el (allout-widgets-after-undo-function):
20700 Ensure the integrity of the current item's decoration after it has been
20701 in the vicinity of an undo.
20702 (allout-widgets-mode): Include allout-widgets-after-undo-function
20703 on the new allout-post-undo-hook.
20704
20705 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
20706
20707 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
20708 Let define-derived-mode define it.
20709 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
20710 cycles of abbrev-table inheritance (bug#8998).
20711
20712 2011-07-05 Roland Winkler <winkler@gnu.org>
20713
20714 * textmodes/bibtex.el: Add support for biblatex.
20715 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
20716 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
20717 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
20718 (bibtex-entry-alist, bibtex-field-alist): New variables.
20719 (bibtex-entry-field-alist): Obsolete alias for
20720 bibtex-BibTeX-entry-alist.
20721 (bibtex-entry-alist, bibtex-field-alist): New widgets.
20722 (bibtex-set-dialect): New command.
20723 (bibtex-entry-type, bibtex-entry-head)
20724 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
20725 Bind via bibtex-set-dialect.
20726 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
20727 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
20728 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
20729 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
20730 Define via bibtex-set-dialect.
20731 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
20732 Obey bibtex-no-opt-remove-re.
20733 (bibtex-vec-push, bibtex-vec-incr): New functions.
20734 (bibtex-format-entry, bibtex-field-list)
20735 (bibtex-print-help-message, bibtex-validate)
20736 (bibtex-search-entries): Use new format of bibtex-entry-alist.
20737
20738 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
20739
20740 * progmodes/compile.el (compilation-goto-locus):
20741 * net/tramp-cmds.el (tramp-append-tramp-buffers):
20742 * bs.el (bs-cycle-next, bs-cycle-previous):
20743 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
20744 * bindings.el (mode-line-other-buffer):
20745 * autoinsert.el (auto-insert):
20746 * arc-mode.el (archive-extract):
20747 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
20748
20749 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
20750
20751 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
20752 Fix check of `emacs-lock-unlockable-modes'.
20753 Coerce true values of `emacs-lock--try-unlocking' to t.
20754
20755 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
20756
20757 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
20758 * emacs-lock.el: New file.
20759
20760 2011-07-05 Julien Danjou <julien@danjou.info>
20761
20762 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
20763 than `boundp' to check if face is set.
20764
20765 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
20766
20767 * register.el (registerv-make):
20768 * window.el (window-min-height): Fix typos in docstrings.
20769
20770 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
20771
20772 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
20773 Update doc string.
20774
20775 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
20776
20777 * server.el (server-execute): Catch quit and call
20778 `server-return-error' to pass the error back to emacsclient and
20779 close the connection (bug#8942).
20780
20781 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
20782
20783 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
20784 insecure exception for current topic. Also note that auto-saves
20785 are handled differently.
20786
20787 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
20788 State variables for tracking auto-save inhibition situation.
20789
20790 (allout-write-contents-hook-handler): Rename from
20791 'allout-write-file-hook-handler', and describe how it depends on
20792 write-contents-functions sensitivity to non-nil value to prevent
20793 file write.
20794
20795 (allout-auto-save-hook-handler): Remove. auto-save does not check
20796 this in individual buffers, only in the starting buffer, so this
20797 is not the right way for us to inhibit auto-save in a buffer
20798 according to its condition.
20799
20800 (allout-mode): Use new allout-write-contents-hook-handler, and
20801 only with write-contents-functions. Remove auto-save provisions -
20802 they're implemented elsewhere.
20803
20804 (allout-before-change-handler): If undo is in progress, note that
20805 for attention of allout-post-command-business.
20806
20807 (allout-post-command-business): If the command we're following was
20808 an undo, check for change in the status of encrypted items and
20809 adjust auto-save inhibitions accordingly.
20810
20811 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
20812 according to whether there are or aren't any plain-text topics
20813 pending encryption.
20814
20815 (allout-inhibit-auto-save-info-for-decryption):
20816 Adjust buffer-saved-size and some allout state to inhibit auto-saves
20817 if there are plain-text topics pending encryption.
20818
20819 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
20820 buffer-saved-size and some allout state to not inhibit auto-saves
20821 if there are no longer any plain-text topics pending encryption.
20822
20823 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
20824 No longer provide for exemption of the current topic.
20825
20826 2011-07-04 Juri Linkov <juri@jurta.org>
20827
20828 Add 7z operations to delete and save changed members (bug#8968).
20829 * arc-mode.el (archive-7z-expunge, archive-7z-update):
20830 New defcustoms.
20831 (archive-7z-write-file-member): New function.
20832 (archive-7z-summarize): Fix the number of dashes in the
20833 listing output.
20834
20835 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
20836
20837 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
20838 (bug#8958).
20839
20840 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
20841
20842 * bindings.el: Ignore next-buffer and previous-buffer in
20843 minibuffer-local-map.
20844
20845 * font-lock.el (font-lock-builtin-face): Change light background
20846 color to dark slate blue (Bug#6693).
20847
20848 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
20849
20850 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
20851
20852 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
20853
20854 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
20855 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20856 Add switch-to-buffer.
20857
20858 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20859
20860 * isearch.el (isearch-search-fun-function): Clarify further the
20861 meaning of the function returned.
20862
20863 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
20864
20865 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
20866
20867 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
20868 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
20869 Use it.
20870 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
20871 `tramp-default-remote-path' does not exist.
20872 (tramp-send-command-and-read): New optional argument NOERROR.
20873 (tramp-open-connection-setup-interactive-shell)
20874 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
20875 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
20876 (tramp-process-sentinel): Flush also process' connection property.
20877 (tramp-sh-handle-start-file-process): Do not set process
20878 sentinel. It is done now ...
20879 (tramp-maybe-open-connection): ... here. (Bug#8929)
20880
20881 2011-07-04 MON KEY <monkey@sandpframing.com>
20882
20883 * play/animate.el (animate-string): Doc fixes and allow changing
20884 the buffer name (bug#5417).
20885
20886 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20887
20888 * play/animate.el (animation-buffer-name): Rename from *animate*.
20889
20890 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
20891
20892 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
20893 This is simpler and helps future-proof the code.
20894 (timer-until): Use time-subtract and float-time.
20895 (timer--time-less-p): Use time-less-p.
20896
20897 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
20898
20899 * type-break.el (timep): Use the value of `float-time' to avoid a
20900 byte-compiler warning.
20901
20902 * server.el (server-eval-and-print): Return any result, even nil.
20903
20904 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
20905
20906 * type-break.el: Accept time formats that the builtins accept.
20907 (timep, type-break-time-difference): Accept any format that
20908 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
20909 This is simpler and helps future-proof the code.
20910 (type-break-time-difference): Round rather than ignoring
20911 subseconds components.
20912
20913 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20914
20915 * info.el (Info-apropos-matches): Make non-interactive, since it
20916 doesn't seem to do anything useful as a command (bug#8829).
20917
20918 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
20919
20920 * frame.el (frame-background-mode, frame-set-background-mode):
20921 Move from faces.el.
20922 (frame-default-terminal-background): New function.
20923
20924 * custom.el (custom-push-theme): Don't record faces in `changed'
20925 theme; this doesn't work correctly for per-frame face settings.
20926 (disable-theme): Use face-set-after-frame-default to reset faces.
20927 (custom--frame-color-default): New function.
20928
20929 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20930
20931 * dired.el (dired-flagging-regexp): Remove unused variable
20932 (bug#8769).
20933
20934 2011-03-29 Kevin Ryde <user42@zip.com.au>
20935
20936 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20937 `perl-Test2' extend to match possible "fail #N" rep count
20938 (bug#8377).
20939
20940 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20941
20942 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
20943 `smtpmail-via-smtp' now returns the error instead of nil.
20944
20945 * isearch.el (isearch-search-fun-function): Clarify the doc string
20946 (bug#8101).
20947
20948 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
20949
20950 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
20951 unnecessary spaces (bug#8987).
20952
20953 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20954
20955 * net/network-stream.el (open-network-stream): Use the
20956 :end-of-capability command thoughout.
20957
20958 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
20959
20960 * net/network-stream.el (open-network-stream): Add the
20961 :end-of-capability command parameter, used by pop3.el.
20962
20963 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20964
20965 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
20966
20967 * fringe.el (fringe-query-style): Remove redundant text " (type ?
20968 for list)" (bug#6475).
20969
20970 * files.el (file-expand-wildcards): Ignore non-readable
20971 sub-directories while trying to find matches instead of signaling
20972 an error (bug#6297).
20973
20974 * man.el (Man-reference-regexp): Allow matching possible
20975 word-wrapped references (bug#6289).
20976
20977 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
20978 for consistency with the other vc buffers (bug#6197).
20979 (vc-checkin): Ditto.
20980
20981 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
20982
20983 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
20984
20985 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20986
20987 * custom.el (defcustom): Clarify that :set is only used in the
20988 Customize user interface (bug#6089).
20989
20990 * progmodes/flymake.el (flymake-mode): If the buffer isn't
20991 associated with a file, refuse to run instead of erroring out
20992 (bug#6084).
20993
20994 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
20995 the doc string, since it appears that using `fill-column' always
20996 controls the width (bug#7845).
20997
20998 * simple.el (shell-command-on-region): Say where the error output
20999 went if `shell-command-default-error-buffer' is set (bug#6857).
21000
21001 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
21002
21003 * allout.el (allout-yank-processing): Adjust cursor position for
21004 backwards-deleted space.
21005
21006 (allout-rebullet-heading): Register changes with
21007 allout-exposure-changed-hook, so the modified topic is properly
21008 decorated.
21009
21010 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21011
21012 * minibuffer.el (completion-in-region): Document PREDICATE
21013 (bug#7136).
21014
21015 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
21016 of keyword/argument pairs (bug#6904).
21017
21018 * replace.el (multi-occur):
21019 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
21020
21021 2011-07-02 Drew Adams <drew.adams@oracle.com>
21022
21023 * dired.el (dired-mark-if): Make the message about whether it's
21024 marking or unmarking clearer (bug#8523).
21025
21026 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21027
21028 * disp-table.el (display-table-print-array): New function.
21029 (describe-display-table): Use it to print the vectors more pretty
21030 (Bug#8859).
21031
21032 2011-07-02 Martin Rudalics <rudalics@gmx.at>
21033
21034 * window.el (window-state-get-1): Don't assign clone numbers.
21035 Add clone-of item to list of window parameters.
21036 (window-state-put-2): Don't process clone numbers.
21037 (display-buffer-alist): Fix doc-string.
21038
21039 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
21040
21041 * subr.el (remq): Don't allocate if it's not needed.
21042 (keymap--menu-item-binding, keymap--menu-item-with-binding)
21043 (keymap--merge-bindings): New functions.
21044 (keymap-canonicalize): Use them to refine the canonicalization.
21045 * minibuffer.el (minibuffer-local-completion-map)
21046 (minibuffer-local-must-match-map): Move initialization from C.
21047 (minibuffer-local-filename-completion-map): Move initialization from C;
21048 don't inherit from anything here.
21049 (minibuffer-local-filename-must-match-map): Make obsolete.
21050 (completing-read-default): Use make-composed-keymap to combine
21051 minibuffer-local-filename-completion-map with either
21052 minibuffer-local-must-match-map or
21053 minibuffer-local-filename-completion-map.
21054
21055 2011-07-01 Glenn Morris <rgm@gnu.org>
21056
21057 * type-break.el (type-break-time-sum): Use dolist.
21058
21059 * textmodes/flyspell.el (flyspell-word-search-backward):
21060 Replace CL function.
21061
21062 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21063
21064 * mouse.el (mouse--strip-first-event): New function.
21065 (function-key-map): Use it to map fringe clicks to normal clicks
21066 by default.
21067
21068 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
21069 (vc-bzr-revision-completion-table): Add support for annotate and date.
21070
21071 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
21072 inherit from parent.
21073
21074 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21075
21076 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
21077 (dired-show-file-type): Doc fixup (bug#8818).
21078
21079 * dired.el (dired-mode): Fix up the doc string as suggested by
21080 Drew Adams (bug#8817).
21081
21082 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
21083 cookie, since the manual says that it should be possible to add
21084 this function to `find-file-hook' (bug#8709).
21085
21086 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21087
21088 * progmodes/cfengine.el: Moved all cfengine3.el functionality
21089 here. Noted Ted Zlatanov as the maintainer.
21090 (cfengine-common-settings, cfengine-common-syntax): New functions
21091 to set up common things between `cfengine-mode' and
21092 `cfengine3-mode'.
21093 (cfengine3-mode): New mode.
21094 (cfengine3-defuns cfengine3-defuns-regex
21095 (cfengine3-class-selector-regex cfengine3-category-regex)
21096 (cfengine3-vartypes cfengine3-font-lock-keywords)
21097 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
21098 (cfengine3-indent-line): Add from cfengine3.el.
21099
21100 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
21101
21102 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
21103
21104 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
21105
21106 2011-07-01 Martin Rudalics <rudalics@gmx.at>
21107
21108 * window.el (same-window-buffer-names, same-window-regexps)
21109 (same-window-p, special-display-frame-alist)
21110 (special-display-popup-frame, special-display-function)
21111 (special-display-buffer-names, special-display-regexps)
21112 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
21113 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21114 (split-window-preferred-function, split-height-threshold)
21115 (split-width-threshold, even-window-heights)
21116 (display-buffer-mark-dedicated, window-splittable-p)
21117 (split-window-sensibly, window-safely-shrinkable-p):
21118 Un-obsolete.
21119 (display-buffer): Don't spread args with function specifier
21120 because special-display-popup-frame won't like it.
21121
21122 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
21123
21124 Time-stamp simplifications and fixes.
21125 These improve accuracy slightly, and future-proof the code
21126 against some potential changes to current-time format.
21127
21128 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
21129 by using time-since and float-time.
21130
21131 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
21132 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
21133 + NNN microseconds".
21134
21135 * type-break.el (type-break-time-sum): Rewrite using time-add.
21136
21137 * play/hanoi.el (hanoi-current-time-float): Remove.
21138 All uses replaced by float-time.
21139
21140 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
21141 This yields a more-accurate answer.
21142 (rng-time-to-float): Remove; no longer needed.
21143
21144 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
21145
21146 * calendar/timeclock.el (timeclock-seconds-to-time):
21147 Defalias to seconds-to-time, since they're the same thing.
21148
21149 * emacs-lisp/elp.el (elp-elapsed-time):
21150 * emacs-lisp/benchmark.el (benchmark-elapse):
21151 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
21152
21153 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21154
21155 * window.el (bury-buffer): Don't iconify the only frame.
21156 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
21157 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
21158
21159 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
21160
21161 * eshell/em-smart.el (eshell-smart-display-navigate-list):
21162 Add mouse-yank-primary.
21163
21164 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21165
21166 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
21167
21168 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21169
21170 * emacs-lisp/find-func.el (find-library--load-name): New fun.
21171 (find-library-name): Use it to find relative load names when provided
21172 absolute file name (bug#8803).
21173
21174 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21175
21176 * textmodes/flyspell.el (flyspell-word): Consider words that
21177 differ only in case as potential doublons (bug#5687).
21178
21179 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
21180 Remove two rather uninteresting debugging-like messages to make
21181 debbugs.el more silent.
21182
21183 * comint.el (comint-password-prompt-regexp): Accept "Response" as
21184 a password-like phrase.
21185
21186 2011-06-30 Masatake YAMATO <yamato@redhat.com>
21187
21188 * progmodes/cc-guess.el: New file.
21189
21190 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
21191
21192 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
21193 derived from `c-basic-common-init'.
21194
21195 * progmodes/cc-mode.el (top-level): Require cc-guess.
21196 (c-basic-common-init): Use `cc-choose-style-for-mode'.
21197
21198 2011-06-30 Lawrence Mitchell <wence@gmx.li>
21199
21200 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
21201
21202 2011-06-30 Alan Mackenzie <acm@muc.de>
21203
21204 * progmodes/cc-engine.el (c-guess-continued-construct):
21205 Correct the handling of template-args-cont, particularly for when font
21206 lock is disabled. Name this case as "CASE G".
21207
21208 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
21209
21210 * allout.el (allout-yank-processing): Fix injection of extra space
21211 between bullet and non-whitespace character in first topic when
21212 pasting, ensuring that the actual spacing in the pasted topic
21213 following the bullet char is preserved. This extra space was
21214 causing pasted encrypted topics to get a decrypted status even
21215 when the content was actually still encrypted. Now the decryption
21216 status from before the paste is preserved.
21217
21218 (allout-flag-region): Set all allout overlays so they evaporate
21219 when reduced to zero length (evanescent), to prevent overlay
21220 leakage.
21221
21222 2011-06-30 Glenn Morris <rgm@gnu.org>
21223
21224 * w32-fns.el (w32-charset-info-alist): Declare.
21225
21226 * find-dired.el (find-grep-options): Simplify.
21227
21228 * term/ns-win.el (ns-set-resource): Declare.
21229
21230 * ses.el (row, col): Declare dynamic variables honestly.
21231
21232 * textmodes/reftex-parse.el (index-tags): Declare.
21233
21234 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
21235
21236 * cus-edit.el (customize-push-and-save): New function.
21237
21238 * files.el (hack-local-variables-confirm): Use it.
21239
21240 * custom.el (load-theme): New arg NO-CONFIRM.
21241 Use customize-push-and-save (Bug#8720).
21242 (custom-enabled-themes): Doc fix.
21243
21244 * cus-theme.el (customize-create-theme)
21245 (custom-theme-merge-theme): Callers to load-theme changed.
21246
21247 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21248
21249 * thingatpt.el (thing-at-point-short-url-regexp): Require that
21250 short URLs have at least one dot in them (bug #7614).
21251
21252 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
21253 nil, because using a pty is apparently too slow (bug #895).
21254
21255 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
21256
21257 * mail/sendmail.el (sendmail-query-once): New function.
21258 (sendmail-query-once-function): New variable.
21259
21260 2011-06-29 Glenn Morris <rgm@gnu.org>
21261
21262 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
21263
21264 * ses.el (top-level): Require cl when compiling.
21265 (ses-set-localvars): Fix error statement.
21266 Call it at compile time to silence a storm of warnings.
21267
21268 2011-06-29 Martin Rudalics <rudalics@gmx.at>
21269
21270 * window.el (normalize-live-buffer): Rename to
21271 window-normalize-buffer.
21272 (normalize-live-frame): Rename to window-normalize-frame.
21273 (normalize-any-window): Rename to window-normalize-any-window.
21274 (normalize-live-window): Rename to window-normalize-live-window.
21275 (make-window-atom): Rename to window-make-atom.
21276 (window-resize-reset): Rename to window--resize-reset.
21277 (window-resize-reset-1): Rename to window--resize-reset-1.
21278 (resize-mini-window): Rename to window--resize-mini-window.
21279 (resize-subwindows-skip-p): Rename to
21280 window--resize-subwindows-skip-p.
21281 (resize-subwindows-normal): Rename to
21282 window--resize-subwindows-normal.
21283 (resize-subwindows): Rename to window--resize-subwindows.
21284 (resize-other-windows): Rename to window--resize-siblings.
21285 (resize-this-window): Rename to window--resize-this-window.
21286 (resize-root-window): Rename to window--resize-root-window.
21287 (resize-root-window-vertically): Rename to
21288 window--resize-root-window-vertically.
21289 (normalize-buffer-to-display): Rename to
21290 window-normalize-buffer-to-display.
21291 (normalize-buffer-to-switch-to): Rename to
21292 window-normalize-buffer-to-switch-to.
21293 Correspondingly update all callers of the functions listed
21294 above.
21295 (display-buffer-alist, display-buffer-normalize-arguments)
21296 (display-buffer-normalize-options, display-buffer)
21297 (display-buffer-alist-set): Use "function" instead of
21298 "fun-with-args".
21299
21300 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
21301
21302 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
21303 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
21304 debbugs.gnu.org. Mention acknowledgment email.
21305
21306 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
21307
21308 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
21309 buffer multibyteness, since it shouldn't matter.
21310
21311 2011-06-28 Martin Rudalics <rudalics@gmx.at>
21312
21313 * window.el (display-buffer-in-side-window): Handle dedicated
21314 windows as in display-buffer-reuse-window.
21315 (display-buffer-normalize-alist): Use value of override
21316 specifier.
21317 (display-buffer-normalize-specifiers): Use value of
21318 other-window-means-other-frame specifier.
21319 (display-buffer-alist): Rewrite some texts in widgets.
21320 (display-buffer): Spread arguments when calling function
21321 specified by fun-with-args.
21322
21323 2011-06-28 Deniz Dogan <deniz@dogan.se>
21324
21325 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
21326 Unnest `let'.
21327
21328 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
21329 selectors (Bug#5732).
21330 (css-proprietary-nmstart-re): Use `regexp-opt'.
21331
21332 2011-06-27 Jari Aalto <jari.aalto@cante.net>
21333
21334 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
21335 (eshell-ls-date-format): New defcustom.
21336 (eshell-ls-file): Use it.
21337
21338 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
21339
21340 * help-fns.el (describe-variable): Fix message for terminal-local vars.
21341
21342 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
21343
21344 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
21345 (ange-ftp-make-tmp-name): New arg.
21346 (ange-ftp-file-local-copy): Use it.
21347
21348 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
21349
21350 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
21351 no-conversion (Bug#8870).
21352
21353 2011-06-27 Martin Rudalics <rudalics@gmx.at>
21354
21355 * window.el (window-right, window-left, window-child)
21356 (window-child-count, window-last-child)
21357 (window-iso-combination-p, walk-window-tree-1)
21358 (window-atom-check-1, window-tree-1, delete-window)
21359 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
21360 new naming conventions - window-vchild, window-hchild,
21361 window-next and window-prev are now called window-top-child,
21362 window-left-child, window-next-sibling and window-prev-sibling
21363 respectively.
21364 (resize-window-reset): Rename to window-resize-reset.
21365 (resize-window-reset-1): Rename to window-resize-reset-1.
21366 (resize-window): Rename to window-resize.
21367 (window-min-height, window-min-width)
21368 (resize-mini-window, resize-this-window, resize-root-window)
21369 (resize-root-window-vertically, adjust-window-trailing-edge)
21370 (enlarge-window, shrink-window, maximize-window)
21371 (minimize-window, delete-window, quit-restore-window)
21372 (split-window, balance-windows, balance-windows-area-adjust)
21373 (balance-windows-area, window-state-put-2)
21374 (display-buffer-even-window-sizes, display-buffer-set-height)
21375 (display-buffer-set-width, set-window-text-height)
21376 (fit-window-to-buffer): Rename all "resize-window" prefixed
21377 calls to use the "window-resize" prefix convention.
21378 (display-buffer-alist): Fix symbol for label specifier.
21379 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
21380 corresponding specifier.
21381 Reported by Juanma Barranquero <lekktu@gmail.com>.
21382
21383 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
21384
21385 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
21386 convention.
21387 (ses-call-printer): Does not pass an empty string to formatter when the
21388 cell is empty to keep from barking printer Calc math-format-value.
21389
21390 2011-06-27 Richard Stallman <rms@gnu.org>
21391
21392 * battery.el (battery-mode-line-limit): New variable.
21393 (battery-update): Handle it.
21394
21395 * mail/rmailmm.el (rmail-mime-process-multipart):
21396 Handle truncated messages.
21397
21398 2011-06-27 Glenn Morris <rgm@gnu.org>
21399
21400 * progmodes/flymake.el (flymake-err-line-patterns):
21401 Allow for column numbers in the ant/javac pattern. (Bug#8866)
21402
21403 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
21404
21405 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
21406 (ses--clean-!, ses--clean-_): New functions.
21407 (ses-range): Add configurability of readout order, and conversion
21408 to Calc vector.
21409
21410 * ses.el (ses-repair-cell-reference-all): New function.
21411 (ses-cell-symbol): Set macro as safe, so that it can be used in
21412 formulas.
21413
21414 * ses.el: Update cycle detection algorithm.
21415 (ses-localvars): Add ses--Dijkstra-attempt-nb and
21416 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
21417 (ses-set-localvars): New function.
21418 (ses-make-cell): Add property-list as a cell element.
21419 (ses-cell-property-get-fun, ses-cell-property-get)
21420 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
21421 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
21422 New functions.
21423 (ses-cell-property-set, ses-cell-property-pop)
21424 (ses-cell-property-get-handle): New macro.
21425 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
21426 New aliases, used for code readability.
21427 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
21428 cycle detection.
21429 (ses-self-reference-early-detection): New defcustom.
21430 (ses-formula-references): Robustify against self-referring cells.
21431 (ses-mode): Use ses-set-localvars.
21432 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
21433 before lauching the update processing.
21434 (ses-initialize-Dijkstra-attempt): New function.
21435 (ses-recalculate-cell): Update for cycle detection based on
21436 Dijkstra algorithm.
21437
21438 * ses.el: Fix commenting and indenting convention.
21439
21440 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
21441
21442 * bs.el (bs-cycle-next): Complete last change.
21443
21444 2011-06-27 Drew Adams <drew.adams@oracle.com>
21445
21446 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
21447
21448 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
21449
21450 * net/network-stream.el (network-stream-open-starttls):
21451 Don't re-get capabilities unless we've reestablished connection.
21452 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
21453
21454 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
21455 to binary to possibly avoid line encoding issues on Windows (among
21456 other things).
21457
21458 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
21459
21460 * net/network-stream.el (open-network-stream): Return an :error
21461 saying what the problem was, if possible.
21462
21463 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
21464 server.
21465
21466 * net/network-stream.el (network-stream-open-starttls): If we
21467 wanted to use STARTTLS, and the server offered it, but we weren't
21468 able to because we had no STARTTLS support, then close the connection.
21469 (open-network-stream): Return an :error element, if present.
21470
21471 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
21472
21473 * hl-line.el (hl-line-sticky-flag): Doc fix.
21474 (global-hl-line-sticky-flag): New option (Bug#8323).
21475 (global-hl-line-highlight): Obey it.
21476
21477 * vc/vc.el (vc-revert-show-diff): Default to t.
21478
21479 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
21480
21481 * allout-widgets.el (allout-widgets-post-command-business):
21482 Stop decorating intermediate isearch matches. They're not being
21483 undecorated when an isearch is continued past, and isearch
21484 automatically collapses them. This leads to "widget leaks", where
21485 decorated items accumulate in collapsed areas. Lines with lots of
21486 hidden widgets can slow down cursor travel, substantially.
21487 Too much complicated machinery would be needed to ensure undecoration,
21488 so we're doing without this nicety.
21489
21490 (allout-widgets-tally-string): Don't try to do a hash-table-count
21491 of allout-widgets-tally when it's nil. This eliminates spurious "Error
21492 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
21493 *Messages* when allout-widgets-maintain-tally is t.
21494
21495 2011-06-26 Martin Rudalics <rudalics@gmx.at>
21496
21497 * window.el (display-buffer-normalize-argument): Rename to
21498 display-buffer-normalize-arguments. Handle special meaning of
21499 LABEL argument. Respect special-display-function when popping up
21500 a new frame. Fix code searching for a window showing the buffer
21501 on another frame.
21502 (display-buffer-normalize-specifiers):
21503 Call display-buffer-normalize-arguments.
21504 (display-buffer-in-window): Don't undedicate the window if its
21505 buffer remains the same.
21506 Reported by Drew Adams <drew.adams@oracle.com>.
21507 (display-buffer-alist): Add choice for same-window macro
21508 specfier.
21509 (display-buffer): Mention special meaning of LABEL argument in
21510 doc-string. Fix quoting. Don't pop up a new frame even as
21511 fallback.
21512
21513 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
21514
21515 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
21516 avoid deleting the current window in some cases (bug#8911).
21517
21518 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
21519
21520 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
21521 (Bug#8934)
21522
21523 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
21524
21525 * net/network-stream.el (network-stream-open-starttls):
21526 Use built-in TLS support if `gnutls-available-p' is true.
21527 (network-stream-open-tls): Ditto.
21528
21529 2011-06-26 Leo Liu <sdl.web@gmail.com>
21530
21531 * register.el (registerv): New struct.
21532 (registerv-make): New function.
21533 (jump-to-register, describe-register-1, insert-register):
21534 Support the jump-func, print-func and insert-func slot of a registerv
21535 struct. (Bug#8415)
21536
21537 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
21538
21539 * vc/vc.el (vc-revert-show-diff): New defcustom.
21540 (vc-diff-internal): New arg specifying diff buffer.
21541 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
21542 reuse an existing *vc-diff* buffer (Bug#8927).
21543
21544 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
21545
21546 2011-06-26 Glenn Morris <rgm@gnu.org>
21547
21548 * progmodes/f90.el (f90-critical-indent): New option.
21549 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
21550 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
21551 (f90-mode): Doc fix.
21552 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
21553 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
21554 (f90-beginning-of-block, f90-next-block, f90-indent-region)
21555 (f90-match-end): Handle block, critical.
21556
21557 2011-06-25 Glenn Morris <rgm@gnu.org>
21558
21559 * calendar/diary-lib.el (diary-included-files): Doc fix.
21560 (diary-include-files): New function, extracted from
21561 diary-include-other-diary-files and diary-mark-included-diary-files.
21562 (diary-include-other-diary-files, diary-mark-included-diary-files):
21563 Just call diary-include-files.
21564 (diary-mark-entries): Reset diary-included-files on first call.
21565
21566 * calendar/diary-lib.el (diary-mark-entries)
21567 (diary-mark-included-diary-files):
21568 Visit included diary-files in temp buffers.
21569
21570 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
21571 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
21572 (f90-start-block-re, f90-imenu-generic-expression)
21573 (f90-looking-at-program-block-start, f90-no-block-limit):
21574 Add support for submodules.
21575
21576 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
21577 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
21578
21579 2011-06-25 Eli Zaretskii <eliz@gnu.org>
21580
21581 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
21582 buffer-file-type before setting its value, to avoid disastrous
21583 global effects on decoding files for DOS/Windows systems. (Bug#8780)
21584
21585 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
21586
21587 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
21588
21589 * ses.el (ses-unload-function):
21590 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
21591
21592 * proced.el (proced-unload-function):
21593 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
21594
21595 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
21596
21597 * server.el (server-create-window-system-frame): Add parameters arg.
21598 (server-process-filter): Doc fix. Handle frame-parameters.
21599
21600 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
21601
21602 Fix bug#8730, bug#8781.
21603
21604 * loadhist.el (unload--set-major-mode): New function.
21605 (unload-feature): Use it.
21606
21607 * progmodes/python.el (python-after-info-look): Add autoload cookie.
21608 (python-unload-function): New function.
21609
21610 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
21611
21612 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
21613
21614 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
21615
21616 * net/browse-url.el (browse-url-firefox-program): Add icecat to
21617 the candidates list.
21618
21619 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
21620
21621 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
21622
21623 2011-06-23 Richard Stallman <rms@gnu.org>
21624
21625 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
21626 (rmail-variables): Set next-error-move-function.
21627 (rmail-what-message): Take argument POS.
21628 (rmail-next-error-move): New function.
21629
21630 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
21631
21632 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
21633 messages for adjacent non-terminals.
21634
21635 2011-06-23 Richard Stallman <rms@gnu.org>
21636
21637 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
21638 (rmail-show-message-1): Preserve buffer modified flag.
21639 (rmail-start-mail): Don't specify use of rmail-mail-return;
21640 that's done by mail-bury now.
21641 (rmail-mail-return): Handle arg NEWBUF.
21642
21643 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
21644
21645 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
21646 SIZE is a number.
21647
21648 2011-06-23 Martin Rudalics <rudalics@gmx.at>
21649
21650 * window.el (get-lru-window, get-mru-window)
21651 (get-largest-window): Never return a minibuffer window.
21652 (display-buffer-pop-up-window): Fix a bug that could lead to
21653 reusing the minibuffer window.
21654 (display-buffer): Pass original specifier argument to
21655 display-buffer-function instead of the normalized one.
21656 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
21657
21658 2011-06-22 Leo Liu <sdl.web@gmail.com>
21659
21660 * minibuffer.el (completing-read-function)
21661 (completing-read-default): Move from minibuf.c.
21662
21663 2011-06-22 Richard Stallman <rms@gnu.org>
21664
21665 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
21666 to Rmail even if not started by a special Rmail command.
21667
21668 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
21669 Copy the buffer currently showing just one message.
21670
21671 2011-06-22 Roland Winkler <winkler@gnu.org>
21672
21673 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
21674 (bibtex-clean-entry): First delete the old key so that a
21675 customized algorithm for generating the new key does not get
21676 confused by the old key.
21677 (bibtex-url): Obey regexp of first step.
21678 (bibtex-search-entries): Do not use add-to-list with local
21679 list-var.
21680
21681 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
21682
21683 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
21684 stored a user name, then query for the password first, instead of
21685 waiting for SMTP to give an error message and the trying again.
21686
21687 2011-06-22 Lawrence Mitchell <wence@gmx.li>
21688
21689 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
21690 BUFFER in call-process.
21691
21692 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
21693
21694 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
21695 QUIT twice.
21696 (smtpmail-try-auth-methods): Require user name and password from
21697 auth-source.
21698
21699 2011-06-22 Martin Rudalics <rudalics@gmx.at>
21700
21701 * window.el (display-buffer-default-specifiers)
21702 (display-buffer-alist): Remove entries for pop-up-frame-alist.
21703 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
21704 (split-window): Normalize SIDE argument (Bug#8916).
21705
21706 * frame.el (pop-up-frame-alist, pop-up-frame-function)
21707 (special-display-frame-alist, special-display-popup-frame):
21708 Remove duplicate declarations. These are now in window.el.
21709
21710 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21711
21712 * mail/smtpmail.el (smtpmail-via-smtp):
21713 Set :use-starttls-if-possible so that we always use STARTTLS if the
21714 server supports it. SMTP servers that support STARTTLS commonly
21715 require it.
21716
21717 * net/network-stream.el (network-stream-open-starttls): Support
21718 upgrading to STARTTLS always, even if we don't have built-in support.
21719 (open-network-stream): Add the :always-query-capabilities keyword.
21720
21721 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
21722 upgrades with `open-network-stream', and rely solely on
21723 auth-source for all credentials. Big changes throughout the file,
21724 but in particular:
21725 (smtpmail-auth-credentials): Remove.
21726 (smtpmail-starttls-credentials): Remove.
21727 (smtpmail-via-smtp): Check for servers saying they want AUTH after
21728 MAIL FROM, too.
21729
21730 * net/network-stream.el (network-stream-open-starttls):
21731 Provide support for client certificates both for external and built-in
21732 STARTTLS.
21733 (auth-source): Require.
21734 (open-network-stream): Document the :client-certificate keyword.
21735 (network-stream-certificate): Change cert-cert to cert and
21736 cert-key to key.
21737
21738 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
21739
21740 * net/tramp-cache.el (top): Don't load the persistency file when
21741 "emacs -Q" has been called.
21742
21743 2011-06-21 Tim Harper <timcharper@gmail.com>
21744
21745 * term/ns-win.el (ns-initialize-window-system):
21746 Set application-specific `ApplePressAndHoldEnabled' system
21747 resource to NO as it is not yet supported by the NS port.
21748
21749 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
21750
21751 * misc.el (list-dynamic-libraries--refresh): Compute header here...
21752 (list-dynamic-libraries): ...not here.
21753
21754 2011-06-21 Leo Liu <sdl.web@gmail.com>
21755
21756 * subr.el (sha1): Implement sha1 using secure-hash.
21757
21758 2011-06-21 Martin Rudalics <rudalics@gmx.at>
21759
21760 * window.el (display-buffer-alist): In default value do not
21761 enforce searching a window on any but the selected frame.
21762 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
21763 (display-buffer-select-window): Remove function.
21764 (display-buffer-in-window): When a window on another frame gets
21765 reused, do not select it any more but just raise its frame if
21766 necessary (Bug#8851) and (Bug#8856).
21767 (display-buffer-normalize-options): Handle pop-up-frames related
21768 options more faithfully.
21769 (pop-to-buffer): Don't rely on `display-buffer' selecting the
21770 window if it is on another frame.
21771 (display-buffer-alist, display-buffer-default-specifiers):
21772 Don't make new frame unsplittable by default.
21773 (display-buffer-normalize-argument): Fix doc-string typo and use
21774 'same-frame-other-window instead of 'other-window when associating
21775 with display-buffer-macro-specifiers.
21776
21777 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
21778
21779 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
21780 New functions.
21781 (5x5-mode-map, 5x5-mode-menu): Bind them.
21782 (5x5-draw-grid): Tweak the solver's rendering.
21783
21784 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
21785
21786 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
21787 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
21788
21789 2011-06-21 Drew Adams <drew.adams@oracle.com>
21790
21791 * menu-bar.el: Use function variable instead of switch-to-buffer.
21792 (menu-bar-select-buffer-function): New variable.
21793 (menu-bar-update-buffers): Use it (bug#8876).
21794
21795 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
21796
21797 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
21798 variable's status.
21799
21800 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
21801
21802 * x-dnd.el (x-dnd-version-from-flags)
21803 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
21804 and long as number (Bug#8899).
21805 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
21806
21807 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
21808
21809 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
21810 (completion-try-completion, completion-all-completions): Compute the
21811 metadata argument if it's missing; make it optional (bug#8795).
21812
21813 * wid-edit.el: Use lex-bind and move towards completion-at-point.
21814 (widget-complete): Use new :completion-function property.
21815 (widget-completions-at-point): New function.
21816 (default): Use :completion-function instead of :complete.
21817 (widget-default-completions): Rename from widget-default-complete;
21818 Rewrite.
21819 (widget-string-complete, widget-file-complete, widget-color-complete):
21820 Remove functions.
21821 (file, symbol, function, variable, coding-system, color):
21822 * international/mule-cmds.el (default-input-method, charset)
21823 (language-info-custom-alist):
21824 * cus-edit.el (face): Use new property :completions.
21825
21826 * progmodes/pascal.el (pascal-completions-at-point): New function.
21827 (pascal-mode): Use it.
21828 (pascal-mode-map): Use completion-at-point.
21829 (pascal-toggle-completions): Make obsolete.
21830 (pascal-complete-word, pascal-show-completions):
21831 * progmodes/octave-mod.el (octave-complete-symbol):
21832 Redefine as obsolete alias.
21833 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
21834 Signal absence of completion info for old Octave,
21835 (inferior-octave-complete): Redefine as obsolete alias.
21836 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
21837 (meta-completions-at-point): Rename from meta-complete-symbol and
21838 adapt it for use on completion-at-point-functions.
21839 (meta-common-mode): Use it.
21840 (meta-looking-at-backward, meta-match-buffer): Remove.
21841 (meta-complete-symbol): Redefine as obsolete alias.
21842 (meta-common-mode-map): Use completion-at-point.
21843 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
21844 (makefile-mode-map): Use completion-at-point.
21845 (makefile-completions-at-point): Rename from makefile-complete and
21846 adapt it for use on completion-at-point-functions.
21847 (makefile-mode): Use it.
21848 (makefile-complete): Redefine as obsolete alias.
21849
21850 2011-06-20 Deniz Dogan <deniz@dogan.se>
21851
21852 * net/rcirc.el: Delete trailing whitespaces once and for all.
21853
21854 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
21855
21856 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
21857
21858 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
21859
21860 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
21861
21862 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
21863
21864 2011-06-19 Martin Rudalics <rudalics@gmx.at>
21865
21866 * window.el (display-buffer-other-window-means-other-frame):
21867 Call display-buffer-normalize-alist.
21868 (display-buffer-normalize-specifiers-1): Rename to
21869 display-buffer-normalize-argument. New argument other-frame.
21870 Rewrite.
21871 (display-buffer-normalize-specifiers-2): Rename to
21872 display-buffer-normalize-options.
21873 (display-buffer-normalize-alist-1): New function.
21874 (display-buffer-normalize-specifiers-3): Rename to
21875 display-buffer-normalize-alist.
21876 Call display-buffer-normalize-alist-1.
21877 (display-buffer-normalize-options-inhibit): New variable.
21878 (display-buffer-normalize-specifiers): Rewrite calling
21879 display-buffer-normalize-alist,
21880 display-buffer-normalize-argument, and
21881 display-buffer-normalize-options. Don't call the latter if
21882 display-buffer-normalize-options-inhibit is non-nil.
21883 (frame-auto-delete): New option.
21884 (window-deletable-p): Use frame-auto-delete.
21885 (window-list-no-nils, window-state-ignored-parameters)
21886 (window-state-get-1, window-state-get, window-state-put-list)
21887 (window-state-put-1, window-state-put-2, window-state-put):
21888 New functions.
21889 (display-buffer-normalize-options): Move special-display-p group
21890 after pop-up-frame group (Bug#8851) and (Bug#8856).
21891
21892 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
21893
21894 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
21895 groups (Bug#8776).
21896 (rx-submatch-n): New function.
21897 (rx): Document it.
21898
21899 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
21900 (Bug#8768).
21901
21902 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
21903
21904 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
21905
21906 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
21907 anytime existing face settings are present (Bug#8889).
21908
21909 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
21910 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
21911 Remove unused argument.
21912
21913 2011-06-18 Martin Rudalics <rudalics@gmx.at>
21914
21915 * window.el (display-buffer-default-specifiers):
21916 Remove pop-up-frame. Add pop-up-window-min-height,
21917 pop-up-window-min-width, and another reuse-window specifier
21918 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
21919 (display-buffer-normalize-specifiers-2):
21920 Handle split-height-threshold and split-width-threshold also when
21921 pop-up-windows is unset. Add a reuse-window specifier for the
21922 case popping up a new window fails.
21923 (special-display-popup-frame): Remove double quoting.
21924 (display-buffer-normalize-specifiers-1): Fix thinko.
21925
21926 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
21927
21928 * shell.el (shell-completion-vars): Set pcomplete-termination-string
21929 according to comint-completion-addsuffix.
21930
21931 * pcomplete.el: Convert to lexical binding and fix bug#8819.
21932 (pcomplete-suffix-list): Mark as obsolete.
21933 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
21934 pcomplete-seen in the closure.
21935 (pcomplete-comint-setup): Setup completion-at-point as well.
21936 (pcomplete--entries): New function.
21937 (pcomplete--env-regexp): New var.
21938 (pcomplete-entries): Rewrite to work with partial-completion and
21939 without relying on pcomplete-suffix-list.
21940 (pcomplete-pare-list): Remove, unused.
21941
21942 2011-06-17 Martin Rudalics <rudalics@gmx.at>
21943
21944 * window.el (display-buffer-alist): Set pop-up-window-min-height
21945 and pop-up-window-min-width in default value. Reported by
21946 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
21947 other-window-means-other-frame.
21948 (display-buffer-macro-specifiers): Comment out entry for
21949 other-window specifier.
21950 (display-buffer-other-window-means-other-frame): New function.
21951 (display-buffer-normalize-specifiers-1): New arguments
21952 buffer-name and label. Treat other-window case specially.
21953 (display-buffer-normalize-specifiers-2): Treat other-window case
21954 specially.
21955 (display-buffer-normalize-specifiers-3): New function.
21956 (display-buffer-normalize-specifiers):
21957 Call display-buffer-normalize-specifiers-3.
21958
21959 2011-06-17 Martin Rudalics <rudalics@gmx.at>
21960
21961 * window.el (same-window-p): Fix two typos introduced when
21962 adding with-no-warnings.
21963 (display-buffer-normalize-specifiers-1): Don't check
21964 pop-up-frames for 'unset initialization.
21965 (display-buffer-normalize-specifiers-2): Major rewrite using
21966 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
21967 (pop-up-frames, display-buffer-reuse-frames)
21968 (display-buffer-mark-dedicated): Don't initialize to 'unset.
21969 Suggested by David Engster <deng@randomsample.de>.
21970 (even-window-heights): Initialize to 'unset.
21971 (display-buffer-alist-set): Handle new 'unset initializations.
21972 (display-buffer-macro-specifiers): Don't pop up a new frame in the
21973 other window case.
21974
21975 2011-06-16 Martin Rudalics <rudalics@gmx.at>
21976
21977 * window.el (display-buffer-normalize-specifiers-1):
21978 Respect current value of pop-up-frames for most reasonable values of
21979 second argument of display-buffer (Bug#8865).
21980 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
21981 (switch-to-buffer-other-window-same-frame)
21982 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
21983 Adams (Bug#8875).
21984 (display-buffer): Don't check noninteractive when calling
21985 display-buffer-pop-up-frame.
21986 (display-buffer-pop-up-frame): Never pop up a frame in
21987 noninteractive mode (Bug#8857).
21988 (enlarge-window, shrink-window): Don't report an error when the
21989 window can't be resized as requested (Bug#8862).
21990
21991 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
21992
21993 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
21994
21995 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
21996
21997 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
21998
21999 2011-06-15 Alan Mackenzie <acm@muc.de>
22000
22001 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
22002 for declarators, disable knr checking to speed up for normal files.
22003 2: Refactor, replacing a sequence of nested if forms by a cond form.
22004
22005 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22006
22007 * net/network-stream.el (open-network-stream): Add the keyword
22008 :always-query-capabilities for the case where you want to force a
22009 `plain' network connection, but the protocol still requires the
22010 capabilitiy command (i.e., SMTP and EHLO).
22011
22012 * subr.el (process-live-p): Rename from `process-alive-p' for
22013 consistency with other `-live-p' functions.
22014
22015 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22016
22017 * window.el (same-window-buffer-names, same-window-regexps)
22018 (special-display-frame-alist, special-display-popup-frame)
22019 (special-display-function, special-display-buffer-names)
22020 (special-display-regexps, pop-up-frame-alist)
22021 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
22022 (pop-up-windows, split-window-preferred-function)
22023 (split-height-threshold, split-width-threshold, even-window-heights)
22024 (display-buffer-mark-dedicated): Don't encourage the use of
22025 display-buffer-alist from Elisp code.
22026
22027 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
22028
22029 * progmodes/python.el (python-mode): Derive from prog-mode.
22030 * progmodes/ps-mode.el (ps-mode):
22031 * progmodes/mixal-mode.el (mixal-mode):
22032 * progmodes/cfengine.el (cfengine-mode):
22033 * progmodes/ld-script.el (ld-script-mode): Likewise.
22034
22035 2011-06-15 Martin Rudalics <rudalics@gmx.at>
22036
22037 * window.el (display-buffer-alist): Trim default value to avoid
22038 popping up a new frame (Bug#8857) or reusing an arbitrary window
22039 on another frame.
22040 (display-buffer): Do not fall back on popping up a new frame in
22041 batch mode (Bug#8857).
22042
22043 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
22044
22045 * cus-theme.el (describe-theme-1): Use custom-theme-p.
22046 (custom-theme-summary): New function.
22047 (customize-themes): Use it.
22048
22049 2011-06-13 Glenn Morris <rgm@gnu.org>
22050
22051 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
22052
22053 2011-06-13 Martin Rudalics <rudalics@gmx.at>
22054
22055 * help.el (help-window): Remove variable.
22056 (help-window-point-marker, temp-buffer-max-height)
22057 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
22058 (help-print-return-message): Don't set help-window.
22059 (resize-temp-buffer-window): Rewrite cod eand doc-string.
22060 (help-window-setup-finish): Remove.
22061 (help-window-display-message, help-window-setup)
22062 (with-help-window): Major rewrite based on new
22063 display-buffer-window variable.
22064
22065 * help-mode.el (help-mode-finish): Remove help-window related
22066 code.
22067
22068 * view.el (view-exits-all-viewing-windows): Remove reference to
22069 view-return-to-alist in doc-string.
22070 (view-return-to-alist): Make obsolete.
22071 (view-buffer): Call pop-to-buffer-same-window and remove
22072 undo-window code.
22073 (view-buffer-other-window): Call pop-to-buffer-other-window and
22074 simplify code. Ignore second argument.
22075 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
22076 simplify code. Ignore second argument.
22077 (view-return-to-alist-update): Make obsolete.
22078 (view-mode-enter): Rename second argument to QUIT-RESTORE.
22079 Rewrite using quit-restore window parameters.
22080 (view-mode-exit): Rename second argument to EXIT-ONLY.
22081 Rewrite using quit-restore-window.
22082 (View-exit, View-exit-and-edit, View-leave, View-quit)
22083 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
22084 appropriate arguments.
22085 (view-end-message): Use quit-restore window parameter.
22086
22087 * window.el (display-buffer-function): Rewrite doc-string.
22088 (display-buffer-window, display-buffer-alist): New variables.
22089 (display-buffer-split-specifiers)
22090 (display-buffer-side-specifiers)
22091 (display-buffer-macro-specifiers): New constants.
22092 (display-buffer-even-window-sizes, display-buffer-set-height)
22093 (display-buffer-set-width, display-buffer-select-window)
22094 (display-buffer-in-window, display-buffer-reuse-window)
22095 (display-buffer-split-window-1, display-buffer-split-window)
22096 (display-buffer-split-atom-window, display-buffer-pop-up-window)
22097 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
22098 (display-buffer-in-side-window, normalize-buffer-to-display)
22099 (display-buffer-normalize-specifiers-1)
22100 (display-buffer-normalize-specifiers-2)
22101 (display-buffer-normalize-specifiers, display-buffer-frame):
22102 New functions.
22103 (display-buffer): Major rewrite.
22104 (display-buffer-other-window, display-buffer-other-frame)
22105 (pop-to-buffer, switch-to-buffer-other-window)
22106 (switch-to-buffer-other-frame): Rewrite.
22107 (display-buffer-same-window, display-buffer-same-frame)
22108 (display-buffer-same-frame-other-window)
22109 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22110 (pop-to-buffer-other-window)
22111 (pop-to-buffer-same-frame-other-window)
22112 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
22113 (switch-to-buffer-other-window-same-frame): New functions.
22114 (same-window-p, special-display-p): Rewrite disabling warnings.
22115 Make obsolete.
22116 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22117 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
22118 Make obsolete
22119 (same-window-buffer-names, same-window-regexps)
22120 (special-display-frame-alist, special-display-popup-frame)
22121 (special-display-function, special-display-buffer-names)
22122 (special-display-regexps, pop-up-frame-alist)
22123 (pop-up-frame-function, split-window-preferred-function)
22124 (split-height-threshold, split-width-threshold)
22125 (even-window-heights): Make obsolete.
22126
22127 2011-06-12 Glenn Morris <rgm@gnu.org>
22128
22129 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
22130 Misc simplifications.
22131
22132 2011-06-12 Martin Rudalics <rudalics@gmx.at>
22133
22134 * window.el (window-safely-shrinkable-p): Restore function which
22135 was inadvertently removed in change from 2011-06-11. Declare as
22136 obsolete.
22137
22138 * calendar/calendar.el (calendar-generate-window):
22139 Use window-iso-combined-p instead of combination of one-window-p and
22140 window-safely-shrinkable-p.
22141
22142 2011-06-12 Glenn Morris <rgm@gnu.org>
22143
22144 * progmodes/fortran.el (fortran-mode-syntax-table):
22145 * progmodes/f90.el (f90-mode-syntax-table):
22146 Set % to punctuation. (Bug#8820)
22147 (f90-find-tag-default): Remove, no longer needed.
22148
22149 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
22150
22151 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
22152
22153 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
22154
22155 * image.el (image-animated-p): Return animation delay in seconds.
22156 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
22157 (image-animate-timeout): Remove DELAY argument. Don't assume
22158 every subimage has the same delay; get it from image-animated-p.
22159 (image-animate): Caller changed.
22160
22161 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
22162
22163 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
22164 to ignored backtrace functions.
22165
22166 2011-06-11 Glenn Morris <rgm@gnu.org>
22167
22168 * calendar/appt.el (appt-disp-window-function): Doc fix.
22169 (appt-check): Handle overlapping appointments. (Bug#8337)
22170
22171 2011-06-11 Martin Rudalics <rudalics@gmx.at>
22172
22173 * window.el (window-tree-1, window-tree): New functions, moving
22174 the latter to window.el.
22175 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
22176 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
22177 (bw-refresh-edges): Remove.
22178 (balance-windows-1, balance-windows-2): New functions.
22179 (balance-windows): Rewrite in terms of window tree functions,
22180 balance-windows-1 and balance-windows-2.
22181 (bw-adjust-window): Remove.
22182 (balance-windows-area-adjust): New function with functionality of
22183 bw-adjust-window but using resize-window.
22184 (set-window-text-height): Rewrite doc-string.
22185 Use normalize-live-window and resize-window.
22186 (enlarge-window-horizontally, shrink-window-horizontally):
22187 Rename argument to DELTA.
22188 (window-buffer-height): New function.
22189 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
22190 Rewrite using new window resize routines.
22191 (kill-buffer-and-window, mouse-autoselect-window-select):
22192 Use ignore-errors instead of condition-case.
22193 (quit-window): Call delete-frame instead of delete-windows-on
22194 for the only buffer on frame.
22195
22196 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22197
22198 * loadup.el (top-level): Load window before files for the sake
22199 of replace-buffer-in-windows.
22200
22201 * files.el (read-buffer-to-switch)
22202 (switch-to-buffer-other-window)
22203 (switch-to-buffer-other-frame, display-buffer-other-frame):
22204 Move to window.el.
22205
22206 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
22207 (previous-buffer): Move to window.el.
22208
22209 * bindings.el (unbury-buffer): Move to window.el.
22210
22211 * window.el (delete-other-windows-vertically): Move after
22212 definition of delete-other-windows.
22213 (other-window, delete-windows-on, replace-buffer-in-windows):
22214 Move here from window.c.
22215 (record-window-buffer, unrecord-window-buffer)
22216 (set-window-buffer-start-and-point, switch-to-prev-buffer)
22217 (switch-to-next-buffer): New functions.
22218 (get-next-valid-buffer, last-buffer, next-buffer): Move here
22219 from simple.el. Call switch-to-next-buffer.
22220 (previous-buffer): Move here from simple.el.
22221 Call switch-to-prev-buffer.
22222 (bury-buffer): Move here from buffer.c. Switch to previous
22223 buffer when window cannot be deleted.
22224 (unbury-buffer): Move here from bindings.el.
22225 (ctl-x-map): Move binding for other-window from window.c to
22226 here.
22227 (read-buffer-to-switch, switch-to-buffer-other-window)
22228 (switch-to-buffer-other-frame): Move here from files.el.
22229 (normalize-buffer-to-switch-to): New functions.
22230 (switch-to-buffer): Move here from buffer.c.
22231 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
22232
22233 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22234
22235 * window.el (window-min-height, window-min-width): Move here
22236 from window.c. Add defcustoms and rewrite doc-strings.
22237 (resize-mini-window, resize-window): New functions.
22238 (adjust-window-trailing-edge, enlarge-window, shrink-window):
22239 Move here from window.c.
22240 (maximize-window, minimize-window): New functions.
22241 (delete-window, delete-other-windows, split-window): Move here
22242 from window.c.
22243 (window-split-min-size): New function.
22244 (split-window-keep-point): Mention split-window-above-each-other
22245 instead of split-window-vertically.
22246 (split-window-above-each-other, split-window-vertically):
22247 Rename split-window-vertically to split-window-above-each-other
22248 and provide defalias for old definition.
22249 (split-window-side-by-side, split-window-horizontally):
22250 Rename split-window-horizontally to split-window-side-by-side
22251 and provide defalias for the old definition.
22252 (ctl-x-map): Move bindings for delete-window,
22253 delete-other-windows and enlarge-window here from window.c.
22254 Replace bindings for split-window-vertically and
22255 split-window-horizontally by bindings for
22256 split-window-above-each-other and split-window-side-by-side.
22257
22258 * cus-start.el (all): Remove entries for window-min-height and
22259 window-min-width. Add entries for window-splits and
22260 window-nest.
22261
22262 2011-06-09 Glenn Morris <rgm@gnu.org>
22263
22264 * calendar/appt.el (appt-mode-line): New function.
22265 (appt-check, appt-disp-window): Use it.
22266
22267 * files.el (hack-one-local-variable-eval-safep):
22268 Allow minor-modes with explicit +/-1 arguments.
22269
22270 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
22271
22272 * term/xterm.el (xterm): Add defgroup.
22273 (xterm-extra-capabilities): Add defcustom to supply known xterm
22274 capabilities, skip querying them, or query them (default).
22275 (terminal-init-xterm): Use it.
22276 (terminal-init-xterm-modify-other-keys): New function to set up
22277 modifyOtherKeys support to simplify `terminal-init-xterm'.
22278
22279 2011-06-09 Martin Rudalics <rudalics@gmx.at>
22280
22281 * window.el (resize-window-reset, resize-window-reset-1)
22282 (resize-subwindows-skip-p, resize-subwindows-normal)
22283 (resize-subwindows, resize-other-windows, resize-this-window)
22284 (resize-root-window, resize-root-window-vertically)
22285 (window-deletable-p, window-or-subwindow-p)
22286 (frame-root-window-p): New functions.
22287
22288 2011-06-09 Glenn Morris <rgm@gnu.org>
22289
22290 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
22291 (ange-ftp-get-files): Use it.
22292
22293 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
22294
22295 * mail/sendmail.el (mail-recover-1, mail-recover):
22296 * files.el (recover-file, recover-session):
22297 Handle dired-listing-switches not being just a single short option.
22298
22299 2011-06-09 Glenn Morris <rgm@gnu.org>
22300
22301 * calendar/appt.el (appt-display-message, appt-disp-window):
22302 Handle lists of appointments.
22303
22304 2011-06-08 Martin Rudalics <rudalics@gmx.at>
22305
22306 * window.el (one-window-p): Move down in code.
22307 Rewrite doc-string.
22308 (window-current-scroll-bars): Rewrite doc-string.
22309 Normalize live window argument.
22310 (walk-windows, get-window-with-predicate, count-windows):
22311 Rewrite doc-string. Use window-list-1.
22312 (window-in-direction-2, window-in-direction, get-mru-window):
22313 New functions.
22314
22315 2011-06-08 Reuben Thomas <rrt@sc3d.org>
22316
22317 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
22318 Doc fix (Bug#8713).
22319
22320 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
22321
22322 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
22323
22324 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
22325
22326 * loadhist.el (unload-feature-special-hooks):
22327 Add `comint-output-filter-functions'.
22328
22329 2011-06-08 Ivan Kanis <gnu@kanis.fr>
22330
22331 * calendar/appt.el (appt-check): Move some initializations into the let.
22332
22333 2011-06-08 Martin Rudalics <rudalics@gmx.at>
22334
22335 * window.el (window-height): Defalias to window-total-height.
22336 (window-width): Defalias to window-body-width.
22337
22338 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
22339
22340 * image-mode.el (image-toggle-animation): New command.
22341 (image-mode-map): Bind it to RET.
22342 (image-mode): Update message.
22343 (image-toggle-display-image): Avoid a spurious cache flush.
22344 (image-transform-rotation): Doc fix.
22345 (image-transform-properties): Return quickly in the normal case.
22346 (image-animate-loop): Rename from image-animate-max-time.
22347
22348 * image.el (image-animate-max-time): Move to image-mode.el.
22349 (create-animated-image): Remove unnecessary function.
22350 (image-animate): Rename from image-animate-start. New arg.
22351 (image-animate-stop): Remove; just use image-animate-timer.
22352 (image-animate-timer): Use car-safe.
22353 (image-animate-timeout): Rename argument.
22354
22355 2011-06-07 Martin Rudalics <rudalics@gmx.at>
22356
22357 * window.el (get-lru-window, get-largest-window): Move here from
22358 window.c. Rename first argument to ALL-FRAMES.
22359 Rephrase doc-strings.
22360 (get-buffer-window-list): Rewrite using window-list-1.
22361 Rephrase doc-string.
22362 (window-safe-min-height, window-safe-min-width): New constants.
22363 (window-size-ignore, window-min-size, window-min-size-1)
22364 (window-sizable, window-sizable-p, window-size-fixed-1)
22365 (window-size-fixed-p, window-min-delta-1, window-min-delta)
22366 (window-max-delta-1, window-max-delta, window-resizable)
22367 (window-resizable-p, window-total-height, window-total-width)
22368 (window-body-width): New functions.
22369 (window-full-height-p, window-full-width-p): Rewrite using
22370 window-total-size.
22371 (window-body-height): Rewrite using window-body-size.
22372
22373 2011-06-06 Martin Rudalics <rudalics@gmx.at>
22374
22375 * window.el (window-right, window-left, window-child)
22376 (window-child-count, window-last-child, window-any-p)
22377 (normalize-live-buffer, normalize-live-frame)
22378 (normalize-any-window, normalize-live-window)
22379 (window-iso-combination-p, window-iso-combined-p)
22380 (window-iso-combinations)
22381 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
22382 (windows-with-parameter, window-with-parameter)
22383 (window-atom-root, make-window-atom, window-atom-check-1)
22384 (window-atom-check, window-side-check, window-check):
22385 New functions.
22386 (ignore-window-parameters, window-sides, window-sides-vertical)
22387 (window-sides-slots): New variables.
22388 (window-size-fixed): Move down in code. Minor doc-string fix.
22389
22390 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
22391
22392 * comint.el (comint-dynamic-complete-as-filename)
22393 (comint-dynamic-complete-filename): Correctly call
22394 completion-in-region.
22395
22396 2011-06-05 Deniz Dogan <deniz@dogan.se>
22397
22398 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
22399 in last change.
22400
22401 2011-06-05 Deniz Dogan <deniz@dogan.se>
22402
22403 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
22404 (rcirc): Use it to prompt for encryption.
22405
22406 2011-06-05 Roland Winkler <winkler@gnu.org>
22407
22408 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
22409 (bibtex-search-entries): New command bound to C-c C-a.
22410 (bibtex-display-entries): New function.
22411
22412 2011-06-05 Roland Winkler <winkler@gnu.org>
22413
22414 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
22415 (bibtex-insert-kill): After yanking insert newline if necessary.
22416 (bibtex-initialize): Call bibtex-string-files-init only once.
22417 (bibtex-mode): Do not call easy-menu-add.
22418 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
22419 (bibtex-yank): Set arg properly if nil.
22420
22421 2011-06-05 Roland Winkler <winkler@gnu.org>
22422
22423 * textmodes/bibtex.el (bibtex-search-entry-globally):
22424 New variable.
22425 (bibtex-search-entry): Use it.
22426
22427 2011-06-05 Roland Winkler <winkler@gnu.org>
22428
22429 * textmodes/bibtex.el (bibtex-entry-format): New option
22430 sort-fields.
22431 (bibtex-format-entry, bibtex-reformat): Honor this option.
22432 (bibtex-parse-entry): Return fields in proper order.
22433
22434 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
22435
22436 * doc-view.el (doc-view-remove-if): Move computation of result out
22437 of `dolist' to silence misleading lexical-binding warning.
22438
22439 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
22440
22441 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
22442 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
22443
22444 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
22445
22446 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
22447 "SunOS 5.10".
22448
22449 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
22450
22451 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
22452 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
22453 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
22454 (tramp-parse-putty):
22455 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
22456 (tramp-completion-function-alist-ssh)
22457 (tramp-completion-function-alist-telnet)
22458 (tramp-completion-function-alist-su)
22459 (tramp-completion-function-alist-putty): Set `tramp-autoload'
22460 cookie.
22461
22462 * net/tramp-ftp.el:
22463 * net/tramp-sh.el:
22464 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
22465 load "tramp.el" `tramp-set-completion-function'.
22466
22467 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
22468
22469 * shell.el: Require and use pcomplete.
22470 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
22471 (shell-completion-vars): Set pcomplete-default-completion-function.
22472
22473 2011-06-04 Deniz Dogan <deniz@dogan.se>
22474
22475 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
22476 `memq' (Bug#8799).
22477
22478 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
22479
22480 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
22481
22482 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
22483
22484 * bs.el (bs--mark-unmark, bs--nth-wrapper):
22485 * mpc.el (mpc-select-extend, mpc-songpointer-context):
22486 * vc/log-view.el (log-view-beginning-of-defun):
22487 * vc/smerge-mode.el (smerge-apply-resolution-patch)
22488 (smerge-refine-forward, smerge-refine-chopup-region):
22489 Silence warning for unused `dotimes' counter variables.
22490
22491 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
22492
22493 * net/tramp.el (tramp-with-progress-reporter): Rename from
22494 with-progress-reporter. Use `declare'.
22495 * net/tramp-smb.el:
22496 * net/tramp-sh.el:
22497 * net/tramp-gvfs.el: Update all uses.
22498
22499 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
22500
22501 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
22502 buffer isn't killed before making it current.
22503
22504 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
22505
22506 Silence various byte-compiler warnings.
22507 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
22508 `access-type' and new obsolescence format.
22509 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
22510 new format.
22511 (byte-compile-check-variable): New `access-type' argument.
22512 Only warn if the access-type is obsolete.
22513 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
22514 (byte-compile-variable-set): Adjust callers.
22515 * help-fns.el (describe-variable): Adjust to new obsolescence format.
22516 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
22517 setting it as obsolete.
22518 * simple.el (minibuffer-completing-symbol):
22519 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
22520 access as obsolete.
22521 * minibuffer.el (minibuffer-completing-file-name): Don't make it
22522 obsolete yet.
22523 * international/quail.el (quail-mouse-choose-completion): Remove unused
22524 code referring to obsolete var.
22525 (quail-choose-completion-string): Remove.
22526 * server.el (server-clients-with, server-kill-buffer-query-function)
22527 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
22528 * proced.el (proced-send-signal):
22529 * emacs-lisp/lisp.el (lisp-complete-symbol):
22530 Replace completion-annotate-function with completion-extra-properties.
22531
22532 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
22533
22534 * simple.el (goto-line): Use read-number.
22535 (overriding-map-is-bound): Remove.
22536 (saved-overriding-map): Change default.
22537 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
22538 Take the map as argument.
22539 (universal-argument, negative-argument, digit-argument): Use it.
22540 (restore-overriding-map): Adjust.
22541 (do-auto-fill): Use fill-forward-paragraph.
22542 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
22543
22544 * minibuffer.el (minibuffer-inactive-mode-map): New var.
22545 (minibuffer-inactive-mode): New major mode.
22546 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
22547 the *Messages* buffer" hack.
22548 (mouse-popup-menubar): Don't burp if the event is a normal key.
22549
22550 Miscellaneous tweaks.
22551 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
22552 lexical scoping as in subr.el's dolist and dotimes.
22553 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
22554 Silence compiler warning.
22555 * thingatpt.el (forward-whitespace): Trivial coding style fix.
22556 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
22557 * international/ccl.el (ccl-compile): Trivial simplification.
22558 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
22559 * emacs-lisp/testcover.el (testcover-end): Remove spurious
22560 `printflag' argument.
22561 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
22562 Purecopy the whole obsolescence data.
22563
22564 2011-06-01 Leo Liu <sdl.web@gmail.com>
22565
22566 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
22567 improve doc-string as suggested by Marco Pessotto
22568 <melmothx@gmail.com>.
22569 (rcirc-print): Fix last change.
22570
22571 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22572
22573 * minibuffer.el (complete-with-action): Return nil for the metadata and
22574 boundaries of non-functional tables.
22575 (completion-table-dynamic): Return nil for the metadata.
22576 (completion-table-with-terminator): Add default case, using
22577 complete-with-action.
22578 (completion--metadata): New function.
22579 (completion-all-sorted-completions, minibuffer-completion-help): Use it
22580 to try and avoid pathological performance problems.
22581 (completion--embedded-envvar-table): Return `category' metadata.
22582
22583 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
22584
22585 * subr.el (process-alive-p): New tiny convenience function.
22586
22587 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22588
22589 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
22590 content but also its previous major mode.
22591
22592 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
22593
22594 * emacs-lisp/debug.el (debug): Restore the previous content of the
22595 *Backtrace* buffer when we exit with C-M-c.
22596
22597 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22598
22599 * minibuffer.el: Add metadata method to completion tables.
22600 (completion-category-overrides): New defcustom.
22601 (completion-metadata, completion--field-metadata)
22602 (completion-metadata-get, completion--styles)
22603 (completion--cycle-threshold): New functions.
22604 (completion-try-completion, completion-all-completions):
22605 Add `metadata' argument to choose completion-styles.
22606 (completion--do-completion): Use metadata to choose cycling.
22607 (completion-all-sorted-completions): Use metadata for sorting.
22608 Remove :completion-cycle-penalty which is not needed any more.
22609 (completion--try-word-completion): Add `metadata' argument.
22610 (minibuffer-completion-help): Check metadata for annotation function
22611 and sorting.
22612 (completion-file-name-table): Return `category' metadata.
22613 (minibuffer-completing-file-name): Make obsolete.
22614 * simple.el (minibuffer-completing-symbol): Make obsolete.
22615 * icomplete.el (icomplete-completions): Pass new `metadata' param to
22616 completion-try-completion.
22617
22618 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
22619
22620 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
22621
22622 2011-05-30 Leo Liu <sdl.web@gmail.com>
22623
22624 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
22625 (rcirc-print): Decode all incoming messages (bug#8744).
22626 (rcirc-decode-coding-system): Allow value nil for automatic coding
22627 system detection.
22628
22629 2011-06-01 Glenn Morris <rgm@gnu.org>
22630
22631 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
22632
22633 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
22634
22635 * image.el (image-animate-max-time): Allow nil and t values.
22636 Default to nil.
22637 (create-animated-image): Doc fix.
22638 (image-animate-start): Remove second arg; just use
22639 image-animate-max-time.
22640 (image-animate-timeout): Doc fix. Args changed.
22641
22642 * image-mode.el (image-toggle-display-image): Ensure that the
22643 image spec passed to the animate timer is the same object as in
22644 the buffer's display property (Bug#6981).
22645 (image-transform-properties): Doc fix.
22646
22647 * image.el (image-animate-max-time): Default to nil.
22648
22649 2011-05-29 Martin Rudalics <rudalics@gmx.at>
22650
22651 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
22652 entire buffer list (Bug#8184).
22653
22654 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
22655
22656 * image.el (imagemagick-types-inhibit)
22657 (imagemagick-register-types): Doc fix.
22658
22659 2011-05-29 Deniz Dogan <deniz@dogan.se>
22660
22661 * net/rcirc.el (rcirc): Use the user's stored encryption method by
22662 default.
22663
22664 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
22665
22666 * select.el: Don't perform clipboard-manager saving in hooks;
22667 leave the hooks empty.
22668
22669 2011-05-28 Leo Liu <sdl.web@gmail.com>
22670
22671 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
22672 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
22673 (occur-edit-mode): New major mode (Bug#8463).
22674 (occur-after-change-function): New function.
22675 (occur-engine): Give Occur tags a read-only property.
22676
22677 2011-05-28 Kevin Ryde <user42@zip.com.au>
22678
22679 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
22680
22681 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
22682
22683 * bindings.el (help-echo): Make the initial non-indicator dash
22684 empty on graphical terminals (Bug#7295).
22685
22686 * files.el (auto-mode-alist): Move config rule after the
22687 in-stripping one (Bug#8547).
22688
22689 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
22690
22691 * startup.el (normal-splash-screen): Remove gratuitous mode-line
22692 setting (Bug#8740).
22693
22694 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
22695
22696 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
22697 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
22698 (Bug#8539).
22699
22700 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
22701
22702 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
22703
22704 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
22705
22706 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
22707 (hs-hide-block-at-point, hs-find-block-beginning)
22708 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
22709 (Bug#8279).
22710
22711 2011-05-28 Glenn Morris <rgm@gnu.org>
22712
22713 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
22714
22715 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
22716
22717 * help-fns.el (describe-function-1): If the function is a derived
22718 major mode, print the parent mode.
22719
22720 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
22721 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
22722
22723 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
22724
22725 * minibuffer.el (completion--capf-wrapper): Check applicability before
22726 returning non-nil for non-exclusive completion data.
22727 * progmodes/etags.el (tags-completion-at-point-function):
22728 * info-look.el (info-lookup-completions-at-point): Mark as
22729 non-exclusive.
22730 (info-complete): Adjust accordingly.
22731
22732 * info-look.el: Convert to lexical-binding and completion-at-point.
22733 (info-lookup-completions-at-point): New function.
22734 (info-complete): Use it and completion-in-region.
22735
22736 2011-05-28 Drew Adams <drew.adams@oracle.com>
22737
22738 * isearch.el: Let M-e start with point at the first mismatched char.
22739 (isearch-fail-pos): New function.
22740 (isearch-edit-string): Use it.
22741
22742 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
22743
22744 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
22745
22746 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
22747
22748 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
22749 traversal functions for avl-trees.
22750 (avl-tree--stack): New struct.
22751 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
22752 (avl-tree-enter): Add optional `updatefun' arg.
22753 (avl-tree--do-enter): Add optional `updatefun' arg.
22754 Change return value.
22755 (avl-tree-delete): Add optional `test' and `nilflag' args.
22756 (avl-tree--do-delete): Add `test' and `nilflag' args.
22757 Change return value.
22758 (avl-tree-member): Add optional `nilflag'
22759 (avl-tree-member-p): New function.
22760 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
22761 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
22762 (avl-tree-stack-empty-p): New functions.
22763
22764 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
22765 avl-tree--del-balance1 and make it work both ways.
22766 (avl-tree--del-balance2): Remove.
22767 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
22768 make it work both ways.
22769 (avl-tree--enter-balance2): Remove.
22770 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
22771 New macros.
22772 (avl-tree--mapc, avl-tree-map): Add direction argument.
22773
22774 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
22775
22776 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
22777
22778 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
22779
22780 * select.el: Support clipboard managers with built-in function
22781 x-clipboard-manager-save, via delete-frame-functions and
22782 kill-emacs-hook.
22783 (xselect-convert-to-targets): Add MULTIPLE target to list.
22784 (xselect-convert-to-save-targets): New function.
22785
22786 2011-05-27 Kenichi Handa <handa@m17n.org>
22787
22788 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
22789 let-binding rfc2047-encode-encoded-words to nil.
22790
22791 2011-05-27 Glenn Morris <rgm@gnu.org>
22792
22793 * mail/emacsbug.el: Don't require url-util.
22794
22795 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
22796
22797 * files.el (set-auto-mode):
22798 Also respect mode: entries at the end of the file. (Bug#8586)
22799
22800 2011-05-26 Glenn Morris <rgm@gnu.org>
22801
22802 * files.el (hack-local-variables-prop-line, hack-local-variables):
22803 Downcase mode names, as seems to be traditional.
22804 (hack-local-variables, hack-local-variables-apply): Doc fixes.
22805
22806 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
22807 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
22808
22809 2011-05-25 Julien Danjou <julien@danjou.info>
22810
22811 * textmodes/rst.el (rst-define-level-faces): Do not define face
22812 symbol if it is already defined.
22813
22814 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
22815
22816 * play/5x5.el (5x5-new-game, 5x5-randomize):
22817 Reset 5x5-solver-output to nil when a new grid is cast.
22818 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
22819 these debugging traces, as defmacro breaks the compiled code.
22820
22821 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
22822
22823 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
22824
22825 2011-05-24 Leo Liu <sdl.web@gmail.com>
22826
22827 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
22828 (vc-bzr-sha1): Adapt.
22829
22830 * sha1.el: Remove. Function `sha1' is now builtin.
22831
22832 * bindings.el: Provide sha1 feature.
22833
22834 2011-05-24 Kenichi Handa <handa@m17n.org>
22835
22836 * mail/sendmail.el: Require `rfc2047'.
22837 (mail-insert-from-field): Do not perform RFC2047 encoding.
22838 (mail-encode-header): New function.
22839 (sendmail-send-it): Set buffer-file-coding-system of the work
22840 buffer to the return value of select-message-coding-system.
22841 Call mail-encode-header.
22842
22843 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
22844
22845 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
22846
22847 * mail/supercite.el (sc-default-cite-frame):
22848 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
22849
22850 2011-05-24 Glenn Morris <rgm@gnu.org>
22851
22852 * progmodes/python.el (brm-menu): Declare.
22853
22854 * emulation/viper.el (viper-set-hooks): Declare.
22855
22856 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
22857 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
22858 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
22859 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
22860 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
22861 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
22862
22863 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
22864
22865 Add an :exit-function for completion-at-point.
22866
22867 * minibuffer.el (completion--done): New fun.
22868 (completion--do-completion): Use it. New arg `expect-exact'.
22869 (minibuffer-complete, minibuffer-complete-word): Don't output message,
22870 since completion--do-completion does it for us now.
22871 (minibuffer-force-complete): Use completion--done and
22872 completion--replace. Handle sole-completion case with more care.
22873 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
22874 (completion-extra-properties): New var.
22875 (completion-annotate-function): Make obsolete.
22876 (minibuffer-completion-help): Adjust accordingly.
22877 Use completion-list-insert-choice-function.
22878 (completion-at-point, completion-help-at-point):
22879 Bind completion-extra-properties.
22880 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
22881 * simple.el (completion-list-insert-choice-function): New var.
22882 (completion-setup-function): Preserve it.
22883 (choose-completion): Pay attention to it, shuffle the code a bit.
22884 (choose-completion-string): New arg `insert-function'.
22885
22886 * textmodes/bibtex.el: Convert to lexical binding.
22887 (bibtex-mode-map): Use completion-at-point.
22888 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
22889 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
22890 (bibtex-complete): Define as obsolete alias.
22891 (bibtex-complete-internal): Remove.
22892 (bibtex-format-entry): Remove unused sub-group in regexp.
22893 * shell.el (shell--command-completion-data)
22894 (shell-environment-variable-completion):
22895 * pcomplete.el (pcomplete-completions-at-point):
22896 * comint.el (comint--complete-file-name-data): Use :exit-function
22897 instead of completion-table-with-terminator so it also works for
22898 choose-completion.
22899
22900 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
22901
22902 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
22903
22904 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
22905 (bug#8710).
22906
22907 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
22908
22909 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
22910
22911 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
22912 customization variable and implement: If non-nil, auto-fill will
22913 be inhibited while on topic's header line.
22914
22915 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
22916
22917 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
22918 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
22919 always have a solution in grid size = 5 cases.
22920 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
22921 (5x5-solver-output, 5x5-log-buffer): New vars.
22922 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
22923 Make these variables buffer local to achieve 5x5 multi-session-ness.
22924 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
22925 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
22926 (5x5-solve-suggest): New funs.
22927 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
22928 randomize a grid so that we ensure that there is always a solution.
22929 (5x5-make-random-grid): Allow other movement than flipping.
22930
22931 2011-05-23 Kevin Ryde <user42@zip.com.au>
22932
22933 * emacs-lisp/advice.el (ad-read-advised-function):
22934 Use `function-called-at-point' as the default, if it has
22935 advice and passes PREDICATE.
22936
22937 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
22938
22939 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
22940 byte-compile-lambda if it's actually a lambda.
22941
22942 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
22943 Fix function quoting. Use backquote better.
22944
22945 2011-05-22 Yuanle Song <sylecn@gmail.com>
22946
22947 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
22948 matching (Bug#8516).
22949
22950 2011-05-22 Jari Aalto <jari.aalto@cante.net>
22951
22952 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
22953 different face (Bug#8178).
22954
22955 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
22956
22957 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
22958 defface (Bug#8144).
22959
22960 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
22961
22962 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
22963 funcall as well (bug#8712). Warn when performing those conversions.
22964 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
22965
22966 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
22967
22968 2011-05-22 Glenn Morris <rgm@gnu.org>
22969
22970 * files.el (hack-local-variables-prop-line): Small simplifications.
22971 (hack-local-variables, hack-local-variables-prop-line):
22972 If MODE-ONLY, return the mode, rather than just `t'.
22973
22974 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
22975
22976 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
22977
22978 2011-05-21 Glenn Morris <rgm@gnu.org>
22979
22980 * files.el (hack-local-variables-prop-line, hack-local-variables):
22981 If only interested in the mode, don't bother doing the other stuff.
22982
22983 * image-mode.el (image-after-revert-hook):
22984 Redraw all frames on which the image is visible. (Bug#8567)
22985
22986 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
22987
22988 * wid-edit.el (widget-checklist-match-inline):
22989 Fix 2011-04-19 change. (Bug#8649)
22990
22991 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
22992
22993 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
22994 Also allow singlespace after single-letter capitals followed by a dot.
22995
22996 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
22997 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
22998
22999 2011-05-20 Nix <nix@esperi.org.uk>
23000
23001 * files.el (basic-save-buffer-2):
23002 Fix handling of break-hardlink-on-save with non-existent files.
23003
23004 2011-05-19 Deniz Dogan <deniz@dogan.se>
23005
23006 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
23007 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
23008
23009 2011-05-19 Glenn Morris <rgm@gnu.org>
23010
23011 * progmodes/f90.el (f90-type-def-re):
23012 Handle "type, bind(c)". (Bug#8691)
23013
23014 * emacs-lisp/autoload.el (batch-update-autoloads):
23015 Set autoload-excludes by parsing loadup.el rather than Makefiles.
23016
23017 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
23018
23019 * net/tramp.el (tramp-process-actions): Set "first-password-request"
23020 property for the correct connection in case of multihops.
23021
23022 2011-05-18 Glenn Morris <rgm@gnu.org>
23023
23024 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
23025 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
23026
23027 Rationalize calendar handling of day and month abbrev-arrays.
23028 * calendar/calendar.el (calendar-customized-p): New function.
23029 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
23030 (calendar-day-name-array, calendar-month-name-array): Doc fix.
23031 Add :set function.
23032 (calendar-abbrev-length, calendar-day-abbrev-array)
23033 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
23034 (calendar-day-abbrev-array, calendar-month-abbrev-array):
23035 Elements may no longer be nil.
23036 (calendar-day-name, calendar-month-name):
23037 Update for changed nature of abbrev arrays.
23038 * calendar/diary-lib.el (diary-name-pattern):
23039 Update for changed nature of abbrev arrays.
23040 (diary-mark-entries-1): Update calendar-make-alist calls.
23041 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
23042 * calendar/cal-html.el (cal-html-day-abbrev-array):
23043 Simply inherit from calendar-day-abbrev-array.
23044
23045 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
23046
23047 * progmodes/grep.el (grep-mode): Disable default
23048 compilation-directory-matcher setting (bug#8684).
23049
23050 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
23051
23052 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
23053 instead of "head" and "tail". There were problems with SunOS 5.9,
23054 and it performs better.
23055
23056 2011-05-17 Glenn Morris <rgm@gnu.org>
23057
23058 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
23059
23060 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
23061 Replace obsolete function.
23062
23063 * shell.el (pcomplete-parse-arguments-function): Declare.
23064
23065 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
23066 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
23067 (appt-check): Doc fixes.
23068 (appt-disp-window-function, appt-delete-window-function):
23069 Remove needless special case in custom :type.
23070 (appt-display-count): Default to 0, not nil.
23071 (appt-check): Reset appt-display-count to 0, not nil.
23072
23073 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
23074
23075 * progmodes/python.el (python-font-lock-keywords):
23076 Add the Python 3.X keyword "nonlocal" (bug#8639).
23077
23078 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
23079
23080 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
23081
23082 2011-05-16 Kevin Ryde <user42@zip.com.au>
23083
23084 * info-look.el (makefile-automake-mode): New setups, looking in
23085 automake manual, then makefile-mode.
23086 (makefile-mode): Remove automake manual, have it just in
23087 makefile-automake-mode since there's various things different or
23088 not relevant to plain make.
23089 (makefile-mode): Remove "other-modes" non-existent automake-mode,
23090 believe a hypothetical automake-mode would go to makefile-mode,
23091 not the other way around.
23092
23093 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
23094
23095 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
23096 hunk-end tags (Bug#8672).
23097
23098 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
23099 vc-annotate-show-diff-revision-at-line (Bug#8671).
23100
23101 2011-05-14 Glenn Morris <rgm@gnu.org>
23102
23103 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
23104 in the middle of an existing one with multiple authors. (Bug#8645)
23105 (change-log-font-lock-keywords): Also handle multiple author lines
23106 with leading tabs. (Bug#8644)
23107
23108 * calendar/appt.el (appt-check): Rename some local variables.
23109 Some simplification/reordering.
23110
23111 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
23112 (feedmail-sendmail-f-doesnt-sell-me-out)
23113 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23114 (feedmail-debug-sit-for, feedmail-queue-express-hook)
23115 (feedmail-queue-runner-message-sender): Set :version.
23116 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
23117 (bbdb-dwim-net-address, vm-mail): Declare.
23118 (feedmail-binmail-gnulinuxish-template):
23119 Rename from feedmail-binmail-linuxish-template.
23120 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
23121 Use insert-buffer-substring.
23122
23123 2011-05-14 Bill Carpenter <bill@carpenter.org>
23124
23125 * mail/feedmail.el (feedmail-patch-level): Increase.
23126 (feedmail-debug): New custom group.
23127 (feedmail-confirm-outgoing-timeout)
23128 (feedmail-sendmail-f-doesnt-sell-me-out)
23129 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23130 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
23131 (feedmail-sender-line, feedmail-from-line)
23132 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
23133 (feedmail-spray-this-address)
23134 (feedmail-spray-address-fiddle-plex-list)
23135 (feedmail-queue-use-send-time-for-date)
23136 (feedmail-queue-use-send-time-for-message-id)
23137 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
23138 (feedmail-buffer-eating-function):
23139 Doc fixes.
23140 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
23141 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
23142 (feedmail-message-action-scroll-down): New functions.
23143 (feedmail-queue-directory, feedmail-queue-draft-directory):
23144 Use expand-file-name.
23145 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
23146 Remove C-v help entry.
23147 (feedmail-queue-buffer-file-name): New variable.
23148 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
23149 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
23150 (feedmail-message-action-send-strong, feedmail-message-action-edit)
23151 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
23152 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
23153 (feedmail-message-action-toggle-spray)
23154 (feedmail-run-the-queue-no-prompts)
23155 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
23156 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
23157 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
23158 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
23159 (feedmail-envelope-deducer, feedmail-fiddle-from)
23160 (feedmail-fiddle-sender, feedmail-default-date-generator)
23161 (feedmail-fiddle-date, feedmail-fiddle-message-id)
23162 (feedmail-fiddle-spray-address)
23163 (feedmail-fiddle-list-of-spray-fiddle-plexes)
23164 (feedmail-fiddle-list-of-fiddle-plexes)
23165 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
23166 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
23167 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
23168 Change default. Doc fix.
23169 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
23170 (feedmail-binmail-linuxish-template): New constant.
23171 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
23172 Respect feedmail-sendmail-f-doesnt-sell-me-out.
23173 (feedmail-send-it): Add debug call.
23174 Use feedmail-queue-buffer-file-name, and
23175 feedmail-send-it-immediately-wrapper.
23176 (feedmail-message-action-send): Add debug call.
23177 Use feedmail-send-it-immediately-wrapper.
23178 (feedmail-queue-express-to-queue): Add debug call.
23179 Run feedmail-queue-express-hook.
23180 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
23181 (feedmail-message-action-help-blat):
23182 Rename from feedmail-queue-send-edit-prompt-help-first.
23183 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
23184 Check line-endings. Handle errors better.
23185 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
23186 Doc fix. Add debug call.
23187 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
23188 Use feedmail-queue-send-edit-prompt-inner.
23189 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
23190 (feedmail-queue-send-edit-prompt-inner): New function, extracted
23191 from feedmail-queue-send-edit-prompt.
23192 (feedmail-queue-send-edit-prompt-help)
23193 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
23194 (feedmail-tidy-up-slug): Add debug call.
23195 Respect feedmail-queue-slug-suspect-regexp.
23196 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
23197 (feedmail-dump-message-to-queue): Add debug call.
23198 Expand queue-directory.
23199 (feedmail-dump-message-to-queue): Change message slightly.
23200 Use feedmail-say-chatter.
23201 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
23202 (feedmail-send-it-immediately-wrapper): New function.
23203 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
23204 Insert empty string rather than newline. Handle full-frame case.
23205 Use catch/throw. Use feedmail-say-chatter.
23206 (feedmail-fiddle-from): Try mail-host-address.
23207 (feedmail-default-message-id-generator): Doc fix.
23208 Bind system-time-locale. Handle missing end.
23209 (feedmail-fiddle-x-mailer): Add debug call.
23210 Handle feedmail-x-mailer-line being nil.
23211 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
23212 Add debug call. Use buffer-substring-no-properties.
23213 (feedmail-say-debug, feedmail-say-chatter): New functions.
23214 (feedmail-find-eoh): Give an explicit error.
23215
23216 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
23217
23218 * net/newst-treeview.el (newsticker-treeview-face): Change default
23219 family from helvetica to sans.
23220 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
23221 etc/images/newsticker.
23222
23223 * net/newst-reader.el (newsticker-feed-face): Change default
23224 family from helvetica to sans.
23225
23226 * net/newst-plainview.el (newsticker-new-item-face)
23227 (newsticker-old-item-face, newsticker-immortal-item-face)
23228 (newsticker-obsolete-item-face, newsticker-date-face)
23229 (newsticker-statistics-face): Change default family from
23230 helvetica to sans.
23231 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
23232 etc/images/newsticker.
23233
23234 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
23235 (newsticker--process-auto-mark-filter-match): Tell user about
23236 auto-marking.
23237
23238 2011-05-13 Didier Verna <didier@xemacs.org>
23239
23240 Common Lisp indentation improvements on defmethod and lambda-lists.
23241 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
23242 TODO entries.
23243 (lisp-lambda-list-keyword-parameter-indentation)
23244 (lisp-lambda-list-keyword-parameter-alignment)
23245 (lisp-lambda-list-keyword-alignment): New customizable user options.
23246 (lisp-indent-defun-method): Improve docstring.
23247 (extended-loop-p): Fix comment.
23248 (lisp-indent-lambda-list-keywords-regexp): New variable.
23249 (lisp-indent-lambda-list): New function.
23250 (lisp-indent-259): Use it.
23251 (lisp-indent-defmethod): Support for more than one
23252 method qualifier and properly indent methods lambda-lists.
23253 (defgeneric): Provide a missing common-lisp-indent-function property.
23254
23255 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
23256
23257 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
23258 bounds for the empty string (bug#8667).
23259
23260 2011-05-13 Glenn Morris <rgm@gnu.org>
23261
23262 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
23263
23264 * mail/sendmail.el (sendmail-program): Try executable-find first.
23265 (sendmail-send-it): `sendmail-program' cannot be unbound.
23266
23267 * calendar/appt.el (appt-make-list): Simplify.
23268 (appt-time-msg-list): Doc fix.
23269 (appt-check): Change mode-line message at the time of the appointment.
23270
23271 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
23272
23273 * progmodes/ld-script.el (ld-script-keywords)
23274 (ld-script-builtins): Update keywords list.
23275
23276 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23277
23278 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
23279
23280 * shell.el (shell-completion-vars): New function.
23281 (shell-mode):
23282 * simple.el (read-shell-command): Use it.
23283 (blink-matching-open): No need for " [...]" in minibuffer-message.
23284
23285 2011-05-12 Glenn Morris <rgm@gnu.org>
23286
23287 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
23288 (appt-check): Simplify.
23289
23290 2011-05-12 Eli Zaretskii <eliz@gnu.org>
23291
23292 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
23293 literal "/dev/null".
23294
23295 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23296
23297 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
23298 Fix typo.
23299
23300 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
23301
23302 * progmodes/which-func.el (which-function):
23303 Use add-log-current-defun instead of add-log-current-defun-function,
23304 which might not be defined (Bug#8260).
23305
23306 2011-05-12 Glenn Morris <rgm@gnu.org>
23307
23308 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
23309 Let byte-compile-initial-macro-environment always take precedence.
23310
23311 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23312
23313 * net/rcirc.el: Add support for SSL/TLS connections.
23314 (rcirc-server-alist): New field `encryption'.
23315 (rcirc): Check `encryption' settings.
23316 (rcirc-connect): New arg `encryption'. Use open-network-stream.
23317 Merge make-local-variable into `set'.
23318 (rcirc--connection-open-p): New function.
23319 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
23320 the process is not a network process (e.g. running gnutls-cli).
23321 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
23322 Make rcirc-(en|de)code-coding-system local here.
23323 (rcirc-mode): Merge make-local-variable into `set'.
23324 (rcirc-parent-buffer): Make permanent buffer-local.
23325 (rcirc-multiline-minor-mode): Don't do it here.
23326 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
23327 there's no server buffer.
23328
23329 2011-05-11 Glenn Morris <rgm@gnu.org>
23330
23331 * newcomment.el (comment-kill): Prefix "unused" local.
23332
23333 * term/w32console.el (get-screen-color): Declare.
23334
23335 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
23336 Handle symbol elements of byte-compile-initial-macro-environment.
23337
23338 2011-05-10 Leo Liu <sdl.web@gmail.com>
23339
23340 * bookmark.el (bookmark-bmenu-mode-map):
23341 Bind bookmark-bmenu-search to `/'.
23342
23343 * mail/footnote.el: Convert to utf-8 encoding.
23344 (footnote-unicode-string, footnote-unicode-regexp): New variable.
23345 (Footnote-unicode): New function.
23346 (footnote-style-alist): Add unicode style to the list.
23347 (footnote-style): Doc fix.
23348
23349 2011-05-10 Jim Meyering <meyering@redhat.com>
23350
23351 Fix doubled-word typos.
23352 * international/quail.el (quail-insert-kbd-layout): and and -> and
23353 * kermit.el: and and -> and
23354 * net/ldap.el (ldap-search-internal): to to -> to
23355 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
23356 * progmodes/js.el (js-mode): and and -> and
23357 * textmodes/artist.el (artist-move-to-xy): at at -> at
23358 (artist-draw-region-trim-line-endings): if if -> if
23359 And Safetyc -> Safety.
23360 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
23361
23362 2011-05-10 Glenn Morris <rgm@gnu.org>
23363 Stefan Monnier <monnier@iro.umontreal.ca>
23364
23365 * files.el (hack-one-local-variable-eval-safep):
23366 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
23367
23368 2011-05-10 Glenn Morris <rgm@gnu.org>
23369
23370 * calendar/diary-lib.el (diary-list-entries-hook)
23371 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
23372 (diary-nongregorian-marking-hook, diary-list-entries)
23373 (diary-include-other-diary-files, diary-mark-entries)
23374 (diary-mark-included-diary-files): Doc fixes.
23375
23376 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
23377
23378 * misc.el: Require tabulated-list.el during compilation.
23379
23380 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
23381
23382 * progmodes/compile.el (compilation-start):
23383 Run compilation-filter-hook for the async case too.
23384 (compilation-filter-hook): Doc fix.
23385
23386 2011-05-09 Deniz Dogan <deniz@dogan.se>
23387
23388 * wdired.el: Remove outdated installation comment. Fix usage
23389 comment.
23390
23391 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
23392
23393 * misc.el: Implement new command `list-dynamic-libraries'.
23394 (list-dynamic-libraries--loaded-only-p): New variable.
23395 (list-dynamic-libraries--refresh): New function.
23396 (list-dynamic-libraries): New command.
23397
23398 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
23399
23400 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23401 Fix the ant regexp to handle end-line and end-column info from jikes.
23402 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
23403 higher priority to avoid clobbering by gnu.
23404
23405 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
23406
23407 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
23408 if the face has existing theme settings (Bug#8454).
23409
23410 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
23411
23412 * progmodes/perl-mode.el (perl-imenu-generic-expression):
23413 Only match variables declared via `my' or `our' (Bug#8261).
23414
23415 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
23416 special file names `.' and `..' (Bug#8259).
23417
23418 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
23419
23420 * progmodes/grep.el (grep-mode-font-lock-keywords):
23421 Remove buffer-changing entries.
23422 (grep-filter): New function.
23423 (grep-mode): Add it to compilation-filter-hook.
23424
23425 * progmodes/compile.el (compilation-filter-hook)
23426 (compilation-filter-start): New defvars.
23427 (compilation-filter): Call compilation-filter-hook prior to
23428 updating the process mark.
23429
23430 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
23431
23432 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
23433
23434 2011-05-07 Eli Zaretskii <eliz@gnu.org>
23435
23436 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
23437 mailclient-send-it even if window-system is nil. (Bug#8595)
23438
23439 * term/w32console.el (terminal-init-w32console):
23440 Call get-screen-color and use its output to set the frame
23441 background-mode. (Bug#8597)
23442
23443 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
23444
23445 Make bytecomp.el understand that defmethod defines funs (bug#8631).
23446 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
23447 New functions.
23448 (defgeneric, eieio--defmethod): Use them.
23449 (eieio-defgeneric): Remove.
23450 (defmethod): Call defgeneric in a way visible to the byte-compiler.
23451
23452 2011-05-07 Glenn Morris <rgm@gnu.org>
23453
23454 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
23455 Use let rather than let*.
23456 (timeclock-find-discrep): Remove unused local.
23457
23458 * calendar/diary-lib.el (diary-comment-start): Doc fix.
23459
23460 * calendar/appt.el (appt-time-msg-list): Doc fix.
23461
23462 2011-05-06 Noah Friedman <friedman@splode.com>
23463
23464 * apropos.el (apropos-print-doc): Only use
23465 emacs-lisp-docstring-fill-column when it is bound to an integer,
23466 per that variable's documentation.
23467
23468 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
23469
23470 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
23471 and warnings are not silently discarded (e.g. use -d instead of -P).
23472
23473 2011-05-06 Glenn Morris <rgm@gnu.org>
23474
23475 * calendar/appt.el (appt-message-warning-time): Doc fix.
23476 (appt-warning-time-regexp): New option.
23477 (appt-make-list): Respect appt-message-warning-time.
23478
23479 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
23480 New options.
23481 (diary-add-to-list): Strip comments from the displayed string.
23482 (diary-mode): Set comment-start and comment-end.
23483
23484 * vc/diff-mode.el (smerge-refine-subst): Declare.
23485 (diff-refine-hunk): Don't require smerge-mode when compiling.
23486
23487 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
23488
23489 * simple.el (list-processes): Return nil as the docstring says.
23490
23491 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
23492
23493 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
23494 to "".
23495 (ange-ftp-write-region, ange-ftp-insert-file-contents)
23496 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
23497 determining of binary transfer. (Bug#7383)
23498
23499 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
23500
23501 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
23502 Fix port computation bug. (Bug#8618)
23503
23504 2011-05-05 Glenn Morris <rgm@gnu.org>
23505
23506 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
23507
23508 * simple.el (shell-dynamic-complete-functions)
23509 (comint-dynamic-complete-functions): Declare.
23510
23511 * net/network-stream.el (gnutls-negotiate):
23512 * simple.el (tabulated-list-print): Fix declarations.
23513
23514 * progmodes/gud.el (syntax-symbol, syntax-point):
23515 Remove unnecessary and incorrect declarations.
23516
23517 * emacs-lisp/check-declare.el (check-declare-scan):
23518 Handle byte-compile-initial-macro-environment in bytecomp.el.
23519
23520 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
23521
23522 Fix earlier half-done eieio-defmethod change (bug#8338).
23523 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
23524 Streamline and change calling convention.
23525 (defmethod): Adjust accordingly and simplify.
23526 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
23527 new eieio--defmethod.
23528 (slot-boundp): Minor CSE simplification.
23529
23530 2011-05-05 Milan Zamazal <pdm@zamazal.org>
23531
23532 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
23533 (glasses-make-readable): Use glasses-separate-capital-groups.
23534
23535 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
23536
23537 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
23538 (warning-series): Doc fix.
23539 (display-warning): Don't try to create the buffer if we just found it.
23540
23541 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
23542
23543 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
23544 (autoload-find-generated-file): New function.
23545 (generate-file-autoloads): Bind generated-autoload-file to
23546 buffer-file-name.
23547 (update-file-autoloads, update-directory-autoloads):
23548 Use autoload-find-generated-file. If called interactively, prompt for
23549 output file (Bug#7989).
23550 (batch-update-autoloads): Doc fix.
23551
23552 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
23553
23554 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
23555
23556 2011-05-04 Glenn Morris <rgm@gnu.org>
23557
23558 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
23559 function, so it follows changes in calendar-date-style.
23560 (diary-fancy-date-matcher): New function.
23561 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
23562 (diary-fancy-font-lock-fontify-region-function):
23563 Use diary-fancy-date-pattern as a function.
23564
23565 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
23566 non-numbers for `year' etc pseudo-variables. (Bug#8583)
23567
23568 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
23569
23570 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
23571 instead of positional arguments. Allow :keylist and :crlfiles
23572 arguments.
23573 (open-gnutls-stream): Call it.
23574
23575 * net/network-stream.el (network-stream-open-starttls): Adjust to
23576 call `gnutls-negotiate' with :process and :hostname arguments.
23577
23578 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
23579
23580 * minibuffer.el (completion--message): New function.
23581 (completion--do-completion, minibuffer-complete)
23582 (minibuffer-force-complete, minibuffer-complete-word): Use it.
23583 (completion--do-completion): Don't ignore completion-auto-help when in
23584 icomplete-mode.
23585
23586 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
23587 internal encoding (e.g. tibetan zero is not whitespace).
23588 (global-whitespace-mode): Prefer save-current-buffer.
23589 (whitespace-trailing-regexp): Remove useless save-match-data.
23590 (whitespace-empty-at-bob-regexp): Minor simplification.
23591
23592 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
23593
23594 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
23595
23596 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
23597
23598 * textmodes/ispell.el (ispell-add-per-file-word-list):
23599 Use `concat' to create string for insertion.
23600
23601 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
23602
23603 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
23604 Avoid open-line which runs post-self-insert-hook.
23605 (bibtex-fill-entry): Remove unused `end' var.
23606
23607 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
23608
23609 * textmodes/ispell.el (ispell-add-per-file-word-list):
23610 Protect against `nil' value of `comment-start' (Bug#8579).
23611
23612 2011-05-03 Leo Liu <sdl.web@gmail.com>
23613
23614 * isearch.el (isearch-yank-pop): New command.
23615 (isearch-mode-map): Bind it to `M-y'.
23616 (isearch-forward): Mention it.
23617
23618 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
23619
23620 * simple.el (minibuffer-complete-shell-command): Remove.
23621 (minibuffer-local-shell-command-map): Use completion-at-point.
23622 (read-shell-command): Setup completion vars here instead.
23623 (read-expression-map): Bind TAB to symbol completion.
23624
23625 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
23626 error directly rather via storing it into `results'.
23627
23628 2011-05-02 Leo Liu <sdl.web@gmail.com>
23629
23630 * vc/diff.el: Fix description.
23631
23632 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
23633
23634 * server.el (server-eval-at): New function.
23635
23636 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23637
23638 * net/network-stream.el (open-network-stream): Take a :nowait
23639 parameter and pass it on to `make-network-process'.
23640 (network-stream-open-plain): Ditto.
23641
23642 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
23643
23644 * faces.el (face-spec-set-match-display): Don't match toolkit
23645 options on terminal frames.
23646
23647 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
23648
23649 * progmodes/pascal.el: Use lexical binding.
23650 (pascal-mode-map): Remove author preferences.
23651
23652 * pcomplete.el (pcomplete-std-complete): Don't abuse
23653 completion-at-point.
23654
23655 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
23656
23657 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
23658 removing code that has been dead since 1991 or so.
23659
23660 * startup.el (command-line): When warning about "_emacs", use a
23661 delayed warning to allow the user to filter it out.
23662
23663 2011-04-28 Deniz Dogan <deniz@dogan.se>
23664
23665 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
23666 user has not joined.
23667
23668 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
23669
23670 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
23671 aren't any completions at point.
23672
23673 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
23674
23675 * subr.el (display-delayed-warnings): New function.
23676 (delayed-warnings-hook): New variable.
23677
23678 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
23679
23680 * minibuffer.el (completion-at-point, completion-help-at-point):
23681 Don't presume that a given completion-at-point-function will always
23682 use the same calling convention.
23683
23684 * pcomplete.el (pcomplete-completions-at-point):
23685 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
23686 pcomplete-seen is non-nil.
23687 (pcomplete-comint-setup): Also recognize the new comint/shell
23688 completion functions.
23689 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
23690 pcomplete-seen is non-nil.
23691
23692 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
23693
23694 * calendar/icalendar.el (diary-lib): Add require statement.
23695 (icalendar--create-uid): Read out a uid from a text-property on
23696 the first character in the entry. This allows for code to add its
23697 own uid to the entry.
23698 (icalendar--convert-float-to-ical): Add export of
23699 `diary-float'-entries save for those with the optional DAY
23700 argument.
23701
23702 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
23703
23704 * subr.el (shell-quote-argument): Use alternate escaping strategy
23705 when we spot a variable reference in a string.
23706
23707 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
23708
23709 * cus-start.el (all): Define customization for debug-on-event.
23710
23711 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
23712
23713 * subr.el (shell-quote-argument): Escape correctly under Windows.
23714
23715 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
23716
23717 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
23718
23719 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
23720
23721 * net/tramp.el (tramp-process-actions): Add POS argument.
23722 Delete region between POS and (pos).
23723
23724 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
23725 Use `nil' position in `tramp-process-actions' call.
23726 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
23727
23728 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
23729 position in `tramp-process-actions' call.
23730
23731 * net/trampver.el: Update release number.
23732
23733 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
23734
23735 * custom.el (defcustom): Obey lexical-binding.
23736
23737 Fix octave-inf completion problems reported by Alexander Klimov.
23738 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
23739 Inherit from octave-mode-syntax-table.
23740 (inferior-octave-mode): Set info-lookup-mode.
23741 (inferior-octave-completion-at-point): New function.
23742 (inferior-octave-complete): Use it and completion-in-region.
23743 (inferior-octave-dynamic-complete-functions): Use it as well, and use
23744 comint-filename-completion.
23745 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
23746 symbol elements which shouldn't be word elements.
23747 (octave-font-lock-keywords, octave-beginning-of-defun)
23748 (octave-function-header-regexp): Adjust regexps accordingly.
23749 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
23750
23751 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
23752
23753 * net/gnutls.el (gnutls-errorp): Declare before first use.
23754
23755 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
23756
23757 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
23758 verify-error, and verify-hostname-error parameters. Check whether
23759 default trustfile exists before going to use it. Add missing
23760 argument to gnutls-message-maybe call. Return value.
23761 Reported by Claudio Bley <claudio.bley@gmail.com>.
23762 (open-gnutls-stream): Add usage example.
23763
23764 * net/network-stream.el (network-stream-open-starttls): Give host
23765 parameter to `gnutls-negotiate'.
23766 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
23767 * subr.el (shell-quote-argument): Escape correctly under Windows.
23768
23769 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
23770
23771 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
23772 Use correct match group (bug#8438).
23773
23774 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
23775
23776 * emacs-lisp/package.el (package-built-in-p): Fix typo.
23777 (package-menu--generate): New arg specifying packages to show.
23778 (package-menu-refresh, package-menu-execute, list-packages):
23779 Callers changed.
23780 (package-show-package-list): New function, replacing deleted
23781 package--list-packages (renamed because it is non-internal).
23782
23783 * finder.el (finder-list-matches): Use package-show-package-list
23784 instead of deleted package--list-packages.
23785
23786 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
23787 Based on a previous implementation by Juanma Barranquero (Bug#8366).
23788 (vc-annotate-mode-map): Bind it to RET.
23789
23790 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
23791
23792 * progmodes/etags.el (next-file): Don't use set-buffer to change
23793 buffers (Bug#8478).
23794
23795 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
23796
23797 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
23798
23799 * apropos.el (apropos-label-face): Avoid variable-pitch face.
23800 (apropos-accumulator): Doc fix.
23801 (apropos-function, apropos-macro, apropos-command)
23802 (apropos-variable, apropos-face, apropos-group, apropos-widget)
23803 (apropos-plist): Add face property.
23804 (apropos-symbols-internal): Fix indentation.
23805 (apropos-print): Simplify help, and recognize apropos-multi-type.
23806 (apropos-print-doc): Use button-type-get to extract the button's
23807 face property. Fill docstring (Bug#8352).
23808
23809 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
23810
23811 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
23812
23813 * play/mpuz.el (mpuz-silent): Doc fix.
23814 (mpuz-mode-map): Use mapc.
23815 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
23816 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
23817 Fix typos in docstrings.
23818
23819 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
23820 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
23821
23822 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
23823
23824 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
23825
23826 * minibuffer.el (completion--do-completion): Avoid the "Next char
23827 not unique" prompt if icomplete-mode is enabled (Bug#5849).
23828
23829 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
23830 mouse-2 into unread-command-events, it is interpreted correctly.
23831
23832 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
23833 (image-toggle-display): Doc fix.
23834
23835 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
23836
23837 * textmodes/page.el (what-page): Use line-number-at-pos to
23838 calculate line number (Bug#6825).
23839
23840 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
23841
23842 * eshell/esh-mode.el (find-tag-interactive): Declare function.
23843 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
23844 Pass argument NO-DEFAULT to `find-tag-interactive'.
23845
23846 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
23847
23848 Lexical-binding cleanup.
23849
23850 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
23851 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
23852 * progmodes/ada-prj.el (ada-prj-initialize-values)
23853 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
23854 (ada-prj-show-value):
23855 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
23856 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
23857 (antlr-invalidate-context-cache, antlr-options-menu-filter)
23858 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
23859 * progmodes/bug-reference.el (bug-reference-push-button):
23860 * progmodes/fortran.el (fortran-line-length):
23861 * progmodes/glasses.el (glasses-change):
23862 * progmodes/octave-mod.el (octave-fill-paragraph):
23863 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
23864 (python-pdbtrack-grub-for-buffer, python-sentinel):
23865 * progmodes/sql.el (sql-save-connection):
23866 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
23867 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
23868 Mark unused parameters.
23869
23870 * progmodes/compile.el (compilation--flush-directory-cache)
23871 (compilation--flush-parse, compile-internal): Mark unused parameters.
23872 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
23873 (compilation-next-error-function): Remove unused variable `timestamp'.
23874
23875 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
23876 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
23877
23878 * progmodes/dcl-mode.el (dcl-end-of-command):
23879 Remove unused variable `start'.
23880 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
23881 (dcl-option-value-basic, dcl-option-value-offset)
23882 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
23883 Mark unused parameters.
23884 (dcl-save-local-variable): Remove unused variable `val'.
23885 (mode): Declare.
23886
23887 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
23888 Mark unused parameters.
23889 (delphi-ignore-changes): Move before first use.
23890 (delphi-charset-token-at): Remove unused variable `start'.
23891 (delphi-else-start): Remove unused variable `if-count'.
23892 (delphi-comment-block-start, delphi-comment-block-end):
23893 Remove unused variable `kind'.
23894 (delphi-indent-line): Remove unused variable `new-point'.
23895
23896 * progmodes/ebrowse.el (ebrowse-files-list)
23897 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
23898 Mark unused parameters. Don't quote `lambda'.
23899 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
23900 Don't quote `lambda'.
23901 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
23902 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
23903 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
23904 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
23905 Use `ignore-errors'.
23906 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
23907 (ebrowse-view/find-file-and-search-pattern)
23908 (ebrowse-view/find-member-declaration/definition):
23909 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
23910 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
23911 Rename parameter PREFIX-ARG to PREFIX.
23912 (ebrowse-tags-read-name): Remove unused variables `start' and
23913 `member-info'.
23914 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
23915 to `tags-file'.
23916
23917 * progmodes/etags.el (local-find-tag-hook): Declare.
23918 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
23919 Mark unused parameters.
23920
23921 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
23922 (executable-interpret): Mark unused parameter.
23923
23924 * progmodes/flymake.el (flymake-process-sentinel)
23925 (flymake-after-change-function)
23926 (flymake-create-temp-with-folder-structure)
23927 (flymake-get-include-dirs-dot): Mark unused parameters.
23928 (flymake-safe-delete-directory): Remove unused variable `err'.
23929
23930 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
23931 (speedbar-timer-fn, speedbar-line-text)
23932 (speedbar-change-expand-button-char, speedbar-delete-subblock)
23933 (speedbar-center-buffer-smartly): Declare functions.
23934 (gdb-find-watch-expression): Remove unused variable `array'.
23935 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
23936 (gdb-starting): Mark unused parameters.
23937 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
23938 (gdb-table-string): Remove unused variable `res'.
23939 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
23940 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
23941 (gdb-display-buffer): Remove unused variable `cur-size'.
23942
23943 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
23944 allow lexical-binding compilation.
23945 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
23946 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
23947 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
23948 Mark unused parameters.
23949 (gud-gdb-marker-filter): Remove unused variable `match'.
23950 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
23951 lambda expressions and funcall them, instead of using `fset'.
23952
23953 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
23954 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
23955
23956 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
23957 variable `header-beg'; use `let'.
23958
23959 * progmodes/icon.el (indent-icon-exp): Remove unused variables
23960 `restart', `last-sexp' and `at-do'.
23961
23962 * progmodes/js.el (js--debug): Mark unused parameter.
23963 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
23964 (js--splice-into-items): Remove unused variable `item'.
23965 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
23966
23967 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
23968 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
23969 (makefile-complete): Remove unused variable `try'.
23970 (makefile-fill-paragraph, makefile-match-function-end):
23971 Mark unused parameters.
23972
23973 * progmodes/octave-inf.el (inferior-octave-complete):
23974 Remove unused variable `proc'.
23975 (inferior-octave-output-digest): Mark unused parameter.
23976
23977 * progmodes/perl-mode.el (perl-calculate-indent):
23978 Remove unused variable `err'.
23979
23980 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
23981 (prolog-indent-line): Mark unused parameters.
23982 (prolog-indent-line): Remove unused variable `beg'.
23983
23984 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
23985 (reporter-dont-compact-list): Declare.
23986
23987 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
23988 Remove unused variable `char'.
23989 (sh-debug): Mark unused parameter.
23990 (sh-get-indent-info): Remove unused variable `start'.
23991 (sh-calculate-indent): Remove unused variable `var'.
23992
23993 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
23994 (simula-electric-keyword): Remove unused variable `null'.
23995 (simula-search-backward, simula-search-forward): Remove unused
23996 variables `begin' and `end'.
23997
23998 * progmodes/vera-mode.el (vera-guess-basic-syntax):
23999 Remove unused variable `pos'.
24000 (vera-electric-tab, vera-comment-uncomment-region):
24001 Mark unused parameters.
24002 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
24003
24004 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
24005
24006 * emacs-lisp/package.el (package--builtins, package-alist)
24007 (package-load-descriptor, package-built-in-p, package-activate)
24008 (define-package, package-installed-p)
24009 (package-compute-transaction, package-buffer-info)
24010 (package--push): Doc fix. Distinguish more clearly between
24011 version strings and version lists.
24012
24013 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
24014
24015 Lexical-binding cleanup.
24016
24017 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
24018 (5x5-make-mutate-best):
24019 * play/fortune.el (fortune-in-buffer):
24020 * play/gomoku.el (gomoku-init-display):
24021 * play/solitaire.el (solitaire, solitaire-do-check):
24022 * play/tetris.el (tetris-default-update-speed-function):
24023 Mark unused parameters.
24024
24025 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
24026 (bubbles--shift): Remove unused variable `char-org'.
24027 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
24028 (bubbles--show-images): Remove unused variable `char'.
24029
24030 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
24031 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
24032 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
24033 (decipher-analyze-buffer): Use ?\s.
24034 (decipher-make-checkpoint): Remove unused variable `mapping'.
24035
24036 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
24037
24038 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
24039 Remove unused variable `result'; use `let'.
24040
24041 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
24042 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
24043 (gametree-children-shown-p, gametree-compute-reduced-score):
24044 Use `ignore-errors'.
24045
24046 * play/handwrite.el (ps-lpr-switches): Declare.
24047 (handwrite): Remove unused variables `pmin' and `lastp'.
24048
24049 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
24050
24051 * play/landmark.el (landmark-init-display)
24052 (landmark-update-naught-weights): Mark unused parameters.
24053 (landmark-y): Remove unused variable `noise'. Simplify.
24054 (landmark-human-plays): Remove unused variable `score'.
24055
24056 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
24057 (mpuz-try-proposal): Remove unused variable `game'.
24058
24059 * play/zone.el (life-patterns): Declare.
24060
24061 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
24062
24063 * vc/vc.el (ediff-vc-internal): Declare function.
24064
24065 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24066
24067 * shell.el: Use lexical-binding and std completion UI.
24068 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
24069 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
24070 comint-preoutput-filter-functions rather than on
24071 comint-output-filter-functions.
24072 (shell-command-completion, shell--command-completion-data)
24073 (shell-filename-completion, shell-environment-variable-completion)
24074 (shell-c-a-p-replace-by-expanded-directory): New functions.
24075 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
24076 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
24077 (shell-dynamic-complete-environment-variable): Use them.
24078 (shell-dynamic-complete-as-environment-variable)
24079 (shell-dynamic-complete-as-command): Remove.
24080 (shell-match-partial-variable): Match past point.
24081 * comint.el: Clean up use of completion-at-point-functions.
24082 (comint-completion-at-point): New function.
24083 (comint-mode): Use it completion-at-point-functions.
24084 (comint-dynamic-complete): Make it obsolete.
24085 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
24086 (comint-c-a-p-replace-by-expanded-history): New function.
24087 (comint-dynamic-complete-functions)
24088 (comint-replace-by-expanded-history): Use it.
24089 * minibuffer.el (completion-table-with-terminator): Allow dynamic
24090 termination strings. Try harder to avoid second try-completion.
24091 (completion-in-region-mode-map): Disable bindings that don't work yet.
24092
24093 * comint.el: Use lexical-binding. Require CL.
24094 (comint-dynamic-complete-functions): Use comint-filename-completion.
24095 (comint-completion-addsuffix): Tweak custom type.
24096 (comint-filename-completion, comint--common-suffix)
24097 (comint--common-quoted-suffix, comint--table-subvert)
24098 (comint--complete-file-name-data): New functions.
24099 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
24100 (comint-dynamic-list-filename-completions): Use them.
24101 (comint-dynamic-simple-complete): Make obsolete.
24102
24103 * minibuffer.el (completion-in-region-mode):
24104 Keep completion-in-region-mode--predicate global.
24105 (completion-in-region--postch):
24106 Assume completion-in-region-mode--predicate is not null.
24107
24108 * progmodes/flymake.el (flymake-start-syntax-check-process):
24109 Obey `dir'. Simplify.
24110
24111 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
24112 we're in VC after all.
24113
24114 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
24115
24116 * vc/vc.el (vc-diff-build-argument-list-internal)
24117 (vc-version-ediff, vc-ediff): New commands.
24118 (vc-version-diff): Use vc-diff-build-argument-list-internal.
24119
24120 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24121
24122 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
24123 add sanity check.
24124
24125 * obsolete/erc-hecomplete.el: Make obsolete.
24126 * obsolete/: Standardize obsolescence info in the header.
24127
24128 2011-04-20 Glenn Morris <rgm@gnu.org>
24129
24130 * calendar/solar.el (solar-horizontal-coordinates):
24131 Use the longitude argument rather than `calendar-longitude'.
24132 (solar-date-next-longitude): Remove unused locals.
24133
24134 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24135
24136 * whitespace.el: New version 13.2.1.
24137
24138 2011-04-20 felix <EmacsWiki> (tiny change)
24139
24140 * whitespace.el (global-whitespace-mode): Keep highlight when
24141 switching between major modes on a file.
24142
24143 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
24144
24145 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
24146 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
24147 multi-line comments as well.
24148
24149 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
24150
24151 Lexical-binding cleanup.
24152
24153 * arc-mode.el (archive-mode-revert):
24154 * cmuscheme.el (scheme-interactively-start-process):
24155 * custom.el (custom-initialize-delay):
24156 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
24157 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
24158 * emacs-lock.el (emacs-lock-clear-sentinel):
24159 * ezimage.el (defezimage):
24160 * follow.el (follow-avoid-tail-recenter):
24161 * fringe.el (set-fringe-mode-1):
24162 * generic-x.el (bat-generic-mode-compile):
24163 * help-mode.el (help-info-variable, help-do-xref)
24164 (help-mode-revert-buffer):
24165 * help.el (view-emacs-todo):
24166 * iswitchb.el (iswitchb-completion-help):
24167 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
24168 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
24169 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
24170 * locate.el (locate-update):
24171 * longlines.el (longlines-encode-region)
24172 (longlines-after-change-function):
24173 * outline.el (outline-isearch-open-invisible):
24174 * ps-def.el (declare-function, charset-dimension, char-width)
24175 (encode-char):
24176 * ps-mule.el (ps-mule-plot-string):
24177 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
24178 (recentf-edit-list-select, recentf-edit-list-validate)
24179 (recentf-open-files-action):
24180 * rect.el (delete-whitespace-rectangle-line)
24181 (rectangle-number-line-callback):
24182 * register.el (window-configuration-to-register)
24183 (frame-configuration-to-register):
24184 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
24185 * select.el (xselect-convert-to-string, xselect-convert-to-length)
24186 (xselect-convert-to-targets, xselect-convert-to-delete)
24187 (xselect-convert-to-filename, xselect-convert-to-charpos)
24188 (xselect-convert-to-lineno, xselect-convert-to-colno)
24189 (xselect-convert-to-os, xselect-convert-to-host)
24190 (xselect-convert-to-user, xselect-convert-to-class)
24191 (xselect-convert-to-name, xselect-convert-to-integer)
24192 (xselect-convert-to-atom, xselect-convert-to-identity):
24193 * subr.el (declare, ignore, process-kill-without-query)
24194 (text-clone-maintain):
24195 * terminal.el (te-get-char, te-tic-sentinel):
24196 * tool-bar.el (tool-bar-make-keymap):
24197 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
24198 * type-break.el (type-break-mode, type-break-noninteractive-query):
24199 * view.el (View-back-to-mark):
24200 * wid-browse.el (widget-browse-action, widget-browse-widget)
24201 (widget-browse-widgets, widget-browse-sexp):
24202 * widget.el (define-widget-keywords):
24203 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
24204 Mark unused parameters.
24205
24206 * align.el (align-adjust-col-for-rule): Mark unused parameter.
24207 (align-areas): Remove unused variable `look'.
24208 (align-region): Remove unused variables `real-end' and `pos-list'.
24209
24210 * apropos.el (apropos-score-doc): Remove unused variable `i'.
24211
24212 * bindings.el (mode-line-modified, mode-line-remote):
24213 Mark unused parameters.
24214 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
24215
24216 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
24217 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
24218
24219 * comint.el (comint-history-isearch-pop-state)
24220 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
24221 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
24222 (comint-substitute-in-file-name): Doc fix.
24223
24224 * completion.el (cmpl-statistics-block): Mark unused parameter.
24225 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
24226 (save-completions-to-file, load-completions-from-file):
24227 Remove unused local variable `e'.
24228
24229 * composite.el (compose-chars): Remove unused variable `len'.
24230 (lgstring-insert-glyph): Remove unused variable `g'.
24231 (compose-glyph-string): Remove unused variables `ascent',
24232 `descent', `lbearing' and `rbearing'.
24233 (compose-glyph-string-relative): Remove unused variables
24234 `lbearing', `rbearing' and `wadjust'.
24235 (compose-gstring-for-graphic): Remove unused variables `header',
24236 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
24237 (compose-gstring-for-terminal): Remove unused variables `header'
24238 and `nchars'. Use `let', not `let*'.
24239
24240 * cus-edit.el (Custom-set, Custom-save, custom-reset)
24241 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
24242 (Custom-buffer-done, custom-buffer-create-internal)
24243 (custom-browse-visibility-action, custom-browse-group-tag-action)
24244 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
24245 (widget-magic-mouse-down-action, custom-toggle-parent)
24246 (custom-add-parent-links, custom-toggle-hide-variable)
24247 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
24248 (custom-toggle-hide-face, face, hook, custom-group-link-action)
24249 (custom-face-menu-create, custom-variable-menu-create, get)
24250 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
24251 (custom-reset-standard-save-and-update): Remove unused variable `value'.
24252 (customize-apropos): Remove unused variable `tests'.
24253 (custom-group-value-create): Remove unused variable `hidden-p'.
24254 (sort-fold-case): Declare.
24255
24256 * cus-theme.el (custom-reset-standard-faces-list)
24257 (custom-reset-standard-variables-list): Declare.
24258 (customize-create-theme, custom-theme-revert, custom-theme-write)
24259 (custom-theme-choose-mode, customize-themes, custom-theme-save):
24260 Mark unused parameters.
24261
24262 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
24263
24264 * delim-col.el (delimit-columns-max): Move defvar before first use.
24265
24266 * descr-text.el (describe-char-categories): Don't quote `lambda'.
24267 (describe-char): Don't quote `lambda'. Mark unused parameter.
24268
24269 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
24270 (auto-insert): Declare.
24271 (desktop-restore-file-buffer): Rename desktop-* parameters;
24272 mark unused ones.
24273 (desktop-create-buffer): Rename desktop-* parameters and bind them.
24274 (desktop-buffer): Rename desktop-* parameters.
24275
24276 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
24277 (dframe-reposition-frame-xemacs, dframe-help-echo)
24278 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
24279 Mark unused parameters.
24280
24281 * dired-aux.el (backup-extract-version-start, overwrite-query)
24282 (overwrite-backup-query, rename-regexp-query)
24283 (rename-non-directory-query): Declare.
24284 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
24285 (dired-add-entry): Remove unused variable `orig-file-name'.
24286 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
24287 Use parameter PRESERVE-TIME instead of accessing dynamic variable
24288 `dired-copy-preserve-time' directly.
24289 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
24290 (dired-insert-subdir-newpos): Rename unused variable `pos'.
24291
24292 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
24293 (dired-virtual-revert, dired-make-relative-symlink):
24294 Mark unused parameters.
24295 (manual-program): Declare.
24296 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
24297 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
24298 wrapped in `with-no-warnings' to avoid replacing one warning by another.
24299
24300 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
24301
24302 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
24303
24304 * echistory.el (electric-history-in-progress, Helper-return-blurb):
24305 Declare.
24306
24307 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
24308
24309 * electric.el (Electric-command-loop): Rename parameter
24310 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
24311
24312 * expand.el (expand-in-literal): Remove unused variable `here'.
24313
24314 * facemenu.el (facemenu-add-new-color):
24315 Remove unused variable `docstring'.
24316
24317 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
24318 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
24319 (face-attr-construct): Mark unused parameter. Doc fix.
24320 (read-color): Remove unused variable `hex-string'.
24321
24322 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
24323 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
24324 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
24325 (display-buffer-other-frame): Remove unused variable `old-window'.
24326 (kill-buffer-hook): Declare.
24327 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
24328 Mark unused parameters.
24329 (after-find-file): Pass 1 to `auto-save-mode', not t.
24330
24331 * files-x.el (auto-insert): Declare.
24332 (modify-file-local-variable-prop-line): Remove unused variable `val'.
24333
24334 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
24335 variable `buf'. Mark unused parameter.
24336 (find-lisp-insert-directory): Mark unused parameter.
24337
24338 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
24339 (format-encode-region): Remove unused variables `cur-buf' and `result'.
24340 (format-common-tail): Remove, unused.
24341 (format-deannotate-region): Remove unused variable `loc'.
24342 (format-annotate-region): Remove unused variable `p'.
24343 (format-annotate-single-property-change): Remove unused variables
24344 `default' and `tail'.
24345
24346 * forms.el (read-file-filter): Declare.
24347 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
24348
24349 * frame.el (frame-creation-function-alist): Mark unused parameter.
24350 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
24351
24352 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
24353 Remove unused parameters.
24354 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
24355 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
24356
24357 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
24358 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
24359 (hfy-prepare-tag-map): Mark unused parameters.
24360 (htmlfontify-buffer): Use `called-interactively-p'.
24361
24362 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
24363 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
24364 (ibuffer-do-occur): Mark unused parameters.
24365 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
24366 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
24367
24368 * ibuffer.el: Don't quote `lambda'.
24369 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
24370 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
24371 Mark unused parameters.
24372
24373 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
24374 (ido-completing-read): Mark unused parameters.
24375 (ido-copy-current-word): Mark unused parameters;
24376 remove unused variable `name'.
24377 (ido-sort-merged-list): Remove unused parameter `dirs'.
24378
24379 * ielm.el (ielm-input-sender): Mark unused parameter.
24380 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
24381 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
24382 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
24383 `ielm-string' as a dynamic variable accessible from the IELM prompt.
24384 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
24385
24386 * image-dired.el (image-dired-display-thumbs): Remove unused
24387 variables `curr-file' and `count'.
24388 (image-dired-remove-tag): Remove unused variable `start'.
24389 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
24390 variable `curr-file'
24391 (image-dired-rotate-original): Remove unused variable `temp-file'.
24392 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
24393 Remove unused variable `file'.
24394 (image-dired-gallery-generate): Remove unused variable `curr'.
24395 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
24396
24397 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
24398
24399 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
24400
24401 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
24402
24403 * isearch.el (minibuffer-history-symbol): Declare.
24404 (isearch-edit-string): Remove unused variable `err'.
24405 (isearch-message-prefix, isearch-message-suffix):
24406 Mark unused parameters.
24407
24408 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
24409
24410 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
24411
24412 * makesum.el (double-column): Remove unused variable `cnt'.
24413
24414 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
24415 (ido-ignore-item-temp-list): Declare.
24416
24417 * mouse-drag.el (mouse-drag-throw): Remove unused variables
24418 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
24419 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
24420 (mouse-drag-drag): Remove unused variables `mouse-delta' and
24421 `mouse-col-delta'.
24422
24423 * mouse-sel.el (mouse-extend-internal):
24424 Remove unused variable `orig-window-frame'.
24425
24426 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
24427 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
24428 Move declarations before first use.
24429 (pcomplete-opt): Mark unused parameters; doc fix.
24430
24431 * proced.el (proced-revert): Mark unused parameter.
24432 (proced-send-signal): Remove unused variable `err'.
24433
24434 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
24435 Rename parameter PREFIX-ARG to ARG.
24436 (ps-basic-plot-string, ps-basic-plot-whitespace):
24437 Mark unused parameters.
24438
24439 * replace.el (replace-count): Define.
24440 (occur-revert-function): Mark unused parameters.
24441 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
24442 (isearch-case-fold-search, isearch-string): Declare.
24443 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
24444 bind `case-fold-search'. Remove unused variables `beg' and `end',
24445 and simplify.
24446 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
24447 COUNT and bind `replace-count'.
24448 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
24449 to COUNT.
24450
24451 * savehist.el (print-readably, print-string-length): Declare.
24452
24453 * shadowfile.el (shadow-expand-cluster-in-file-name):
24454 Remove unused variable `cluster'.
24455 (shadow-copy-file): Remove unused variable `i'.
24456 (shadow-noquery, shadow-clusters, shadow-site-cluster)
24457 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
24458 (shadow-define-literal-group, shadow-define-regexp-group)
24459 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
24460
24461 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
24462 (shell): Use `called-interactively-p'.
24463 (shell-directory-tracker): Remove unused variable `chdir-failure'.
24464
24465 * simple.el (compilation-context-lines, comint-file-name-quote-list)
24466 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
24467 (delete-backward-char): Remove unused variable `ocol'.
24468 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
24469 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
24470 (event-apply-hyper-modifier, event-apply-shift-modifier)
24471 (event-apply-control-modifier, event-apply-meta-modifier):
24472 Mark unused parameters.
24473 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
24474 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
24475
24476 * speedbar.el (speedbar-ignored-directory-expressions)
24477 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
24478 (speedbar-find-file, speedbar-dir-follow)
24479 (speedbar-directory-buttons-follow, speedbar-tag-find)
24480 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
24481 (speedbar-buffers-line-directory, speedbar-buffer-click):
24482 Mark unused parameters.
24483 (speedbar-tag-file): Remove unused variable `mode'.
24484 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
24485
24486 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
24487
24488 * talk.el (talk): Remove unused variable `display'.
24489
24490 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
24491 (tar-write-region-annotate): Mark unused parameter.
24492
24493 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
24494 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
24495 Declare them, wrapped in `with-no-warnings' to avoid replacing one
24496 warning by another.
24497
24498 * time-stamp.el (time-stamp-string-preprocess):
24499 Remove unused variable `require-padding'.
24500
24501 * tree-widget.el (widget-glyph-enable): Declare.
24502 (tree-widget-action): Mark unused parameter.
24503
24504 * w32-fns.el (x-get-selection): Mark unused parameter.
24505 (autoload-make-program, generated-autoload-file): Declare.
24506
24507 * wdired.el (wdired-revert): Mark unused parameters.
24508 (wdired-xcase-word): Remove unused variable `err'.
24509
24510 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
24511 (whitespace-help-scroll): Remove unused variable `data-help'.
24512
24513 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
24514 (widget-image-insert, widget-after-change, default)
24515 (widget-default-format-handler, widget-default-notify)
24516 (widget-default-prompt-value, widget-info-link-action)
24517 (widget-url-link-action, widget-function-link-action)
24518 (widget-variable-link-action, widget-file-link-action)
24519 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
24520 (widget-field-prompt-internal, widget-field-action, widget-field-match)
24521 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
24522 (widget-insert-button-action, widget-delete-button-action, visibility)
24523 (widget-documentation-link-action, widget-documentation-string-action)
24524 (widget-const-prompt-value, widget-regexp-match, symbol)
24525 (widget-coding-system-prompt-value)
24526 (widget-key-sequence-value-to-external, sexp)
24527 (widget-sexp-value-to-internal, character, vector, cons)
24528 (widget-choice-prompt-value, widget-boolean-prompt-value)
24529 (widget-color--choose-action): Mark unused parameters.
24530 (widget-item-match-inline, widget-choice-match-inline)
24531 (widget-checklist-match, widget-checklist-match-inline)
24532 (widget-group-match): Rename parameter VALUES to VALS.
24533 (widget-field-value-set): Remove unused variable `size'.
24534 (widget-color-action): Remove unused variables `value' and `start'.
24535
24536 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
24537 variable `dir'. Doc fix.
24538 (windmove-find-other-window): Don't pass it.
24539
24540 * window.el (count-windows): Mark unused parameter.
24541 (bw-adjust-window): Remove unused variable `err'.
24542
24543 * woman.el (woman-file-name): Remove unused variable `default'.
24544 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
24545 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
24546 (global-font-lock-mode): Declare.
24547 (woman-decode-region): Mark unused parameter.
24548 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
24549
24550 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
24551 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
24552 (x-dnd-handle-moz-url): Remove unused variable `title'.
24553 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
24554
24555 * xml.el (xml-parse-tag, xml-parse-attlist):
24556 Remove unused variable `pos'.
24557
24558 2011-04-19 Glenn Morris <rgm@gnu.org>
24559
24560 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
24561 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
24562 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
24563 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
24564 * calendar/cal-html.el (cal-html-insert-minical):
24565 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
24566 (calendar-mark-date-pattern):
24567 Prefix "unused" locals.
24568
24569 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
24570 optional argument `style'.
24571
24572 * calendar/appt.el (appt-make-list):
24573 * calendar/cal-china.el (calendar-chinese-date-string):
24574 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
24575 (diary-hebrew-yahrzeit):
24576 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
24577 * calendar/calendar.el (calendar-generate-window):
24578 * calendar/time-date.el (time-to-days):
24579 Remove unused local variables.
24580
24581 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
24582
24583 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
24584 glyphless-char-display table.
24585 (tabulated-list-glyphless-char-display): New var.
24586
24587 2011-04-18 Sam Steingold <sds@gnu.org>
24588
24589 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
24590 to acknowledgments.
24591
24592 2011-04-17 Glenn Morris <rgm@gnu.org>
24593
24594 * calendar/diary-lib.el (diary-sexp-entry):
24595 * calendar/holidays.el (holiday-sexp):
24596 Set debug-on-error rather than the removed stack-trace-on-error.
24597
24598 2011-04-16 Glenn Morris <rgm@gnu.org>
24599
24600 * progmodes/f90.el: Use lexical-binding.
24601 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
24602
24603 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
24604
24605 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
24606 (mail-mode): Setup mailalias completion here instead.
24607 * mail/mailalias.el: Use lexical-binding.
24608 (pattern, mailalias-done): Declare dynamic.
24609 (mail-completion-at-point-function): New function, from mail-complete.
24610 (mail-complete): Use it.
24611 (mail-completion-expand): New function.
24612 (mail-get-names): Use it.
24613 (mail-directory, mail-directory-process, mail-directory-stream):
24614 Don't use `pattern' for lexically bound arg.
24615
24616 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
24617
24618 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
24619 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
24620 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
24621
24622 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
24623 (byte-save-window-excursion, byte-temp-output-buffer-setup)
24624 (byte-interactive-p): Define them again, for use when inlining
24625 old code.
24626
24627 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
24628
24629 * loadup.el: Use `string-to-number', not `string-to-int'.
24630
24631 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
24632
24633 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
24634 gud-gdb-complete-command.
24635 (gud-gdb-completions): New function, from gud-gdb-complete-command.
24636 (gud-gdb-completion-at-point): New function.
24637 (gud-gdb-completions): Remove.
24638
24639 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
24640
24641 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
24642 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
24643 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
24644 whether `executable-find' is bound.
24645
24646 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
24647
24648 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
24649
24650 * minibuffer.el (completion-in-region-mode-predicate)
24651 (completion-in-region-mode--predicate): New vars.
24652 (completion-in-region, completion-in-region--postch)
24653 (completion-in-region-mode): Use them.
24654 (completion--capf-wrapper): Also return the hook function.
24655 (completion-at-point, completion-help-at-point):
24656 Adjust and provide a predicate.
24657
24658 Preserve arg names for advice of subr and lexical functions (bug#8457).
24659 * help-fns.el (help-function-arglist): Consolidate the subr and
24660 new-byte-code cases. Add argument `preserve-names' to extract names
24661 from the docstring when needed.
24662 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
24663 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
24664 (ad-arglist): Use help-function-arglist's new arg.
24665 (ad-definition-type): Use cond.
24666
24667 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
24668
24669 * autorevert.el (auto-revert-handler):
24670 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
24671 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
24672 Don't quote lambda.
24673
24674 * image-mode.el (image-transform-set-scale):
24675 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
24676
24677 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
24678
24679 * net/network-stream.el (network-stream-open-starttls): Only do
24680 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
24681 Upgrades via gnutls-cli are too slow to be done opportunistically.
24682
24683 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
24684
24685 * dframe.el (dframe-current-frame): Remove spurious quote.
24686
24687 2011-04-12 Glenn Morris <rgm@gnu.org>
24688
24689 * calendar/cal-tex.el (cal-tex-end-document):
24690 Try to automatically use latin1 input if needed.
24691
24692 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
24693 Don't try to cons a mark onto an empty element.
24694
24695 2011-04-11 Leo Liu <sdl.web@gmail.com>
24696
24697 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
24698 buffers.
24699 (ido-kill-buffer-at-head): Support killing virtual buffers.
24700
24701 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
24702
24703 * minibuffer.el (completion-show-inline-help): New var.
24704 (completion--do-completion, minibuffer-complete)
24705 (minibuffer-force-complete, minibuffer-complete-word):
24706 Inhibit minibuffer messages if completion-show-inline-help is nil.
24707
24708 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
24709 to avoid interference from inline help (Bug#5849).
24710
24711 2011-04-10 Leo Liu <sdl.web@gmail.com>
24712
24713 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
24714 Fix typo.
24715
24716 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
24717
24718 * image-mode.el (image-toggle-display-image): Signal an error if
24719 not in Image mode.
24720 (image-transform-mode, image-transform-resize)
24721 (image-transform-set-rotation): Doc fix.
24722 (image-transform-set-resize): Delete.
24723 (image-transform-set-scale, image-transform-fit-to-height)
24724 (image-transform-fit-to-width): Handle image-toggle-display-image
24725 and image-transform-resize directly.
24726
24727 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
24728
24729 * doc-view.el (doc-view-fit-width-to-window)
24730 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
24731 New functions for fitting the shown image to the Emacs window size.
24732 (doc-view-mode-map): Add bindings for the new functions.
24733
24734 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
24735
24736 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
24737 Fix typo in docstring.
24738
24739 2011-04-08 Eli Zaretskii <eliz@gnu.org>
24740
24741 * files.el (file-size-human-readable): Produce one digit after
24742 decimal, like "ls -lh" does.
24743
24744 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
24745 the file size representation.
24746
24747 * simple.el (list-processes): If async subprocesses are not
24748 available, error out with a clear error message.
24749
24750 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
24751
24752 * help.el (help-form-show): New function, to be called from C.
24753 Put help-form output in a buffer named differently than *Help*.
24754
24755 2011-04-08 Eli Zaretskii <eliz@gnu.org>
24756
24757 * files.el (file-size-human-readable): New function.
24758
24759 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
24760 computing the representation inline. Don't require `cl'.
24761
24762 2011-04-08 Glenn Morris <rgm@gnu.org>
24763
24764 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
24765
24766 * net/browse-url.el (browse-url-firefox):
24767 Test system-type, not system-configuration.
24768
24769 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
24770 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
24771 Use log-edit-empty-buffer-p. (Bug#7598)
24772
24773 * net/rlogin.el (rlogin-process-connection-type): Simplify.
24774 (rlogin-mode-map): Initialize in the defvar.
24775 (rlogin): Use ignore-errors.
24776
24777 * replace.el (occur-mode-map): Some fixes for menu items.
24778
24779 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
24780
24781 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
24782
24783 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
24784
24785 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
24786 issuing unused warnings.
24787
24788 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
24789 macro directly.
24790
24791 * simple.el: Lisp reimplement of list-processes. Based on an
24792 earlier reimplementation by Leo Liu, but using tabulated-list.el.
24793 (process-menu-mode): New major mode.
24794 (list-processes--refresh, list-processes):
24795 (process-menu-visit-buffer): New functions.
24796
24797 * files.el (save-buffers-kill-emacs): Don't assume any return
24798 value of list-processes, which is undocumented anyway.
24799
24800 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
24801
24802 * emacs-lisp/tabulated-list.el: New file.
24803
24804 * emacs-lisp/package.el: Use Tabulated List mode.
24805 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
24806 (package-menu-mode): Derive from tabulated-list-mode. Set up the
24807 table format using Tabulated List mode variables.
24808 (package--push): New macro, replacing package-list-maybe-add.
24809 (package-menu--generate): Use package--push. Renamed from
24810 package--generate-package-list.
24811 (package-menu-refresh, list-packages): Use it.
24812 (package-menu--print-info): Rename from package-print-package.
24813 Return insertion data instead of inserting it directly.
24814 (package-menu-describe-package, package-menu-execute):
24815 Use tabulated-list-get-id.
24816 (package-menu-mark-delete, package-menu-mark-install)
24817 (package-menu-mark-unmark, package-menu-backup-unmark)
24818 (package-menu-mark-obsolete-for-deletion):
24819 Use tabulated-list-put-tag.
24820 (package--list-packages, package-menu-revert)
24821 (package-menu-get-package, package-menu-get-version)
24822 (package-menu-sort-by-column): Functions deleted.
24823 (package-menu-package-list, package-menu-sort-key): Vars deleted.
24824 (package-menu--status-predicate, package-menu--version-predicate)
24825 (package-menu--name-predicate)
24826 (package-menu--description-predicate): Handle arguments in the
24827 Tabulated List format.
24828 (package-list-packages-no-fetch): Call list-packages.
24829
24830 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
24831
24832 * files.el (after-find-file-from-revert-buffer): Remove variable.
24833 (after-find-file): Don't bind it.
24834 (revert-buffer-in-progress-p): New variable.
24835 (revert-buffer): Bind it.
24836 Pass nil for `after-find-file-from-revert-buffer'.
24837
24838 * saveplace.el (save-place-find-file-hook): Use new variable
24839 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
24840
24841 2011-04-06 Glenn Morris <rgm@gnu.org>
24842
24843 * Makefile.in (AUTOGEN_VCS): New variable.
24844 (autoloads): Use $AUTOGEN_VCS.
24845
24846 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
24847 * calendar/calendar.el (calendar-mode-map):
24848 Check for toolkit scroll bars. (Bug#8305)
24849
24850 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
24851
24852 * minibuffer.el (completion-in-region--postch)
24853 (completion-in-region-mode): Remove unnecessary messages.
24854
24855 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
24856
24857 * font-lock.el (font-lock-refresh-defaults):
24858 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
24859 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
24860
24861 * info.el (Info-directory-list, Info-read-node-name-2)
24862 (Info-split-parameter-string): Doc fixes.
24863 (Info-virtual-nodes): Reflow docstring.
24864 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
24865 (Info-apropos-toc-nodes, info-finder, Info-get-token)
24866 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
24867 Fix typos in docstrings.
24868 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
24869 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
24870 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
24871 (Info-restore-desktop-buffer): Mark unused parameters.
24872 (Info-directory-find-file, Info-directory-find-node)
24873 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
24874 (Info-virtual-index-find-node, Info-apropos-find-file)
24875 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
24876 Mark unused parameters; fix typos in docstrings.
24877 (Info-virtual-index): Remove unused local variable `nodename'.
24878
24879 2011-04-05 Deniz Dogan <deniz@dogan.se>
24880
24881 * net/rcirc.el: Update my e-mail address.
24882 (rcirc-mode-map): Remove M-o binding.
24883
24884 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
24885
24886 * startup.el (command-line): Save the cursor's theme-face
24887 directly, instead of using face-override-spec.
24888
24889 * custom.el (load-theme): Minor optimization in assigning faces.
24890
24891 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
24892
24893 * help-fns.el (describe-variable): Complete all variables having
24894 documentation, including keywords.
24895 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
24896
24897 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
24898
24899 Convert to lexical-binding.
24900
24901 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
24902 (bs--get-marked-string, bs--get-modified-string)
24903 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
24904 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
24905 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
24906
24907 * ehelp.el (electric-help-execute-extended)
24908 (electric-help-ctrl-x-prefix):
24909 * hexl.el (hexl-revert-buffer-function):
24910 * linum.el (linum-after-change, linum-after-scroll):
24911 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
24912
24913 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
24914
24915 2011-04-04 Daiki Ueno <ueno@unixuser.org>
24916
24917 * epa-dired.el:
24918 * epa-mail.el:
24919 * epa-hook.el:
24920 * epa-file.el:
24921 * epa.el:
24922 * epg.el: Use lexical binding.
24923
24924 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
24925
24926 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
24927
24928 * textmodes/flyspell.el (flyspell-word): Recognize default
24929 dictionary case for flyspell-mark-duplications-exceptions.
24930 Use regexp matching for languages.
24931 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
24932 default dictionary (Bug#7926).
24933
24934 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
24935
24936 * emacs-lisp/package.el (package--with-work-buffer):
24937 Recognize https URLs.
24938
24939 * net/network-stream.el: Move from gnus/proto-stream.el.
24940 Change prefix to network-stream throughout.
24941 (open-protocol-stream): Merge into open-network-stream, leaving
24942 open-protocol-stream as an alias. Handle nil BUFFER args.
24943
24944 * subr.el (open-network-stream): Move to net/network-stream.el.
24945
24946 2011-04-02 Glenn Morris <rgm@gnu.org>
24947
24948 * find-dired.el (find-exec-terminator): New option.
24949 (find-ls-option): Test for -ls support.
24950 (find-ls-subdir-switches): Test for -b in find-ls-option.
24951 (find-dired, find-grep-dired): Doc fixes.
24952 (find-dired): Use find-exec-terminator.
24953
24954 * find-dired.el (find-ls-option, find-ls-subdir-switches)
24955 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
24956 (find-name-arg): Remove purecopy.
24957
24958 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
24959 (grep-compute-defaults): Check for `-exec COMMAND +' support.
24960 Set grep-find-use-xargs, grep-find-command, and grep-find-template
24961 accordingly. Don't add the null-device if not needed.
24962
24963 * files.el (save-some-buffers): Doc fix.
24964
24965 2011-04-02 Eli Zaretskii <eliz@gnu.org>
24966
24967 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
24968
24969 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
24970
24971 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
24972 Use `dolist' rather than `mapcar'.
24973
24974 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
24975
24976 Add lexical binding.
24977
24978 * subr.el (apply-partially): Use new closures rather than CL.
24979 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
24980 (dolist, dotimes): Use slightly different expansion for lexical code.
24981 (functionp): Move to C.
24982 (letrec): New macro.
24983 (with-wrapper-hook): Use it and apply-partially instead of CL.
24984 (eval-after-load): Preserve lexical-binding.
24985 (save-window-excursion, with-output-to-temp-buffer): Turn them
24986 into macros.
24987
24988 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
24989
24990 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
24991 than the arglist.
24992 (help-add-fundoc-usage): Don't add `Not documented'.
24993 (help-function-arglist): Handle closures, subroutines, and new
24994 byte-code-functions.
24995 (help-make-usage): Remove leading underscores.
24996 (describe-function-1): Handle closures.
24997 (describe-variable): Use special-variable-p for completion.
24998
24999 * files.el (lexical-binding): Declare safe.
25000
25001 * emacs-lisp/pcase.el: Don't use destructuring-bind.
25002 (pcase--memoize): Rename from pcase-memoize. Change weakness.
25003 (pcase): Add `let' pattern.
25004 Change memoization so it actually works.
25005 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
25006 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
25007 <let>: New case.
25008
25009 * emacs-lisp/macroexp.el: Use lexical binding.
25010 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
25011 Don't convert ' to #' without checking that it's indeed quoting
25012 a lambda.
25013
25014 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
25015 Use eval-sexp-add-defvars.
25016 (eval-sexp-add-defvars): New fun.
25017
25018 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
25019
25020 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
25021 Don't autoload.
25022 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
25023 than the internal `byte-compile-lambda'.
25024 (defmethod): Don't hide code under quotes.
25025 (eieio-defmethod): New `code' argument.
25026
25027 * emacs-lisp/eieio-comp.el: Remove.
25028
25029 * emacs-lisp/edebug.el (edebug-eval-defun)
25030 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
25031 (edebug-toggle): Avoid `eval'.
25032
25033 * emacs-lisp/disass.el (disassemble-internal): Handle new
25034 `closure' objects.
25035 (disassemble-1): Handle new byte codes.
25036
25037 * emacs-lisp/cl.el (pushnew): Silence warning.
25038
25039 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
25040 (cl-byte-compile-throw): Remove.
25041 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
25042
25043 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
25044 closures.
25045
25046 * emacs-lisp/cconv.el: New file.
25047
25048 * emacs-lisp/bytecomp.el: Use lexical binding instead of
25049 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
25050 (byte-compile-initial-macro-environment):
25051 Handle declare-function here.
25052 (byte-compile--lexical-environment): New var.
25053 (byte-stack-ref, byte-stack-set, byte-discardN)
25054 (byte-discardN-preserve-tos): New lap codes.
25055 (byte-interactive-p): Don't use any more.
25056 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
25057 New macros.
25058 (byte-compile-lapcode): Use them and handle new lap codes.
25059 (byte-compile-obsolete): Remove.
25060 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
25061 (byte-compile-arglist-warn): Check late def of inlinable funs.
25062 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
25063 since they should have been expanded by now.
25064 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
25065 (byte-compile-from-buffer): Remove unused second arg.
25066 (byte-compile-preprocess): New function.
25067 (byte-compile-toplevel-file-form): New function to distinguish
25068 file-form calls from outside from file-form calls from hunk-handlers.
25069 (byte-compile-file-form): Simplify.
25070 (byte-compile-file-form-defsubst): Remove.
25071 (byte-compile-file-form-defmumble): Simplify now that
25072 byte-compile-lambda always returns a byte-code-function.
25073 (byte-compile): Preprocess.
25074 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
25075 Remove, not used any more.
25076 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
25077 (byte-compile-make-args-desc): New funs.
25078 (byte-compile-lambda): Handle lexical functions. Always return
25079 a byte-code-function.
25080 (byte-compile-reserved-constants): New var, to make up room for
25081 closed-over variables.
25082 (byte-compile-constants-vector): Obey it.
25083 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
25084 (byte-compile-macroexpand-declare-function): New function.
25085 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
25086 byte-code-functions.
25087 (byte-compile-form): Check obsolescence here.
25088 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
25089 (byte-compile-variable-ref): Remove.
25090 (byte-compile-dynamic-variable-op): New fun.
25091 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25092 (byte-compile-variable-set): New funs.
25093 (byte-compile-discard): Add 2 args.
25094 (byte-compile-stack-ref, byte-compile-stack-set)
25095 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
25096 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
25097 macroexpand-all instead.
25098 (byte-compile-quote-form): Remove.
25099 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
25100 (byte-compile-bind, byte-compile-unbind): New funs.
25101 (byte-compile-let): Handle let* and lexical binding.
25102 (byte-compile-let*): Remove.
25103 (byte-compile-catch, byte-compile-unwind-protect)
25104 (byte-compile-track-mouse, byte-compile-condition-case):
25105 Handle a new :fun-body form, used for lexical scoping.
25106 (byte-compile-save-window-excursion)
25107 (byte-compile-with-output-to-temp-buffer): Remove.
25108 (byte-compile-defun): Simplify.
25109 (byte-compile-stack-adjustment): New fun.
25110 (byte-compile-out): Use it.
25111 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
25112
25113 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
25114 handler any more.
25115
25116 * emacs-lisp/byte-opt.el: Use lexical binding.
25117 (byte-inline-lapcode): Remove (to bytecomp).
25118 (byte-compile-inline-expand): Pay attention to inlining to/from
25119 lexically bound code.
25120 (byte-compile-unfold-lambda): Don't handle byte-code-functions
25121 any more.
25122 (byte-optimize-form-code-walker): Don't handle save-window-excursion
25123 any more and don't call compiler-macros.
25124 (byte-compile-splice-in-already-compiled-code): Remove.
25125 (byte-code): Don't inline any more.
25126 (disassemble-offset): Receive `bytes' as argument rather than via
25127 dynamic scoping.
25128 (byte-compile-tag-number): Declare before first use.
25129 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
25130 `return' even if make-spliceable.
25131 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
25132 obsolete interactive-p.
25133 (byte-optimize-lapcode): Optimize new lap-codes.
25134 Don't trip up on new form of `byte-constant' lap code.
25135
25136 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
25137
25138 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
25139
25140 * custom.el (custom-initialize-default, custom-declare-variable):
25141 Use `defvar'.
25142
25143 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
25144 New variables.
25145 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
25146 (COMPILE_FIRST): Add macroexp and cconv.
25147 * makefile.w32-in: Mirror changes in Makefile.in.
25148
25149 * vc/cvs-status.el:
25150 * vc/diff-mode.el:
25151 * vc/log-edit.el:
25152 * vc/log-view.el:
25153 * vc/smerge-mode.el:
25154 * textmodes/bibtex-style.el:
25155 * textmodes/css-mode.el:
25156 * startup.el:
25157 * uniquify.el:
25158 * minibuffer.el:
25159 * newcomment.el:
25160 * reveal.el:
25161 * server.el:
25162 * mpc.el:
25163 * emacs-lisp/smie.el:
25164 * doc-view.el:
25165 * dired.el:
25166 * abbrev.el: Use lexical binding.
25167
25168 2011-04-01 Eli Zaretskii <eliz@gnu.org>
25169
25170 * info.el (info-display-manual): New function.
25171
25172 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
25173
25174 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
25175
25176 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
25177
25178 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
25179 an entry for that server in rcirc-authinfo. (Bug#8385)
25180
25181 2011-03-31 Glenn Morris <rgm@gnu.org>
25182
25183 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
25184
25185 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
25186
25187 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
25188
25189 * progmodes/python.el (python-default-interpreter)
25190 (python-python-command-args, python-jython-command-args)
25191 (python-which-shell, python-which-args, python-which-bufname)
25192 (python-file-queue, python-comint-output-filter-function)
25193 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
25194 variables and functions.
25195
25196 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
25197
25198 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
25199 (completion-in-region-mode): New minor mode.
25200 (completion-in-region): Use it.
25201 (completion-in-region--data, completion-in-region-mode-map): New vars.
25202 (completion-in-region--postch): New function.
25203 (completion--capf-misbehave-funs, completion--capf-safe-funs):
25204 New vars.
25205 (completion--capf-wrapper): New function.
25206 (completion-at-point): Use it to track well-behavedness of
25207 hook functions.
25208 (completion-help-at-point): New command.
25209
25210 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
25211
25212 * vc/add-log.el (add-change-log-entry): Don't use whitespace
25213 syntax class to search for whitespace on a single line
25214 (Message-ID: <4D938140.4030905@redhat.com>).
25215
25216 2011-03-30 Leo Liu <sdl.web@gmail.com>
25217
25218 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
25219 New commands.
25220 (edit-abbrevs-map): Bind them here.
25221 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
25222
25223 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
25224
25225 * allout.el (allout-hide-by-annotation, allout-flag-region):
25226 Reduce possibility of overlay leakage by making them volatile.
25227
25228 * allout-widgets.el (allout-widgets-tally): Define as nil so the
25229 hash is not shared between buffers. Mode initialization is
25230 responsible for giving it a useful starting value.
25231 (allout-item-span): Reduce possibility of overlay leakage by
25232 making them volatile.
25233 (allout-widgets-count-buttons-in-region): Add diagnostic function
25234 for tracking down button overlay leaks.
25235
25236 2011-03-29 Leo Liu <sdl.web@gmail.com>
25237
25238 * ido.el (ido-read-internal): Use the default history var
25239 minibuffer-history if no HISTORY is specified.
25240
25241 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
25242
25243 * net/imap.el (imap-shell-open, imap-process-connection-type):
25244 Use imap-process-connection-type for 'shell' streams as well as
25245 Kerberos, SSL, other subprocesses.
25246
25247 2011-03-28 Leo Liu <sdl.web@gmail.com>
25248
25249 * abbrev.el (abbrev-table-empty-p): New function.
25250 (prepare-abbrev-list-buffer): Place empty abbrev tables after
25251 nonempty ones. (Bug#5937)
25252
25253 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
25254
25255 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
25256
25257 2011-03-27 Leo Liu <sdl.web@gmail.com>
25258
25259 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
25260 for foreground and background colors.
25261 (ansi-color-make-color-map): Adapt.
25262
25263 2011-03-25 Leo Liu <sdl.web@gmail.com>
25264
25265 * midnight.el (midnight-time-float): Remove. Note it calculates
25266 the microsecond component incorrectly and seconds-to-time does the
25267 same job.
25268 Remove redundant (require 'timer).
25269
25270 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
25271 (ido-completions): Remove unused arguments. (Bug#8329)
25272
25273 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
25274
25275 * minibuffer.el (completion--flush-all-sorted-completions):
25276 Remove itself from hook.
25277 (completion-at-point): Let the functions perform the completion
25278 immediately and return nil or t.
25279 * comint.el (comint-dynamic-complete-functions): Now identical to
25280 completion-at-point-functions.
25281 (comint-dynamic-list-input-ring): Remove unused var `index'.
25282 (comint--match-partial-filename, comint--unquote&expand-filename):
25283 New funs, split from comint-match-partial-filename.
25284 (comint-dynamic-complete): Use completion-at-point.
25285 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
25286
25287 2011-03-24 Drew Adams <drew.adams@oracle.com>
25288
25289 * thingatpt.el: Support `defun'.
25290
25291 2011-03-23 Leo Liu <sdl.web@gmail.com>
25292
25293 * abbrevlist.el: Move to obsolete/abbrevlist.el.
25294
25295 * help-mode.el (help-mode-finish): Tweak regexp.
25296
25297 2011-03-23 Glenn Morris <rgm@gnu.org>
25298
25299 * eshell/esh-opt.el (eshell-eval-using-options):
25300 Do not bind unused local variable `eshell-option-stub'.
25301
25302 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
25303
25304 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
25305
25306 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
25307 keymap variable in `with-no-warnings' to avoid a warning when the
25308 keymap has been already `defconst'ed.
25309
25310 2011-03-22 Leo Liu <sdl.web@gmail.com>
25311
25312 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
25313 encode all chars in abbrevs; otherwise use emacs-mule or
25314 utf-8-emacs. (Bug#8308)
25315
25316 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
25317
25318 * simple.el (backward-delete-char-untabify):
25319 Avoid warning about using `delete-backward-char'.
25320
25321 * image.el (image-type-file-name-regexps): Make it variable.
25322 `imagemagick-register-types' modifies it, and the user may want
25323 to add new extensions for known image types.
25324 (imagemagick-register-types): Throw error if not using ImageMagick.
25325
25326 2011-03-22 Leo Liu <sdl.web@gmail.com>
25327
25328 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
25329 located before rcirc-prompt-end-marker.
25330 (rcirc-complete): Error if point is not after rcirc prompt.
25331 Handle the case when table is nil.
25332 (rcirc-user-authenticated): Define to fix compiler warning.
25333
25334 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
25335
25336 * custom.el (custom--inhibit-theme-enable): Make it affect only
25337 custom-theme-set-variables and custom-theme-set-faces.
25338 (provide-theme): Ignore custom--inhibit-theme-enable.
25339 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
25340 (custom-enabling-themes): Delete variable.
25341 (enable-theme): Accept only loaded themes as arguments.
25342 Ignore the special custom-enabled-themes variable.
25343 (custom-enabled-themes): Forbid themes from setting this.
25344 Eliminate use of custom-enabling-themes.
25345 (custom-push-theme): Quote "changed" custom var entry.
25346
25347 2011-03-21 Leo Liu <sdl.web@gmail.com>
25348
25349 * ido.el (ido-read-internal): Add ido-selected to history instead
25350 of user input.
25351
25352 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
25353
25354 * subr.el (deferred-action-list, deferred-action-function):
25355 Mark obsolete.
25356
25357 2011-03-21 Leo Liu <sdl.web@gmail.com>
25358
25359 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
25360 change on 2011-02-13 (bug#8309).
25361
25362 * minibuffer.el (read-file-name-function): Change default value.
25363 (read-file-name--defaults): Rename from read-file-name-defaults.
25364 (read-file-name-default): Rename from read-file-name.
25365 (read-file-name): Call read-file-name-function.
25366
25367 2011-03-21 Glenn Morris <rgm@gnu.org>
25368
25369 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
25370 Doc fixes.
25371
25372 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
25373
25374 * cus-theme.el: Add missing provide statement.
25375 (customize-create-theme): Extract theme value correctly.
25376 (custom-theme-visit-theme): Autoload.
25377 (customize-create-theme): Prompt before inserting default faces.
25378
25379 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
25380
25381 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
25382 units and musical notes.
25383
25384 2011-03-20 Leo Liu <sdl.web@gmail.com>
25385
25386 * ido.el (ido-read-internal): Use completing-read-default.
25387 (ido-completing-read): Fix compatibility with completing-read.
25388
25389 2011-03-20 Christian Ohler <ohler@gnu.org>
25390
25391 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
25392 (ert-delete-all-tests): Use `called-interactively-p' rather than
25393 `interactive-p'.
25394 (ert--make-xrefs-region): Respect END.
25395
25396 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
25397
25398 * dired-aux.el (dired-create-directory): Signal an error if the
25399 directory already exists (Bug#8246).
25400
25401 * facemenu.el (list-colors-display): Call list-faces-display
25402 inside with-help-window.
25403 (list-colors-print): Use display property to align the final
25404 column, instead of checking window-width.
25405
25406 2011-03-19 Eli Zaretskii <eliz@gnu.org>
25407
25408 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
25409 windows-nt systems.
25410 (emerge-protect-metachars): Quote correctly for ms-dos and
25411 windows-nt systems.
25412
25413 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
25414
25415 * info.el (info-initialize): Replace all uses of `:' with
25416 path-separator for compatibility with non-Unix systems.
25417 Cache quoting of path-separator. (Bug#8258)
25418
25419 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
25420
25421 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
25422 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
25423 (mouse-avoidance-mode): Fix typos in docstrings.
25424
25425 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
25426
25427 * startup.el (package-subdirectory-regexp): Move from package.el.
25428 Omit \\` and \\', and let callers add them.
25429
25430 * emacs-lisp/package.el (package-strip-version)
25431 (package-load-all-descriptors): Add \\` and \\' to
25432 package-subdirectory-regexp before using it.
25433 (package-untar-buffer): New arg DIR; ensure that file untars only
25434 into this expected directory. Remove superfluous delete-region.
25435 (package-unpack): Caller changed.
25436 (package-tar-file-info): Use package-subdirectory-regexp.
25437
25438 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
25439
25440 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
25441 diff-mode-shared-map (bug#8284).
25442 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
25443
25444 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
25445
25446 * calendar/time-date.el (format-seconds): Use assoc instead of
25447 assoc-string, since assoc-string doesn't exist in XEmacs.
25448
25449 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
25450
25451 * custom.el (custom-known-themes): Reflow docstring.
25452 (custom-theme-load-path): Fix typo in docstring.
25453 (load-theme): Fix typo in error message.
25454 (custom-available-themes, custom-variable-theme-value):
25455 Use `let', not `let*'.
25456
25457 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
25458
25459 * calc/README: Mention inclusion of musical notes.
25460
25461 * calc/calc-units.el (calc-lu-quant): Rename from
25462 `calc-logunits-quantity'.
25463 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
25464 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
25465 (calc-db): Rename from `calc-dblevel'.
25466 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
25467 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
25468 (calc-np): Rename from `calc-nplevel'.
25469 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
25470 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
25471 (calc-lu-plus): Rename from `calc-logunits-add'.
25472 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
25473 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
25474 (calc-lu-minus): Rename from `calc-logunits-sub'.
25475 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
25476 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
25477 (calc-lu-times): Rename from `calc-logunits-mul'.
25478 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
25479 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
25480 (calc-lu-divide): Rename from `calc-logunits-div'.
25481 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
25482 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
25483
25484 * calc/calc-ext.el (calc-init-extensions): Update the names of the
25485 functions being autoloaded.
25486
25487 * calc/calc.el (calc-lu-power-reference): Rename from
25488 `calc-logunits-power-reference'.
25489 (calc-lu-field-reference): Rename from
25490 `calc-logunits-field-reference'.
25491
25492 * calc/calc-help.el (calc-l-prefix-help):
25493 Mention musical note functions.
25494
25495 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
25496
25497 * minibuffer.el (completion-all-sorted-completions):
25498 Use :completion-cycle-penalty text property if present.
25499
25500 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
25501
25502 * allout.el (allout-yank-processing): Adjust for new rebulleting
25503 regime so bullet being yanked is used without prompting the user
25504 for a choice.
25505
25506 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
25507
25508 * startup.el (command-line): Warn the user that _emacs is deprecated.
25509
25510 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
25511
25512 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
25513 (delphi-verbose, delphi-comment-face, delphi-string-face)
25514 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
25515 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
25516 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
25517 (delphi-new-comment-line, delphi-font-lock-defaults)
25518 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
25519 Fix typos in docstrings.
25520
25521 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
25522
25523 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
25524 Invert the roles of character and string values for INSTEAD, so a
25525 string is used for the more common case of a defaulting prompt.
25526
25527 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
25528
25529 * progmodes/ruby-mode.el (ruby-backward-sexp):
25530 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
25531 * play/gamegrid.el (gamegrid-make-face):
25532 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
25533 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
25534 * notifications.el (notifications-notify):
25535 * net/xesam.el (xesam-search-engines):
25536 * net/quickurl.el (quickurl-list-insert):
25537 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
25538
25539 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
25540
25541 * startup.el (command-line): Update package subdirectory regexp.
25542
25543 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
25544
25545 * allout.el (allout-abbreviate-flattened-numbering)
25546 (allout-mode-deactivate-hook): Fix up obsolescence "date".
25547
25548 * subr.el (read-char-choice): Only show the cursor after the prompt,
25549 not after the answer.
25550
25551 2011-03-15 Kevin Ryde <user42@zip.com.au>
25552
25553 * help-fns.el (variable-at-point): Skip leading quotes, if any
25554 (bug#8253).
25555
25556 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
25557
25558 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
25559 warning message.
25560
25561 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
25562
25563 * shell.el (shell): When called interactively, offer to change the
25564 shell file name on remote hosts.
25565
25566 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
25567
25568 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
25569 integration for LDAP parameters. The host, base, user or binddn,
25570 and secret tokens can be specified in a netrc file, for instance.
25571 This is optional because an `auth-source' parameter must be
25572 specified in the search attributes.
25573
25574 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
25575
25576 * help.el (describe-mode): Link to the mode's definition (bug#8185).
25577
25578 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
25579
25580 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
25581 into declaration. Remove redundant and harmful binding.
25582
25583 2011-03-12 Eli Zaretskii <eliz@gnu.org>
25584
25585 * files.el (file-ownership-preserved-p): Pass `integer' as an
25586 explicit 2nd argument to `file-attributes'. If the file's owner
25587 is the Administrators group on Windows, and the current user is
25588 Administrator, consider that a match.
25589
25590 * server.el (server-ensure-safe-dir): Consider server directory
25591 safe on MS-Windows if its owner is the Administrators group while
25592 the current Emacs user is Administrator. Use `=' to compare
25593 numerical UIDs, since they could be integers or floats.
25594
25595 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
25596
25597 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
25598
25599 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
25600
25601 Sync with Tramp 2.2.1.
25602
25603 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
25604
25605 * net/trampver.el: Update release number.
25606
25607 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
25608
25609 * progmodes/compile.el (compilation--previous-directory): Fix up
25610 various nil/dead-marker mismatches (bug#8014).
25611 (compilation-directory-properties, compilation-error-properties):
25612 Don't call it at a position past the one we're about to change.
25613
25614 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
25615 Disable obsolescence warnings in the file that declares it.
25616
25617 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
25618
25619 * allout-widgets.el (allout-widgets-tally):
25620 Initialize allout-widgets-tally as a hash table rather than nil to
25621 prevent mode-line redisplay warnings. Also, clarify the module
25622 description and fix a comment typo.
25623
25624 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
25625
25626 * help-fns.el (describe-variable): Don't complete keywords.
25627 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
25628
25629 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
25630
25631 * emacs-lisp/package.el (package-version-join): Impose a standard
25632 string representation for pre/alpha/beta version lists.
25633 (package-unpack-single): Standardize the directory name by passing
25634 it through package-version-join.
25635 (package-strip-rcs-id): Accept any version string that does not
25636 signal an error in version-to-list.
25637
25638 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
25639
25640 * simple.el (delete-trailing-whitespace): Return nil for the
25641 benefit of `write-file-functions'.
25642
25643 2011-03-10 Glenn Morris <rgm@gnu.org>
25644
25645 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
25646
25647 * vc/vc-git.el (vc-git-program): New option.
25648 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
25649 (vc-git--call): Use it.
25650
25651 * eshell/esh-util.el (eshell-condition-case): Doc fix.
25652
25653 * cus-edit.el (Custom-newline): If no button at point, look
25654 for a subgroup button at start-of-line. (Bug#2298)
25655
25656 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
25657
25658 2011-03-10 Julien Danjou <julien@danjou.info>
25659
25660 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
25661 `cursor-type' is nil.
25662
25663 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
25664
25665 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
25666
25667 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
25668
25669 * allout.el: Change so yank of distinctive-bullet items
25670 preserves the existing header prefix, rebulleting it if necessary,
25671 rather than replacing it. This is necessary for proper operation
25672 of cooperative addons like allout-widgets.
25673 (allout-make-topic-prefix, allout-rebullet-heading):
25674 Change SOLICIT arg to INSTEAD, and interpret additionally a string
25675 value as alternate bullet to be used, instead of prompting the user
25676 for a bullet character.
25677
25678 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
25679
25680 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25681 Do not use `tramp-file-name-port', because this returns also
25682 `tramp-default-port'.
25683
25684 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
25685
25686 * net/rcirc.el (rcirc-handler-001): Remove useless
25687 with-rcirc-process-buffer.
25688 (rcirc-check-auth-status): Swap arguments to string-match.
25689
25690 2011-03-09 Glenn Morris <rgm@gnu.org>
25691
25692 * shell.el (shell-mode):
25693 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
25694
25695 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
25696 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
25697
25698 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
25699
25700 * emacs-lisp/package.el (package-refresh-contents)
25701 (package-menu-execute): Use condition-case-no-debug.
25702
25703 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
25704
25705 * simple.el (shell-command-to-string): Use `process-file'.
25706
25707 * emacs-lisp/package.el (package-tar-file-info): Handle also
25708 remote files.
25709
25710 * emacs-lisp/package-x.el (package-upload-buffer-internal):
25711 Use `equal' for upload base check.
25712
25713 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
25714
25715 * textmodes/texinfo.el (texinfo-environments):
25716 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
25717
25718 2011-03-08 Glenn Morris <rgm@gnu.org>
25719
25720 * cus-start.el (cursor-in-non-selected-windows):
25721 Fix :set quoting oddness. (Bug#8192)
25722
25723 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
25724 in some setf expressions. (Bug#2159)
25725
25726 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
25727
25728 * custom.el (custom-available-themes): Return themes in
25729 alphabetical order.
25730
25731 See ChangeLog.15 for earlier changes.
25732
25733 ;; Local Variables:
25734 ;; coding: utf-8
25735 ;; End:
25736
25737 Copyright (C) 2011-2013 Free Software Foundation, Inc.
25738
25739 This file is part of GNU Emacs.
25740
25741 GNU Emacs is free software: you can redistribute it and/or modify
25742 it under the terms of the GNU General Public License as published by
25743 the Free Software Foundation, either version 3 of the License, or
25744 (at your option) any later version.
25745
25746 GNU Emacs is distributed in the hope that it will be useful,
25747 but WITHOUT ANY WARRANTY; without even the implied warranty of
25748 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25749 GNU General Public License for more details.
25750
25751 You should have received a copy of the GNU General Public License
25752 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.