* lisp/emacs-lisp/edebug.el (edebug-mode): Fix typo.
[bpt/emacs.git] / lisp / ChangeLog
1 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
4
5 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
6 timer (bug#14156).
7
8 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
9
10 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
11 declaration.
12
13 2013-04-07 Leo Liu <sdl.web@gmail.com>
14
15 * pcmpl-x.el: New file.
16
17 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
18
19 Do not set x-display-name until X connection is established.
20 This is needed to prevent from weird situation described at
21 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
22 * frame.el (make-frame): Set x-display-name after call to
23 window system initialization function, not before.
24 * term/x-win.el (x-initialize-window-system): Add optional
25 display argument and use it.
26 * term/w32-win.el (w32-initialize-window-system):
27 * term/ns-win.el (ns-initialize-window-system):
28 * term/pc-win.el (msdos-initialize-window-system):
29 Add compatible optional display argument.
30
31 2013-04-06 Eli Zaretskii <eliz@gnu.org>
32
33 * files.el (normal-backup-enable-predicate): On MS-Windows and
34 MS-DOS compare truenames of temporary-file-directory and of the
35 file, so that 8+3 aliases (usually found in $TEMP on Windows)
36 don't fail comparison by compare-strings. Also, compare file
37 names case-insensitively on MS-Windows and MS-DOS.
38
39 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
40
41 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
42 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
43
44 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
45
46 * whitespace.el (whitespace-color-on, whitespace-color-off):
47 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
48
49 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
50
51 * ispell.el (ispell-set-spellchecker-params):
52 Really set `ispell-args' for all equivs.
53
54 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
55
56 * ido.el (ido-completions): Use extra elements of ido-decorations
57 (bug#14143).
58 (ido-decorations): Update docstring.
59
60 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
61
62 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
63 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
64 nil during initialization, in order not to miss changes since the
65 file was opened. (Bug#14140)
66
67 2013-04-05 Leo Liu <sdl.web@gmail.com>
68
69 * kmacro.el (kmacro-call-macro): Fix bug#14135.
70
71 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
72
73 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
74
75 2013-04-04 Glenn Morris <rgm@gnu.org>
76
77 * electric.el (electric-pair-inhibit-predicate): Add :version.
78
79 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
80
81 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
82 when a package is required several times (bug#14082).
83
84 2013-04-04 Roland Winkler <winkler@gnu.org>
85
86 * faces.el (read-face-name): Behave as promised by the docstring.
87 Assume that arg default is a list of faces.
88 (describe-face): Call read-face-name with list of default faces.
89
90 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
91
92 * bookmark.el: Fix deletion of bookmarks (bug#13972).
93 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
94 (bookmark-bmenu-execute-deletions): Only skip first line if it's
95 the header.
96 (bookmark-exit-hook-internal): Save even if list is empty.
97
98 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
99
100 * emacs-lisp/package.el (package-pinned-packages): New var.
101 (package--add-to-archive-contents): Obey it (bug#14118).
102
103 2013-04-03 Alan Mackenzie <acm@muc.de>
104
105 Handle `parse-partial-sexp' landing inside a comment opener
106 (Bug#13244). Also adapt to the new values of element 7 of a parse
107 state.
108
109 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
110 parameter `not-in-delimiter'. Handle being inside comment opener.
111 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
112 character in case we're typing a '*' after a '/'.
113 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
114 instead by passing the parameter to c-state-pp-to-literal.
115
116 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
117 for elt. 7 of a parse state.
118
119 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
120
121 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
122 * international/latin1-disp.el, international/mule-util.el:
123 * language/cyril-util.el, language/european.el, language/ind-util.el:
124 * language/lao-util.el, language/thai.el, language/tibet-util.el:
125 * language/tibetan.el, language/viet-util.el:
126 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
127
128 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
129
130 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
131 (electric-pair-post-self-insert-function): Use it.
132 (electric-pair-default-inhibit): New function, extracted from
133 electric-pair-post-self-insert-function.
134
135 2013-03-31 Roland Winkler <winkler@gnu.org>
136
137 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
138
139 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
140
141 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
142
143 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
144
145 Un-indent after "pass" and "return" statements (Bug#13888)
146 * progmodes/python.el (python-indent-block-enders): New var.
147 (python-indent-calculate-indentation): Use it.
148
149 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
150
151 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
152 defun. Defining it as defalias could introduce too eager
153 byte-compiler optimization. (Bug#14030)
154
155 2013-03-30 Chong Yidong <cyd@gnu.org>
156
157 * iswitchb.el (iswitchb-read-buffer): Fix typo.
158
159 2013-03-30 Leo Liu <sdl.web@gmail.com>
160
161 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
162 (kmacro-execute-from-register): Pass the keyboard macro to
163 kmacro-call-macro or repeating won't work correctly.
164
165 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
166
167 * progmodes/subword.el: Back to using `forward-symbol'.
168
169 * subr.el (forward-whitespace, forward-symbol)
170 (forward-same-syntax): Move from thingatpt.el.
171
172 2013-03-29 Leo Liu <sdl.web@gmail.com>
173
174 * kmacro.el (kmacro-to-register): New command.
175 (kmacro-execute-from-register): New function.
176 (kmacro-keymap): Bind to 'x'. (Bug#14071)
177
178 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
179
180 * mpc.el: Use defvar-local and setq-local.
181 (mpc--proc-connect): Connection failures are not bugs.
182 (mpc-mode-map): `follow-link' only applies to the buffer's content.
183 (mpc-volume-map): Bind to the up-events.
184
185 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
186
187 * progmodes/subword.el (superword-mode): Use `forward-sexp'
188 instead of `forward-symbol'.
189
190 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
191
192 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
193 (edebug--recursive-edit): Use it.
194 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
195 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
196
197 2013-03-28 Leo Liu <sdl.web@gmail.com>
198
199 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
200
201 2013-03-27 Eli Zaretskii <eliz@gnu.org>
202
203 * facemenu.el (list-colors-callback): New defvar.
204 (list-colors-redisplay): New function.
205 (list-colors-display): Install list-colors-redisplay as the
206 revert-buffer-function. (Bug#14063)
207
208 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
209
210 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
211 and suffixes don't overlap (bug#14061).
212
213 * case-table.el: Use lexical-binding.
214 (case-table-get-table): New function.
215 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
216
217 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
218
219 * progmodes/subword.el: Add `superword-mode' to do word motion
220 over symbol_words (parallels and leverages `subword-mode' which
221 does word motion inside MixedCaseWords).
222
223 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
224
225 * eshell/em-unix.el: Move su and sudo to...
226 * eshell/em-tramp.el: ...Eshell tramp module
227
228 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
229
230 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
231 Change return value to be a sexp. Delay `get-buffer' to after
232 restoring the desktop (bug#13951).
233
234 2013-03-26 Leo Liu <sdl.web@gmail.com>
235
236 * register.el: Move semantic tag handling back to
237 cedet/semantic/senator.el. (Bug#14052)
238
239 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
240
241 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
242 into the prompt either (bug#13963).
243
244 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
245
246 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
247 part of "(error-foo)".
248
249 2013-03-24 Juri Linkov <juri@jurta.org>
250
251 * replace.el (list-matching-lines-prefix-face): New defcustom.
252 (occur-1): Pass `list-matching-lines-prefix-face' to the function
253 `occur-engine' if `face-differs-from-default-p' returns t.
254 (occur-engine): Add `,' inside backquote construct to evaluate
255 `prefix-face'. Propertize the prefix with the `prefix-face' face.
256 Pass `prefix-face' to the functions `occur-context-lines' and
257 `occur-engine-add-prefix'.
258 (occur-engine-add-prefix, occur-context-lines): Add optional arg
259 `prefix-face' and propertize the prefix with `prefix-face'.
260 (Bug#14017)
261
262 2013-03-24 Leo Liu <sdl.web@gmail.com>
263
264 * nxml/rng-valid.el (rng-validate-while-idle)
265 (rng-validate-quick-while-idle): Guard against deleted buffer.
266 (Bug#13999)
267
268 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
269 is the last entry in kill-buffer-hook.
270
271 * files.el (kill-buffer-hook): Doc fix.
272
273 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
274
275 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
276 Make it safe-local.
277
278 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
279
280 2013-03-23 Leo Liu <sdl.web@gmail.com>
281
282 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
283 Remove.
284
285 * nxml/rng-valid.el (rng-validate-mode)
286 (rng-after-change-function, rng-do-some-validation):
287 * nxml/rng-maint.el (rng-validate-buffer):
288 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
289 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
290 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
291 (nxml-extend-after-change-region): Use with-silent-modifications.
292
293 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
294 timer-idle-list.
295
296 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
297 (rng-next-error-1, rng-previous-error-1): Do not let-bind
298 timer-idle-list. (Bug#13999)
299
300 2013-03-23 Juri Linkov <juri@jurta.org>
301
302 * info.el (info-index-match): New face.
303 (Info-index, Info-apropos-matches): Add a nested subgroup to the
304 main pattern and add text properties with the new face to matches
305 in index entries relative to the beginning of the index entry.
306 (Bug#14015)
307
308 2013-03-21 Eric Ludlam <zappo@gnu.org>
309
310 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
311 Inhibit read only while inserting objects.
312
313 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
314
315 * progmodes/cfengine.el: Update docs to mention
316 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
317 symbol motion. Remove "_" from the word syntax.
318
319 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
320
321 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
322 syntax for both `cfengine2-mode' and `cfengine3-mode'.
323
324 2013-03-20 Juri Linkov <juri@jurta.org>
325
326 * info.el (Info-next-reference-or-link)
327 (Info-prev-reference-or-link): New functions.
328 (Info-next-reference, Info-prev-reference): Use them.
329 (Info-try-follow-nearest-node): Handle footnote navigation.
330 (Info-fontify-node): Fontify footnotes. (Bug#13989)
331
332 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
333
334 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
335 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
336
337 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
338
339 Suppress unnecessary non-ASCII chatter during build process.
340 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
341 (batch-skkdic-convert): Suppress most of the chatter.
342 It's not needed so much now that machines are faster,
343 and its non-ASCII component was confusing; see Dmitry Gutov in
344 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
345
346 2013-03-20 Leo Liu <sdl.web@gmail.com>
347
348 * ido.el (ido-chop): Fix bug#10994.
349
350 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
351
352 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
353 Remove vars.
354 (whitespace-color-on, whitespace-color-off):
355 Use `font-lock-fontify-buffer' (Bug#13817).
356
357 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
358
359 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
360 remapping in mode-line.
361 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
362
363 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
364
365 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
366 value for `whitespace-line' face (Bug#13875).
367 (whitespace-font-lock-keywords): Change description.
368 (whitespace-color-on): Don't save `font-lock-keywords' value, save
369 the constructed keywords instead.
370 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
371
372 2013-03-19 Leo Liu <sdl.web@gmail.com>
373
374 * progmodes/compile.el (compilation-display-error): New command.
375 (compilation-mode-map, compilation-minor-mode-map): Bind it to
376 C-o. (Bug#13992)
377
378 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
379
380 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
381
382 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
383
384 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
385
386 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
387
388 * net/tramp-compat.el (tramp-compat-user-error): New defun.
389
390 * net/tramp-adb.el (tramp-adb-handle-shell-command):
391 * net/tramp-gvfs.el (top):
392 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
393 (tramp-handle-shell-command): Use it.
394 (tramp-dissect-file-name): Raise an error when hostname is a
395 method name, and neither method nor user is specified.
396
397 * net/trampver.el: Update release number.
398
399 2013-03-18 Leo Liu <sdl.web@gmail.com>
400
401 Make sure eldoc can be turned off properly.
402 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
403 eldoc-mode.
404 (eldoc-display-message-p): Revert last change.
405 (eldoc-display-message-no-interference-p)
406 (eldoc-print-current-symbol-info): Tweak.
407
408 2013-03-18 Tassilo Horn <tsdh@gnu.org>
409
410 * doc-view.el (doc-view-new-window-function): Check the new window
411 overlay's display property instead the char property of the
412 buffer's first char. Use `with-selected-window' instead of
413 `save-window-excursion' with `select-window'.
414 (doc-view-document->bitmap): Check the current doc-view overlay's
415 display property instead the char property of the buffer's first char.
416
417 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
418
419 Automate the build of ja-dic.el (Bug#13984).
420 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
421 from the input, rather than assume that it's been done for us by the
422 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
423 the current date into a ja-dic.el comment, as that complicates
424 regression testing.
425
426 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
427
428 * whitespace.el: Fix double evaluation.
429 (whitespace-space, whitespace-hspace, whitespace-tab)
430 (whitespace-newline, whitespace-trailing, whitespace-line)
431 (whitespace-space-before-tab, whitespace-indentation)
432 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
433 obsolete defvars.
434 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
435 (whitespace-color-on): Use a single font-lock-add-keywords call.
436 Fix double-evaluation of face variables.
437
438 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
439
440 * net/tramp-adb.el (tramp-adb-parse-device-names):
441 Use `start-process' instead of `call-process'. Otherwise, the
442 function might be blocked under MS Windows. (Bug#13299)
443
444 2013-03-17 Leo Liu <sdl.web@gmail.com>
445
446 Extend eldoc to display info in the mode-line. (Bug#13978)
447 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
448 (eldoc-mode-line-string): New variable.
449 (eldoc-minibuffer-message): New function.
450 (eldoc-message-function): New variable.
451 (eldoc-message): Use it.
452 (eldoc-display-message-p)
453 (eldoc-display-message-no-interference-p):
454 Support eldoc-post-insert-mode.
455
456 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
457 (eval-expression): Run it.
458
459 2013-03-17 Roland Winkler <winkler@gnu.org>
460
461 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
462 strings in the list of return values.
463
464 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
465
466 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
467 radix before checking for HMS forms.
468
469 2013-03-16 Leo Liu <sdl.web@gmail.com>
470
471 * progmodes/scheme.el: Add indentation and font-locking for λ.
472 (Bug#13975)
473
474 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
475
476 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
477 token before point (bug#13942).
478
479 2013-03-16 Leo Liu <sdl.web@gmail.com>
480
481 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
482
483 2013-03-16 Eli Zaretskii <eliz@gnu.org>
484
485 * startup.el (command-line-normalize-file-name): Fix handling of
486 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
487 <xfq.free@gmail.com> in
488 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
489
490 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
491
492 Sync with Tramp 2.2.7.
493
494 * net/trampver.el: Update release number.
495
496 2013-03-14 Tassilo Horn <tsdh@gnu.org>
497
498 * doc-view.el Fix bug#13887.
499 (doc-view-insert-image): Don't modify overlay associated to
500 non-live windows, and implement horizontal centering of image in
501 case it's smaller than the window.
502 (doc-view-new-window-function): Force redisplay of new windows on
503 doc-view buffers.
504
505 2013-03-13 Karl Fogel <kfogel@red-bean.com>
506
507 * saveplace.el (save-place-alist-to-file): Don't sort
508 `save-place-alist', just pretty-print it (bug#13882).
509
510 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
511
512 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
513 whether `default-file-name-coding-system' is bound. It isn't in
514 XEmacs.
515
516 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
517
518 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
519 backquotes for `obsolete' (bug#13929).
520
521 * international/mule.el (find-auto-coding): Include file name in
522 obsolescence warning (bug#13922).
523
524 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
525
526 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
527 for CFEngine 3-specific indentation.
528 (cfengine3-indent-line): Use it. Fix up category regex.
529 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
530
531 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
532
533 * type-break.el (type-break-file-name):
534 * textmodes/remember.el (remember-data-file):
535 * strokes.el (strokes-file):
536 * shadowfile.el (shadow-initialize):
537 * saveplace.el (save-place-file):
538 * ps-bdf.el (bdf-cache-file):
539 * progmodes/idlwave.el (idlwave-config-directory):
540 * net/quickurl.el (quickurl-url-file):
541 * international/kkc.el (kkc-init-file-name):
542 * ido.el (ido-save-directory-list-file):
543 * emulation/viper.el (viper-custom-file-name):
544 * emulation/vip.el (vip-startup-file):
545 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
546 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
547
548 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
549
550 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
551 * language/thai-word.el: Switch to UTF-8.
552
553 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
554
555 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
556
557 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
558
559 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
560 Use with-current-buffer and don't move point.
561 (net-utils-run-simple): Remove useless code.
562 (net-utils-remove-ctl-m): Remove unused custom.
563
564 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
565
566 * international/characters.el (glyphless-set-char-table-range): New fun.
567 (update-glyphless-char-display): Use it (bug#13744).
568
569 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
570
571 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
572 namespaces in the syntax, indent closer for hanging brace
573 correctly, allow single-quote delimited 'strings', and make
574 `cfengine3-mode' the default.
575
576 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
577
578 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
579 Use lexical-binding. Fix up docstring according to conventions.
580 (gdbmi-debug-mode): New var.
581 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
582 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
583 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
584 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
585 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
586 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
587 (gdbmi-bnf-incomplete-record-result): New functions.
588 (gdb-car<): Remove function.
589 (gdbmi-record-list): Remove variable.
590 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
591 (gdbmi-bnf-result-state-configs): New const.
592 (gud-gdbmi-marker-filter): Rewrite.
593 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
594 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
595 Add `token' argument.
596 (gdb-done, gdb-error): New functions.
597 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
598
599 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
600
601 * term/xterm.el (xterm--report-background-handler): Don't burp
602 upon timeout.
603 (xterm--version-handler): Extract from terminal-init-xterm.
604 (xterm--query): Don't mishandle timeout. Remove debugging messages.
605 Allow multiple handlers.
606 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
607
608 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
609 (xterm--report-background-handler, xterm--query): New functions.
610 (terminal-init-xterm): Use them.
611
612 2013-03-11 Michael R. Mauger <michael@mauger.com>
613
614 * progmodes/sql.el Version 3.2
615 Please note that my address changed to <michael@mauger.com>;
616 the <mmaug@yahoo.com> address remains active.
617 (sql-connection-alist): Updates documentation to fix bug#13715.
618 (sql-connect): Handle missing `sql-connection-alist' correctly.
619 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
620 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
621 property.
622 (sql-default-value): New function.
623 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
624 values were not used.
625 (sql-rename-buffer): Make sure alternate buffer name has no text
626 properties.
627 (sql-input-sender, sql-execute-feature): Fetch variable with
628 `buffer-local-value' rather than `with-current-buffer'.
629 (sql-*): Use #' function syntax consistently.
630 (sql-*): Use message/error/user-error consistently.
631
632 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
633
634 * xt-mouse.el (xterm-mouse-event-read): Remove.
635 (xterm-mouse--read-event-sequence-1000)
636 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
637
638 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
639
640 * term/xterm.el (xterm-function-map): Support format used with
641 formatOtherKeys=1 (bug#13839).
642
643 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
644 (with-no-warnings): Use `declare'.
645
646 * whitespace.el (whitespace-enable-predicate): New variable.
647 (whitespace-enable-predicate): Use it.
648
649 * comint.el (comint-send-input, comint-snapshot-last-prompt)
650 (comint-output-filter, comint-update-fence):
651 Use with-silent-modifications.
652
653 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
654
655 * replace.el (occur-read-regexp-defaults-function): New var.
656 (occur-read-regexp-defaults): New defun.
657 (occur-read-primary-args): Propagate above change (bug#13892).
658
659 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
660
661 * mouse.el (mouse-drag-track): Remove left-over debugging code.
662
663 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
664
665 Major rewrite due to changed D-Bus interface of GVFS 1.14.
666
667 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
668 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
669 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
670 New defconst.
671 (tramp-gvfs-file-name-handler-alist) [directory-files]
672 [directory-files-and-attributes, file-exists-p, file-modes]:
673 Use Tramp default handler.
674 [file-acl, file-selinux-context, process-file, set-file-acl]:
675 [set-file-modes, set-file-selinux-context, shell-command]:
676 [start-file-process]: Remove handler.
677 [verify-visited-file-modtime]: New handler.
678 (tramp-gvfs-dbus-string-to-byte-array)
679 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
680 calls of `dbus-string-to-byte-array' and
681 `tramp-gvfs-dbus-byte-array-to-string'.
682 (tramp-gvfs-handle-copy-file)
683 (tramp-gvfs-handle-delete-directory)
684 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
685 (tramp-gvfs-handle-file-directory-p)
686 (tramp-gvfs-handle-file-executable-p)
687 (tramp-gvfs-handle-file-name-all-completions)
688 (tramp-gvfs-handle-file-readable-p)
689 (tramp-gvfs-handle-file-writable-p)
690 (tramp-gvfs-handle-insert-directory)
691 (tramp-gvfs-handle-insert-file-contents)
692 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
693 (tramp-gvfs-handle-set-visited-file-modtime)
694 (tramp-gvfs-handle-write-region): Rewrite.
695 (tramp-gvfs-handle-file-acl)
696 (tramp-gvfs-handle-file-selinux-context)
697 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
698 (tramp-gvfs-handle-set-file-modes)
699 (tramp-gvfs-handle-set-file-selinux-context)
700 (tramp-gvfs-handle-shell-command)
701 (tramp-gvfs-handle-start-file-process)
702 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
703 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
704 over the symlinks. Fix user handling.
705 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
706 of the D-Bus signals.
707 (tramp-gvfs-connection-mounted-p): Handle different names of the
708 D-Bus methods.
709 (tramp-gvfs-mount-spec-entry): New defun.
710 (tramp-gvfs-mount-spec): Use it.
711 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
712 there is a share name. Handle different names of the D-Bus
713 signals and methods. Set connection properties needed for
714 `tramp-check-cached-permissions'.
715 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
716 Return t or nil.
717
718 * net/tramp.el (tramp-backtrace): Move up.
719 (tramp-error): Dump a backtrace into the debug buffer when
720 `tramp-verbose > 9.
721 (tramp-file-mode-type-map, tramp-file-mode-from-int)
722 (tramp-file-mode-permissions, tramp-get-local-uid)
723 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
724 tramp-sh.el.
725
726 * net/tramp-sh.el (tramp-file-mode-type-map)
727 (tramp-check-cached-permissions, tramp-file-mode-from-int)
728 (tramp-file-mode-permissions, tramp-get-local-uid)
729 (tramp-get-local-gid): Move to tramp.el.
730
731 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
732
733 Separate mouse-1-click-follows-link from mouse-drag-region.
734 * mouse.el (mouse--down-1-maybe-follows-link): New function.
735 (key-translation-map): Use it to implement mouse-1-click-follows-link.
736 (mouse-drag-line, mouse-drag-track):
737 Remove mouse-1-click-follows-link code.
738 (mouse--remap-link-click-p): Remove.
739
740 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
741
742 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
743 (hi-lock-read-regexp-defaults): New defun.
744 (hi-lock-line-face-buffer, hi-lock-face-buffer)
745 (hi-lock-face-phrase-buffer): Propagate above change.
746 Update docstring (bug#13892).
747
748 * subr.el (find-tag-default-as-regexp): New defun.
749 * replace.el (read-regexp): Propagate above change.
750
751 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
752
753 * calc/calc-units.el (calc-convert-units): Fix the way that default
754 new units are stored.
755
756 2013-03-07 Matthias Meulien <orontee@gmail.com>
757
758 * bookmark.el: Define a face to highlight bookmark names in
759 bookmark menu buffers, where the default is a bold face similarly
760 to buffer names in buffer menu buffers.
761 (bookmark-menu-bookmark): New face to highlight bookmark names.
762 (bookmark-insert-location): Remove duplicated text property to
763 conform to buffer list (see `list-buffers').
764 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
765 `bookmark-menu-bookmark' to bookmark names.
766
767 2013-03-07 Matthias Meulien <orontee@gmail.com>
768 Karl Fogel <kfogel@red-bean.com>
769
770 * bookmark.el: Display the bookmark list header similarly to the
771 buffer list header (see `list-buffers'), where the default is now
772 an immovable/immutable header line.
773 (bookmark-bmenu-use-header-line): New variable.
774 (bookmark-bmenu-inline-header-height): New name for
775 `bookmark-bmenu-header-height', to avoid confusion with the code
776 for the new immovable header. All references changed.
777 (bookmark-bmenu-set-header): New function.
778 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
779 Conditionalize header construction accordingly.
780 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
781 the inline header height.
782 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
783 Conditionalize the skipping of the inline header height.
784
785 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
786
787 * progmodes/js.el (js--multi-line-declaration-indentation):
788 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
789
790 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
791
792 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
793 Only propertize regexp when not inside a string (Bug#13885).
794
795 2013-03-06 Alan Mackenzie <acm@muc.de>
796
797 Correct the position of point in some line-up functions.
798 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
799 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
800 point at column 0 rather than at a random place in the line.
801
802 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
803
804 * net/tramp-compat.el (tramp-compat-delete-directory):
805 Implement TRASH argument.
806
807 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
808
809 Keep pre-existing highlighting in completion candidates (Bug#13250).
810 * minibuffer.el (completions-first-difference): State that the
811 face is "added" in the docstring.
812 (completions-common-part): Same. And don't inherit from default.
813 (completion-hilit-commonality): Prepend 'completions-common-part
814 and 'completion-first-difference faces to the 'face property,
815 instead of replacing the value(s).
816 (completion--insert-strings): Same with 'completions-annotations face.
817 (completion-hilit-commonality): Use 'face instead of
818 'font-lock-face, because it gets priority if the completion
819 strings already have 'face set.
820
821 2013-03-04 Alan Mackenzie <acm@muc.de>
822
823 Replace `last-command-event' by `last-command-char' in XEmacs.
824 * progmodes/cc-defs.el (c-last-command-char): New macro.
825 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
826 (c-semi&comma-no-newlines-before-nonblanks)
827 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
828 in place of `last-command-event'.
829 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
830 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
831 (c-electric-paren, c-electric-continued-statement): Use the new
832 macro in place of `last-command-event'.
833
834 2013-03-04 Glenn Morris <rgm@gnu.org>
835
836 * files.el (inhibit-local-variables-regexps):
837 Add .diff and .patch. (Bug#13862)
838
839 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
840
841 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
842 whether the "su" command is available on the device.
843
844 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
845
846 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
847 (tramp-adb-handle-process-file): Remove superfluous setting.
848 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
849 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
850 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
851
852 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
853
854 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
855 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
856 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
857 Use dict-key rather than dict-name for the error message.
858
859 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
860
861 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
862 when reverting (bug#13831).
863
864 2013-03-01 Agustín Martín Domingo <agustin.martin@hispalinux.es>
865
866 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
867 Always expand affix-file before storing to protect against changed
868 `default-directory'.
869 (ispell-print-if-debug): Make sure message is printed at the end
870 of the debug buffer.
871
872 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
873
874 * net/tramp.el (tramp-obsolete-methods): New defconst.
875 (tramp-warned-obsolete-methods): New defvar.
876 (tramp-find-method): Check for obsolete methods. Map them to a
877 replacement method if appropriate.
878
879 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
880 Remove methods.
881 (top): Remove completion functions for "scp1", "scp2", "ssh1",
882 "ssh2" and "plink1".
883
884 2013-02-28 Dale Sedivec <dale@codefu.org>
885
886 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
887 Return valid syntax-table property value when converting
888 quotes within text from string syntax to punctuation syntax (bug#13844).
889
890 2013-02-28 Juri Linkov <juri@jurta.org>
891
892 * dired-aux.el (dired-diff): If file at point is a backup file,
893 use its original as the default value, and reverse the order
894 of arguments to the `diff' call. Doc fix. (Bug#13772)
895
896 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
897
898 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
899 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
900
901 2013-02-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
902
903 Initial support for hunspell dictionaries auto-detection (Bug#13639)
904
905 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
906 Ask hunspell about available and default dictionaries.
907 (ispell-parse-hunspell-affix-file): Extract relevant info from
908 hunspell affix file.
909 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
910 `ispell-dictionary-alist' entry for given dictionary after info
911 provided by `ispell-parse-hunspell-affix-file'.
912 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
913 of parsed hunspell dicts and associated affix files.
914 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
915 of parsed hunspell dicts and associated parameters.
916 (ispell-set-spellchecker-params):
917 Call `ispell-find-hunspell-dictionaries' if hunspell and not
918 previously done.
919 (ispell-start-process):
920 Call `ispell-hunspell-fill-dictionary-entry' for current
921 dictionary if it is not initialized.
922
923 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
924
925 * imenu.el: Comment nitpicks.
926
927 2013-02-28 Sam Steingold <sds@gnu.org>
928
929 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
930 See <http://stackoverflow.com/questions/14720205>.
931
932 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
933
934 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
935 (net-utils-mode): Use it.
936 (net-utils--revert-cmd): New var.
937 (net-utils-run-simple): Set it, and remove bogus interactive spec.
938 (traceroute): Use net-utils-run-simple.
939
940 2013-02-28 Glenn Morris <rgm@gnu.org>
941
942 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
943
944 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
945
946 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
947 (doc-view-fallback-mode): Remove overlays here.
948 (doc-view-toggle-display): Instead of here. Don't throw away
949 image-mode-winprops-alist.
950 (doc-view-goto-page): Don't mess with hscroll.
951
952 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
953
954 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
955 &optional (bug#13819).
956
957 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
958
959 * net/tramp-adb.el (tramp-adb-parse-device-names)
960 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
961
962 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
963
964 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
965 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
966 defined. POSIX environments fall back to the "C" locale then and
967 emit a warning, which shall be suppressed.
968
969 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
970
971 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
972 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
973
974 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
975
976 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
977
978 2013-02-25 Juri Linkov <juri@jurta.org>
979
980 * replace.el (read-regexp): Let-bind `default' to the first
981 element of `defaults' if it's a list, otherwise it should be
982 a string or nil. Let-bind `suggestions' to `defaults' if it's
983 a list, otherwise make a list with the string value. Doc fix.
984 (Bug#13805)
985
986 2013-02-25 Eli Zaretskii <eliz@gnu.org>
987
988 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
989 that match "\`\.#", to avoid compiling lock files, even if they
990 are readable (as they are on MS-Windows).
991
992 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
993
994 * files.el (basic-save-buffer): Remove redundant directory-creation.
995
996 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
997
998 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
999 Add option to force `pi' to remain symbolic.
1000 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
1001 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
1002 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
1003 derivatives, when necessary.
1004
1005 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
1006
1007 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
1008 (ps-mode-octal-region): Use string-make-unibyte.
1009
1010 2013-02-23 Glenn Morris <rgm@gnu.org>
1011
1012 * emulation/viper-cmd.el (viper-submit-report):
1013 * progmodes/ps-mode.el (ps-mode-maintainer-address):
1014 * progmodes/vera-mode.el (vera-mode-help-address):
1015 * textmodes/artist.el (artist-maintainer-address):
1016 * textmodes/reftex.el (reftex-report-bug):
1017 * vc/ediff-util.el (ediff-submit-report):
1018 Add bug-gnu-emacs to bug report address.
1019
1020 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
1021 Remove bug report entries.
1022 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
1023
1024 * emacs-lisp/bytecomp.el (byte-compile-level): New.
1025 (byte-compile-file, byte-compile-from-buffer):
1026 Use separate input/output buffers for each level of recursive
1027 byte-compile-file calls. (Bug#13787)
1028
1029 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
1030
1031 * net/tramp.el (tramp-methods): Fix docstring.
1032 (tramp-ssh-controlmaster-options): Rename it from
1033 `tramp-ssh-controlmaster-template'. Return a string.
1034 (tramp-default-method): Adapt check for
1035 `tramp-ssh-controlmaster-options'.
1036
1037 * net/tramp-sh.el (tramp-methods):
1038 Replace `tramp-ssh-controlmaster-template' by "%c".
1039 (tramp-do-copy-or-rename-file-out-of-band)
1040 (tramp-maybe-open-connection): Use it in format spec. Ensure,
1041 that it is applied for the first hop only.
1042
1043 2013-02-22 Juri Linkov <juri@jurta.org>
1044
1045 * isearch.el (isearch-lazy-highlight-new-loop):
1046 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
1047 to `isearch-other-end' if it is not nil. (Bug#13402)
1048
1049 * replace.el (replace-highlight): Let-bind `isearch-other-end'
1050 to `match-beg'.
1051
1052 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1053 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
1054 and `isearch-error' to nil.
1055
1056 2013-03-16 Fabián Ezequiel Gallina <fgallina@cuca>
1057
1058 * progmodes/python.el (python-info-current-defun):
1059 Enhance match-data cluttering prevention.
1060
1061 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
1062
1063 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
1064
1065 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1066 Handle multibyte file names.
1067
1068 2013-02-22 Glenn Morris <rgm@gnu.org>
1069
1070 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
1071 (sgml-transformation-function): Give it a :set function.
1072 (sgml-tag): Doc fix.
1073
1074 * cmuscheme.el (scheme-buffer):
1075 * progmodes/inf-lisp.el (inferior-lisp-buffer):
1076 * progmodes/tcl.el (inferior-tcl-buffer):
1077 * textmodes/tex-mode.el (tex-command): Doc fixes.
1078
1079 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
1080
1081 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
1082
1083 2013-02-21 Bastien Guerry <bzg@gnu.org>
1084
1085 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
1086
1087 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
1088
1089 * progmodes/python.el (python-info-current-defun):
1090 Enhance match-data cluttering prevention.
1091
1092 2013-02-21 Glenn Morris <rgm@gnu.org>
1093
1094 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
1095 loaded while outline-regexp is let bound. (Bug#9584)
1096
1097 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
1098
1099 * progmodes/python.el (python-info-current-defun): Fix failed
1100 defun name retrieval because of unwanted match-data cluttering.
1101
1102 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
1103
1104 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
1105 defconst. Apply independent check for ControlPersist.
1106
1107 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
1108 temporarily, via "env".
1109
1110 2013-02-21 Glenn Morris <rgm@gnu.org>
1111
1112 * info.el (Info-enable-edit): Remove.
1113 (Info-edit): Disable it rather than using Info-enable.
1114 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
1115 (Info-cease-edit): Make editing of Info files obsolete.
1116
1117 * informat.el (Info-tagify):
1118 Handle buffers not visiting files. (Bug#13763)
1119
1120 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
1121
1122 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
1123
1124 2013-02-21 Glenn Morris <rgm@gnu.org>
1125
1126 * files.el (basic-save-buffer): Move check for existing parent
1127 directory after hooks. (Bug#13773)
1128
1129 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
1130
1131 * simple.el (command-execute): Move from C. Add obsolete check.
1132 (extended-command-history): Move from C.
1133
1134 2013-02-20 Ulrich Müller <ulm@gentoo.org>
1135
1136 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1137 (jka-compr-mode-alist-additions): Handle .txz suffix for
1138 XZ-compressed tar archives (bug#13770).
1139
1140 2013-02-20 Bastien Guerry <bzg@gnu.org>
1141
1142 * outline.el (outline-regexp, outline-heading-end-regexp):
1143 Make variables, not options (bug#13731).
1144
1145 2013-02-20 Glenn Morris <rgm@gnu.org>
1146
1147 * image.el (image-current-frame): Change from variable to function.
1148 (image-show-frame): Rename from image-nth-frame. Update callers.
1149 * image-mode.el (image-multi-frame): New variable.
1150 (image-mode-map, image-mode, image-goto-frame):
1151 Use image-multi-frame rather than image-current-frame.
1152 (image-mode, image-goto-frame): Use image-current-frame as
1153 function rather than as variable.
1154
1155 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
1156 * emacs-lisp/cl-macs.el (cl--make-type-test)
1157 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
1158
1159 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1160
1161 * net/tramp-cache.el (tramp-get-hash-table): New defun.
1162 (tramp-get-file-property, tramp-set-file-property)
1163 (tramp-get-connection-property, tramp-set-connection-property): Use it.
1164 (tramp-flush-file-property, tramp-flush-directory-property):
1165 Rename argument to KEY.
1166 (tramp-flush-connection-property): Simplify a little bit.
1167 (tramp-connection-property-p): New defun.
1168 (top): Reapply saved values only if there isn't a corresponding
1169 entry in `tramp-connection-properties'.
1170
1171 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
1172
1173 * progmodes/python.el (python-indent-context):
1174 Fix python-info-line-ends-backslash-p call.
1175 (python-info-line-ends-backslash-p)
1176 (python-info-beginning-of-backslash): Respect line-number argument.
1177 (python-info-current-line-comment-p):
1178 Fix behavior when not at beginning-of-line.
1179 (python-util-position): Remove function.
1180 (python-util-goto-line): New function.
1181
1182 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1183
1184 * eshell/em-unix.el (eshell/su): Require tramp.
1185 (eshell/sudo): Require tramp. Remove now unnecessary check.
1186
1187 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
1188 `tramp-current-connection' in order to avoid an error when several
1189 commands are invoked in a short time in eshell and friends.
1190
1191 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1192
1193 Cleanup some of EIEIO's namespace.
1194 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
1195 Use it to define all the class-* and object-* field accessors (renamed
1196 to eieio--class-* and eieio--object-*). Update all uses.
1197 (eieio--class-num-slots, eieio--object-num-slots): Rename from
1198 class-num-slots and object-num-slots.
1199 (eieio--check-type): New macro.
1200 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
1201 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
1202 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
1203 (object-assoc-list-safe): Use it.
1204 (eieio-defclass): Tighten regexp.
1205 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
1206 Remove unreachable code.
1207 (object-class-fast): Declare obsolete.
1208 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
1209 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
1210 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
1211 Rename from class-name, object-name, object-set-name-string,
1212 object-class, object-class-name, class-parents, class-children,
1213 class-precedence-list, class-parent; with obsolete alias.
1214 (class-of, class-direct-superclasses, class-direct-subclasses):
1215 Declare obsolete.
1216 (eieio-defmethod): Use `memq'; remove unreachable code.
1217 * emacs-lisp/eieio-base.el (eieio-persistent-read):
1218 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
1219 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
1220
1221
1222 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
1223
1224 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
1225 commentary.
1226
1227 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
1228
1229 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
1230 Use font-lock-keyword-face for macros and special forms (bug#8345).
1231
1232 2013-02-17 Didier Verna <didier@didierverna.net>
1233
1234 * net/network-stream.el (network-stream-open-starttls):
1235 Check that response to the starttls-command is non-nil. (Bug#13706)
1236
1237 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
1238
1239 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
1240 Don't assume all identifier chars have syntax word.
1241 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1242 Remove bar-not-symbol. Adjust callers.
1243 (lisp-mode-variables): Don't set a font-lock-syntax-table.
1244
1245 2013-02-17 Leo Liu <sdl.web@gmail.com>
1246
1247 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
1248
1249 2013-02-17 Glenn Morris <rgm@gnu.org>
1250
1251 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
1252
1253 * image-mode.el (image-mode-map): Add image-dired menu entry.
1254
1255 * image-dired.el (tumme): Make this alias obsolete.
1256
1257 2013-02-16 Glenn Morris <rgm@gnu.org>
1258
1259 * image.el (image-animated-types): Remove.
1260 (image-multi-frame-p): Rename from image-animated-p, and generalize.
1261 (image-animated-p): Make obsolete alias.
1262 (image-animate, image-nth-frame, image-animate-timeout):
1263 Use image-multi-frame-p.
1264 (image-animate-timeout): If no delay, use image-default-frame-delay.
1265 * image-mode.el (image-mode, image-toggle-animation):
1266 Use image-multi-frame-p. (Bug#763, bug#10739)
1267 (image-mode): Adjust startup message for a multi-frame image.
1268
1269 * image-mode.el (image-mode-map): Give it a menu.
1270
1271 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
1272
1273 * net/tramp-cache.el (tramp-connection-properties): New customer
1274 option.
1275 (tramp-get-connection-property): Use it.
1276
1277 * net/tramp-compat.el (top): Require 'trampver.
1278
1279 * net/tramp-sh.el (tramp-remote-process-environment):
1280 Set tramp-autoload cookie.
1281
1282 2013-02-16 Kevin Ryde <user42@zip.com.au>
1283
1284 * info-look.el (info-lookup-select-mode): If major-mode has no
1285 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
1286
1287 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
1288
1289 * replace.el (read-regexp): Tighten the regexp that matches tag.
1290 When tag is retrieved with `find-tag-default', use regexp that
1291 matches tag at point. Also update docstring (Bug#13687).
1292
1293 2013-02-16 Eli Zaretskii <eliz@gnu.org>
1294
1295 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
1296 add watch for the file, not its parent directory, since w32notify
1297 sets up the watch for the directory internally. (Bug#13725)
1298
1299 2013-02-16 Glenn Morris <rgm@gnu.org>
1300
1301 * image.el (image-default-frame-delay): New variable.
1302 (image-animated-p): Use image-default-frame-delay.
1303 (image-minimum-frame-delay): New constant.
1304 (image-animate-timeout): Use image-minimum-frame-delay.
1305
1306 * image.el (image-nth-frame): New, split from image-animate-timeout.
1307 (image-animate-timeout): Use image-nth-frame.
1308 * image-mode.el (image-goto-frame, image-next-frame)
1309 (image-previous-frame): New commands.
1310 (image-mode-map): Add new frame commands.
1311
1312 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
1313
1314 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
1315 If col-desc already has help-echo, use it. (Bug#13563)
1316
1317 2013-02-16 Glenn Morris <rgm@gnu.org>
1318
1319 * image.el (image-current-frame): New variable.
1320 (image-animate-timeout): Set image-current-frame.
1321 * image-mode.el (image-mode): For animated images,
1322 display a frame counter via mode-line-process.
1323
1324 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
1325
1326 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1327
1328 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
1329
1330 2013-02-15 Alan Mackenzie <acm@muc.de>
1331
1332 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
1333 global minor mode has been enabled, call the minor mode function
1334 for a new buffer once only, after the major mode hook, whilst
1335 allowing that hook explicitly to disable the minor mode.
1336 (MODE-disable-in-buffer): New (generated) function.
1337 (disable-MODE): New (generated) buffer local variable.
1338
1339 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
1340
1341 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
1342 `iswitchb-next-match' and `iswitchb-prev-match' resply.
1343 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
1344 `ido-next-match' and `ido-prev-match' resply.
1345 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
1346 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
1347 `icomplete-backward-completions' (Bug#13708).
1348
1349 2013-02-15 Glenn Morris <rgm@gnu.org>
1350
1351 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1352
1353 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1354
1355 * net/goto-addr.el (goto-address-fontify): Add start and end args.
1356 (goto-address-fontify-region): Use them instead of narrowing, so
1357 syntax-ppss has access to the whole buffer.
1358
1359 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
1360
1361 * progmodes/python.el: Explain how to restore "cc-mode"-like
1362 forward-sexp movement in header documentation (Bug#13642).
1363 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
1364 comments and strings (GH bug 114).
1365
1366 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
1367
1368 * progmodes/python.el (python-info-current-defun): Fix current
1369 defun detection (Bug#13618).
1370
1371 2013-02-15 Chong Yidong <cyd@gnu.org>
1372
1373 * xml.el (xml-parse-string): Fix typo in handling of bad character
1374 references.
1375
1376 2013-02-15 Glenn Morris <rgm@gnu.org>
1377
1378 * play/fortune.el (fortune-compile): Simplify and fix previous change.
1379
1380 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
1381
1382 * net/tramp.el (tramp-debug-message):
1383 Add `tramp-condition-case-unless-debug'.
1384 (tramp-debug-on-error): New defvar.
1385 (tramp-condition-case-unless-debug): New defun.
1386 (tramp-file-name-handler): Use it.
1387
1388 2013-02-14 Juri Linkov <juri@jurta.org>
1389
1390 * info.el (Info-isearch-filter): Treat non-nil values of
1391 `search-invisible' including its default value `open'
1392 like the value `t' to match hidden text. (Bug#13402)
1393
1394 2013-02-14 Glenn Morris <rgm@gnu.org>
1395
1396 * help-fns.el (find-lisp-object-file-name): Give special treatment
1397 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
1398
1399 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
1400
1401 * net/quickurl.el (quickurl-save-urls):
1402 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
1403
1404 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
1405
1406 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
1407 depth for unfinished percent literal. Not using it in the caller.
1408 (ruby-move-to-block): Jump over multiline literals of all types,
1409 ignoring code-looking contents inside them.
1410 (ruby-add-log-current-method): Improve performance at the expense
1411 of accuracy. `ruby-block-contains-point' is relatively slow, so
1412 only use it for method and singleton class blocks.
1413
1414 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
1415
1416 Use ControlMaster where applicable. (Bug#13677)
1417
1418 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
1419 replacing `tramp-detect-ssh-controlmaster'.
1420 (tramp-default-method): Use it.
1421
1422 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
1423 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
1424 arguments.
1425 [scpc, rsyncc]: Remove methods.
1426 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
1427 and "ssh2_old".
1428 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
1429 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
1430
1431 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1432
1433 * emacs-lisp/package.el (package--initialized): Move before first use.
1434
1435 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
1436
1437 * icomplete.el (icomplete-hide-common-prefix): New user option.
1438 (icomplete-first-match): New face.
1439 (icomplete-completions): Correct handling of "complete but not
1440 unique" (Bug#12638).
1441
1442 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
1443
1444 * descr-text.el (describe-char): Display the script (bug#13698).
1445
1446 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1447
1448 * tmm.el: Use lexical-binding and current-active-maps.
1449 (tmm-menubar): Use map-keymap and pcase.
1450 (tmm--completion-table): New function.
1451 (tmm-prompt): Use it to fix the menu order.
1452 (tmm-get-keybind): Use current-active-maps.
1453
1454 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
1455
1456 Add dired-hide-details-mode. (Bug#6799)
1457
1458 * locate.el (locate-mode): Set parent mode property to dired-mode.
1459
1460 * find-dired.el (find-dired): Call dired-insert-set-properties on
1461 initial information line. Set process mark on end of buffer.
1462 (find-dired-sentinel):
1463 Call dired-insert-set-properties on summary.
1464
1465 * dired.el (dired-hide-details-hide-symlink-targets)
1466 (dired-hide-details-hide-information-lines): New options.
1467 (dired-insert-directory):
1468 Set properties after final treatment of output.
1469 (dired-insert-set-properties):
1470 Set dired-hide-details-* properties.
1471 (dired-mode-map): Bind dired-hide-details-mode.
1472 (dired-mode): Set buffer-invisibility-spec to a list.
1473 (dired-next-line): Skip hidden lines.
1474 (dired-previous-line): Use dired-next-line.
1475 (dired-hide-details-mode): New minor mode.
1476 (dired-hide-details-update-invisibility-spec): New function.
1477
1478 2013-02-13 Glenn Morris <rgm@gnu.org>
1479
1480 * play/yow.el: Move to obsolete/. (Bug#9384)
1481
1482 2013-02-13 Juri Linkov <juri@jurta.org>
1483
1484 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
1485 to select `ediff-control-frame' and set input focus correctly on Xfce.
1486 (Bug#12218)
1487
1488 2013-02-13 Juri Linkov <juri@jurta.org>
1489
1490 * image-mode.el (image-mode-map):
1491 * doc-view.el (doc-view-mode-map):
1492 * vc/ediff-util.el (ediff-setup-keymap):
1493 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1494
1495 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
1496
1497 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
1498 performance. Instead of recalculating indentation fully for each
1499 line, sum up indentation depth based only on visited lines.
1500 (ruby-parse-partial): Increase the depth after "do" even when END
1501 is right after it.
1502 (ruby-parse-partial): When END is in the middle of a percent
1503 literal, increase the depth if the delimiter chars belong to the
1504 paren syntax class.
1505
1506 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
1507
1508 * play/fortune.el (fortune-compile): Also make the compiled file
1509 if it does not exist at all, not just if it is old. (Bug#5338)
1510
1511 2013-02-13 Glenn Morris <rgm@gnu.org>
1512
1513 * emacs-lisp/package.el (package-menu-execute): Doc fix.
1514
1515 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
1516
1517 * lisp/emacs-lisp/package.el (package-menu-execute):
1518 Add optional noquery argument. (Bug#13625)
1519
1520 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
1521
1522 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
1523 if DIR exists and PARENTS is non-nil.
1524
1525 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
1526
1527 * progmodes/js.el (js--multi-line-declaration-indentation):
1528 Silence byte-compiler warning.
1529
1530 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
1531
1532 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
1533
1534 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
1535 only if it doesn't exist.
1536
1537 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1538 Set process marker.
1539
1540 2013-02-12 Tassilo Horn <tsdh@gnu.org>
1541
1542 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
1543 UserInstallation when calling soffice to work around LibreOffice
1544 bug 37531.
1545
1546 2013-02-12 Glenn Morris <rgm@gnu.org>
1547
1548 * files.el (basic-save-buffer):
1549 Offer to create a non-existing directory. (Bug#3016)
1550
1551 * calc/calc-graph.el (calc-graph-show-dumb):
1552 * calendar/calendar.el (calendar-mode-map):
1553 * cus-edit.el (custom-mode-map):
1554 * ehelp.el (electric-help-map):
1555 * emulation/vip.el (vip-mode-map):
1556 * epa.el (epa-key-list-mode-map):
1557 * info.el (Info-mode-map):
1558 * mail/rmail.el (rmail-mode-map):
1559 * mail/rmailsum.el (rmail-summary-mode-map):
1560 * man.el (Man-mode-map):
1561 * net/newst-plainview.el (newsticker-mode-map):
1562 * progmodes/cpp.el (cpp-edit-mode-map):
1563 * progmodes/grep.el (grep-mode-map):
1564 * progmodes/idlw-help.el (idlwave-help-mode-map):
1565 * simple.el (special-mode-map):
1566 * startup.el (splash-screen-keymap):
1567 * view.el (view-mode-map):
1568 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1569
1570 2013-02-11 Elias Pipping <pipping@lavabit.com>
1571
1572 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
1573 (bug#13679).
1574
1575 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1576
1577 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
1578
1579 2013-02-11 Glenn Morris <rgm@gnu.org>
1580
1581 * vc/diff.el (diff-use-labels): New variable.
1582 (diff-no-select): Use --label rather than -L, and first
1583 check that it is supported. (Bug#11067)
1584
1585 * files.el (enable-dir-local-variables): New variable.
1586 (hack-dir-local-variables): Respect enable-dir-local-variables.
1587 * tutorial.el (help-with-tutorial):
1588 Ignore directory-local variables. (Bug#11127)
1589
1590 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
1591 (vc-svn-global-switches): ... to here. (Bug#13513)
1592
1593 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
1594
1595 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
1596 Handle "foo (bar, default: xxx): " prompts.
1597
1598 2013-02-10 Chong Yidong <cyd@gnu.org>
1599
1600 * files.el (basic-save-buffer-1): Do not set
1601 buffer-file-coding-system-explicit (Bug#4533).
1602
1603 * mail/emacsbug.el (report-emacs-bug): Change binding of
1604 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
1605
1606 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
1607
1608 * calc/calc.el (calc-allow-units-as-numbers): New variable.
1609 * calc/calc-units.el (calc-convert-units): Use new variable.
1610
1611 2013-02-09 Eli Zaretskii <eliz@gnu.org>
1612
1613 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
1614
1615 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
1616 buffer-file-type.
1617
1618 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
1619 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
1620 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
1621 coding-system-for-write instead.
1622
1623 * jka-compr.el (jka-compr-write-region): Don't bind
1624 buffer-file-type.
1625
1626 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
1627 buffer-file-type.
1628
1629 * files.el (file-name-buffer-file-type-alist): Remove defvar.
1630 (insert-file-contents-literally): Remove reference to
1631 file-name-buffer-file-type-alist.
1632
1633 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
1634 make-obsolete.
1635 (find-buffer-file-type-match, find-buffer-file-type): Remove.
1636 (find-buffer-file-type-coding-system): Remove references to
1637 find-buffer-file-type-match, find-buffer-file-type, and
1638 buffer-file-type.
1639 Don't put find-buffer-file-type-coding-system into
1640 file-coding-system-alist.
1641 (find-file-binary, find-file-text): Bind coding-system-for-read
1642 instead of file-name-buffer-file-type-alist.
1643
1644 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
1645
1646 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
1647 converter (Bug#13622).
1648 (doc-view-unoconv-program): Make obsolete alias.
1649 (doc-view-odf->pdf-converter-program): New variable.
1650 (doc-view-odf->pdf-converter-function): New variable.
1651 (doc-view-mode-p): Use it.
1652 (doc-view-odf->pdf-converter-unoconv):
1653 Rename from `doc-view-odf->pdf-converter-unoconv'.
1654 (doc-view-odf->pdf-converter-soffice): New function.
1655 (doc-view-convert-current-doc):
1656 Use `doc-view-odf->pdf-converter-function'.
1657
1658 2013-02-09 Chong Yidong <cyd@gnu.org>
1659
1660 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
1661 view-echo-area-messages (Bug#13340).
1662
1663 * help.el (view-echo-area-messages): Use display-buffer.
1664
1665 * dired-x.el (dired-do-run-mail): Prompt for confirmation
1666 (Bug#13561).
1667
1668 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1669
1670 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
1671 Eval body right away, now that we do eager macroexpansion (bug#13605).
1672
1673 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
1674 (fundamental-mode): Use run-mode-hooks.
1675
1676 * eshell/esh-proc.el (eshell/kill): Fix last change.
1677 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
1678
1679 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
1680
1681 * eshell/esh-proc.el (eshell/kill): Rewrite.
1682
1683 * eshell/em-ls.el (show-almost-all): Declare.
1684 (eshell-do-ls): Add support for -A argument.
1685
1686 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
1687
1688 * icomplete.el (icomplete-forward-completions)
1689 (icomplete-backward-completions): Handle corner case (bug#13602).
1690
1691 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
1692
1693 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
1694 be nil. Handle this. (Bug#13636)
1695
1696 2013-02-07 Richard Stallman <rms@gnu.org>
1697
1698 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
1699 `save-buffer-coding-system'.
1700
1701 2013-02-07 Alan Mackenzie <acm@muc.de>
1702
1703 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
1704 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
1705 (c-parse-state-get-strategy): Don't return 'BOD any more.
1706 (c-append-lower-brace-pair-to-state-cache):
1707 Extra parameter HERE instead of narrowing.
1708 Widen to top of buffer before searching backwards for a brace pair.
1709 (c-state-push-any-brace-pair): Add HERE parameter to function call.
1710 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
1711 Narrow to parameter HERE, in place of being called narrowed.
1712 (c-remove-stale-state-cache): Extra parameter HERE in place of
1713 narrowing. Check there's an open brace in the cache before
1714 searching for its match.
1715 (c-invalidate-state-cache-1): Add HERE parameter to function call.
1716 (c-parse-state-1): Don't narrow here for 'forward strategy,
1717 instead passing extra parameter HERE to several functions.
1718 Remove 'BOD strategy.
1719
1720 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
1721
1722 * emacs-lisp/package.el (describe-package-1): Tell what archive is
1723 used to install the package.
1724
1725 2013-02-06 Glenn Morris <rgm@gnu.org>
1726
1727 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
1728 if we can't get user input. (Bug#6567)
1729
1730 * startup.el (command-line): If simple.el is missing,
1731 test and warn about for some possible causes.
1732
1733 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
1734
1735 * cus-start.el (all): Add ns-use-native-fullscreen.
1736
1737 2013-02-05 Glenn Morris <rgm@gnu.org>
1738
1739 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
1740
1741 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
1742 Fix directory creation in fallback case.
1743
1744 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1745
1746 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
1747 (vc-update-change-log): Use dolist.
1748
1749 2013-02-04 Chong Yidong <cyd@gnu.org>
1750
1751 * thingatpt.el: Rewrite the URL detection routines, absorbing some
1752 code from ffap.el.
1753 (thing-at-point-beginning-of-url-regexp): New var.
1754 (thing-at-point-uri-schemes): Update list of URI schemes.
1755 (thing-at-point-url-regexp): Variable deleted.
1756 (thing-at-point-markedup-url-regexp): Disallow newlines.
1757 (thing-at-point-newsgroup-regexp)
1758 (thing-at-point-newsgroup-heads)
1759 (thing-at-point-default-mail-uri-scheme): New variables.
1760 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
1761 method to find the possible bounds of the URI at point.
1762 New optional argument to find ill-formed URIs.
1763 (thing-at-point-url-at-point): Rewrite. New arguments for finding
1764 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
1765 the scheme-adding heuristics from ffap-url-at-point.
1766 (thing-at-point--bounds-of-well-formed-url): New function.
1767 Do parens matching to decide whether to include parens in the URI
1768 (Bug#9153).
1769
1770 * ffap.el: Require thingatpt.
1771 (ffap-url-at-point): Delegate URI detection to thing-at-point.
1772 All URI-valid characters are now recognized (Bug#5673).
1773 (ffap-string-at-point): Use use-region-p.
1774 (ffap-url-regexp): Extra character is handled by thing-at-point.
1775 (ffap-string-at-point-mode-alist): Allow parentheses.
1776 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
1777 Convert to aliases; code moved to thingatpt.el.
1778 (ffap-gnus-hook): Use setq-local.
1779
1780 2013-02-04 Glenn Morris <rgm@gnu.org>
1781
1782 * emacs-lisp/ert.el (ert--explain-format-atom):
1783 Don't try to print non-characters as characters. (Bug#13543)
1784
1785 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
1786
1787 * net/tramp.el (tramp-debug-message): Extend function exclude list.
1788 (tramp-backtrace): New defun.
1789 (tramp-handle-insert-file-contents): Use `visit' when inserting
1790 the local copy.
1791
1792 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
1793 Use `remote-file-name-inhibit-cache'.
1794
1795 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
1796
1797 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
1798 (bug#13614).
1799
1800 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
1801 current-load-list (bug#13366).
1802
1803 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
1804
1805 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1806 Identify g++ template instantiation trace. (Bug#12287)
1807 (compilation-mode-hook, compilation-start-hook)
1808 (compilation-window-height): Simplify docstrings. (Bug#13379)
1809
1810 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1811
1812 * mouse.el (mouse-drag-track): Always deactivate the mark before
1813 running the final event's command since that command is in charge of
1814 activating the mark if needed (bug#13523).
1815
1816 2013-02-02 Juri Linkov <juri@jurta.org>
1817
1818 * replace.el (perform-replace): Move let-bindings of isearch-*
1819 variables deeper to the loop that searches for the next match.
1820 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
1821 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
1822 (Bug#13579)
1823
1824 * isearch.el (isearch-search-fun-default): Check for null
1825 first element of isearch-cmds as a precaution when it's used
1826 with inactive isearch.
1827
1828 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
1829
1830 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
1831 error when buffer in question is narrowed so position 1 is out of
1832 visible part.
1833
1834 2013-02-02 Glenn Morris <rgm@gnu.org>
1835
1836 * textmodes/remember.el (remember-clipboard): Doc fix.
1837
1838 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1839
1840 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
1841 properties (bug#13179).
1842
1843 2013-02-02 Juri Linkov <juri@jurta.org>
1844
1845 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
1846 instead of hard-coded default face `match'. (Bug#9438)
1847
1848 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
1849
1850 * vc/vc-arch.el (vc-arch-registered):
1851 * vc/vc-bzr.el (vc-bzr-registered):
1852 * vc/vc-cvs.el (vc-cvs-registered):
1853 * vc/vc-git.el (vc-git-registered):
1854 * vc/vc-hg.el (vc-hg-registered):
1855 * vc/vc-mtn.el (vc-mtn-registered):
1856 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
1857 (Bug#13139)
1858
1859 * info.el (Info-next-reference, Info-prev-reference): Add numeric
1860 prefix argument. (Bug#11656)
1861
1862 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1863
1864 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
1865
1866 2013-02-01 Glenn Morris <rgm@gnu.org>
1867
1868 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
1869 if the backend is known not to support it.
1870
1871 * imenu.el (imenu-default-create-index-function):
1872 Tweak infinite loop test to check for forward motion as well as none.
1873
1874 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
1875
1876 * net/soap-client.el (soap-invoke): Encode the string for
1877 `url-request-data' as UTF-8.
1878 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
1879
1880 2013-02-01 Glenn Morris <rgm@gnu.org>
1881
1882 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
1883
1884 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
1885
1886 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
1887
1888 * net/tramp.el (tramp-tramp-file-p): Comment check for
1889 `string-as-unibyte'. The function does not exist on XEmacs, and
1890 likely we need another approach.
1891
1892 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
1893 `tramp-gw-*' variables are bound.
1894
1895 2013-01-31 Glenn Morris <rgm@gnu.org>
1896
1897 * files.el (basic-save-buffer-2): Choose coding system for
1898 writing the file before backing it up, to reduce delay between
1899 backing up and writing the new version. (Bug#13522)
1900
1901 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
1902
1903 * simple.el (cycle-spacing): New command.
1904 (just-one-space): Use it.
1905
1906 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1907
1908 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
1909 (opascal-newline-always-indents): Remove custom.
1910 (opascal-tab, opascal-newline): Remove commands.
1911 (opascal-new-comment-line): Insert "\n" instead of calling newline.
1912 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
1913 (opascal-save-match-data): Remove, use save-match-data instead.
1914 (opascal-save-state): Use with-silent-modifications.
1915
1916 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
1917 (bug#13585).
1918
1919 2013-01-30 Juri Linkov <juri@jurta.org>
1920
1921 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
1922 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
1923 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
1924
1925 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
1926
1927 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
1928 column if we're just deleting the backslashes.
1929 (makefile-fill-paragraph): Use eolp.
1930
1931 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
1932
1933 * autorevert.el (auto-revert-use-notify): Fix docstring.
1934
1935 2013-01-30 Leo Liu <sdl.web@gmail.com>
1936
1937 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
1938
1939 2013-01-30 Glenn Morris <rgm@gnu.org>
1940
1941 * mouse.el (mouse-drag-line): Avoid pushing same event onto
1942 unread-command-events twice in some cases. This tries to implement
1943 the 2012-07-26 changes in a different way. (Bug#13560)
1944
1945 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
1946
1947 * progmodes/python.el
1948 (python-pdbtrack-comint-output-filter-function): Enhancements on
1949 stacktrace detection. (thanks @gnovak)
1950
1951 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
1952
1953 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
1954 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
1955 Use defvar-local.
1956 (jit-lock-register): Use setq-local.
1957
1958 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
1959
1960 * calc-units.el (math-default-units-table): Remove initial value.
1961 (calc-convert-units): Treat expressions where all the units cancel as
1962 if they didn't have units.
1963
1964 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
1965
1966 * net/tramp.el (tramp-process-connection-type): Fix docstring.
1967 (tramp-completion-reread-directory-timeout): Fix type.
1968 (tramp-connection-min-time-diff): New defcustom.
1969
1970 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
1971
1972 2013-01-30 Glenn Morris <rgm@gnu.org>
1973
1974 * imenu.el (imenu-default-create-index-function):
1975 Put back a version of the infinite loop test removed 2013-01-23.
1976
1977 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
1978
1979 * progmodes/python.el (python-shell-parse-command):
1980 Find python-shell-interpreter with modified environment.
1981
1982 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
1983
1984 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
1985
1986 2013-01-29 Alan Mackenzie <acm@muc.de>
1987
1988 Amend to fontify /regexp/s in actions correctly.
1989 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
1990 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
1991 are no longer included.
1992 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
1993 What used to be these variables without "-line" in the name.
1994 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
1995 (c-awk-non-arith-op-bra-re): Now also matches {.
1996 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
1997 "return", and "case".
1998 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
1999 by /.
2000 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
2001 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
2002
2003 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
2004
2005 * autorevert.el (auto-revert-use-notify):
2006 Use `custom-initialize-default' for initialization. (Bug#13583)
2007
2008 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
2009
2010 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2011 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
2012 in `tramp-file-name-handler'.
2013 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
2014 compatibility.
2015 (tramp-compute-multi-hops): Check, whether
2016 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
2017
2018 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2019
2020 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
2021 (bug#13297).
2022
2023 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
2024
2025 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
2026 checks made superfluous by the \_< operator.
2027 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
2028 temporarily) broken indentation.
2029 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2030 Highlight nested constants, too. \_< broke that.
2031
2032 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
2033
2034 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
2035 instead of "\\b".
2036
2037 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
2038
2039 * autorevert.el (auto-revert-handler): Notifications which result
2040 from a saved file shall not be taken into account. (Bug#13557)
2041
2042 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
2043
2044 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
2045 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
2046 (lisp-mode): Pass t for it. (Bug#13556)
2047
2048 2013-01-25 Alan Mackenzie <acm@muc.de>
2049
2050 AWK Mode: Fix indentation bug at top level. Bug #12274.
2051
2052 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
2053 just before CASE 5D.
2054
2055 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
2056
2057 * net/socks.el (socks-nslookup-host): Use string-to-number.
2058
2059 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
2060
2061 * autorevert.el (auto-revert-remote-files)
2062 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
2063 (auto-revert-notify-enabled, auto-revert-use-notify)
2064 (auto-revert-notify-watch-descriptor-hash-list)
2065 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
2066 (auto-revert-notify-event-descriptor)
2067 (auto-revert-notify-event-action)
2068 (auto-revert-notify-event-file-name): Doc fix.
2069 (global-auto-revert-mode): Reorder checks.
2070 (auto-revert-notify-rm-watch): Respect changed values of
2071 `auto-revert-notify-watch-descriptor-hash-list'.
2072 (auto-revert-notify-add-watch): Check for
2073 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
2074 `inotify-add-watch'. Watch `default-directory' instead of
2075 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
2076 has a changed meaning now. (Bug#13540)
2077 (auto-revert-notify-handler): Change implementation wrt events
2078 returning from a directory.
2079 (auto-revert-handler): Reorder implementation for checks of remote
2080 files.
2081 (auto-revert-buffers): Fix parentheses error.
2082
2083 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
2084
2085 * progmodes/python.el: Enhancements to header documentation about
2086 skeletons. (Bug#5716)
2087
2088 * imenu.el (imenu-default-create-index-function): Remove useless
2089 infinite loop check. (Bug#13438)
2090
2091 2013-01-25 Alan Mackenzie <acm@muc.de>
2092
2093 Fix a bug in the state cache mechanism. Refactor this a bit.
2094
2095 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
2096 `cache-pos' element from the return value.
2097 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
2098 buffer to enable proper searching from beyond HERE. Amend the
2099 test for detecting the sought brace pair. Amend the value written
2100 to the "brace desert cache" when the brace isn't found.
2101 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
2102 and several other variables analogously.
2103 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
2104 parameter to a locally calculated variable.
2105 (c-parse-state-1): Change the calling conventions to the two
2106 defuns involving `cache-pos'.
2107
2108 2013-01-25 Chong Yidong <cyd@gnu.org>
2109
2110 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
2111
2112 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
2113
2114 * paren.el (show-paren-function): Make sure to set 'priority and
2115 'face only if the overlay does exist.
2116
2117 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
2118
2119 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
2120
2121 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
2122 basic attributes.
2123 (tramp-sh-handle-set-file-acl): Improve error checking.
2124
2125 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
2126
2127 * doc-view.el (doc-view-display): Force mode line update until all
2128 document is converted. Suggested by Stefan Monnier (Bug#13164).
2129
2130 2013-01-23 Bastien Guerry <bzg@gnu.org>
2131
2132 * paren.el (show-paren-function): Make sure an overlay exists
2133 before trying to delete it. Also use `pos' as a position only
2134 when it is an integer.
2135
2136 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
2137
2138 * play/gametree.el (gametree-break-line-here): Use point-marker.
2139
2140 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
2141
2142 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2143 Mark descriptive parts with `display' property.
2144
2145 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2146
2147 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
2148 New variable to map standard dict names to hunspell ones.
2149 (ispell-set-spellchecker-params): Make sure specific dict names
2150 are used for standard dicts with hunspell.
2151
2152 2013-01-21 Tassilo Horn <tsdh@gnu.org>
2153
2154 * textmodes/reftex-cite.el (reftex-format-citation): Add format
2155 chars for note (%N) and url (%U).
2156 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
2157
2158 2013-01-21 Juri Linkov <juri@jurta.org>
2159
2160 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
2161 in addition to existing separate binding `meta f10' in `global-map'.
2162 (Bug#13484)
2163
2164 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
2165
2166 Improve XEmacs compatibility.
2167
2168 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
2169
2170 * net/tramp-adb.el (top): Require `time-date'.
2171 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
2172 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
2173 Use `tramp-file-name-handler'.
2174 (tramp-adb-maybe-open-connection):
2175 Use `tramp-compat-set-process-query-on-exit-flag'.
2176
2177 * net/tramp-sh.el (tramp-sh-handle-file-acl):
2178 Use `tramp-compat-funcall'.
2179
2180 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
2181 `tramp-compat-funcall'.
2182
2183 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
2184
2185 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
2186 reimplementation using "adb shell command ..." instead of running
2187 remote shell interactively.
2188
2189 2013-01-20 Glenn Morris <rgm@gnu.org>
2190
2191 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2192 Add native profiler menu entries.
2193
2194 * profiler.el (profiler-running-p): New function.
2195 (profiler-cpu-profile): Use profiler-running-p.
2196 (profiler-report-mode-map): Add some more menu entries.
2197
2198 2013-01-19 Glenn Morris <rgm@gnu.org>
2199
2200 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
2201 fixes 2012-12-07 change. (Bug#13499)
2202
2203 2013-01-19 Leo Liu <sdl.web@gmail.com>
2204
2205 * dired.el (dired-get-marked-files): Prune erroneous values due to
2206 last change. (Bug#13152)
2207
2208 2013-01-19 Glenn Morris <rgm@gnu.org>
2209
2210 * progmodes/etags.el (tags-table-check-computed-list):
2211 Preserve point in tags buffer. (Bug#13412)
2212
2213 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
2214
2215 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
2216 Chong Yidong <cyd@gnu.org>
2217
2218 * image-mode.el (image-next-file, image-previous-file):
2219 New commands (Bug#8453).
2220 (image-mode-map): Bind them to n and p.
2221 (image-mode--images-in-directory): New helper function.
2222
2223 2013-01-19 Chong Yidong <cyd@gnu.org>
2224
2225 * image-mode.el (image-mode-fit-frame): Add a frame argument.
2226 Suggested by Drew Adams (Bug#7730). Handle window decorations;
2227 save and restore the old window configuration.
2228
2229 2013-01-18 Leo Liu <sdl.web@gmail.com>
2230
2231 * progmodes/js.el: Tweak autoload cookie for alias.
2232
2233 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2234
2235 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
2236 buffer local, again. This was lost with the fix on 2013-01-12.
2237
2238 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
2239
2240 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
2241 order to support several eshell buffers in parallel.
2242
2243 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2244
2245 * autorevert.el (auto-revert-use-notify): In the :set function, do
2246 not modify `kill-buffer-hook'.
2247 (auto-revert-notify-rm-watch):
2248 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
2249 (auto-revert-notify-add-watch): Do not call
2250 `auto-revert-notify-rm-watch', but add it to a buffer local
2251 `kill-buffer-hook'.
2252
2253 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2254
2255 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
2256 call to `eval' rather than a backquoted lambda.
2257
2258 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2259
2260 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
2261 to return an explicit nil.
2262 (advice--remove-function): Change accordingly.
2263
2264 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
2265 the use of nadvice.el.
2266
2267 * progmodes/which-func.el (which-function): Silence imenu errors
2268 (bug#13433).
2269
2270 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
2271
2272 * progmodes/sql.el: (sql-imenu-generic-expression):
2273 (sql-mode-font-lock-object-name): Match schema qualified names.
2274 (sql-connect): Use string keys.
2275 (sql-product-interactive): Wait for interpreter prompt.
2276 (sql-comint-oracle): Set process coding based on NLS_LANG.
2277
2278 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
2279
2280 * progmodes/sql.el (sql-output-to-send): Remove, unused.
2281 (sql-interactive-remove-continuation-prompt):
2282 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
2283
2284 2013-01-14 Leo Liu <sdl.web@gmail.com>
2285
2286 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
2287 (Bug#13420)
2288
2289 2013-01-14 Glenn Morris <rgm@gnu.org>
2290
2291 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2292 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
2293
2294 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
2295
2296 * progmodes/python.el (python-nav-end-of-statement):
2297 Fix cornercase when handling multiline strings.
2298
2299 2013-01-13 Richard Stallman <rms@gnu.org>
2300
2301 * mail/sendmail.el (mail-position-on-field): Add doc string.
2302
2303 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
2304 Get current message boundaries and pass them to
2305 message-forward-make-body-mime. Minor style changes.
2306
2307 2013-01-13 Eli Zaretskii <eliz@gnu.org>
2308
2309 * cus-start.el (all): Avoid warnings about
2310 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
2311
2312 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
2313
2314 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
2315
2316 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2317
2318 * jit-lock.el (jit-lock-debug-mode): New minor mode.
2319 (jit-lock--debug-fontifying): New var.
2320 (jit-lock--debug-fontify): New function.
2321 * subr.el (condition-case-unless-debug): Don't prevent catching the
2322 error, just let the debbugger run.
2323 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
2324 timer code and don't drop errors silently.
2325
2326 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
2327
2328 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
2329 `permanent-local' property.
2330 (auto-revert-notify-handler): Use `file-equal-p'.
2331
2332 2013-01-12 Eli Zaretskii <eliz@gnu.org>
2333
2334 * autorevert.el (auto-revert-notify-handler): Fix filtering of
2335 file notification by ACTION. For filtering by file name, compare
2336 only the non-directory part of the file name.
2337
2338 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
2339
2340 * autorevert.el: Use cl-lib instead of cl.
2341
2342 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
2343 (vc-bzr-checkin): Use it.
2344 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
2345 will preserve match-data.
2346
2347 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
2348
2349 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
2350 (js--declaration-keyword-re): New var.
2351 (js--multi-line-declaration-indentation): New function.
2352 (js--proper-indentation): Use it.
2353
2354 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
2355
2356 * calc/calc.el (calc-highlight-selections-with-faces)
2357 (calc-dispatch):
2358 * comint.el (comint-history-isearch-message):
2359 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
2360 * ffap.el (ffap-string-at-point-region, ffap-next)
2361 (ffap-string-at-point, ffap-string-around)
2362 (ffap-copy-string-as-kill, ffap-highlight-overlay)
2363 (ffap-literally):
2364 * font-lock.el (font-lock-keywords-alist)
2365 (font-lock-removed-keywords-alist):
2366 * help-mode.el (help-xref-symbol-regexp):
2367 * info.el (Info-find-emacs-command-nodes):
2368 * international/mule.el (add-to-coding-system-list):
2369 * isearch.el (isearch-message-function, isearch-fail-pos):
2370 * misearch.el (multi-isearch-next-buffer-function):
2371 * newcomment.el (comment-box):
2372 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
2373 (pr-setting-database):
2374 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
2375 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
2376 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
2377 (pike-font-lock-keywords-3):
2378 * progmodes/compile.el (compile):
2379 * progmodes/etags.el (tags-table-files)
2380 (tags-table-files-function, tags-included-tables-function):
2381 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
2382 (gdb-restore-windows):
2383 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
2384 (ps-n-up-filling-database):
2385 * server.el (server-buffer, server-log):
2386 * simple.el (newline, delete-backward-char, delete-forward-char)
2387 (minibuffer-history-isearch-message, kill-line, track-eol)
2388 (temporary-goal-column):
2389 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
2390 (flyspell-default-deplacement-commands):
2391 * textmodes/ispell.el (ispell-accept-output):
2392 * textmodes/sgml-mode.el (html-tag-help):
2393 * vc/compare-w.el (compare-ignore-whitespace)
2394 (compare-ignore-case, compare-windows-dehighlight):
2395 * vc/diff.el (diff):
2396 * whitespace.el (whitespace-point)
2397 (whitespace-font-lock-refontify, whitespace-bob-marker)
2398 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
2399
2400 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
2401
2402 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
2403 (auto-revert-notify-rm-watch): Ignore errors.
2404 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
2405 inotify, and '(size last-write-time) for w32notify.
2406 Set buffer-local `auto-revert-use-notify' to nil when adding a file
2407 watch fails - this is a fallback to the file modification check.
2408 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
2409 (auto-revert-notify-event-action)
2410 (auto-revert-notify-event-file-name): New defuns.
2411 (auto-revert-notify-handler): Use them. Implement first
2412 plausibility checks.
2413 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
2414
2415 2013-01-11 Julien Danjou <julien@danjou.info>
2416
2417 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2418 max are almost equal. Also return the correct value for V which is
2419 already between 0 and 1.
2420
2421 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
2422
2423 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
2424
2425 2013-01-11 Eli Zaretskii <eliz@gnu.org>
2426
2427 * autorevert.el (auto-revert-notify-rm-watch)
2428 (auto-revert-notify-add-watch): Fix typos in w32notify function
2429 names.
2430
2431 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
2432
2433 * autorevert.el (auto-revert-notify-enabled): Move up.
2434 (auto-revert-use-notify): New defcustom.
2435 (auto-revert-mode, global-auto-revert-mode)
2436 (auto-revert-notify-add-watch, auto-revert-handler)
2437 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
2438 `auto-revert-notify-enabled'.
2439
2440 2013-01-10 Elias Pipping <pipping@exherbo.org>
2441
2442 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
2443 * doc-view.el (doc-view-document->bitmap):
2444 Use doc-view-single-page-converter-function instead of
2445 single-page-converter arg; adjust callers.
2446
2447 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
2448
2449 * progmodes/which-func.el (which-function): Understand Semantic's use
2450 of overlays in imenu--index-alist.
2451
2452 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
2453
2454 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
2455 (Man-man-k-use-anchor): New var.
2456 (Man-parse-man-k): New function.
2457 (Man-completion-table): Use it.
2458 (man): Flush the completion cache between uses.
2459
2460 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
2461
2462 * autorevert.el: Add file watch support.
2463 (auto-revert-notify-enabled): New defconst.
2464 (auto-revert-notify-watch-descriptor-hash-list)
2465 (auto-revert-notify-watch-descriptor)
2466 (auto-revert-notify-modified-p): New defvars.
2467 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
2468 (auto-revert-notify-handler): New defuns.
2469 (auto-revert-mode, global-auto-revert-mode): Remove file watches
2470 when mode is disabled.
2471 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
2472 (auto-revert-buffers): Add file watches for active buffers.
2473
2474 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
2475
2476 * cus-start.el (toplevel): Only allow float values for
2477 scroll-up-aggressively and scroll-down-aggressively.
2478 Allow any number for line-spacing.
2479
2480 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2481
2482 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
2483 (doc-view-pdf->png-converter-function): Use mupdf if available.
2484 (doc-view-djvu->png-converter-function)
2485 (doc-view-ps->png-converter-function): Remove.
2486 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
2487 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
2488 (doc-view-already-converted-p): Adjust accordingly.
2489 (doc-view-mode-p): Simplify.
2490 (doc-view-enlarge): Use setq-local.
2491 (doc-view-pdf->png-converter-ghostscript)
2492 (doc-view-djvu->png-converter-ddjvu)
2493 (doc-view-pdf->png-converter-mupdf): Rework to call
2494 doc-view-start-process directly.
2495 (doc-view-pdf/ps->png): Simplify accordingly.
2496 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
2497 (doc-view-document->bitmap): Rename from doc-view-document->png.
2498 (doc-view-convert-current-doc): Merge pdf and djvu cases.
2499 (doc-view-set-slice-from-bounding-box): Fix completion table.
2500 (doc-view-mode): Use add-hook for after-revert-hook.
2501
2502 2013-01-10 Glenn Morris <rgm@gnu.org>
2503
2504 * emacs-lisp/authors.el (authors-ignored-files)
2505 (authors-valid-file-names, authors-renamed-files-alist):
2506 Add some more entries.
2507
2508 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2509
2510 * image-mode.el (image-mode-winprops): Don't throw away the fallback
2511 `t' pseudo-window entry.
2512
2513 2013-01-10 Alan Mackenzie <acm@muc.de>
2514
2515 Fix bugs in the c-parse-state mechanism. Reuse some markers
2516 instead of continually generating new ones.
2517
2518 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
2519 (c-state-old-cpp-end-marker): New variables.
2520 (c-append-lower-brace-pair-to-state-cache): Start a backward
2521 search for "}" definitively outside CPP constructs.
2522 (c-remove-stale-state-cache): Inform the caller of a need to
2523 search back for a brace pair in certain circumstances.
2524 (c-state-maybe-marker): New macro.
2525 (c-parse-state): Reuse markers when appropriate.
2526
2527 2013-01-10 Glenn Morris <rgm@gnu.org>
2528
2529 * simple.el (execute-extended-command): Doc fix.
2530 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
2531
2532 2013-01-10 Chong Yidong <cyd@gnu.org>
2533
2534 * faces.el (read-face-name): Doc fix.
2535
2536 2013-01-10 Roland Winkler <winkler@gnu.org>
2537
2538 * emacs-lisp/crm.el: Allow any regexp for separators.
2539 (crm-default-separator): All spaces around the default comma separator.
2540 (crm--completion-command): New macro.
2541 (crm-completion-help, crm-complete, crm-complete-word): Use it.
2542 (crm-complete-and-exit): Handle non-single-char separators.
2543
2544 2013-01-09 Elias Pipping <pipping@lavabit.com>
2545
2546 * doc-view.el: Add support for DjVu (bug#13164).
2547 (doc-view-djvu->png-converter-function): New config var.
2548 (doc-view-single-page-converter-function, doc-view--image-type)
2549 (doc-view--image-file-extension): New vars.
2550 (doc-view-mode): Initialize them.
2551 (doc-view-goto-page): Use them.
2552 (doc-view-mode-p): Add support for ddjvu.
2553 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
2554 (doc-view-set-up-single-converter): New funs.
2555 (doc-view-pdf/ps->png): Extend for djvu.
2556 (doc-view-document->png): Rename from doc-view-pdf->png.
2557 (doc-view-convert-current-doc): Handle djvu.
2558 (doc-view-insert-image, doc-view-display)
2559 (doc-view-already-converted-p): Don't hardcode png.
2560 (doc-view-set-doc-type): Recognize djvu docs.
2561
2562 2013-01-09 Elias Pipping <pipping@lavabit.com>
2563
2564 * doc-view.el: Add support for mupdf converter (bug#13164).
2565 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
2566 (doc-view-ps->png-converter-function): New config vars.
2567 (doc-view-pdf->png-converter-ghostscript)
2568 (doc-view-ps->png-converter-ghostscript)
2569 (doc-view-pdf->png-converter-mupdf): New functions.
2570 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
2571
2572 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
2573
2574 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
2575 first in session cache: When `tramp-own-remote-path' is in
2576 `tramp-remote-path', the remote path is only set in the session
2577 cache.
2578
2579 2013-01-09 Glenn Morris <rgm@gnu.org>
2580
2581 * emacs-lisp/trace.el (trace-function-foreground)
2582 (trace-function-background): Doc fix.
2583
2584 2013-01-09 Juri Linkov <juri@jurta.org>
2585
2586 * international/mule-cmds.el (read-char-by-name): Move let-binding
2587 of completion-ignore-case around completing-read to fix regression
2588 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
2589 `string-match-p' using the nil value of `case-fold-search' and
2590 `completion-ignore-case' in `completion-pcm--all-completions'.
2591 (Bug#12615).
2592
2593 2013-01-09 Glenn Morris <rgm@gnu.org>
2594
2595 * progmodes/compile.el (compilation-parse-errors):
2596 Fix typo. (Bug#13369)
2597
2598 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
2599
2600 * comint.el (comint-send-input): Check size of buffer before
2601 waiting for process output, in case already accepted. (Bug#13290)
2602
2603 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
2604
2605 Spelling fixes.
2606 * net/tramp-adb.el (tramp-adb-get-toolbox):
2607 Fix misspelling of 'unknown'.
2608
2609 2013-01-08 Juri Linkov <juri@jurta.org>
2610
2611 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2612 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2613 Use underline style wave on terminals that support it. (Bug#13000)
2614
2615 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2616
2617 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
2618 the predicate returns nil.
2619
2620 * simple.el: Use lexical-binding.
2621 (primitive-undo): Use pcase.
2622 (minibuffer-history-isearch-push-state): Use a closure.
2623
2624 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2625
2626 * simple.el (primitive-undo): Move from undo.c.
2627
2628 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2629
2630 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
2631 (cvs-mode-remove-handled): Use it (bug#13380).
2632
2633 * emacs-lisp/nadvice.el (advice--tweak): New function.
2634 (advice--remove-function, advice--subst-main): Use it.
2635
2636 * emacs-lisp/advice.el: Update commentary.
2637
2638 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
2639
2640 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2641 Remove spurious entry.
2642
2643 2013-01-08 Glenn Morris <rgm@gnu.org>
2644
2645 * net/tramp.el (tramp-default-host-alist): Add :version.
2646
2647 2013-01-08 Juri Linkov <juri@jurta.org>
2648
2649 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
2650 single completion. (Bug#12456)
2651 (info--manual-names): Expand node completions into an explicit list
2652 before appending it to another list. Filter out internal buffers
2653 with the leading space in the buffer name. (Bug#10771)
2654
2655 2013-01-08 Juri Linkov <juri@jurta.org>
2656
2657 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
2658 that defaults to the Top node.
2659 (Info-goto-node, Info-read-node-name): Doc fix to mention that
2660 the short format (FILENAME) goes to the Top node.
2661 (Info-build-node-completions): Rename arg `file' to `filename'.
2662 (Bug#13365)
2663
2664 2013-01-07 Bastien Guerry <bzg@gnu.org>
2665
2666 * menu-bar.el (menu-bar-search-documentation-menu):
2667 Use `apropos-user-option' and fix the help message.
2668
2669 2013-01-07 Bastien Guerry <bzg@gnu.org>
2670
2671 * apropos.el (apropos-do-all): Update docstring.
2672 (apropos-user-option-button): New face.
2673 (apropos-user-option): Rename from `apropos-variable' and update
2674 docstring.
2675 (apropos-variable): Rewrite, now show all variables by default.
2676 (apropos-print): Mention "User option" instead of "Variable" when
2677 printing doc for user options. (Bug#13276)
2678
2679 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
2680
2681 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
2682 Handle filename correctly, when parsing "source -> target" symlink
2683 output.
2684 (tramp-adb-handle-set-file-times): New defun.
2685
2686 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
2687
2688 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
2689 advice list when the interactive-spec of ad-Advice-* changes.
2690
2691 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
2692
2693 * wid-edit.el (widget-default-get): Work for inlined elements.
2694 (Bug#12670)
2695
2696 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
2697
2698 * net/tramp.el (tramp-default-host-alist): New defcustom.
2699 (tramp-find-host): Use it.
2700 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
2701 `eshell-directory-change-hook'.
2702
2703 * net/tramp-adb.el (top): Add adb specific entry in
2704 `tramp-default-host-alist'.
2705 (tramp-adb-file-name-host): Remove function.
2706 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
2707 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
2708
2709 * net/tramp-sh.el: Move eshell integration code to tramp.el.
2710
2711 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
2712
2713 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
2714
2715 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
2716
2717 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
2718 consist of more than one digit.
2719 (tramp-adb-file-name-handler-alist):
2720 Use `tramp-handle-file-exists-p' consistently.
2721 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
2722 (tramp-adb-handle-file-exists-p): Remove function.
2723 (tramp-adb-file-name-host): New defun.
2724 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
2725 Use it.
2726 (tramp-adb-maybe-open-connection): Set "remote-path" property.
2727
2728 2013-01-06 Chong Yidong <cyd@gnu.org>
2729
2730 * vc/vc.el (vc-next-action): Detect buffer modifications
2731 conflicting with locking VCS operation (Bug#11490).
2732
2733 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
2734
2735 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
2736
2737 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
2738 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
2739
2740 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
2741
2742 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
2743 parsing of ls output using regular expression (handle filenames
2744 with spaces). Use virtual device number.
2745 (tramp-do-parse-file-attributes-with-ls): New defun (Code
2746 cleanup).
2747
2748 2013-01-04 Daiki Ueno <ueno@gnu.org>
2749
2750 * epg.el: Silence byte-compiler warnings.
2751 (epg--start): Use delete-char instead of delete-backward-char.
2752 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
2753
2754 2013-01-04 Daiki Ueno <ueno@gnu.org>
2755
2756 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
2757 Suggested by Eli Zaretskii <eliz@gnu.org>.
2758
2759 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
2760
2761 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
2762 non-negative integers. Otherwise, the default values are used.
2763 (tramp-convert-file-attributes): Convert uid and gid to integers.
2764
2765 2013-01-04 Glenn Morris <rgm@gnu.org>
2766
2767 * term.el (term-handle-colors-array): Ensure face attributes
2768 are fully specified, not nil. (Bug#13337)
2769
2770 * term.el (term-default-fg-color, term-default-bg-color):
2771 Fix custom type.
2772
2773 * progmodes/etags.el (tags-compression-info-list): Doc fix.
2774 (tag-find-file-of-tag-noselect): Check auto-compression-mode
2775 rather than 'jka-compr being loaded. (Bug#13338)
2776
2777 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
2778
2779 * icomplete.el (icomplete-completions):
2780 Honor icomplete-prospects-height once more following
2781 2012-11-29 changes. (Bug#13224)
2782
2783 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2784
2785 * subr.el (internal--called-interactively-p--get-frame): Find aliases
2786 of called-interactively-p as well (bug#13237).
2787
2788 * view.el (view--enable, view--disable): Rename from view-mode-enable
2789 and view-mode-disable and assume it's called from view-mode.
2790 (view-mode-enable, view-mode-disable): Redefine as obsolete
2791 compatibility layer above view-mode.
2792 (view-mode-enter): Call `view-mode'.
2793
2794 * files.el (after-find-file): Call `view-mode'.
2795
2796 * doc-view.el (doc-view-scale-internally): New var.
2797 (doc-view-enlarge, doc-view-insert-image): Obey it.
2798
2799 2013-01-03 Daiki Ueno <ueno@gnu.org>
2800
2801 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
2802 exist. (Bug#13344)
2803
2804 2013-01-03 Glenn Morris <rgm@gnu.org>
2805
2806 * mail/rmail.el (rmail-set-header-1): Ignore case.
2807 Handle multi-line headers. (Bug#13330)
2808
2809 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
2810 Handle paragraph starting at beginning of buffer.
2811
2812 * subr.el (eval-after-load): Don't purecopy the form, so that it
2813 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
2814
2815 * emacs-lisp/byte-run.el (defun): Place cl declarations
2816 after any interactive spec. (Bug#13265)
2817
2818 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
2819
2820 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
2821 defun. Don't check for DECL if DOCSTRING isn't a string.
2822 (defun): Likewise.
2823
2824 2013-01-02 Glenn Morris <rgm@gnu.org>
2825
2826 * eshell/em-cmpl.el (eshell-pcomplete):
2827 More thoroughly imitate pcomplete. (Bug#13293)
2828
2829 * files.el (parse-colon-path): Doc fix. (Bug#12351)
2830 Return nil for empty path elements. (Bug#13296)
2831
2832 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
2833
2834 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
2835 order to improve efficiency (Based on Daniel Colascione's
2836 <dancol@dancol.org> patch). (Bug#13182)
2837
2838 2013-01-02 Glenn Morris <rgm@gnu.org>
2839
2840 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
2841
2842 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
2843
2844 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
2845 neither DOCSTRING nor DECL was given. (Bug#13316)
2846
2847 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
2848
2849 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
2850 `error' call.
2851 (tramp-do-copy-or-rename-file): Ignore errors when calling
2852 `set-file-extended-attributes'.
2853
2854 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2855 Add handler for `file-acl'.
2856 (tramp-smb-handle-file-acl): New defun.
2857
2858 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
2859
2860 * calc/README: Mention ISO 8601 week-numbering dates.
2861
2862 2013-01-01 Martin Rudalics <rudalics@gmx.at>
2863
2864 * view.el (view-mode-enable): New argument run-view-mode-hook.
2865 Run view-mode-hook only when it's non-nil (Bug#13315).
2866 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
2867 argument t.
2868
2869 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
2870
2871 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
2872 (No device connected, invalid device name). (Bug #13299)
2873
2874 2012-12-31 Martin Rudalics <rudalics@gmx.at>
2875
2876 * window.el (window-resizable--p): Rename to window-resizable-p.
2877 (window-resize-no-error): New function.
2878
2879 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
2880 broken in fix from 2012-12-28.
2881
2882 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
2883
2884 * subr.el (special-form-p): Don't signal errors on undef aliases.
2885
2886 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
2887
2888 * calc/calc-forms.el (math-parse-date): Try using
2889 `math-parse-iso-date' when it looks like it might be needed.
2890 Allow times of 24:00.
2891 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
2892 of 24:00.
2893
2894 2012-12-30 Glenn Morris <rgm@gnu.org>
2895
2896 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
2897 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
2898 (rmail-summary-displayed, rmail-summary): Declare.
2899 (mairix-rmail-display): Just require rmail.
2900
2901 2012-12-30 Chong Yidong <cyd@gnu.org>
2902
2903 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
2904 check for the tarball contents.
2905
2906 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
2907
2908 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
2909 tarfile content listings (Bug#13136).
2910
2911 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
2912
2913 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
2914 Insert the undecoded text of the message being forwarded. (Bug#9521)
2915
2916 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
2917
2918 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
2919 integers, if they are real numbers. (Bug#13282)
2920
2921 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
2922 Return `t' on success.
2923
2924 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2925 Add handler for `set-file-selinux-context'.
2926
2927 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
2928
2929 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
2930 (tramp-sh-handle-set-file-acl): Return `t' on success.
2931
2932 2012-12-29 Eli Zaretskii <eliz@gnu.org>
2933
2934 * files.el (backup-buffer-copy, basic-save-buffer-2):
2935 If set-file-extended-attributes fails, fall back on set-file-modes
2936 instead of signaling an error. (Bug#13298)
2937 (basic-save-buffer): Likewise.
2938
2939 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
2940
2941 * progmodes/python.el: Support other commands triggering
2942 python-indent-line so indentation cycling continues to work.
2943 (python-indent-trigger-commands): New defcustom.
2944 (python-indent-line): Use it.
2945
2946 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
2947
2948 * progmodes/python.el (python-shell-send-region): Add blank lines
2949 for non sent code so backtraces remain correct.
2950
2951 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
2952
2953 * progmodes/python.el: Remove cl dependency.
2954 (python-syntax-count-quotes): Replace incf call.
2955 (python-fill-string): Replace setf call.
2956
2957 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
2958
2959 * info.el (info-other-window): New arg, for consistency with info.
2960
2961 2012-12-28 Martin Rudalics <rudalics@gmx.at>
2962
2963 * mail/rmail.el (rmail-maybe-display-summary):
2964 Rewrite (Bug#13066).
2965
2966 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
2967
2968 * epg.el (epg--start): Modify process-environment locally.
2969
2970 2012-12-28 Daiki Ueno <ueno@gnu.org>
2971
2972 * epg.el: Support pinentry-curses.
2973 Suggested by Werner Koch in
2974 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
2975 (epg-agent-file, epg-agent-mtime): New variable.
2976 (epg--start): Record the modified time of gpg-agent socket file,
2977 to restore Emacs frame after pinentry-curses termination.
2978 (epg-wait-for-completion): Restore Emacs frame here.
2979
2980 2012-12-27 Juri Linkov <juri@jurta.org>
2981
2982 * info.el (Info-file-completions): New variable.
2983 (Info-read-node-name-1): Complete node names in the Info file
2984 when a file name is given. Call `Info-build-node-completions'
2985 with a file name.
2986 (Info-build-node-completions): Add new arg `file'. When it is
2987 non-nil, visit it in a temporary buffer and cache its completions in
2988 `Info-current-file-completions'. Move most of the function body to
2989 `Info-build-node-completions-1'.
2990 (Info-build-node-completions-1): New function with the body from
2991 `Info-build-node-completions'. (Bug#12456)
2992
2993 2012-12-27 Juri Linkov <juri@jurta.org>
2994
2995 * frame.el (frame-maximization-style): Remove user option.
2996 (cycle-frame-maximized): Remove function.
2997 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
2998 (toggle-frame-fullscreen): New command bound to <f11> instead of
2999 `toggle-frame-maximized'.
3000 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
3001
3002 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
3003
3004 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
3005
3006 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3007 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3008 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3009 for `file-accessible-directory-p'. (Bug#13275)
3010
3011 2012-12-27 Sam Steingold <sds@gnu.org>
3012
3013 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
3014 continuations, see <http://stackoverflow.com/questions/3582436>.
3015
3016 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
3017
3018 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
3019 "module" and "def" to have indentation before them.
3020 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
3021
3022 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
3023
3024 2012-12-27 Alan Mackenzie <acm@muc.de>
3025
3026 Speed up fontification where there's large brace blocks.
3027 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
3028 to a call of c-beginning-of-decl-1.
3029
3030 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
3031
3032 * comint.el (comint-adjust-window-point): New function.
3033 (comint-postoutput-scroll-to-bottom):
3034 Call comint-adjust-window-point (Bug#13248).
3035
3036 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
3037
3038 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
3039 Rakefile regexp.
3040 (auto-mode-alist): Associate .gemspec files with ruby-mode
3041 (https://bugs.ruby-lang.org/issues/5453).
3042
3043 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
3044
3045 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
3046 Suppress coloring, if possible (required for BusyBox based systems like
3047 CyanogenMod).
3048 (tramp-adb-handle-file-attributes)
3049 (tramp-adb-handle-insert-directory)
3050 (tramp-adb-handle-file-name-all-completions): Use it.
3051 (tramp-adb-get-toolbox): New defun. Check for remote shell
3052 implementation (BusyBox or Toolbox).
3053
3054 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
3055
3056 * startup.el (initial-buffer-choice): Allow function as value
3057 (Bug#13251).
3058 (command-line-1): Handle case where initial-buffer-choice
3059 specifies a function.
3060 * server.el (server-execute): Handle case where
3061 initial-buffer-choice specifies a function.
3062
3063 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3064
3065 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
3066 its own function.
3067 (smtpmail-try-auth-methods): Forget the user name/password if the
3068 login is unsuccessful (bug#12424).
3069
3070 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
3071
3072 * notifications.el (notifications-notify): Protect body with
3073 `with-demoted-errors'.
3074
3075 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3076 Check properties of remote device. Restart connection, if there is a
3077 change.
3078
3079 2012-12-21 Chong Yidong <cyd@gnu.org>
3080
3081 * sort.el (sort-subr): Doc fix (Bug#13056).
3082
3083 2012-12-21 Bastien Guerry <bzg@gnu.org>
3084
3085 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
3086
3087 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
3088
3089 * simple.el (process-file): Overwrite stderr file, if exists.
3090
3091 2012-12-21 Daiki Ueno <ueno@gnu.org>
3092
3093 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
3094 (epg-error): Set `error-message' property.
3095
3096 2012-12-21 Chong Yidong <cyd@gnu.org>
3097
3098 * international/mule-cmds.el (read-char-by-name): Signal an error
3099 if the user does not supply a valid character (Bug#13177).
3100
3101 * simple.el (transpose-subr-1): Preserve marker positions by
3102 changing the insertion sequence (Bug#13122).
3103
3104 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3105
3106 * simple.el (kill-region): Deactivate mark even for empty regions
3107 (Bug#13169).
3108
3109 2012-12-21 Chong Yidong <cyd@gnu.org>
3110
3111 * help-fns.el (describe-variable): Make sure we get the right
3112 buffer name (Bug#13105). Suggested by Kelly Dean.
3113
3114 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
3115
3116 * comint.el (comint-redirect-previous-input-string): New variable.
3117 (comint-redirect-setup, comint-redirect-cleanup)
3118 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
3119 (comint-redirect-preoutput-filter): Fix verbose message.
3120
3121 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
3122
3123 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
3124 is too long for Tramp. See discussion in
3125 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
3126
3127 * progmodes/compile.el (compilation-start): Remove line escape
3128 template.
3129
3130 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
3131
3132 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
3133 Adjust comment.
3134
3135 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
3136
3137 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
3138 following non-comment text (bug#13207).
3139 (lm-header-multiline): Continuation lines need to be indented more than
3140 the first line.
3141 (lm-homepage): New function.
3142 (lm-with-file): Don't be confused if narrowing is in effect.
3143
3144 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
3145
3146 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
3147 very beginning of a hunk (e.g. killing the first line).
3148
3149 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
3150
3151 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
3152 and text properties from returned ACL string.
3153 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
3154 for "setfacl" command.
3155
3156 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
3157
3158 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
3159 `tramp-cleanup-this-connection', when the process has died.
3160 (Bug#13151)
3161
3162 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3163
3164 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
3165
3166 2012-12-17 Kevin Ryde <user42@zip.com.au>
3167
3168 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
3169
3170 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
3171
3172 Add support for preserving ACL entries of files.
3173
3174 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
3175 `set-file-acl' handlers.
3176
3177 * net/tramp-adb.el (tramp-adb-handle-copy-file):
3178 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3179
3180 * net/tramp-compat.el (tramp-compat-copy-file):
3181 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3182
3183 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3184 Add `file-acl' and `set-file-acl' handlers.
3185 (tramp-gvfs-handle-copy-file):
3186 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3187 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
3188 New defuns.
3189
3190 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3191 Add `file-acl' and `set-file-acl' handlers.
3192 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
3193 (tramp-sh-handle-set-file-acl): New defuns.
3194 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
3195 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3196
3197 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3198 Add `file-acl' and `set-file-acl' handlers.
3199 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
3200
3201 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3202
3203 * help-macro.el (make-help-screen): Instead of switch-to-buffer
3204 use pop-to-buffer with NORECORD argument t. As buffer name, use
3205 *Metahelp* with a leading space (Bug#13190).
3206
3207 2012-12-16 Romain Francoise <romain@orebokech.com>
3208
3209 * files.el (file-extended-attributes)
3210 (set-file-extended-attributes): New functions.
3211 (backup-buffer): Use them to handle both SELinux context and ACL
3212 entries.
3213 (backup-buffer-copy): Work with an alist of extended attributes,
3214 rather than an SELinux context.
3215 (basic-save-buffer-2): Ditto.
3216
3217 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
3218
3219 * battery.el (battery-bsd-apm): New function.
3220
3221 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
3222
3223 * calc/calc.el (calc-standard-date-formats): Adjust one of the
3224 standard date formats.
3225
3226 2012-12-15 Juri Linkov <juri@jurta.org>
3227
3228 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
3229 `isearch-insert-char-by-name'.
3230 (with-isearch-suspended): New defmacro with body mostly from
3231 `isearch-edit-string' except the part that sets
3232 `isearch-new-string' and `isearch-new-message'.
3233 (isearch-edit-string): Use new macro `with-isearch-suspended' with
3234 body that sets `isearch-new-string' and `isearch-new-message'.
3235 (isearch-insert-char-by-name): New command.
3236 * international/mule-cmds.el (read-char-by-name): Let-bind
3237 `enable-recursive-minibuffers' to t.
3238 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
3239
3240 2012-12-15 Juri Linkov <juri@jurta.org>
3241
3242 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
3243 (Bug#13175)
3244
3245 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
3246
3247 * dired-x.el (dired-guess-shell-command): Put colon at the end of
3248 the prompt. (Bug#13045)
3249
3250 2012-12-14 Glenn Morris <rgm@gnu.org>
3251
3252 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
3253 Try to include filename in non-bytecomp warning. (Bug#13132)
3254
3255 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
3256
3257 Fix permissions bugs with setgid directories etc. (Bug#13125)
3258 * files.el (backup-buffer): Don't rely on 9th output of
3259 file-attributes, as it's now a placeholder. Instead, use the new
3260 optional arg of file-ownership-preserved-p.
3261 (file-ownership-preserved-p): New optional arg GROUP.
3262 Fix mishandling of setuid directories that would cause this
3263 function to return t when it should have returned nil.
3264 Document what happens if the file does not exist, and when
3265 it's not known whether the ownership will be preserved.
3266 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
3267 Likewise.
3268 (tramp-get-local-gid): Use group-gid for integer, as that's
3269 faster and more reliable.
3270
3271 2012-12-14 Julien Danjou <julien@danjou.info>
3272
3273 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
3274 Update keywords list, data type and PL/pgSQL.
3275
3276 2012-12-14 Dave Abrahams <dave@boostpro.com>
3277
3278 * vc/ediff-util.el (ediff-buffer-type): New function.
3279 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
3280 rather than taking it as as argument.
3281 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
3282
3283 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
3284
3285 * json.el: Add pretty-print option (bug#12634).
3286 (json-encoding-separator, json-encoding-default-indentation)
3287 (json--encoding-current-indentation, json-encoding-pretty-print)
3288 (json-encoding-lisp-style-closings): New vars.
3289 (json--with-indentation): New macro.
3290 (json-encode-hash-table, json-encode-alist, json-encode-plist)
3291 (json-encode-array): Use it to obey json-encoding-pretty-print.
3292 (json-pretty-print-buffer, json-pretty-print): New commands.
3293
3294 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
3295
3296 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3297 Extract `ruby-syntax-propertize-expansions'.
3298 (ruby-syntax-propertize-expansions): Only change syntax on
3299 certain string delimiters, to punctuation. This way the common
3300 functions like forward-word and thing-at-point still work.
3301 (ruby-match-expression-expansion): Improve readability.
3302 (ruby-block-contains-point): New function.
3303 (ruby-add-log-current-method): Handle several edge cases.
3304
3305 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
3306
3307 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
3308 unload-feature finishes even when aborting an ongoing edebug session.
3309 Also, do not worry about edebug-mode, unload-feature takes care of it.
3310
3311 2012-12-13 Andreas Schwab <schwab@suse.de>
3312
3313 * net/tls.el (tls-program): Update customize type.
3314
3315 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
3316
3317 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
3318 (edebug-setup-hook, cl-read-load-hooks): Use it.
3319 (edebug-unload-function): New function. (Bug#13163)
3320
3321 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
3322
3323 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
3324 Otherwise, there could be errors in autoloading. (Bug#13151)
3325
3326 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
3327
3328 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
3329 sequences.
3330
3331 2012-12-13 Alan Mackenzie <acm@muc.de>
3332
3333 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
3334 * progmodes/cc-engine.el (c-backward-comments): Add code to work
3335 around `forward-comment' not recognizing ^M as whitespace.
3336
3337 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
3338
3339 * progmodes/python.el (python-skeleton-class)
3340 (python-skeleton-def): Do not add space after defun name.
3341
3342 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3343
3344 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
3345 (cl--symbol-function): Remove (now that funbound is like nil).
3346
3347 2012-12-12 Glenn Morris <rgm@gnu.org>
3348
3349 * button.el (button--area-button-p): Fix typo.
3350
3351 2012-12-12 Sam Steingold <sds@gnu.org>
3352
3353 * frame.el (frame-maximization-style): New user option.
3354 (toggle-frame-maximized): Toggle frame maximization according to
3355 `frame-maximization-style', bound to <f11>.
3356 (cycle-frame-maximized): Cycle between all maximization styles and
3357 non-maximized frame, bound to shift-<f11>.
3358
3359 2012-12-12 David Cadé <codename68@gmail.com>
3360
3361 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
3362
3363 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
3364
3365 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
3366 (eieio-override-prin1): Don't quote kewords and booleans.
3367 (object-write) <eieio-default-superclass>: Don't put closing parens
3368 on new line, avoid needless empty lines, align values that are objects
3369 with the slot keyword (instead of beginning on the same line).
3370 (eieio-list-prin1): Align value with slot keyword; increase
3371 eieio-print-depth before printing members of the list.
3372
3373 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
3374
3375 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
3376 a display text-property.
3377 (report-emacs-bug-hook): Don't bother deleting it any more.
3378
3379 * hilit-chg.el (highlight-save-buffer-state): Delete.
3380 Use with-silent-modifications instead.
3381 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
3382
3383 * button.el: Handle buttons in display text-properties.
3384 (button--area-button-p, button--area-button-string):
3385 Use (STRING . STRING-POS) representation instead of just STRING.
3386
3387 2012-12-11 Eli Zaretskii <eliz@gnu.org>
3388
3389 * makefile.w32-in (compile4-SH): Fix a typo that caused term
3390 subdirectory be skipped.
3391
3392 2012-12-11 Glenn Morris <rgm@gnu.org>
3393
3394 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
3395
3396 * progmodes/f90.el (f90-line-continued, f90-indent-region):
3397 Treat preprocessor lines embedded in continuations like comments.
3398 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
3399
3400 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
3401
3402 * calc/calc.el (calc-standard-date-formats): Add more date
3403 formats.
3404 * calc/calc-forms.el (math-parse-iso-date): New function.
3405 (math-parse-date): Use `math-parse-iso-date' when appropriate.
3406 (math-parse-iso-date-validate): Add extra error checking.
3407 (calc-date-notation): Add ability to access new date formats.
3408
3409 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3410
3411 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
3412 font-lock as well as when there's no text-property.
3413
3414 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
3415
3416 * hi-lock.el: Refine the choice of default face.
3417 (hi-lock-keyword->face): New function. Use it wherever we used
3418 cadadadr instead.
3419 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
3420 (hi-lock--last-face): Remove var.
3421 (hi-lock--unused-faces): New var to replace it.
3422 (hi-lock-read-face-name): Use/maintain it.
3423 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
3424 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
3425 if it has another face.
3426
3427 2012-12-10 Eli Zaretskii <eliz@gnu.org>
3428
3429 * subr.el (w32notify-handle-event): New function.
3430 (inotify-handle-event): Doc fix.
3431
3432 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3433
3434 * subr.el (inotify-event-p, inotify-handle-event): New functions.
3435
3436 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
3437
3438 * simple.el (just-one-space): Doc fix.
3439
3440 2012-12-10 Eli Zaretskii <eliz@gnu.org>
3441
3442 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
3443
3444 2012-12-10 Le Wang <l26wang@gmail.com>
3445
3446 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
3447 narrowed buffer (bug#12361).
3448
3449 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
3450
3451 * vc/vc-hooks.el (vc-state): Doc fix.
3452
3453 2012-12-10 Glenn Morris <rgm@gnu.org>
3454
3455 * mail/rmail.el (rmail-maybe-display-summary):
3456 Preserve buffer, in case select-window changes it. (Bug#13066)
3457
3458 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3459
3460 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
3461 cl-load-hook where they belong.
3462
3463 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3464
3465 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
3466
3467 2012-12-09 Eli Zaretskii <eliz@gnu.org>
3468
3469 Parallelize byte compilation on MS-Windows.
3470 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
3471 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
3472 (WINS_BASIC): Define as concatenation of the above.
3473 (compile): Subdivide into 4 separate and independent jobs that can
3474 be run in parallel.
3475 (compile0-CMD, compile0-SH): New targets for compiling
3476 COMPILE_FIRST files, which are prerequisites for the rest of the
3477 byte-compilation.
3478 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
3479 New targets for parallel compilation with cmd.exe.
3480 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
3481 compiling under a Unixy shell.
3482
3483 2012-12-09 Chong Yidong <cyd@gnu.org>
3484
3485 * simple.el (set-mark-default-inactive): Delete this
3486 accidentally-introduced option.
3487 (set-mark-command, exchange-point-and-mark): Remove calls.
3488
3489 2012-12-09 Glenn Morris <rgm@gnu.org>
3490
3491 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
3492 Respect a defcustom's :set function, if appropriate. (Bug#109)
3493 (eval-defun): Doc fix.
3494
3495 2012-12-08 Juri Linkov <juri@jurta.org>
3496
3497 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
3498 (Info-fontify-node, Info-bookmark-make-record): Remove the
3499 file extension from Info-current-file (Bug#13016).
3500
3501 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3502
3503 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
3504 point, still provide some default.
3505 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
3506 names, since we don't use it right now. Actually return the list.
3507 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
3508
3509 2012-12-07 Chong Yidong <cyd@gnu.org>
3510
3511 * novice.el (disabled-command-function): Remove a spurious help
3512 xref (Bug#13043). Suggested by Kelly Dean.
3513
3514 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
3515 syntax is specified (Bug#13025).
3516
3517 * info.el (Info-set-mode-line): Remove the file extension from
3518 Info-current-file if there is one (Bug#13016).
3519
3520 2012-12-07 Glenn Morris <rgm@gnu.org>
3521
3522 * mail/rmail.el (rmail-mime-decoded): New permanent local.
3523 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
3524 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
3525 and rmail-mime-decoded. (Bug#9841)
3526
3527 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
3528 (batch-unrmail, unrmail): Doc fixes.
3529 (unrmail): Respect unrmail-mbox-format.
3530 * mail/rmail.el (rmail-mbox-format): New option.
3531 (rmail-show-message-1): Respect rmail-mbox-format.
3532
3533 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3534
3535 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
3536
3537 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3538
3539 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
3540 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
3541 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
3542 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
3543 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
3544 (cl-progv): Don't rely on dynamic scoping to find the body.
3545 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
3546 (cl--proclaims-deferred): Rename from the "cl-" prefix.
3547 (cl-declaim): Use backquotes.
3548 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
3549 Use "cl--" prefix for the object's tag.
3550
3551 * ses.el: Use advice-add/remove.
3552 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
3553 (copy-region-as-kill, yank): Use advice-add.
3554 (ses-unload-function): Use advice-remove.
3555
3556 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
3557
3558 * button.el: Make them work in header-lines (bug#12817).
3559 (button-map): Add bindings for header-line and mode-line use.
3560 (button-get, button-put, button-label): `button' may now be a string.
3561 (button-activate): Don't make it a defsubst.
3562 (button--area-button-p, button--area-button-string): New functions.
3563 (make-text-button): Fix the return value when `beg' was a string.
3564 (push-button): Handle the mode-line case.
3565
3566 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3567
3568 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
3569 (sql-signum): Remove. Use `cl-signum' instead.
3570 (sql-read-passwd): Remove; use read-passwd instread.
3571 (sql-get-login-ext): Use read-string.
3572 (sql-get-login): Use dolist and pcase.
3573 (sql--completion-table): Rename from sql-try-completion.
3574 Use complete-with-action.
3575 (sql-mode): Don't change abbrev-all-caps globally.
3576 (sql-connect): Don't rely on dynamic scoping for `new-name'.
3577 (sql-postgres-completion-object): Initialize vars in their `let'.
3578 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
3579 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
3580 (sql-comint-interbase): Use a single append, without setq.
3581 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
3582
3583 * hi-lock.el: Rework the default face and the serialize regexp code.
3584 (hi-lock--auto-select-face-defaults): Remove.
3585 (hi-lock-string-serialize-serial): Remove.
3586 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
3587 make weak.
3588 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
3589 equal string.
3590 (hi-lock-set-pattern): Adjust accordingly.
3591 (hi-lock--regexps-at-point): Simplify accordingly.
3592 (hi-lock--auto-select-face-defaults): Remove.
3593 (hi-lock--last-face): New var to replace it.
3594 (hi-lock-read-face-name): Rewrite (bug#11095).
3595 (hi-lock-unface-buffer): Arrange for the face to be the next default.
3596
3597 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
3598
3599 * net/tramp.el (tramp-replace-environment-variables):
3600 Hide compiler warning.
3601 (tramp-file-name-for-operation): Remove `executable-find',
3602 `start-process', `call-process' and `call-process-region'.
3603
3604 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
3605
3606 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
3607 compatibility.
3608
3609 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
3610
3611 2012-12-06 Chong Yidong <cyd@gnu.org>
3612
3613 * ffap.el (ffap-replace-file-component): Fix typo.
3614
3615 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3616
3617 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
3618 fix open-paren-like token test (bug#12785).
3619
3620 2012-12-06 Glenn Morris <rgm@gnu.org>
3621
3622 * mail/rmailsum.el (rmail-new-summary): Tweak for
3623 rmail-maybe-display-summary changing buffer. (Bug#13066)
3624
3625 2012-12-06 Juri Linkov <juri@jurta.org>
3626
3627 * info.el (Info-fontify-node): Don't hide the last newline.
3628 (Bug#12272)
3629
3630 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
3631
3632 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
3633 so as to enable message-read-from-minibuffer to expand mail aliases.
3634
3635 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3636
3637 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
3638 the `intangible' property.
3639 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
3640
3641 2012-12-05 Deniz Dogan <deniz@dogan.se>
3642
3643 * net/rcirc.el (rcirc-urls): Update documentation.
3644 (rcirc-condition-filter): New function.
3645 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
3646 and exclude consecutive duplicate URLs (Bug#6082).
3647
3648 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
3649
3650 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3651 Check return code of copy command.
3652
3653 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
3654 Use group `tramp'. Add version.
3655
3656 2012-12-05 Chong Yidong <cyd@gnu.org>
3657
3658 * ffap.el (ffap-url-regexp): Don't require matching at front of
3659 string (Bug#4952).
3660 (ffap-url-p): If only a substring matches, return that.
3661 (ffap-url-at-point): Use the return value of ffap-url-p.
3662 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
3663 (find-file-at-point, dired-at-point, dired-at-point-prompter)
3664 (ffap-guess-file-name-at-point): Likewise.
3665 (ffap-replace-file-component): Fix typo.
3666
3667 * info.el (info-display-manual): Add existing Info buffers, whose
3668 files may not be in Info-directory-list, to the completion.
3669 (info--manual-names): New helper function.
3670
3671 2012-12-05 Glenn Morris <rgm@gnu.org>
3672
3673 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
3674 New functions, for detecting and resolving conflicts. (Bug#10709)
3675
3676 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
3677
3678 * hi-lock.el (hi-lock-auto-select-face): New user variable.
3679 (hi-lock-auto-select-face-defaults): New buffer local variable.
3680 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
3681 (hi-lock-unface-buffer): Prompt user with useful defaults.
3682 With prefix arg, unhighlight all hi-lock patterns in buffer.
3683
3684 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3685
3686 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
3687
3688 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
3689
3690 * Makefile.in (TRAMP_SRC):
3691 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
3692
3693 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
3694
3695 * net/tramp-adb.el: New package.
3696
3697 2012-12-04 Chong Yidong <cyd@gnu.org>
3698
3699 * terminal.el: Move to obsolete/.
3700
3701 * longlines.el: Move to obsolete/.
3702
3703 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
3704 Remove code referring to longlines mode.
3705
3706 2012-12-03 Juri Linkov <juri@jurta.org>
3707
3708 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
3709
3710 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3711
3712 * textmodes/ispell.el (ispell-init-process)
3713 (ispell-start-process, ispell-internal-change-dictionary):
3714 Make sure personal dictionary name is expanded after initial
3715 `default-directory' value. Use expanded strings for
3716 keep/restart checks and for value (Bug#13019).
3717
3718 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
3719
3720 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
3721
3722 2012-12-03 Leo Liu <sdl.web@gmail.com>
3723
3724 * files.el (dir-locals-read-from-file): Check file non-empty
3725 before reading. (Bug#13038)
3726
3727 2012-12-03 Glenn Morris <rgm@gnu.org>
3728
3729 * jka-cmpr-hook.el (jka-compr-get-compression-info):
3730 Remove any version extension before checking filename. (Bug#13006)
3731 (jka-compr-compression-info-list): Belated :version bump.
3732
3733 2012-12-03 Chong Yidong <cyd@gnu.org>
3734
3735 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
3736
3737 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
3738 (buffer-menu): Doc fix (Bug#12294).
3739
3740 2012-12-03 Roland Winkler <winkler@gnu.org>
3741
3742 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
3743 of diary-show-all-entries in the diary buffer (Bug#12994).
3744
3745 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
3746
3747 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
3748 "<STDIN>". This is binary safe.
3749
3750 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
3751
3752 * calc/calc-forms.el (math-absolute-from-iso-dt)
3753 (math-date-to-iso-dt, math-parse-iso-date-validate)
3754 (math-iso-dt-to-date): New functions.
3755 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
3756 (math-fd-isoweekday): New variables.
3757 (calc-date-notation, math-parse-standard-date, math-format-date)
3758 (math-format-date-part): Add support for more formatting codes.
3759
3760 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
3761
3762 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
3763 current buffer's file name when called interactively (Bug#12488).
3764
3765 2012-12-02 Juri Linkov <juri@jurta.org>
3766
3767 * info.el (info-display-manual): Don't clobber an existing Info
3768 buffer (Bug#10770). Add completion (Bug#10771).
3769
3770 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
3771
3772 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
3773 before using it for comparison (Bug#5297).
3774
3775 2012-12-01 Jari Aalto <jari.aalto@cante.net>
3776
3777 * textmodes/css-mode.el (css-current-defun-name): New function.
3778 (css-mode): Use it.
3779
3780 * textmodes/sgml-mode.el (html-current-defun-name): New function.
3781 (html-mode): Use it.
3782
3783 2012-12-01 Chong Yidong <cyd@gnu.org>
3784
3785 Modularize add-log-current-defun (Bug#2224).
3786 Suggested by Jari Aalto.
3787
3788 * vc/add-log.el (add-log-current-defun-function): Doc fix.
3789 (add-log-current-defun): Move mode-specific code to other files.
3790 (add-log-lisp-like-modes, add-log-c-like-modes)
3791 (add-log-tex-like-modes): Variables deleted.
3792
3793 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
3794 (lisp-mode-variables): Use it.
3795
3796 * progmodes/cc-mode.el (c-common-init):
3797 * progmodes/cperl-mode.el (cperl-mode): Set a value for
3798 add-log-current-defun-function.
3799
3800 * progmodes/m4-mode.el (m4-current-defun-name): New function.
3801 (m4-mode): Use it.
3802
3803 * progmodes/perl-mode.el (perl-current-defun-name): New.
3804 (perl-mode): Use it.
3805
3806 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3807 Use lisp-current-defun-name.
3808
3809 * textmodes/tex-mode.el (tex-current-defun-name): New.
3810 (tex-common-initialization): Use it.
3811
3812 * textmodes/texinfo.el (texinfo-current-defun-name): New.
3813 (texinfo-mode): Use it.
3814
3815 2012-12-01 Chong Yidong <cyd@gnu.org>
3816
3817 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
3818 * progmodes/autoconf.el (autoconf-mode):
3819 * progmodes/js.el (js-mode):
3820 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
3821 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
3822 * progmodes/perl-mode.el (perl-mode):
3823 * progmodes/sh-script.el (sh-mode, sh-set-shell):
3824 * textmodes/css-mode.el (css-mode):
3825 * textmodes/sgml-mode.el (html-mode, sgml-mode)
3826 (sgml-tags-invisible, sgml-guess-indent):
3827 * textmodes/tex-mode.el (tex-common-initialization)
3828 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
3829 (doctex-mode, plain-tex-mode, latex-mode):
3830 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
3831
3832 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
3833
3834 * vc/vc-hg.el (vc-hg-next-revision):
3835 Ensure use of default "tip" output format. (Bug#6968)
3836
3837 2012-12-01 Kim F. Storm <storm@cua.dk>
3838
3839 * startup.el (fancy-startup-tail): Add a clickable link
3840 (Bug#2176).
3841
3842 2012-12-01 Chong Yidong <cyd@gnu.org>
3843
3844 * startup.el (fancy-startup-tail): Improve the message about
3845 auto-save files (Bug#2176).
3846
3847 * files.el (recover-session): Improve the descriptive message, and
3848 use substitute-command-keys.
3849
3850 2012-12-01 Glenn Morris <rgm@gnu.org>
3851
3852 * ido.el (ido-file-internal):
3853 Handle other-window, other-frame for dired. (Bug#13036)
3854
3855 2012-11-30 Glenn Morris <rgm@gnu.org>
3856
3857 * icomplete.el (icomplete-separator): Fix :version.
3858
3859 2012-11-30 Chong Yidong <cyd@gnu.org>
3860
3861 * shell.el (shell): For C-u M-x shell, use an inactive shell
3862 buffer as the default (Bug#1975).
3863 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
3864 (shell-mode): Use them to reapply ansi colorization if Shell mode
3865 is re-enabled.
3866
3867 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
3868
3869 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
3870
3871 2012-11-30 Samuel Bronson <naesten@gmail.com>
3872
3873 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
3874 flag to xargs, for compatibility with BSD xargs (Bug#11703).
3875
3876 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
3877
3878 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
3879 by move-to-column (Bug#3234).
3880
3881 2012-11-30 Chong Yidong <cyd@gnu.org>
3882
3883 * longlines.el (longlines-wrap-line, longlines-encode-region):
3884 Preserve text properties (Bug#1425).
3885
3886 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
3887
3888 * vc/vc.el (vc-register): Allow registering a file which is
3889 already registered with a different backend (Bug#10589).
3890
3891 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
3892 Stefan Monnier <monnier@iro.umontreal.ca>
3893
3894 * icomplete.el: Change separator; add ido-style commands.
3895 (icomplete-show-key-bindings): Remove custom var.
3896 (icomplete-get-keys): Remove function.
3897 (icomplete-forward-completions, icomplete-backward-completions):
3898 New commands.
3899 (icomplete-minibuffer-map): New var.
3900 (icomplete-minibuffer-setup): Use it.
3901 (icomplete-exhibit): Don't delay if the list of completions is known.
3902 (icomplete-separator): New custom.
3903 (icomplete-completions): Use it.
3904 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
3905 (minibuffer-force-complete-and-exit): New command.
3906 (minibuffer--complete-and-exit): New function extracted from
3907 minibuffer-complete-and-exit.
3908 (minibuffer-complete-and-exit): Use it.
3909
3910 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
3911 error message when the file doesn't exist (bug#12974).
3912
3913 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3914
3915 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
3916
3917 2012-11-29 Glenn Morris <rgm@gnu.org>
3918
3919 * files.el (hack-dir-local-variables): Warn if try to set
3920 coding via dir-locals, since it doesn't work. (Bug#7169)
3921
3922 Add desktop support for restoring vc-dir buffers. (Bug#10606)
3923 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
3924 Set buffer-local value of desktop-save-buffer.
3925 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
3926 New functions.
3927 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
3928 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
3929
3930 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
3931 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
3932 Doc fix.
3933 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
3934 Doc fixes.
3935
3936 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
3937
3938 * calc/calc-forms.el (calc-date-notation): Fix regexp
3939 used to find time codes. Fix symbol for seconds.
3940
3941 2012-11-27 Glenn Morris <rgm@gnu.org>
3942
3943 * emacs-lisp/derived.el (derived-mode-make-docstring):
3944 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
3945
3946 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3947
3948 * textmodes/table.el (table-insert): Don't use `symbol-name' on
3949 lexically scoped variables (bug#13005).
3950
3951 2012-11-27 Glenn Morris <rgm@gnu.org>
3952
3953 * vc/vc-hooks.el (vc-mistrust-permissions):
3954 Default to t, to avoid data-loss. (Bug#11490)
3955
3956 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
3957
3958 * progmodes/python.el (python-indent-guess-indent-offset):
3959 If indentation is guessed make python-indent-offset buffer-local.
3960
3961 Fix Imenu regression.
3962 * progmodes/python.el (python-nav-beginning-of-defun):
3963 Fix forward movement when statement(s) separates point from defun.
3964 (python-imenu-prev-index-position): New function.
3965
3966 2012-11-27 Eli Zaretskii <eliz@gnu.org>
3967
3968 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
3969
3970 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3971 Don't set buffer-file-type. Return nil. (Bug#12989)
3972
3973 2012-11-27 Glenn Morris <rgm@gnu.org>
3974
3975 * hippie-exp.el (hippie-expand-try-functions-list):
3976 Re-autoload it. (Bug#12982)
3977
3978 2012-11-27 Eli Zaretskii <eliz@gnu.org>
3979
3980 * descr-text.el (describe-char-padded-string):
3981 Call internal-char-font only on GUI frames. (Bug#11964)
3982
3983 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
3984
3985 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
3986 and obsoletion message.
3987
3988 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3989
3990 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
3991 the constructs to keep outside of the `cl-block' (bug#12977).
3992
3993 2012-11-27 Chong Yidong <cyd@gnu.org>
3994
3995 * mouse.el (mouse-drag-line): Even if the line is not draggable,
3996 keep reading until we get the up-event anyway, in order to process
3997 the up-event for mouse-1-click-follows-link (Bug#12971).
3998
3999 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4000
4001 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
4002 base function is not yet defined (bug#12965).
4003 (ad-activate-advised-definition): Use ad-compile-function.
4004 (ad-activate): Use cond.
4005
4006 2012-11-25 Leo Liu <sdl.web@gmail.com>
4007
4008 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
4009 (Bug#12979)
4010
4011 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
4012
4013 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
4014 reftex-section-info-function in order to be compatible with
4015 Texinfo integration.
4016
4017 * textmodes/reftex.el (reftex-section-pre-regexp)
4018 (reftex-section-post-regexp, reftex-section-info-function):
4019 New variable.
4020 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
4021 reftex-section-post-regexp, and reftex-section-info-function in order
4022 to be compatible with Texinfo integration.
4023
4024 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4025 use reftex-section-pre-regexp variable in order to be compatible with
4026 Texinfo integration.
4027
4028 2012-11-25 Chong Yidong <cyd@gnu.org>
4029
4030 * faces.el: Make face-spec-set more analogous to setq.
4031 (face-spec-set): Change the third arg to specify whether this
4032 function is being called via defface, customize, or a third party.
4033 Set the appropriate symbol properties. Clear the override spec if
4034 setting via Custom. Initialize face if necessary. (Bug#4988)
4035 (face-spec-recalc): Allow theme faces to completely replace the
4036 defface spec, in the same way as custom faces (Bug#8454).
4037
4038 * cus-face.el (custom-declare-face): Move face initialization to
4039 face-spec-set.
4040 (custom-theme-set-faces): Don't initialize the face name here, as
4041 that is now done in face-spec-set.
4042
4043 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
4044 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
4045 Simplify by using the new arg to face-spec-set.
4046
4047 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
4048 reset face-override-spec too, and use custom-declare-face.
4049
4050 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
4051
4052 * term/ns-win.el (ns-initialize-window-system): Move creation of
4053 fontsets here (Bug#11964).
4054
4055 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
4056
4057 * ses.el (ses-rename-cell): Correct bug on mode-line update after
4058 cell renaming.
4059
4060 2012-11-24 Chong Yidong <cyd@gnu.org>
4061
4062 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
4063 obsolete.
4064
4065 * custom.el (custom-theme-set-variables): Use a topological sort
4066 for ordering by custom dependencies (Bug#12952).
4067 (custom--sort-vars, custom--sort-vars-1): New functions.
4068
4069 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4070
4071 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
4072 lexical-binding (bug#12938).
4073
4074 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
4075
4076 * image-mode.el (image-transform-check-size): Use assertions only
4077 for images of type imagemagick.
4078
4079 Otherwise no error, image-transform-fit-to-{width,height} is
4080 silently ignored, as before. Doc fix.
4081
4082 2012-11-24 Chong Yidong <cyd@gnu.org>
4083
4084 * faces.el (color-defined-p): Doc fix (Bug#12853).
4085
4086 2012-11-24 Juri Linkov <juri@jurta.org>
4087
4088 * dired.el (dired-mark): Add optional arg `interactive'.
4089 Check for `use-region-p' if `interactive' is non-nil.
4090 (dired-unmark, dired-flag-file-deletion): Add optional arg
4091 `interactive'. Call `dired-mark' with the arg `interactive'.
4092 (Bug#10624)
4093
4094 * wdired.el: Revert 2012-10-17 change partly and replace it with
4095 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
4096 (wdired-finish-edit): Add marks for new file names to
4097 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
4098 after `revert-buffer'.
4099 (wdired-do-renames): Remove calls to `dired-remove-file',
4100 `dired-add-file', `dired-add-entry'. (Bug#11795)
4101
4102 2012-11-24 Alan Mackenzie <acm@muc.de>
4103
4104 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
4105
4106 Fix bugs in the state cache. Enhance a debugging mechanism.
4107 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
4108 "brace at column zero" strategy for C++.
4109 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
4110 (c-parse-state-point): New variable.
4111 (c-record-parse-state-state): Record old parse state with
4112 `copy-tree'. Record previous value of point.
4113 (c-debug-parse-state-double-cons): New debugging function.
4114 (c-debug-parse-state): Call the above new function.
4115 (c-toggle-parse-state-debug): Output a confirmatory message.
4116
4117 * progmodes/cc-mode.el (c-before-change, c-after-change):
4118 Call c-invalidate-state-cache from `c-before-change' instead of
4119 `c-after-change'.
4120
4121 2012-11-23 Chong Yidong <cyd@gnu.org>
4122
4123 * find-cmd.el (find-constituents): Add executable, ipath,
4124 readable, samefile, writable, daystart, regextype (Bug#12856).
4125
4126 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4127
4128 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
4129
4130 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
4131
4132 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
4133 definition. This fixes a bootstrap failure.
4134 (calc-gregorian-switch): In menu, put dates before regions.
4135 This is easier to follow, lines up better in the menu, and lets us
4136 coalesce regions that switch at the same time. Give country
4137 names, not "Vatican", as that's better for non-expert users.
4138 Use names that are stable between the date of switch and now, e.g.,
4139 Bohemia and Moravia (which existed then and now) and not
4140 Czechoslovakia (which didn't exist then and doesn't exist now).
4141 What is now the U.S. mostly did not switch at the same time as
4142 Britain, so omit the U.S. Correct spelling of "Britain".
4143 Catholic Switzerland was too much of a mess, so omit it.
4144
4145 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
4146
4147 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
4148 after the variable is changed.
4149
4150 2012-11-21 Daniel Colascione <dancol@dancol.org>
4151
4152 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
4153 in SQL declarations for font-lock.
4154 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
4155
4156 2012-11-21 Glenn Morris <rgm@gnu.org>
4157
4158 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
4159 (face-italic-p): Add optional argument "inherit".
4160
4161 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
4162 Remove -p suffix from names, for consistency with other set-face-*.
4163 (set-face-inverse-video): Fix interactive spec.
4164 * play/gamegrid.el (gamegrid-make-mono-tty-face):
4165 * textmodes/table.el (table--update-cell-face):
4166 Use set-face-inverse-video rather than now obsolete alias.
4167
4168 2012-11-21 Eli Zaretskii <eliz@gnu.org>
4169
4170 * simple.el (line-move): Don't call line-move-partial if
4171 scroll-conservatively is in effect. (Bug#12927)
4172
4173 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4174
4175 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
4176 Fallback on completion-at-point rather than
4177 pcomplete-expand-and-complete, and only if pcomplete actually failed.
4178 (eshell-cmpl-initialize): Setup completion-at-point.
4179
4180 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
4181
4182 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
4183
4184 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
4185
4186 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
4187 are remote, check out-of-band property for both.
4188
4189 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4190
4191 * window.el (switch-to-buffer): Re-add the warning that was lost in the
4192 code rewrite.
4193
4194 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
4195
4196 More minor time fixes.
4197 * calendar/time-date.el: Commentary fix.
4198 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
4199 too much other code depends on (0 0) time stamps.
4200 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
4201 Add a couple of FIXME comments.
4202
4203 Minor cleanup for times as lists of four integers.
4204 * files.el (dir-locals-directory-cache):
4205 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
4206 Doc fixes.
4207 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
4208 * ps-bdf.el (bdf-file-newer-than-time):
4209 Process four-integers time stamps, not two. Doc fixes.
4210
4211 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4212
4213 * uniquify.el (uniquify-managed): Use defvar-local.
4214 (rename-buffer, create-file-buffer): Advise with advice-add.
4215 (uniquify-unload-function): Unadvise accordingly.
4216
4217 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
4218 (trace-buffer): Don't purecopy.
4219 (trace-entry-message, trace-exit-message): Add `context' arg.
4220 (trace--timer): New var.
4221 (trace-make-advice): Adjust for use in nadvice.
4222 Add `context' argument. Delay `display-buffer' via a timer.
4223 (trace-function-internal): Use advice-add.
4224 (trace--read-args): New function.
4225 (trace-function-foreground, trace-function-background): Use it.
4226 (trace-function): Rename to trace-function-foreground and redefine as
4227 an alias to that new name.
4228 (untrace-function, untrace-all): Adjust to the use of nadvice.
4229
4230 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
4231
4232 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
4233
4234 * subr.el (called-interactively-p-functions): New var.
4235 (internal--called-interactively-p--get-frame): New macro.
4236 (called-interactively-p, interactive-p): Rewrite in Lisp.
4237 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
4238 (called-interactively-p-functions): Use it.
4239 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
4240 (called-interactively-p-functions): Use it.
4241 * allout.el (allout-called-interactively-p): Don't assume
4242 called-interactively-p is a subr.
4243
4244 2012-11-20 Glenn Morris <rgm@gnu.org>
4245
4246 * profiler.el (profiler-report-mode-map): Add a menu.
4247 No need to bind `q' because we derive from special-mode.
4248 (profiler-report-find-entry): Handle calls from the menu-bar.
4249
4250 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4251
4252 * emacs-lisp/byte-run.el (defun-declarations-alist):
4253 Allow a compiler-macro to be a lambda expression.
4254
4255 * progmodes/python.el: Use cl-lib. Move var declarations outside of
4256 eval-when-compile.
4257 (python-syntax-context): Add compiler-macro.
4258 (python-font-lock-keywords): Simplify with De Morgan.
4259
4260 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
4261
4262 * files.el (load-file): Require match in minibuffer selection, as was
4263 the case in Emacs-20 before we changed the spec to allow .elc files
4264 (bug#12935).
4265
4266 * json.el: Don't require cl since we don't use it.
4267 * color.el: Don't require cl.
4268 (color-complement): `caddr' -> `nth 2'.
4269
4270 * calendar/time-date.el (time-to-seconds): De-obsolete.
4271
4272 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4273
4274 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
4275 year numbers.
4276 (math-date-to-julian-dt): Adjust the initial approximation for the
4277 year to deal with the new definition of the DATE.
4278
4279 2012-11-19 Daniel Colascione <dancol@dancol.org>
4280
4281 * term/w32-win.el (cygwin-convert-path-from-windows):
4282 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
4283
4284 2012-11-18 Chong Yidong <cyd@gnu.org>
4285
4286 * filecache.el (file-cache--read-list): New function.
4287 (file-cache-add-directory-list, file-cache-add-file-list)
4288 (file-cache-delete-file-list, file-cache-delete-directory-list):
4289 Use it to read a list of files or directories (Bug#12846).
4290 (file-cache-add-file, file-cache-add-directory)
4291 (file-cache-delete-file-list, file-cache-delete-file-regexp)
4292 (file-cache-delete-directory): Print an message.
4293
4294 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
4295
4296 * calc/calc-forms.el (math-date-to-dt): Use integer date when
4297 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
4298
4299 2012-11-18 Glenn Morris <rgm@gnu.org>
4300
4301 * image.el (insert-image, insert-sliced-image): Doc fix.
4302
4303 2012-11-18 Chong Yidong <cyd@gnu.org>
4304
4305 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
4306 (Bug#12810).
4307
4308 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4309
4310 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
4311 response when the target file is in a subdirectory (Bug#12757).
4312
4313 2012-11-18 Chong Yidong <cyd@gnu.org>
4314
4315 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
4316
4317 2012-11-18 Glenn Morris <rgm@gnu.org>
4318
4319 * emacs-lisp/cl-lib.el (face-underline-p):
4320 Use set-face-underline rather than the alias set-face-underline-p.
4321
4322 * window.el (with-temp-buffer-window): Doc fix.
4323 * subr.el (with-output-to-temp-buffer):
4324 Add doc xref to with-temp-buffer-window.
4325
4326 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
4327
4328 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
4329 * calc/calc.el (math-format-date-cache): Declare.
4330
4331 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
4332
4333 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
4334 It also uses January 1, 1 AD as its day number 1.
4335 * calc/calc-forms.el (math-julian-date-beginning)
4336 (math-julian-date-beginning-int): Implement this.
4337
4338 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
4339
4340 * descr-text.el (quail-find-key):
4341 * dired.el (desktop-file-name):
4342 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
4343 * generic-x.el (comint-mode, comint-exec):
4344 * image-dired.el (widget-forward):
4345 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
4346 (speedbar-change-expand-button-char)
4347 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
4348 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
4349 * printing.el (easy-menu-add-item, easy-menu-remove-item)
4350 (widget-field-action, widget-value-set):
4351 * speedbar.el (imenu--make-index-alist):
4352 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
4353 (ring-length, ring-insert):
4354 * vcursor.el (compare-windows-skip-whitespace):
4355 * woman.el (dired-get-filename):
4356 Declare functions.
4357
4358 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
4359
4360 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4361
4362 * calc/calc.el (calc-gregorian-switch): New variable.
4363
4364 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
4365 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
4366 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
4367 (math-leap-year-p): Add option to distinguish between Julian
4368 and Gregorian calendars.
4369 (math-day-number): Use `math-day-in-year' to do the computations.
4370 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
4371 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
4372 to do the computations.
4373 (math-date-to-dt): Use `math-date-to-julian-dt' and
4374 `math-date-to-gregorian-dt' to do the computations.
4375 (calcFunc-weekday, math-format-date-part): Use the new version of
4376 the DATE to determine the weekday.
4377 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
4378 when necessary.
4379
4380 2012-11-17 Eli Zaretskii <eliz@gnu.org>
4381
4382 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
4383 Cygwin; otherwise use 'file:'. (Bug#12914)
4384 (cygwin-convert-path-from-windows): Declare, to avoid
4385 byte-compiler warnings.
4386
4387 2012-11-17 Andreas Politz <politza@fh-trier.de>
4388
4389 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
4390 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
4391 prefix and negative numeric prefix args (Bug#12795).
4392
4393 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
4394
4395 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4396 Don't signal an error with a score that is too low to add to the
4397 list of top scores. (Bug#12779)
4398
4399 2012-11-17 Chong Yidong <cyd@gnu.org>
4400
4401 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
4402
4403 * filecache.el (file-cache-add-file): Handle relative file name in
4404 the argument (Bug#12694).
4405
4406 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
4407
4408 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
4409
4410 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4411
4412 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
4413
4414 * emacs-lisp/cl-lib.el: Set more meaningful version number.
4415
4416 2012-11-16 Martin Rudalics <rudalics@gmx.at>
4417
4418 * window.el (enlarge-window, shrink-window): Don't mention return
4419 value in doc-string (Bug#12896).
4420 (window--display-buffer): Don't resize frames - it won't work
4421 with all window managers and defeat pop-up-frame-alist.
4422 (display-buffer-alist): In doc-string explain that CONDITION can
4423 be a function and which arguments are passed to it (Bug#12854).
4424 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
4425 expressions (Bug#12854).
4426 (display-buffer): Pass ACTION argument to
4427 display-buffer-assq-regexp.
4428
4429 2012-11-16 Glenn Morris <rgm@gnu.org>
4430
4431 * window.el (fit-frame-to-buffer-bottom-margin)
4432 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
4433
4434 * faces.el (face-underline-p): Use face-attribute-specified-or.
4435
4436 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
4437
4438 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
4439
4440 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4441
4442 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
4443
4444 2012-11-16 Glenn Morris <rgm@gnu.org>
4445
4446 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
4447 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
4448
4449 * faces.el (face-underline-p): Doc fix. Handle :underline being
4450 things other than `t' (a string, a list).
4451 (face-inverse-video-p): Doc fix.
4452 (set-face-underline): Rename it back from set-face-underline-p.
4453 Doc fix. Allow interactive input of values other than t.
4454 (read-face-attribute): Apply formatting to :underline,
4455 since like :box and :stipple it can take list values.
4456
4457 * term.el (ansi-term): Don't let C-x escape-char binding
4458 clobber the more standard C-c binding. (Bug#12842)
4459
4460 * subr.el (set-temporary-overlay-map): Doc fix.
4461
4462 2012-11-16 Martin Rudalics <rudalics@gmx.at>
4463
4464 * window.el (record-window-buffer)
4465 (display-buffer-record-window): When copying the markers to
4466 window-point preserve window-point-insertion-type. (Bug#12588)
4467
4468 2012-11-16 Glenn Morris <rgm@gnu.org>
4469
4470 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
4471 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
4472 Use new names for hooks rather than obsolete aliases.
4473
4474 2012-11-15 Daniel Colascione <dancol@dancol.org>
4475
4476 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
4477 prefix instead of "file:" so that when FILE-NAME begins with "//",
4478 as it does when the target file is on a network share, url-handler
4479 isn't confused.
4480
4481 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4482
4483 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
4484 a preactivated advice from an old advice.el; they're not compatible!
4485
4486 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
4487
4488 * emacs-lisp/nadvice.el (advice--make-interactive-form):
4489 Fix string-spec case.
4490
4491 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
4492
4493 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4494
4495 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
4496 (advice--buffer-local-function-sample): New var.
4497 (advice--set-buffer-local, advice--buffer-local): New functions.
4498 (add-function, remove-function): Use them.
4499
4500 2012-11-15 Drew Adams <drew.adams@oracle.com>
4501
4502 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
4503
4504 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4505
4506 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
4507 potential binding of print-gensym to t, and prettify (back)quotes in
4508 case they appear in args's default values (bug#12884).
4509
4510 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4511
4512 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
4513 (advice-eval-interactive-spec): New function.
4514 (advice--make-interactive-form): Support around advice (bug#12844).
4515
4516 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
4517
4518 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
4519 more strict. Add docstring.
4520 (ruby-expression-expansion-re): Extract from
4521 `ruby-match-expression-expansion'.
4522 (ruby-syntax-propertize-function): After everything else, search
4523 for expansions in string literals, mark their insides as
4524 whitespace syntax and save match data for font-lock.
4525 (ruby-font-lock-keywords): Use the 2nd group from expression
4526 expansion matches.
4527 (ruby-match-expression-expansion): Use the match data saved to the
4528 text property in ruby-syntax-propertize-function.
4529
4530 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4531
4532 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
4533 (bug#12879).
4534
4535 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4536
4537 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
4538 start/end keyword a bit harder. Works with different values of N.
4539 Add more comments.
4540 (ruby-end-of-block): Update accordingly.
4541
4542 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4543
4544 * woman.el (woman-file-name): Don't mess with unread-command-events
4545 (bug#12861).
4546
4547 * emacs-lisp/advice.el: Layer on top of nadvice.el.
4548 Remove out of date self-require hack.
4549 (ad-do-advised-functions): Use simple `dolist'.
4550 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
4551 (ad-advice-definition): Redefine as functions.
4552 (ad-advice-classes): Move before first use.
4553 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
4554 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
4555 (ad--defalias-fset): Remove functions.
4556 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
4557 (ad-get-orig-definition): Rewrite.
4558 (ad-make-advised-definition-docstring): Change base docstring.
4559 (ad-real-orig-definition): Rewrite.
4560 (ad-map-arglists): Change name of called function.
4561 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
4562 (ad-make-advised-definition): Simplify.
4563 (ad-assemble-advised-definition): Tweak for new calling context.
4564 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
4565 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
4566 function and call ad-activate if needed.
4567 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
4568 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
4569 (ad-compile-function): Compile ad-Advice-*.
4570 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
4571 (ad-start-advice, ad-stop-advice): Remove.
4572
4573 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4574
4575 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
4576 period before class method names, not after. Remove handling of
4577 one impossible case. Add comments.
4578
4579 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4580
4581 * emacs-lisp/advice.el: Remove support for freezing.
4582 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
4583 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
4584 Remove support for `freeze'.
4585
4586 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
4587 override the default.
4588 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
4589 cl--dotimes/dolist.
4590 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
4591 `cl' is loaded.
4592
4593 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
4594 from add-advice.
4595 (advice--strip-macro): New function.
4596 (advice--defalias-fset): Use them to handle macros.
4597 (advice-add): Use them.
4598 (advice-member-p): Correctly handle macros.
4599
4600 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4601
4602 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4603 Never font-lock the beginning of singleton class as heredoc.
4604
4605 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4606
4607 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
4608
4609 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
4610
4611 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
4612 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
4613 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
4614
4615 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
4616
4617 Fix end-of-defun misbehavior.
4618 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
4619 python-beginning-of-defun-function. Handle nested defuns
4620 correctly.
4621 (python-nav-end-of-defun): Rename from
4622 python-end-of-defun-function. Ensure forward movement.
4623 (python-info-current-defun): Reimplement to work as intended
4624 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
4625 parent defuns as soon as possible.
4626
4627 2012-11-13 Glenn Morris <rgm@gnu.org>
4628
4629 * progmodes/flymake.el (flymake-error-bitmap)
4630 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
4631 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
4632
4633 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4634
4635 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
4636 backward, always stop at indentation. Reverts the change from
4637 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
4638
4639 2012-11-13 Glenn Morris <rgm@gnu.org>
4640
4641 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
4642 Add ibuffer-filter-by-derived-mode.
4643
4644 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
4645 the same name shadowing each other.
4646
4647 * window.el (with-temp-buffer-window): Doc tweak.
4648
4649 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
4650
4651 * help.el (temp-buffer-max-height):
4652 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
4653 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
4654
4655 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4656
4657 * emacs-lisp/nadvice.el: New package.
4658 * subr.el (special-form-p): New function.
4659 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
4660 (elp-all-instrumented-list): Remove var.
4661 (elp-not-profilable): Remove elp-wrapper.
4662 (elp-profilable-p): Use autoloadp and special-form-p.
4663 (elp--advice-name): New const.
4664 (elp-instrument-function): Use advice-add.
4665 (elp--instrumented-p): New predicate.
4666 (elp-restore-function): Use advice-remove.
4667 (elp-restore-all, elp-reset-all): Use mapatoms.
4668 (elp-set-master): Use elp--instrumented-p.
4669 (elp--make-wrapper): Rename from elp-wrapper, return a function
4670 suitable for advice-add. Use cl-inf.
4671 (elp-results): Use mapatoms+elp--instrumented-p.
4672 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
4673 (debug-function-list): Remove var.
4674 (debug): Rename arg, and then let-bind it explicitly inside.
4675 (debugger-setup-buffer): Rename arg.
4676 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
4677 (debugger-frame-number): Adjust to new debug-on-entry setup.
4678 (debug--implement-debug-on-entry): Rename from
4679 implement-debug-on-entry, add argument.
4680 (debugger-special-form-p): Remove, use special-form-p instead.
4681 (debug-on-entry): Use advice-add.
4682 (debug--function-list): New function.
4683 (cancel-debug-on-entry): Use it, along with advice-remove.
4684 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
4685 (debugger-list-functions): Use debug--function-list instead of
4686 debug-function-list.
4687 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
4688 (ad-special-form-p): Remove, use special-form-p instead.
4689 (ad-set-advice-info): Use add-function and remove-function.
4690 (ad--defalias-fset): Adjust accordingly.
4691
4692 2012-11-10 Glenn Morris <rgm@gnu.org>
4693
4694 * mail/emacsbug.el (report-emacs-bug-tracker-url)
4695 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
4696 (report-emacs-bug-create-existing-bugs-buffer)
4697 (report-emacs-bug-parse-query-results)
4698 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
4699
4700 * term.el (term-default-fg-color, term-default-bg-color):
4701 Make obsolete, rather than just saying "deprecated" in the doc.
4702
4703 * term.el (term): Rename from `term-face'.
4704 (term-current-face, ansi-term-color-vector)
4705 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
4706 Update all users.
4707
4708 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
4709
4710 * server.el (server-create-window-system-frame): Handle Nextstep
4711 specially (Bug#12780).
4712
4713 2012-11-10 Glenn Morris <rgm@gnu.org>
4714
4715 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
4716 Unautoload, and make obsolete. (Bug#7449)
4717
4718 2012-11-10 Chong Yidong <cyd@gnu.org>
4719
4720 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
4721 rename from diff-remove-trailing-whitespace (Bug#12831).
4722
4723 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4724
4725 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
4726 miscompilation of trace.el.
4727
4728 2012-11-10 Glenn Morris <rgm@gnu.org>
4729
4730 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
4731
4732 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4733
4734 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
4735 (bug#12812).
4736
4737 2012-11-10 Chong Yidong <cyd@gnu.org>
4738
4739 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
4740 a defcustom with an appropriate :set function.
4741 (minibuffer-default--in-prompt-regexps): New function.
4742
4743 2012-11-10 Glenn Morris <rgm@gnu.org>
4744
4745 * emacs-lisp/cl.el (define-setf-expander, defsetf)
4746 (define-modify-macro): Doc fixes.
4747
4748 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
4749 (gv-define-simple-setter): Update doc of `fix-return'.
4750
4751 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4752
4753 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
4754 twice when `fix-return' is set (bug#12813).
4755
4756 * emacs-lisp/cl.el (defsetf): Pass the third arg to
4757 gv-define-simple-setter (bug#12812).
4758
4759 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
4760 (bug#12756).
4761
4762 2012-11-10 Glenn Morris <rgm@gnu.org>
4763
4764 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
4765
4766 * emacs-lisp/cl-extra.el (cl-prettyexpand):
4767 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
4768 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
4769 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
4770
4771 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
4772
4773 2012-11-10 Leo Liu <sdl.web@gmail.com>
4774
4775 * ido.el (ido-set-matches-1): Improve flex matching performance by
4776 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
4777
4778 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4779
4780 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
4781 (ad--defalias-fset): New function.
4782 (ad-safe-fset): Remove.
4783 (ad-make-freeze-definition): Use cl-letf*.
4784
4785 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4786
4787 * subr.el (dolist): Don't bind VAR in RESULT.
4788
4789 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
4790 (fset, documentation): Don't save real def since we don't advise.
4791 (ad-do-advised-functions): Remove problematic `result-form'.
4792 (ad-safe-fset): `ad-real-fset' => `fset'.
4793 (ad-read-advised-function): Don't assume that ad-do-advised-functions
4794 uses CL's dolist internally.
4795 (ad-arglist): Remove unused arg `name'.
4796 (ad-docstring, ad-make-advised-docstring):
4797 `ad-real-documentation' => `documentation'.
4798 (warning-suppress-types): Declare.
4799 (ad-set-arguments): Simple CSE.
4800 (ad-recover-normality): Sanity check.
4801
4802 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
4803 (funcall '(lambda ..) ..) into ((lambda ..) ..).
4804
4805 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
4806
4807 * ses.el: symbol to coordinate mapping is made by symbol property
4808 `ses-cell'. This means that the same mapping is done for all SES
4809 sheets. That is good enough for cells with standard A1 names, but
4810 not for named cell. So a hash map is added for the latter.
4811 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
4812 (ses-sym-rowcol): Use hashmap for named cell.
4813 (ses-is-cell-sym-p): New defun.
4814 (ses-decode-cell-symbol): New defun.
4815 (ses-create-cell-variable): Add cell to hashmap when name is not
4816 A1-like.
4817 (ses-rename-cell): Check that cell new name is not already in
4818 spreadsheet with the use of ses-is-cell-sym-p
4819 (ses-rename-cell): Use hash map for named cells, but accept also
4820 renaming back to A1-like.
4821
4822 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4823
4824 * emacs-lisp/advice.el: Use new dynamic docstrings.
4825 (ad-make-advised-definition-docstring, ad-advised-definition-p):
4826 Use dynamic-docstring-function instead of ad-advice-info.
4827 (ad--make-advised-docstring): New function extracted from
4828 ad-make-advised-docstring.
4829 (ad-make-advised-docstring): Use it.
4830 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
4831 from sql-help.
4832 (sql-help): Use it with dynamic-docstring-function.
4833
4834 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
4835
4836 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4837
4838 * files.el (hack-one-local-variable--obsolete): New function.
4839 (hack-one-local-variable): Use it for obsolete settings.
4840
4841 * subr.el (locate-user-emacs-file): If both old and new name exist, use
4842 the new name.
4843
4844 * progmodes/js.el (js--filling-paragraph): New var.
4845 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
4846 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
4847 less sneaky.
4848
4849 2012-11-08 Julien Danjou <julien@danjou.info>
4850
4851 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
4852 `auto-mode-alist' (Bug#12835).
4853
4854 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4855
4856 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
4857 (perl--prettify-symbols-alist): New const.
4858 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
4859 New functions.
4860 (perl-font-lock-keywords-2): Use them.
4861 (perl-electric-noindent-p): New function.
4862 (perl-mode): Use it to set up electric-indent-mode.
4863 (perl-electric-terminator, perl-indent-command): Mark obsolete.
4864 (perl-mode-map): Remove bindings for them.
4865 (perl-imenu-generic-expression, perl-outline-level):
4866 Match functions&packages in column>0.
4867
4868 * env.el (env--substitute-vars-regexp): New const.
4869 (substitute-env-vars): Use it. Add `only-defined' arg.
4870 * net/tramp.el (tramp-replace-environment-variables): Use it.
4871
4872 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
4873 Byte-compile *before* eval in eval-and-compile.
4874 (byte-compile-log-warning): Remove redundant inhibit-read-only.
4875 (byte-compile-file-form-autoload): Don't hide actual definition.
4876 (byte-compile-maybe-guarded): Accept `functionp' as well.
4877
4878 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
4879
4880 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
4881
4882 * notifications.el (notifications-get-server-information-method):
4883 New defconst.
4884 (notifications-get-capabilities): Fix docstring.
4885 (notifications-get-server-information): New defun.
4886
4887 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4888
4889 * textmodes/ispell.el (ispell-region): Standard re-indent for better
4890 readability.
4891
4892 * textmodes/ispell.el: Experimental support for support debugging.
4893 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
4894 buffer for ispell.
4895 (ispell-print-if-debug): New function to print stuff to
4896 `ispell-debug-buffer' if debugging is enabled.
4897 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
4898 show some debugging info.
4899 (ispell-buffer-with-debug): New function that creates a debugging
4900 buffer and calls `ispell-buffer' with debugging enabled.
4901
4902 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
4903 comment in autoconf mode. (Bug#12768)
4904
4905 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
4906
4907 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
4908 frame-first-window, frame-root-window, frame-selected-window,
4909 minibuffer-selected-window, minibuffer-window,
4910 window-absolute-pixel-edges, window-at, window-body-height,
4911 window-body-width, window-display-table, window-combination-limit,
4912 window-frame, window-fringes, window-inside-absolute-pixel-edges,
4913 window-inside-edges, window-inside-pixel-edges, window-left-child,
4914 window-left-column, window-margins, window-next-buffers,
4915 window-next-sibling, window-new-normal, window-new-total,
4916 window-normal-size, window-parameter, window-parameters, window-parent,
4917 window-pixel-edges, window-point, window-prev-buffers,
4918 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
4919 window-start, window-text-height, window-top-child, window-top-line,
4920 window-total-height, window-total-width and window-use-time to the list
4921 of functions without side-effects.
4922 (toplevel): Add window-valid-p to the list of error-free functions
4923 without side-effects.
4924
4925 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4926
4927 * textmodes/ispell.el (ispell-program-name):
4928 Update spellchecker parameters when customized.
4929
4930 2012-11-04 Glenn Morris <rgm@gnu.org>
4931
4932 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
4933
4934 2012-11-04 Chong Yidong <cyd@gnu.org>
4935
4936 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
4937 same-window-* variables.
4938
4939 2012-11-04 Juri Linkov <juri@jurta.org>
4940
4941 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
4942 (isearch-describe-key, isearch-describe-mode): Use a display
4943 action instead of binding same-window-* variables (Bug#10040).
4944
4945 2012-11-03 Glenn Morris <rgm@gnu.org>
4946
4947 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
4948 Rename handler properties back from cl-- to cl-. (Bug#12788)
4949
4950 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
4951
4952 2012-11-03 Eli Zaretskii <eliz@gnu.org>
4953
4954 * term/pc-win.el: Don't load term/internal from here.
4955
4956 * loadup.el: Load term/internal from here.
4957
4958 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
4959
4960 * progmodes/python.el (inferior-python-mode): Fix hang in
4961 jit-lock (Bug#12645).
4962
4963 2012-11-03 Martin Rudalics <rudalics@gmx.at>
4964
4965 * window.el (switch-to-visible-buffer)
4966 (switch-to-buffer-preserve-window-point): Fix doc-strings.
4967
4968 2012-11-03 Glenn Morris <rgm@gnu.org>
4969
4970 * emacs-lisp/cl-lib.el (cl--random-time):
4971 Rename from cl-random-time. (Bug#12773)
4972 (cl--gensym-counter, cl--random-state): Update callers.
4973 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
4974
4975 2012-11-03 Chong Yidong <cyd@gnu.org>
4976
4977 * cus-start.el: Make cursor-type customizable (Bug#11633).
4978
4979 2012-11-02 Glenn Morris <rgm@gnu.org>
4980
4981 * filecache.el: No need to load find-lisp when compiling.
4982 (find-lisp-find-files): Autoload it.
4983 (file-cache-add-directory-recursively): Don't require find-lisp.
4984
4985 * image.el (image-type-from-file-name): Trivial simplification.
4986
4987 * emacs-lisp/bytecomp.el (byte-compile-eval):
4988 Decouple "noruntime" and "cl-functions" warnings.
4989
4990 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
4991
4992 * play/gomoku.el (gomoku-display-statistics): Update mode line
4993 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
4994
4995 2012-10-31 Martin Rudalics <rudalics@gmx.at>
4996
4997 * window.el (quit-restore-window): If the window has been
4998 created on an existing frame and ended up as the sole window on
4999 that frame, do not delete it (Bug#12764).
5000
5001 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5002
5003 * progmodes/sh-script.el (sh--inside-noncommand-expression):
5004 Rename from sh--inside-arithmetic-expression, handle more cases
5005 (bug#11263).
5006
5007 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
5008 (sh-font-lock-open-heredoc): Use it (bug#12770).
5009
5010 2012-10-30 Glenn Morris <rgm@gnu.org>
5011
5012 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
5013
5014 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
5015
5016 2012-10-29 Chong Yidong <cyd@gnu.org>
5017
5018 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
5019 function key is stored in a keyboard macro (Bug#4894).
5020
5021 * thingatpt.el (number-at-point): Apply a thing-at-point property.
5022
5023 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5024
5025 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
5026 header comments".
5027 (diff-unified->context, diff-context->unified)
5028 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
5029
5030 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
5031
5032 * files.el (find-alternate-file): Only ask one question (bug#12487).
5033
5034 2012-10-29 Chong Yidong <cyd@gnu.org>
5035
5036 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
5037 Suggested by Dan Nicolaescu (Bug#6326).
5038
5039 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
5040
5041 * startup.el (fancy-about-screen): Don't message (Bug#12680).
5042
5043 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
5044
5045 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
5046
5047 * face-remap.el (face-remap-add-relative): Handle the case where a
5048 face-remapping-alist entry is a cons cell (Bug#12762).
5049
5050 2012-10-29 Kevin Ryde <user42@zip.com.au>
5051
5052 * woman.el (woman-parse-numeric-value): Handle picas correctly
5053 (Bug#12639).
5054
5055 2012-10-29 Glenn Morris <rgm@gnu.org>
5056
5057 * emacs-lisp/cl.el (defsetf): Doc fix.
5058
5059 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5060
5061 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
5062 syntax to the matching opener, if any (bug#12547).
5063 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
5064 matching open as a "case-(".
5065 (sh-smie-rc-grammar): Add a corresponding rule for it.
5066
5067 2012-10-28 Daniel Hackney <dan@haxney.org>
5068
5069 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
5070 "PKGNAME-autoloads.el" in case we created it.
5071
5072 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5073
5074 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
5075 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
5076 (completion--twq-all): Disable too-strict assertions.
5077
5078 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
5079
5080 2012-10-27 Eli Zaretskii <eliz@gnu.org>
5081
5082 * profiler.el (profiler-report-make-entry-part): Fix help-echo
5083 text to match the real keybindings.
5084
5085 2012-10-27 Juri Linkov <juri@jurta.org>
5086
5087 * wdired.el (wdired-keep-marker-rename): New defcustom.
5088 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
5089 (Bug#11795)
5090
5091 * dired.el (dired-keep-marker-rename): Add reference to
5092 `wdired-keep-marker-rename' in the docstring.
5093 Add default character value ?R to display initially in
5094 Customization UI instead of ?@.
5095
5096 2012-10-27 Martin Rudalics <rudalics@gmx.at>
5097
5098 * window.el (display-buffer): In doc-string describe
5099 window-height and window-width alist entries.
5100
5101 * time.el (display-time-world): Restore fit-window-to-buffer
5102 behavior.
5103
5104 2012-10-27 Chong Yidong <cyd@gnu.org>
5105
5106 * subr.el (insert-buffer-substring-as-yank): Doc fix.
5107
5108 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
5109
5110 * minibuffer.el (completion-category-overrides): New completion
5111 category `bookmark' (bug#11131).
5112
5113 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5114
5115 * emacs-lisp/advice.el (ad-assemble-advised-definition):
5116 Silence bogus compiler warnings for ad-do-it.
5117
5118 * bookmark.el (bookmark-completing-read): Set the completion category
5119 to `bookmark' (bug#11131).
5120
5121 2012-10-26 Bastien <bzg@altern.org>
5122 Stefan Monnier <monnier@iro.umontreal.ca>
5123
5124 * face-remap.el: Use lexical-binding.
5125 (text-scale-adjust): Improve docstring. Use itself for the temporary
5126 overlay-map bindings, so as to repeat the "Use..." message each time.
5127
5128 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5129
5130 * emacs-lisp/macroexp.el (macroexp--expand-all):
5131 Obey byte-compile-warning-enabled-p (bug#12486).
5132
5133 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
5134 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
5135
5136 2012-10-26 Martin Rudalics <rudalics@gmx.at>
5137
5138 * mouse.el (mouse-drag-line): Move last form into preceding when
5139 clause (Bug#12731).
5140
5141 * help.el (resize-temp-buffer-window): Fix doc-string.
5142
5143 2012-10-25 David Engster <deng@randomsample.de>
5144
5145 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
5146 Remove. This feature is already integrated in imenu.
5147
5148 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
5149 always loaded. Require `speedbar' unconditionally.
5150
5151 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5152
5153 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
5154
5155 * minibuffer.el (minibuffer-force-complete): Fix thinko.
5156
5157 * net/ldap.el (ldap-search-internal): The official ldif format starts
5158 with a "version: 1" header (bug#12724).
5159
5160 * emacs-lisp/package.el (package-installed-p): Warn if not ready
5161 (bug#12721).
5162
5163 2012-10-25 Glenn Morris <rgm@gnu.org>
5164
5165 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
5166
5167 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5168
5169 * minibuffer.el (minibuffer-force-complete): Use one more marker
5170 for the temporary-overlay-map command (bug#12619).
5171
5172 2012-10-24 Chong Yidong <cyd@gnu.org>
5173
5174 * time.el (display-time-world-mode): Derive from special-mode.
5175 (display-time-world): Use display-buffer (Bug#12708).
5176 (display-time-world-mode-map): Variable deleted.
5177 (display-time-world-display): Wrap the final delete-char inside
5178 inhibit-read-only.
5179
5180 2012-10-24 Chong Yidong <cyd@gnu.org>
5181
5182 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
5183 Doc fix.
5184
5185 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
5186
5187 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5188
5189 * minibuffer.el (completion--all-sorted-completions-location): New var.
5190 (completion--cache-all-sorted-completions)
5191 (completion--flush-all-sorted-completions): Use it.
5192 (completion-in-region, completion-in-region--postch)
5193 (completion-at-point, completion-help-at-point): Use markers in
5194 completion-in-region--data (bug#12619).
5195
5196 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5197
5198 * progmodes/compile.el (compilation-start): Try to handle common
5199 quoting of `cd' argument (bug#12640).
5200
5201 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
5202 (bug#12671).
5203
5204 2012-10-23 Glenn Morris <rgm@gnu.org>
5205
5206 * progmodes/gud.el (gud-menu-map):
5207 Check gdb-active-process is bound. (Bug#12358)
5208
5209 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5210
5211 * repeat.el (repeat): Set real-this-command (bug#12232).
5212
5213 * htmlfontify.el (hfy-post-html-hook):
5214 * filesets.el (filesets-cache-fill-content-hook):
5215 * arc-mode.el (archive-extract-hook):
5216 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
5217 * net/rcirc.el (rcirc-sentinel-functions)
5218 (rcirc-receive-message-functions, rcirc-activity-functions)
5219 (rcirc-print-functions):
5220 * net/dbus.el (dbus-event-error-functions):
5221 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
5222 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
5223 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
5224 * term/sun.el (sun-raw-prefix-hooks):
5225 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
5226
5227 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
5228
5229 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5230 Set `tramp-chunksize' to 1. This improves the performance.
5231 (tramp-smb-wait-for-output): Add timeout to
5232 `tramp-accept-process-output' calls.
5233
5234 2012-10-23 Chong Yidong <cyd@gnu.org>
5235
5236 * faces.el (font-list-limit): Define as an obsolete variable.
5237
5238 * startup.el (command-line):
5239 * cus-start.el: Don't refer to font-list-limit.
5240
5241 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
5242
5243 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5244
5245 * subr.el (internal-temp-output-buffer-show): Rename from
5246 temp-output-buffer-show, since previously compiled files expect this name.
5247
5248 2012-10-23 Glenn Morris <rgm@gnu.org>
5249
5250 * image.el (image-type-from-file-name): If multiple types match,
5251 return the first one that is supported. (Bug#9045)
5252
5253 2012-10-22 Glenn Morris <rgm@gnu.org>
5254
5255 * image.el (imagemagick-enabled-types): Doc fix.
5256
5257 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
5258
5259 * progmodes/which-func.el (which-func-current): The hash-table may have
5260 an explicit nil (bug#12338).
5261
5262 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5263
5264 * electric.el (electric-pair-delete-selection-self-insert-function):
5265 Rename to electric-pair-will-use-region, return a boolean.
5266 (electric-pair-mode): Adjust accordingly. Don't require delsel.
5267
5268 * delsel.el (delete-selection-helper): Use a function instead of a hook.
5269 (delete-selection-pre-hook): Use use-region-p.
5270 (delete-selection-self-insert-function): Remove.
5271 (self-insert-command): Obey self-insert-uses-region-functions.
5272 (self-insert-iso): Revert to previous setting, since we don't actually
5273 know what that command does.
5274 (delete-selection-self-insert-hooks): Remove.
5275
5276 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
5277
5278 * delsel.el (delete-selection-helper): New function, extracted from
5279 delete-selection-pre-hook.
5280 (delete-selection-pre-hook): Use it.
5281 (delete-selection-self-insert-function): New function.
5282 (delete-selection-self-insert-hooks): New hook.
5283 (self-insert-command, self-insert-iso): Use it.
5284 * electric.el (electric-pair-syntax): New function, extracted from
5285 electric-pair-post-self-insert-function.
5286 (electric-pair-post-self-insert-function): Use it.
5287 (electric-pair-delete-selection-self-insert-function): New function.
5288 (electric-pair-mode): Require delsel and setup
5289 delete-selection-self-insert-hooks (bug#11520).
5290
5291 2012-10-20 Chong Yidong <cyd@gnu.org>
5292
5293 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
5294 no changes to show (Bug#12586).
5295
5296 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
5297 list explicitly (Bug#12571).
5298
5299 2012-10-20 Arne Jørgensen <arne@arnested.dk>
5300
5301 * progmodes/flymake.el (flymake-create-temp-inplace):
5302 Use file-truename.
5303
5304 2012-10-20 Eli Zaretskii <eliz@gnu.org>
5305
5306 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
5307
5308 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5309
5310 * calc/calc-units.el (math-extract-units): Properly extract powers
5311 of units.
5312
5313 2012-10-20 Daniel Colascione <dancol@dancol.org>
5314
5315 * frame.el (make-frame): Set x-display-name as we used to in order
5316 to unbreak creating an X11 frame from an Emacs daemon started
5317 without a display.
5318
5319 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5320
5321 * minibuffer.el (minibuffer-force-complete): Make the next completion use
5322 the same completion-field (bug#12221).
5323
5324 2012-10-19 Martin Rudalics <rudalics@gmx.at>
5325
5326 * emacs-lisp/debug.el (debug): Record height of debugger window
5327 also when debugger will be back (Bug#8789).
5328
5329 2012-10-18 Chong Yidong <cyd@gnu.org>
5330
5331 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
5332 Convert to defcustom.
5333 (gdb-get-source-file): Don't bind pop-up-windows.
5334
5335 * progmodes/gud.el (gud-display-line): Don't specially re-use
5336 other frames for the gdb-mi case (Bug#12648).
5337
5338 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5339
5340 * emacs-lisp/advice.el: Clean up commentary a bit.
5341 (ad-do-advised-functions, ad-with-originals): Use `declare'.
5342 (byte-code-function-p): Never redefine.
5343
5344 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
5345
5346 2012-10-18 Glenn Morris <rgm@gnu.org>
5347
5348 * dired.el (dired-sort-toggle): Some ls implementations only allow
5349 a single option string. (Bug#12666)
5350
5351 * minibuffer.el (completion-cycle-threshold): Doc fix.
5352
5353 2012-10-17 Kenichi Handa <handa@gnu.org>
5354
5355 * international/mule.el (set-keyboard-coding-system):
5356 Recover input meta mode when the new coding system doesn not use 8-bit.
5357 Supply TERMINAL arg to set-input-meta-mode.
5358
5359 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
5360
5361 * wdired.el (wdired-old-marks): New variable.
5362 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
5363 (wdired-do-renames): Move point with renamed file and don't lose
5364 mark status (Bug#11795).
5365
5366 2012-10-16 Juri Linkov <juri@jurta.org>
5367
5368 * replace.el (query-replace-help): Mention multi-buffer replacement
5369 keys in the Help message. (Bug#12655)
5370
5371 2012-10-15 Chong Yidong <cyd@gnu.org>
5372
5373 * emacs-lisp/byte-run.el (defsubst): Doc fix.
5374
5375 2012-10-14 Eli Zaretskii <eliz@gnu.org>
5376
5377 * window.el (display-buffer): Doc fix.
5378
5379 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5380 Adjust the msft regexp to the output of Studio 2010, and move msft
5381 before edg-1. See the discussion on emacs-devel,
5382 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
5383 for the details.
5384
5385 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5386
5387 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
5388 (oset): Move uses of object-class-fast macro after its definition.
5389
5390 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
5391
5392 2012-10-13 Chong Yidong <cyd@gnu.org>
5393
5394 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
5395 enabled, re-enable it (Bug#11963).
5396
5397 2012-10-13 Martin Rudalics <rudalics@gmx.at>
5398
5399 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
5400 non-nil, restore window configuration (Bug#12623).
5401
5402 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5403
5404 * help-fns.el (describe-variable, describe-function-1):
5405 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
5406
5407 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
5408
5409 2012-10-12 Glenn Morris <rgm@gnu.org>
5410
5411 * mail/rmailsum.el (rmail-header-summary):
5412 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
5413
5414 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
5415
5416 * progmodes/python.el (python-mode-map):
5417 Replace subtitute-key-definition with proper command remapping.
5418 (python-nav--up-list): Fix behavior for blocks on the same level.
5419
5420 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5421
5422 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
5423
5424 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
5425 changes to the format of load-history.
5426
5427 * international/mule-cmds.el (read-char-by-name): Move let-binding of
5428 completion-ignore-case in case that var is buffer-local (bug#12615).
5429
5430 2012-10-11 Kenichi Handa <handa@gnu.org>
5431
5432 * international/eucjp-ms.el: Re-generated.
5433
5434 2012-10-10 Kenichi Handa <handa@gnu.org>
5435
5436 * select.el (xselect--encode-string): If a coding is specified for
5437 selection, and that is compatible with COMPOUND_TEXT, use it.
5438
5439 2012-10-10 Martin Rudalics <rudalics@gmx.at>
5440
5441 * window.el (switch-to-buffer-preserve-window-point): New option.
5442 (switch-to-buffer):
5443 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
5444
5445 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5446
5447 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
5448 Don't document nil as a useful value (bug#12583).
5449
5450 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
5451
5452 * net/tramp.el (tramp-debug-message):
5453 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
5454 (with-tramp-progress-reporter): Rename from
5455 `tramp-with-progress-reporter'.
5456 (with-tramp-file-property, with-tramp-connection-property):
5457 Move from tramp-cache.el, rename from `with-file-property' and
5458 `with-connection-property', respectively.
5459
5460 * net/tramp-cache.el: Remove `with-file-property' and
5461 `with-connection-property'.
5462
5463 * net/tramp.el:
5464 * net/tramp-gvfs.el:
5465 * net/tramp-sh.el:
5466 * net/tramp-smb.el: Adapt callees.
5467
5468 * net/trampver.el: Update release number.
5469
5470 2012-10-09 Glenn Morris <rgm@gnu.org>
5471
5472 * w32-fns.el (set-message-beep):
5473 * term/w32-win.el (set-message-beep): Update declarations.
5474
5475 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5476
5477 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
5478 (mode-line-widen, mode-line-input-method-map)
5479 (mode-line-coding-system-map, mode-line-remote)
5480 (mode-line-unbury-buffer, mode-line-bury-buffer)
5481 (mode-line-next-buffer, mode-line-previous-buffer):
5482 Replace save-selected-window+select-window => with-selected-window.
5483
5484 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
5485 * progmodes/cc-vars.el (bq-process): Remove, unused.
5486
5487 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
5488
5489 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
5490
5491 Implemented `backward-up-list'-like navigation.
5492 * progmodes/python.el (python-nav-up-list)
5493 (python-nav-backward-up-list): New functions.
5494 (python-mode-map): Define substitute key for backward-up-list to
5495 python-nav-backward-up-list.
5496
5497 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5498
5499 * progmodes/python.el (python-fill-paragraph): Rename from
5500 python-fill-paragraph-function. Fixed fill-paragraph for
5501 decorators (Bug#12605).
5502
5503 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5504
5505 * progmodes/python.el (python-shell-output-filter): Handle extra
5506 carriage return in OSX (Bug#12409).
5507
5508 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5509
5510 Fix shell handling of unbalanced quotes and parens in output.
5511 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
5512 (python-syntax-propertize-function): Use it.
5513 (python-shell-output-syntax-table): New var.
5514 (inferior-python-mode): Prevent unbalanced parens/quotes from
5515 previous output mess with current input context.
5516
5517 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
5518
5519 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
5520 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
5521
5522 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
5523
5524 * ffap.el (ffap-replace-file-component): Support Tramp file name
5525 syntax, not only ange-ftp's one.
5526
5527 2012-10-08 Glenn Morris <rgm@gnu.org>
5528
5529 * cus-start.el (message-log-max): Set :version.
5530
5531 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
5532
5533 2012-10-08 Martin Rudalics <rudalics@gmx.at>
5534
5535 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
5536 the minibuffer window (Bug#10851).
5537
5538 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5539
5540 Enhancements on forward-sexp movement.
5541 * progmodes/python.el (python-nav-beginning-of-statement)
5542 (python-nav-end-of-statement): Return point-marker.
5543 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
5544 (python-info-current-symbol)
5545 (python-info-statement-starts-block-p): Rename from
5546 python-info-beginning-of-block-p.
5547 (python-info-statement-ends-block-p): Rename from
5548 python-info-end-of-block-p.
5549 (python-info-beginning-of-statement-p)
5550 (python-info-end-of-statement-p)
5551 (python-info-beginning-of-block-p, python-info-end-of-block-p):
5552 New functions.
5553
5554 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5555
5556 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
5557 frame-selected-windows.
5558
5559 2012-10-08 Daniel Colascione <dancol@dancol.org>
5560
5561 * battery.el (battery-status-function): Check for
5562 w32-battery-status itself, not system-time windows-nt.
5563
5564 * frame.el: Require cl-lib.
5565 (display-format-alist): New variable mapping frame types to
5566 functions that initialize them.
5567 (window-system-for-display): New function: interprets
5568 display-format-alist.
5569 (make-frame-on-display): Remove existing display-selection logic
5570 and just forward to make-frame, which will now DTRT.
5571 (make-frame): Restructure to use window-system-for-display to
5572 figure out how to create a frame on a given display.
5573 (display-mouse-p): Look for frame-type w32, not a particular
5574 system-type.
5575
5576 * loadup.el: Load w32 lisp code when we have the w32 feature.
5577
5578 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
5579 system-type windows-nt.
5580
5581 * server.el (server-create-window-system-frame): Look for window
5582 type.
5583 (server-proces-filter): Only force a window system when windows-nt
5584 _and_ w32. Explain why.
5585
5586 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
5587 of window systems we configure for the mode.
5588
5589 * startup.el (command-line): Mark window system is initialized
5590 after we've done it.
5591
5592 * common-win.el (x-select-text): Look for w32, not windows-nt.
5593
5594 * ns-win.el: Require cl-lib. Add ourselves to
5595 display-format-alist.
5596 (ns-initialize-window-system): Assert we're not initialized twice.
5597
5598 * w32-win.el: Enable lexical binding; require cl-lib; add
5599 ourselves to display-format-alist.
5600 (w32-handle-dropped-file): Convert incoming dropped files from
5601 Windows paths to Cygwin ones before passing them on to the rest of
5602 Emacs.
5603 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
5604 (w32-initialize-window-system): Assert we're not initialized twice.
5605
5606 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
5607 (x-initialize-window-system): Assert we're not initialized twice.
5608
5609 * w32-common-fns.el: New File.
5610 (w32-version, w32-using-nt, w32-get-clipboard-data)
5611 (w32-set-clipboard-data, x-set-selection, x-get-selection)
5612 (w32-charset-info-alist, x-last-selected, text)
5613 (x-get-selection-value, x-selection-value): Move here.
5614
5615 * w32-fns.el: Require w32-common-fns.
5616 (w32-version, w32-using-nt, w32-get-clipboard-data)
5617 (w32-set-clipboard-data, x-set-selection, x-get-selection)
5618 (w32-charset-info-alist, x-last-selected, text)
5619 (x-get-selection-value, x-selection-value): Move to
5620 w32-common-fns.
5621
5622 * w32-vars.el:
5623 (w32-allow-system-shell, w32-system-shells): Define only in
5624 non-cygwin case.
5625
5626 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5627
5628 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
5629 (read-passwd): Remove a few more potential sources of leaks.
5630
5631 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
5632
5633 * progmodes/python.el (inferior-python-mode)
5634 (python-shell-make-comint): Fix initialization of local
5635 variables copied from parent buffer.
5636
5637 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
5638
5639 * term/ns-win.el (ns-read-file-name): Update declaration to match
5640 nsfns.m.
5641 (ns-respond-to-change-font): Change fontsize separately so we are sure
5642 it is set when font is acted upon.
5643
5644 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
5645
5646 Enhancements to indentation.
5647 * progmodes/python.el (python-indent-context): Give priority to
5648 inside-string context. Make comments indentation markers.
5649 (python-indent-region): Do not mess with strings, unless it's the
5650 enclosing set of quotes.
5651
5652 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5653
5654 * window.el (internal--before-save-selected-window)
5655 (internal--after-save-selected-window): New functions extracted from
5656 save-selected-window. Make sure we return the `alist' we construct.
5657 (save-selected-window): Use them.
5658
5659 * textmodes/tex-mode.el (tex-recenter-output-buffer):
5660 Use with-selected-window.
5661
5662 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
5663 forms that define macros (bug#12593).
5664
5665 2012-10-07 Kenichi Handa <handa@gnu.org>
5666
5667 * international/mule-conf.el (compound-text-with-extensions):
5668 Add :mime-charset property as x-ctext.
5669
5670 2012-10-07 Stefan Merten <smerten@oekonux.de>
5671
5672 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
5673 (rst-indent-literal-normal, rst-indent-literal-minimized)
5674 (rst-indent-comment): Correct :version tag.
5675 (rst-official-cvs-rev): Correct version string.
5676
5677 2012-10-07 Glenn Morris <rgm@gnu.org>
5678
5679 * mail/rmailmm.el (rmail-mime-process-multipart):
5680 Do not confuse a multipart message with an epilogue
5681 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
5682
5683 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
5684
5685 Fix shell output retrieval and comint-prompt-regexp init.
5686 * progmodes/python.el (inferior-python-mode):
5687 (python-shell-make-comint): Fix initialization of
5688 comint-prompt-regexp from copied file local variables.
5689 (python-shell-fetched-lines): Remove var.
5690 (python-shell-output-filter-in-progress): Rename from
5691 python-shell-fetch-lines-in-progress.
5692 (python-shell-output-filter-buffer): Rename from
5693 python-shell-fetch-lines-string.
5694 (python-shell-fetch-lines-filter): Delete function.
5695 (python-shell-output-filter): New function.
5696 (python-shell-send-string-no-output): Use them.
5697
5698 2012-10-07 Glenn Morris <rgm@gnu.org>
5699
5700 * hi-lock.el (hi-lock-process-phrase):
5701 Try to make it less fragile. (Bug#7161)
5702
5703 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
5704
5705 2012-10-06 Glenn Morris <rgm@gnu.org>
5706
5707 * ehelp.el (electric-help-mode): Use help-mode rather than
5708 non-existent mode `help'.
5709 (electric-help-map): Use button-buffer-map. (Bug#10917)
5710
5711 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
5712 (reftex-create-bibtex-footer): Fix custom types.
5713
5714 * progmodes/sh-script.el (sh-indent-after-continuation):
5715 Add explicit :group.
5716
5717 * textmodes/rst.el (rst-preferred-decorations)
5718 (rst-shift-basic-offset): Clarify obsolescence versions.
5719
5720 * profiler.el (profiler): Add missing group :version tag.
5721 * avoid.el (mouse-avoidance-banish-position):
5722 * proced.el (proced-renice-command):
5723 * calc/calc.el (calc-ensure-consistent-units):
5724 * calendar/icalendar.el (icalendar-import-format-uid):
5725 * net/tramp.el (tramp-save-ad-hoc-proxies):
5726 * progmodes/bug-reference.el (bug-reference-bug-regexp):
5727 * progmodes/flymake.el (flymake-error-bitmap)
5728 (flymake-warning-bitmap, flymake-fringe-indicator-position):
5729 * progmodes/sh-script.el (sh-indent-after-continuation):
5730 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
5731 (verilog-before-save-font-hook, verilog-after-save-font-hook):
5732 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
5733 (vhdl-array-index-record-field-in-sensitivity-list)
5734 (vhdl-indent-comment-like-next-code-line):
5735 * textmodes/reftex-vars.el (reftex-ref-style-alist)
5736 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
5737 (reftex-cite-key-separator, reftex-create-bibtex-header)
5738 (reftex-create-bibtex-footer):
5739 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
5740 (rst-indent-literal-normal, rst-indent-literal-minimized)
5741 (rst-indent-comment): Add missing custom :version tags.
5742
5743 * calendar/timeclock.el (timeclock-modeline-display):
5744 Add missing obsolete alias for renamed user option.
5745
5746 * strokes.el (strokes-modeline-string):
5747 * emulation/crisp.el (crisp-mode-modeline-string):
5748 * eshell/esh-mode.el (eshell-status-in-modeline):
5749 Aliases to defcustoms must come before the defcustom.
5750
5751 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
5752 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
5753 (cal-tex-cursor-week-monday): Doc fixes.
5754 (cal-tex-cursor-week2-summary): Doc fix.
5755 Rename from cal-tex-cursor-week-at-a-glance.
5756
5757 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
5758 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
5759
5760 * calendar/calendar.el (calendar-mode-map):
5761 Add cal-tex-cursor-week2-summary.
5762
5763 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
5764
5765 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
5766
5767 * subr.el (read-passwd-map): New var.
5768 (read-passwd): Use `read-string' again.
5769 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
5770
5771 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
5772
5773 * register.el (append-to-register, prepend-to-register):
5774 Deactivate mark, as does `copy-to-register' (bug#12389).
5775
5776 2012-10-06 Chong Yidong <cyd@gnu.org>
5777
5778 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
5779
5780 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
5781
5782 * international/characters.el: Fix simple mistake ((car chars) ->
5783 elt), delete duplicated code.
5784
5785 2012-10-06 Glenn Morris <rgm@gnu.org>
5786
5787 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
5788
5789 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
5790
5791 * color.el (color-hsl-to-rgb): Fix incorrect results for
5792 small and large hue values. (Bug#12559)
5793
5794 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
5795
5796 Enhancements to docstring formatting when filling paragraphs.
5797 * progmodes/python.el (python-fill-docstring-style): Rename from
5798 python-fill-string-style. Added new style.
5799 (python-fill-string): Use new style. Better checks for
5800 docstrings.
5801
5802 2012-10-05 Glenn Morris <rgm@gnu.org>
5803
5804 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
5805
5806 * color.el (color-name-to-rgb, color-rgb-to-hex)
5807 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
5808 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
5809 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5810 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
5811
5812 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
5813
5814 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
5815
5816 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
5817 to get the correct size across symlinks.
5818
5819 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
5820
5821 2012-10-04 Juri Linkov <juri@jurta.org>
5822
5823 * replace.el (query-replace-interactive): Declare obsolete.
5824 (query-replace-read-from): Add the last incremental search string
5825 to the list of default values accessible via M-n.
5826 (map-query-replace-regexp): Use `read-regexp'.
5827 (query-replace, query-replace-regexp, query-replace-regexp-eval)
5828 (map-query-replace-regexp, replace-string, replace-regexp):
5829 Fix docstrings to replace mentions of `query-replace-interactive'
5830 with alternatives. (Bug#12526)
5831
5832 2012-10-04 Juri Linkov <juri@jurta.org>
5833
5834 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
5835 (dired-pop-to-buffer): Declare obsolete.
5836 (dired-mark-pop-up): Doc fix.
5837
5838 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
5839
5840 Allow user to set docstring style for fill-paragraph.
5841 * progmodes/python.el
5842 (python-fill-comment-function, python-fill-string-function)
5843 (python-fill-decorator-function, python-fill-paren-function):
5844 Remove :safe for defcustoms.
5845 (python-fill-string-style): New defcustom
5846 (python-fill-paragraph-function): Enhance context detection.
5847 (python-fill-string): Honor python-fill-string-style settings.
5848
5849 2012-10-04 Martin Rudalics <rudalics@gmx.at>
5850
5851 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
5852 after setting its buffer (Bug#10805).
5853
5854 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
5855
5856 Fix cornercase for string syntax.
5857 * progmodes/python.el (python-syntax-propertize-function):
5858 Simplify and enhance the regexp for unescaped quotes. Now it also
5859 matches quotes in weird situations like the single quote in
5860 "something\"'".
5861 (python-syntax-stringify): Simplify num-quotes detecting code.
5862
5863 2012-10-03 Glenn Morris <rgm@gnu.org>
5864
5865 * help-macro.el (three-step-help):
5866 Revert 2012-09-29 change. (Bug#12567)
5867
5868 2012-10-03 Martin Rudalics <rudalics@gmx.at>
5869
5870 * menu-bar.el (kill-this-buffer): Don't do anything when
5871 `menu-frame' is not alive or visible (Bug#8184).
5872
5873 * emacs-lisp/debug.el (debug): When quitting the debugger window
5874 restore current buffer (Bug#12502).
5875
5876 2012-10-02 Chong Yidong <cyd@gnu.org>
5877
5878 * progmodes/hideif.el (hif-lookup, hif-defined):
5879 Handle semantic-c-takeover-hideif.
5880
5881 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
5882
5883 Change sampling interval units from ms to ns.
5884 * profiler.el (profiler-sampling-interval): Change units
5885 from ms to ns, multiplying the default by 1000000 so that
5886 it remains 1 ms.
5887 (profiler-report-cpu-line-format): Give enough room for
5888 the maximum counters on 64-bit hosts.
5889 (profiler-report-render-calltree-1): Call them "CPU samples",
5890 not "Time (ms)", since they are not milliseconds now (and
5891 never really were).
5892
5893 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
5894
5895 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
5896 Fix querying BBDB for entries without a last name (Bug#11580).
5897
5898 2012-10-02 Chong Yidong <cyd@gnu.org>
5899
5900 * emacs-lisp/eieio.el: Restore Version header.
5901
5902 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5903
5904 * vc/diff-mode.el (diff--auto-refine-data): New var.
5905 (diff-hunk): Use it to delay refinement.
5906 (diff-mode): Remove overlays when we turn off font-lock.
5907
5908 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
5909 (table-initialize-table-fixed-width-mode)
5910 (table-set-table-fixed-width-mode): Remove functions.
5911 (table-command-list): Move initialization into declaration.
5912 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
5913 (table-with-cache-buffer): Use `declare'.
5914 (table-span-cell): Simplify via CSE.
5915 (table-fixed-width-mode): Use define-minor-mode.
5916 (table-call-interactively, table-funcall, table-apply): Remove.
5917 (table-function): New function, to replace them.
5918
5919 * bookmark.el (bookmark-search-pattern): Remove var.
5920 (bookmark-read-search-input): Remove function.
5921 (bookmark-bmenu-search): Reimplement using a minibuffer.
5922
5923 * faces.el (modeline): Remove obsolete face name.
5924
5925 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
5926 and give a non-nil default value.
5927 (add-change-log-entry): Simplify accordingly.
5928
5929 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
5930
5931 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
5932 (vc-git-log-edit-toggle-amend): New function.
5933 (vc-git-log-edit-toggle-signoff): New function.
5934 (vc-git-log-edit-mode): New major mode.
5935 (vc-git-log-edit-mode-map): Keymap for it.
5936 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
5937
5938 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
5939 header names.
5940 (log-edit-toggle-header): New function.
5941 (log-edit-extract-headers): Accept function values in HEADERS alist.
5942
5943 2012-10-01 David Engster <deng@randomsample.de>
5944
5945 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
5946 from symbol property and change message to be more consistent with
5947 Emacs proper.
5948 (eieio-describe-generic): Add filename for each implementation.
5949 Fix indices for generic and normal methods.
5950 (eieio-method-def, eieio-class-def): New buttons.
5951 (eieio-help-find-method-definition)
5952 (eieio-help-find-class-definition): New functions.
5953 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
5954 class, constructor and method definitions.
5955
5956 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
5957 information in symbol property.
5958 (scoped-class): Remove.
5959 (eieio-slot-name-index, call-next-method): Check if it is bound.
5960
5961 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
5962
5963 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
5964 (eieio-custom-mode): New major mode.
5965 (eieio-customize-object): Use it.
5966
5967 2012-10-01 Eric Ludlam <zappo@gnu.org>
5968
5969 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
5970 specifying the expected class, and whether subclassing is allowed.
5971 (eieio-persistent-convert-list-to-object):
5972 (eieio-persistent-validate/fix-slot-value)
5973 (eieio-persistent-slot-type-is-class-p): New functions.
5974 (eieio-named::slot-missing): Doc fix.
5975
5976 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
5977 Stop using unused publd variable.
5978
5979 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
5980 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
5981 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
5982 (eieio-speedbar-handle-click): Do not specify a class for the
5983 method. Fixes method invocation order problems with EDE.
5984
5985 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5986
5987 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
5988 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
5989
5990 2012-10-01 Karl Fogel <kfogel@red-bean.com>
5991
5992 * bookmark.el (bookmark-version-control): Give tags in the
5993 :type choices (Bug#12309), and improve doc string.
5994 (bookmark-write-file): Bind `print-circle' to `t' to allow
5995 circular custom bookmark types. (Bug#12503)
5996
5997 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
5998
5999 Revert the FOLLOW-SYMLINKS change for file-attributes.
6000 * files.el (remote-file-name-inhibit-cache, after-find-file):
6001 * time.el (display-time-file-nonempty-p): Undo last change.
6002
6003 * profiler.el (profiler-sampling-interval): Change default back to 1.
6004 See Stefan Monnier in
6005 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
6006
6007 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
6008
6009 Shell output catching a la gud-gdb.
6010 * progmodes/python.el (python-shell-fetch-lines-in-progress)
6011 (python-shell-fetch-lines-string, python-shell-fetched-lines):
6012 New Vars.
6013 (python-shell-fetch-lines-filter): New function.
6014 (python-shell-send-string-no-output): Use them.
6015
6016 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
6017
6018 * profiler.el (profiler-sampling-interval): Rename from
6019 profiler-sample-interval.
6020 (profiler-sampling-interval): Default to 10.
6021 (profiler-find-profile): New command (was profiler-find-log).
6022 (profiler-find-profile-other-window): New command.
6023 (profiler-find-profile-other-frame): New command.
6024 (profiler-profile): Introduce API-level data structure.
6025
6026 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
6027
6028 file-attributes has a new optional arg FOLLOW-SYMLINKS.
6029 * files.el (remote-file-name-inhibit-cache):
6030 * time.el (display-time-file-nonempty-p): Use it.
6031 * files.el (after-find-file): Don't chase links before calling
6032 file-exists-p, as file-exists-p already does the right thing.
6033
6034 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
6035
6036 Merge from standalone RefTeX repository.
6037
6038 The following ChangeLog entries are shortened versions of the
6039 original ones with file paths adapted. A not so strongly edited
6040 version of the original ChangeLog can be found in the commit log.
6041
6042 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
6043 (reftex-arg-cite): Use `reftex-cite-key-separator'.
6044 Correctly handle new value type returned by `reftex-citation'.
6045
6046 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
6047 that entries with whitespace at various places are found.
6048 Doc fix. Include entries that are cross-referenced from cited entries.
6049 Include @String definitions in the resulting bib file. Add header
6050 and footer defined in `reftex-create-bibtex-header' and
6051 `reftex-create-bibtex-footer'.
6052 (reftex-do-citation): Make it possible again to insert
6053 non-existent entries. Save match data when asking for optional
6054 arguments. Return all keys, not just the first one.
6055 (reftex-all-used-citation-keys): Fix regexp to correctly extract
6056 all citations in the same line.
6057 (reftex-parse-bibtex-entry): Accept additional optional argument
6058 `raw' and keep quotes or braces if it is non-nil. Match fields
6059 containing hyphens besides word constituents.
6060 (reftex-get-string-refs): New function.
6061 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
6062 and ask if it should be reread in case it did.
6063 (reftex-pop-to-bibtex-entry)
6064 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
6065 entries with spaces or tabs in front of arguments.
6066 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6067 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
6068 Match entries containing numbers and symbol constituents.
6069 (reftex-do-citation, reftex-figure-out-cite-format):
6070 Use `reftex-cite-key-separator'.
6071
6072 * textmodes/reftex-dcr.el: Move provide statement to end of file.
6073 (reftex-mouse-view-crossref): Explain why point is set.
6074
6075 * textmodes/reftex-global.el: Whitespace changes.
6076
6077 * textmodes/reftex-index.el: Move provide statement to end of
6078 file.
6079 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
6080 (reftex-index-visit-phrases-buffer): Set marker when visiting
6081 buffer. This allows for returning from the phrases file to the
6082 file one was just editing instead of the file where the last
6083 phrases was added from.
6084 (reftex-index-phrases-syntax-table): New variable. Give ?\"
6085 punctuation syntax as it usually is not used as string quote in
6086 TeX-related modes and may occur unmatched. The change also
6087 prevents fontification of quoted content.
6088 (reftex-index-phrases-mode): Use it.
6089
6090 * textmodes/reftex-parse.el (reftex-parse-from-file):
6091 Move backward one char if a `\' was matched after a section macro.
6092 (reftex-parse-from-file): Use beginning of match instead of end as
6093 bound.
6094
6095 * textmodes/reftex-ref.el: Adapt creation of
6096 `reftex-<package>-<macro>' functions to new structure of
6097 `reftex-ref-style-alist'.
6098 (reftex-reference): Use `reftex-ref-style-list' function.
6099 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
6100 reference macro if `reftex-ref-macro-prompt' is non-nil.
6101 (reftex-reference): Pass refstyle to `reftex-format-special'.
6102 Determine reference macro by looking at
6103 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
6104 Use only one special format function.
6105 (reftex-varioref-vref, reftex-fancyref-fref)
6106 (reftex-fancyref-Fref): Remove definitions. The functions are now
6107 generated from `reftex-ref-style-alist'.
6108 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
6109 Remove.
6110 (reftex-format-special): New function.
6111
6112 * textmodes/reftex-sel.el
6113 (reftex-select-cycle-ref-style-internal): Adapt to new structure
6114 of `reftex-ref-style-alist'. Remove code for testing macro type.
6115 (reftex-select-toggle-varioref)
6116 (reftex-select-toggle-fancyref): Remove.
6117 (reftex-select-cycle-ref-style-internal)
6118 (reftex-select-cycle-ref-style-forward)
6119 (reftex-select-cycle-ref-style-backward): New functions.
6120 (reftex-select-label-map): Use `v' and `V' for general cycling
6121 through reference styles. Add `p' for switching between number
6122 and page reference types.
6123
6124 * textmodes/reftex-toc.el (reftex-re-enlarge):
6125 Call `enlarge-window' only if there is something to do because in Emacs
6126 the horizontal version throws an error even if the parameter is 0.
6127
6128 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
6129 (reftex-plug-into-AUCTeX): Doc fix.
6130 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
6131 string. Adapt to new name.
6132 (reftex-ref-style-alist): Change structure so that it is not
6133 possible to use multiple different package names within a style.
6134 Remove the symbols for symbols for macro type distinction.
6135 Add characters for macro selection.
6136 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
6137 (reftex-create-bibtex-footer): New variables.
6138 (reftex-format-ref-function): Mention third argument of special
6139 format function.
6140 (reftex-ref-style-alist, reftex-ref-style-default-list):
6141 New variables.
6142 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
6143 to new implementation. Mark as obsolete. Add compatibility code
6144 for honoring the variable values in case they are set.
6145 (reftex-cite-format-builtin, reftex-bibliography-commands):
6146 Add support for ConTeXt.
6147 (reftex-format-ref-function, reftex-format-cite-function):
6148 Fix custom type.
6149 (reftex-cite-key-separator): New variable.
6150
6151 * textmodes/reftex.el (reftex-syntax-table-for-bib)
6152 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
6153 `reftex-syntax-table' because parens have to retain their paren
6154 syntax in order for parsing of BibTeX entries like @book(...) to
6155 work.
6156 (reftex-in-comment): Do not error out if `comment-start-skip' is
6157 not set. Deal correctly with escaped comment characters.
6158 (reftex-tie-multifile-symbols): Add doc string.
6159 Initialize `reftex-ref-style-list'.
6160 (reftex-untie-multifile-symbols): Add doc string.
6161 (reftex-add-index-macros): Doc fix.
6162 (reftex-ref-style-activate, reftex-ref-style-toggle)
6163 (reftex-ref-style-list): New functions.
6164 (reftex-mode-menu): Use them. Adapt to new structure of
6165 `reftex-ref-style-alist'.
6166 (reftex-select-with-char): Kill the RefTeX Select buffer when
6167 done.
6168 (reftex-remove-if): New function.
6169 (reftex-erase-all-selection-and-index-buffers)
6170 (reftex-mode-menu): Reference styles are now computed from
6171 `reftex-ref-style-alist'. Fix typo.
6172 (reftex-report-bug): New function.
6173 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
6174 algorithms with O(n log n). Introduce optional argument SORT (not
6175 yet used).
6176
6177 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
6178
6179 Enhancements for triple-quote string syntax.
6180 * progmodes/python.el (python-syntax-propertize-function):
6181 Match both quote cases in one regexp.
6182 (python-syntax-stringify): Handle matches properly.
6183
6184 2012-09-30 Juri Linkov <juri@jurta.org>
6185
6186 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
6187 to nil around the call to `insert' to prevent
6188 directory time modification by lock_file. (Bug#2295)
6189 * tar-mode.el (tar-summarize-buffer): Idem.
6190
6191 2012-09-30 Juri Linkov <juri@jurta.org>
6192
6193 * facemenu.el (list-colors-sort): Add option "Luminance".
6194 (list-colors-sort-key): Implement it.
6195
6196 * vc/diff-mode.el (diff-refine-removed):
6197 * vc/ediff-init.el (ediff-fine-diff-A):
6198 * vc/smerge-mode.el (smerge-refined-removed):
6199 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
6200
6201 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
6202
6203 * term/ns-win.el (x-file-dialog): New function.
6204
6205 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
6206
6207 * ido.el (ido-max-directory-size): Default to nil; the current
6208 default is small for POSIX systems, and impractical on Windows 7
6209 now that lstat returns directory sizes for NTFS.
6210
6211 2012-09-30 Martin Rudalics <rudalics@gmx.at>
6212
6213 In buffer display functions handle window-height/window-width
6214 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
6215 * window.el (window--display-buffer): New argument ALIST.
6216 Obey window-height and window-width alist entries.
6217 (window--try-to-split-window): New argument ALIST.
6218 Bind window-combination-limit to t when the window's size shall be
6219 changed and window-combination-limit equals `window-size'.
6220 (display-buffer-in-atom-window)
6221 (display-buffer-in-major-side-window)
6222 (display-buffer-in-side-window, display-buffer-same-window)
6223 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6224 (display-buffer-pop-up-window, display-buffer-below-selected)
6225 (display-buffer-at-bottom, display-buffer-in-previous-window)
6226 (display-buffer-use-some-window): Adjust all callers of
6227 window--display-buffer and window--try-to-split-window.
6228 (fit-frame-to-buffer): New option.
6229 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
6230 is non-nil.
6231 (display-buffer-in-major-side-window): Evaluate window-height /
6232 window-width alist entries.
6233
6234 * help.el (temp-buffer-resize-frames)
6235 (temp-buffer-resize-regexps): Remove options.
6236 (temp-buffer-resize-mode): Adjust doc-string.
6237 (resize-temp-buffer-window): Don't consult
6238 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
6239 temp-buffer-resize-frames.
6240
6241 * dired.el (dired-mark-pop-up):
6242 Call display-buffer-below-selected with a fit-window-to-buffer alist
6243 entry.
6244
6245 2012-09-30 Chong Yidong <cyd@gnu.org>
6246
6247 * server.el (server-host): Document the security implications.
6248 (server-auth-key): Doc fix.
6249
6250 * startup.el (initial-buffer-choice): Doc fix.
6251
6252 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
6253
6254 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
6255 restriction change.
6256
6257 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
6258
6259 * help-fns.el (help-fns--obsolete): Fix last change.
6260
6261 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6262
6263 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
6264 (minor-mode-map-alist): Remove redundant code.
6265
6266 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
6267 visited in a buffer.
6268 (cvs-insert-visited-file): New function.
6269 (find-file-hook): Use it.
6270
6271 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
6272
6273 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
6274 chose face.
6275 (log-edit-empty-buffer-p): Don't require a space after a header.
6276
6277 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
6278
6279 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
6280
6281 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
6282 a proper minor-mode.
6283
6284 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
6285
6286 2012-09-29 Glenn Morris <rgm@gnu.org>
6287
6288 * winner.el (winner-mode): Remove variable (let define-minor-mode
6289 handle it).
6290 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
6291 Doc fixes.
6292 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
6293 (winner-mode): Use define-minor-mode.
6294
6295 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
6296 the full definition in loaddefs, rather than duplicating it.
6297
6298 * help-macro.el (three-step-help): No need to autoload defcustom.
6299
6300 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6301 (inferior-lisp-program, inferior-lisp-load-command)
6302 (inferior-lisp-prompt, inferior-lisp-mode-hook):
6303 No need to autoload defcustoms.
6304
6305 * hippie-exp.el (hippie-expand-try-functions-list)
6306 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
6307 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
6308 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
6309 (hippie-expand-only-buffers): No need to autoload defcustoms.
6310 * progmodes/vhdl-mode.el (vhdl-line-expand):
6311 Explicitly load hippie-exp, so it does not get autoloaded
6312 while hippie-expand-try-functions-list is let-bound.
6313
6314 2012-09-28 Glenn Morris <rgm@gnu.org>
6315
6316 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
6317
6318 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
6319 Only "cl.el" counts as cl these days.
6320
6321 2012-09-28 Juri Linkov <juri@jurta.org>
6322
6323 Display archive errors in the echo area instead of inserting
6324 to the file buffer.
6325
6326 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
6327 to STDERR-TEST that can be a regexp matching a successful output.
6328 Create a temporary file and redirect stderr to it. Search for
6329 STDERR-TEST in the stderr output and display it in the echo area
6330 if no match is found.
6331 (archive-extract-by-file): New function like
6332 `archive-extract-by-stdout' but extracting archives to files
6333 and looking for successful matches in stdout. Function body is
6334 mostly copied from `archive-rar-extract'.
6335 (archive-rar-extract): Use `archive-extract-by-file'.
6336 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
6337
6338 2012-09-28 Leo Liu <sdl.web@gmail.com>
6339
6340 * pcomplete.el (pcomplete-show-completions):
6341 Use minibuffer-message to make pcomplete usable in minibuffer.
6342
6343 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
6344
6345 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6346
6347 * type-break.el: Use lexical-binding.
6348 (type-break-mode): Use define-minor-mode.
6349
6350 * emacs-lisp/pcase.el (pcase--mark-used): New.
6351 (pcase--u1): Use it (bug#12512).
6352
6353 * custom.el (load-theme): Set buffer-file-name so the load is recorded
6354 in load-history with the right file name.
6355
6356 2012-09-28 Tassilo Horn <tsdh@gnu.org>
6357
6358 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
6359 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
6360 (doc-view-get-bounding-box): Make bounding box slicing work for
6361 ODF and DVI documents.
6362
6363 2012-09-28 Glenn Morris <rgm@gnu.org>
6364
6365 * type-break.el (type-break-mode, type-break-interval)
6366 (type-break-good-rest-interval, type-break-keystroke-threshold):
6367 No need to autoload.
6368 (type-break-good-rest-interval, type-break-keystroke-threshold):
6369 Add :set-after.
6370
6371 2012-09-28 Chong Yidong <cyd@gnu.org>
6372
6373 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
6374 Add :version tag.
6375
6376 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6377
6378 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
6379
6380 2012-09-27 Glenn Morris <rgm@gnu.org>
6381
6382 * faces.el (x-display-name): Declare (for without-x builds).
6383
6384 * linum.el (linum-format): Don't autoload it. Improve :type.
6385
6386 * progmodes/tcl.el: Don't require outline when compiling.
6387 (outline-regexp, outline-level): Declare.
6388 * textmodes/sgml-mode.el: Don't require outline when compiling.
6389 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
6390
6391 * term.el (term-ansi-reset):
6392 Try setting term-ansi-face-already-done to nil. (Bug#11785)
6393
6394 * vc/vc.el (vc-next-action): Only gripe about committing read-only
6395 files for RCS and SCCS. (Bug#9781)
6396
6397 2012-09-27 Chong Yidong <cyd@gnu.org>
6398
6399 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
6400 change; value should be t.
6401
6402 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6403
6404 * image-mode.el: Use lexical-binding.
6405 (image-mode-winprops): Use t to stand for the window of
6406 a buffer that's not displayed.
6407 * doc-view.el (doc-view-new-window-function): Handle the new
6408 t in winprops.
6409 (doc-view-enlarge): Make it a real nop if the size is not changed.
6410 (doc-view-display): Handle the case where the buffer is not (yet?)
6411 displayed in any window.
6412 (doc-view-saved-settings): New var.
6413 (doc-view-mode): Use it.
6414 (doc-view-fallback-mode): Set it.
6415
6416 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
6417 Set lexical-binding.
6418 (minibuffer-eldef-shorten-default): New var.
6419 (minibuffer-default-in-prompt-regexps): Use it for new default.
6420 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
6421
6422 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
6423
6424 * international/uni-bidi.el:
6425 * international/uni-category.el:
6426 * international/uni-name.el:
6427 * international/uni-numeric.el: Regenerate.
6428
6429 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
6430 Stefan Monnier <monnier@iro.umontreal.ca>
6431
6432 * profiler.el: New file.
6433
6434 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6435
6436 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
6437 (testcover-reinstrument): Simplify with CSE.
6438
6439 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
6440
6441 * window.el (temp-buffer-window-setup): Fix typo in docstring.
6442
6443 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
6444
6445 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
6446 (verilog-auto-input, verilog-auto-insert-lisp)
6447 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
6448 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
6449 (verilog-auto-unused, verilog-auto-wire)
6450 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
6451 newline. Reported by Andrew Jones.
6452 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
6453 Reported by Brad Dobbie.
6454 (verilog-batch-delete-trailing-whitespace):
6455 Create verilog-batch-delete-trailing-whitespace.
6456 Reported by Brad Dobbie.
6457 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
6458 parameters from another module. Reported by Dan Katz.
6459 (verilog-auto, verilog-auto-assign-modport)
6460 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
6461 AUTOINOUTMODPORT for UVM interface module shell generation.
6462 Reported by Brad Dobbie.
6463 (verilog-auto-inst-interfaced-ports): Make default nil, as more
6464 standard behavior.
6465 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
6466 Reported by Matt Martin.
6467
6468 2012-09-25 Martin Rudalics <rudalics@gmx.at>
6469
6470 * window.el (window--resize-child-windows): When resizing child
6471 windows proportionally, process them in reverse order to
6472 preserve the "when splitting a window the new one gets the odd
6473 line" behavior.
6474 (window--resize-root-window-vertically): When resizing the
6475 minibuffer window try to affect only windows at the bottom of the
6476 frame. (Bug#12419)
6477
6478 2012-09-25 Chong Yidong <cyd@gnu.org>
6479
6480 * subr.el (declare): Doc fix.
6481
6482 * help-fns.el (help-fns--obsolete): Handle macros properly.
6483
6484 2012-09-25 Chong Yidong <cyd@gnu.org>
6485
6486 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
6487 this function obsolete.
6488
6489 * calendar/cal-x.el (calendar-two-frame-setup)
6490 (calendar-only-one-frame-setup, calendar-one-frame-setup):
6491 * calendar/calendar.el (american-calendar, european-calendar)
6492 (calendar-for-loop):
6493 * comint.el (comint-dynamic-simple-complete)
6494 (comint-dynamic-complete-as-filename, comint-unquote-filename):
6495 * desktop.el (desktop-load-default):
6496 * dired-x.el (dired-omit-here-always)
6497 (dired-hack-local-variables, dired-default-directory):
6498 * emacs-lisp/derived.el (derived-mode-class):
6499 * emacs-lisp/timer.el (timer-set-time-with-usecs):
6500 * emacs-lock.el (toggle-emacs-lock):
6501 * epa.el (epa-display-verify-result):
6502 * epg.el (epg-sign-keys, epg-start-sign-keys)
6503 (epg-passphrase-callback-function):
6504 * eshell/esh-util.el (eshell-for):
6505 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
6506 (eshell-add-to-window-buffer-names):
6507 * files.el (locate-file-completion):
6508 * imenu.el (imenu-example--create-c-index)
6509 (imenu-example--create-lisp-index)
6510 (imenu-example--lisp-extract-index-name)
6511 (imenu-example--name-and-position):
6512 * international/mule-cmds.el (princ-list):
6513 * international/mule-diag.el (decode-codepage-char):
6514 * international/mule-util.el (detect-coding-with-priority):
6515 * iswitchb.el (iswitchb-read-buffer):
6516 * mail/mailalias.el (mail-complete):
6517 * mail/sendmail.el (mail-sent-via):
6518 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
6519 (mouse-major-mode-menu):
6520 * password-cache.el (password-read-and-add):
6521 * pcomplete.el (pcomplete-parse-comint-arguments):
6522 * progmodes/sh-script.el (sh-maybe-here-document):
6523 * replace.el (query-replace-regexp-eval):
6524 * savehist.el (savehist-load):
6525 * simple.el (choose-completion-delete-max-match):
6526 * term.el (term-dynamic-simple-complete):
6527 * vc/ediff-init.el (ediff-check-version):
6528 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
6529 * vc/vc.el (vc-diff-switches-list):
6530 * view.el (view-return-to-alist-update): Likewise.
6531
6532 * subr.el (eval-next-after-load, makehash, insert-string)
6533 (assoc-ignore-representation, assoc-ignore-case): Use declare to
6534 mark obsolete.
6535 (mode-line-inverse-video): Variable deleted.
6536
6537 * international/mule-util.el (string-to-sequence): Remove.
6538
6539 * calendar/calendar.el (calendar-version):
6540 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
6541 (icalendar-convert-diary-to-ical):
6542 * cus-edit.el (custom-mode):
6543 * ansi-color.el (ansi-color-unfontify-region):
6544 * international/latin1-disp.el (latin1-char-displayable-p):
6545 * progmodes/cwarn.el (turn-on-cwarn-mode):
6546 * progmodes/which-func.el (which-func-update-1):
6547 Use define-obsolete-function-alias.
6548
6549 * net/newst-backend.el (newsticker-cache-filename):
6550 * net/newst-treeview.el (newsticker-groups-filename):
6551 Fix incorrect obsolescence declaration.
6552
6553 * allout.el (allout-passphrase-hint-string): Likewise.
6554 (allout-init): Use a declare form to mark obsolete.
6555
6556 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
6557 this applies to functions.
6558
6559 * iswitchb.el (iswitchb-read-buffer): Move code of
6560 iswitchb-define-mode-map here, and delete that obsolete function.
6561
6562 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
6563 font-lock-reference-face.
6564
6565 2012-09-25 Glenn Morris <rgm@gnu.org>
6566
6567 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
6568 Doc fixes.
6569
6570 * eshell/em-term.el (eshell-term-name):
6571 Default to term-term-name. (Bug#12485)
6572
6573 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
6574
6575 * progmodes/python.el (python-shell-send-buffer): Better handling
6576 of "if __name__ == '__main__':" conditionals when sending the buffer.
6577
6578 2012-09-24 Glenn Morris <rgm@gnu.org>
6579
6580 * eshell/esh-cmd.el (eshell-find-alias-function):
6581 Tighten up file-name regexp. (Bug#12499)
6582
6583 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
6584
6585 Enhancements for triple-quote string syntax.
6586 * progmodes/python.el (python-quote-syntax): Remove.
6587 (python-syntax-propertize-function): New value.
6588 (python-syntax-count-quotes, python-syntax-stringify):
6589 New functions.
6590
6591 2012-09-24 Chong Yidong <cyd@gnu.org>
6592
6593 * mail/supercite.el (sc-version): Remove obsolete function.
6594 (sc-describe): Don't mark as obsolete, since it is bound.
6595 (sc-submit-bug-report): Remove.
6596
6597 * vc/log-edit.el (cvs-changelog-full-paragraphs)
6598 (cvs-commit-buffer-require-final-newline): Remove.
6599 (log-edit-require-final-newline)
6600 (log-edit-changelog-full-paragraphs): Default to t.
6601
6602 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
6603 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
6604 * vc/vc.el (vc-checkout-carefully): Likewise.
6605
6606 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
6607 (emerge-version): Remove.
6608
6609 * progmodes/compile.el (compile-internal): Remove.
6610 (compilation-parse-errors-function): Fix typo.
6611
6612 * international/mule.el (set-char-table-default): Remove.
6613 (set-coding-priority, make-coding-system, generic-char-p)
6614 (charset-list, charset-bytes, charset-id): Use declare to mark
6615 functions as obsolete.
6616
6617 * vc/pcvs-defs.el (cvs-buffer-name-alist)
6618 (cvs-invert-ignore-marks): Remove references to obsolete vars.
6619 * vc/vc-hooks.el (vc-default-registered): Don't use
6620 vc-master-templates.
6621
6622 * font-lock.el (font-lock-reference-face):
6623 Use define-obsolete-variable-alias.
6624
6625 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
6626 * calendar/calendar.el (calendar-font-lock-keywords):
6627 * calendar/diary-lib.el (diary-font-lock-keywords)
6628 (diary-fancy-font-lock-keywords):
6629 * textmodes/reftex-sel.el (reftex-insert-docstruct):
6630 * textmodes/reftex-index.el (reftex-insert-index):
6631 * textmodes/reftex-cite.el (reftex-format-bib-entry):
6632 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6633 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
6634 * progmodes/prolog.el (prolog-font-lock-keywords):
6635 * progmodes/idlwave.el (idlwave-idl-keywords):
6636 * progmodes/ada-mode.el (ada-font-lock-keywords):
6637 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
6638
6639 2012-09-24 Glenn Morris <rgm@gnu.org>
6640
6641 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
6642
6643 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
6644
6645 * progmodes/python.el (python-indent-line): More consistent cursor
6646 movement behavior.
6647
6648 2012-09-23 Stefan Merten <smerten@oekonux.de>
6649
6650 * textmodes/rst.el: Fix compiler warning.
6651
6652 2012-09-23 Roland Winkler <winkler@gnu.org>
6653
6654 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
6655 Transcribe also LaTeX hyphenation.
6656 (bibtex-reformat): Bug fix. Do not quote twice the elements of
6657 bibtex-reformat-previous-options.
6658
6659 2012-09-23 Roland Winkler <winkler@gnu.org>
6660
6661 * proced.el (proced-renice-command): New variable.
6662 (proced-marked-processes): New function.
6663 (proced-with-processes-buffer): New macro.
6664 (proced-send-signal): Use them.
6665 (proced-renice): New command bound to r.
6666
6667 2012-09-23 Roland Winkler <winkler@gnu.org>
6668
6669 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
6670 ibuffer-saved-filter-groups has one element, shortcut the call of
6671 completing-read. (Bug#12331)
6672
6673 2012-09-23 Chong Yidong <cyd@gnu.org>
6674
6675 * bindings.el (mode-line-toggle-read-only):
6676 * bs.el (bs-toggle-readonly):
6677 * buff-menu.el (Buffer-menu-toggle-read-only):
6678 * dired.el (dired-toggle-read-only):
6679 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
6680
6681 2012-09-23 Chong Yidong <cyd@gnu.org>
6682
6683 * image.el (image-type-available-p): Adapt to init-image-library
6684 argument changes.
6685
6686 2012-09-22 Juri Linkov <juri@jurta.org>
6687
6688 * dired.el (dired-mode-map): Add [remap read-only-mode] for
6689 `dired-toggle-read-only'. (Bug#12462)
6690
6691 2012-09-22 Martin Rudalics <rudalics@gmx.at>
6692
6693 * subr.el (temp-output-buffer-show): New function.
6694 (with-output-to-temp-buffer): Call temp-output-buffer-show
6695 instead of internal-temp-output-buffer-show.
6696
6697 2012-09-22 Chong Yidong <cyd@gnu.org>
6698
6699 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
6700 (Bug#12462).
6701
6702 * repeat.el (repeat): Doc fix (Bug#12348).
6703
6704 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
6705 (Bug#10909).
6706
6707 * simple.el (shell-command-on-region): Doc fix.
6708 (read-only-mode): Doc fix.
6709
6710 2012-09-22 Eli Zaretskii <eliz@gnu.org>
6711
6712 * emacs-lisp/timer.el (run-with-idle-timer)
6713 (timer-activate-when-idle): Warn against reinvoking an idle timer
6714 from within its own timer action. (Bug#12447)
6715
6716 2012-09-22 Martin Rudalics <rudalics@gmx.at>
6717
6718 * cus-start.el (window-combination-limit): Add new optional
6719 values.
6720 * window.el (temp-buffer-window-show)
6721 (window--try-to-split-window): Handle new values of
6722 window-combination-limit (Bug#1806).
6723 (split-window): Test window-combination-limit for t instead of
6724 non-nil.
6725 (display-buffer-at-bottom): New buffer display action function.
6726 * help.el (temp-buffer-resize-regexps): New option.
6727 (temp-buffer-resize-mode): Rewrite doc-string.
6728 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
6729 Don't resize reused window. Suggested by Glenn Morris.
6730
6731 2012-09-22 Stefan Merten <smerten@oekonux.de>
6732
6733 * textmodes/rst.el: Revamp section title faces.
6734 (rst-official-version)
6735 (rst-package-emacs-version-alist): Sync with official version
6736 V1.4.0.
6737 (rst-faces-defaults, rst-set-level-default)
6738 (rst-level-face-max, rst-level-face-base-color)
6739 (rst-level-face-base-light, rst-level-face-format-light)
6740 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
6741 (rst-adornment-faces-alist): Match new setup.
6742 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
6743 (rst-level-5, rst-level-6): New faces.
6744
6745 2012-09-22 Chong Yidong <cyd@gnu.org>
6746
6747 * simple.el (undo): Handle indirect buffers (Bug#8207).
6748
6749 2012-09-21 Leo Liu <sdl.web@gmail.com>
6750
6751 IDO: Disable match re-ordering for buffer switching.
6752 * ido.el (ido-buffer-disable-smart-matches): New variable.
6753 (ido-set-matches-1): Use it. (Bug#2042)
6754
6755 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
6756
6757 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
6758 Fix 2011-05-17 change. (Bug#12418)
6759
6760 2012-09-21 Leo Liu <sdl.web@gmail.com>
6761
6762 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
6763
6764 2012-09-21 Glenn Morris <rgm@gnu.org>
6765
6766 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
6767 Be more robust about locating simple.el.
6768
6769 2012-09-21 Glenn Morris <rgm@gnu.org>
6770
6771 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
6772
6773 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
6774
6775 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
6776
6777 2012-09-20 Juri Linkov <juri@jurta.org>
6778
6779 * replace.el (query-replace-read-from): Use `read-regexp' instead
6780 of `read-from-minibuffer' when `regexp-flag' is non-nil.
6781 (occur-read-primary-args): Use `read-regexp' instead of
6782 `read-string'.
6783 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
6784 `read-from-minibuffer'.
6785 * isearch.el (isearch-occur): Use `read-regexp' instead of
6786 `read-string'.
6787 * dired.el (dired-read-regexp): Use `read-regexp' instead of
6788 `read-from-minibuffer'.
6789 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
6790 of `read-string'. (Bug#7567)
6791
6792 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
6793 and allow accepting a list of strings prepended to a list of
6794 standard default values. Doc fix. (Bug#12321)
6795
6796 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
6797
6798 * replace.el (read-regexp): Don't add ": " when PROMPT already
6799 ends with a colon and space. (Bug#12321)
6800
6801 2012-09-20 Tassilo Horn <tsdh@gnu.org>
6802
6803 * doc-view.el (doc-view-display): Better fix for the cl-assertion
6804 error.
6805
6806 2012-09-20 Stefan Merten <smerten@oekonux.de>
6807
6808 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
6809 Fixes feature request bug#11711.
6810 (rst-mode): Create `imenu-create-index-function'.
6811 (rst-get-stripped-line): Delete after refactoring.
6812 (rst-section-tree, rst-section-tree-rec)
6813 (rst-section-tree-point): Refactor and document properly.
6814 (rst-imenu-find-adornments-for-position)
6815 (rst-imenu-convert-cell, rst-imenu-create-index):
6816 New function.
6817
6818 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6819
6820 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
6821 (macroexp--expand-all): Use it.
6822 (macroexp--funcall-and-return): Remove by folding it into its sole
6823 caller (macroexp--warn-and-return).
6824 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
6825 Use macroexp--obsolete-warning.
6826
6827 * calc/calc.el: Fix last change by removing the whole chunk, since it
6828 was only needed back when Calc was not bundled.
6829
6830 2012-09-20 Martin Rudalics <rudalics@gmx.at>
6831
6832 * emacs-lisp/debug.el (debug): Restore assignment to
6833 debugger-old-buffer removed on 2012-09-08.
6834
6835 2012-09-20 Juri Linkov <juri@jurta.org>
6836
6837 * dired-aux.el (dired-diff): Remove (require 'diff) since
6838 `diff-latest-backup-file' is now autoloaded.
6839
6840 2012-09-20 Chong Yidong <cyd@gnu.org>
6841
6842 * vc/diff.el (diff-latest-backup-file): Autoload.
6843
6844 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6845
6846 * calc/calc.el: Remove redundant autoload shape check.
6847 (sel-mode): Don't defvar.
6848 (calc-get-stack-element): Add `sel-mode' arg instead.
6849 (calc-top, calc-top-list): Pass it this additional argument.
6850 * calc/calc-store.el (calc-store-map):
6851 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
6852 (calc-map-equation, calc-outer-product, calc-inner-product):
6853 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
6854
6855 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
6856
6857 2012-09-19 Juri Linkov <juri@jurta.org>
6858
6859 * dired-aux.el (dired-diff): Add (require 'diff) because
6860 `diff-latest-backup-file' is not autoloaded.
6861 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
6862 of `dired-get-filename' to t to not report error when there is
6863 no default file on the current line.
6864
6865 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6866
6867 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
6868 macroexp--eval-if-compile.
6869 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
6870 (macroexp--expand-all): Use them (bug#12371).
6871
6872 * doc-view.el (doc-view-guess-paper-size)
6873 (doc-view-scale-bounding-box): Fix unbound `caddr'.
6874
6875 2012-09-19 Tassilo Horn <tsdh@gnu.org>
6876
6877 New feature: set optimal slice from BoundingBox information.
6878 * doc-view.el (doc-view-mode-map): Add keybinding.
6879 (doc-view-menu): Add menu entry.
6880 (doc-view-set-slice): Adapt docstring.
6881 (doc-view-get-bounding-box, doc-view-guess-paper-size)
6882 (doc-view-scale-bounding-box)
6883 (doc-view-set-slice-from-bounding-box): New functions.
6884 (doc-view-paper-sizes): New defvar.
6885
6886 2012-09-19 Glenn Morris <rgm@gnu.org>
6887
6888 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
6889 (byte-compile-log-warning): Autoload. (Bug#12371)
6890
6891 * calendar/calendar.el (calendar-american-month-header)
6892 (calendar-european-month-header, calendar-iso-month-header)
6893 (calendar-month-header): New options.
6894 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
6895 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
6896
6897 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
6898
6899 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
6900
6901 2012-09-18 Juri Linkov <juri@jurta.org>
6902
6903 * dired-aux.el (dired-diff): Restore original functionality of
6904 getting the default value, but keep new feature of using the
6905 latest existing backup file (`diff-latest-backup-file').
6906
6907 2012-09-18 Juri Linkov <juri@jurta.org>
6908
6909 * dired.el (dired-mark): If the region is active in Transient Mark
6910 mode, mark all files in the active region. Doc fix.
6911 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
6912 Doc fix. (Bug#10624)
6913
6914 2012-09-18 Juri Linkov <juri@jurta.org>
6915
6916 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
6917 attributes for M-n are pulled from the file at point.
6918 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
6919 Suggested by Drew Adams. (Bug#10624)
6920
6921 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
6922
6923 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
6924 whitespace after "end".
6925 (ruby-do-end-to-brace): Collapse block to one line if it fits
6926 within fill-column.
6927
6928 2012-09-18 Martin Rudalics <rudalics@gmx.at>
6929
6930 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
6931 value.
6932 (debug): Don't remove debugger window when debugger is expected
6933 to be back.
6934
6935 2012-09-18 Chong Yidong <cyd@gnu.org>
6936
6937 * custom.el (defface): Doc fix.
6938
6939 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
6940
6941 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
6942
6943 * progmodes/compile.el (compilation-start): Use compilation-always-kill
6944 to initialize query-on-exit; then test that instead (bug#12288).
6945
6946 2012-09-17 Stefan Merten <smerten@oekonux.de>
6947
6948 * textmodes/rst.el: Add support for `testcover'.
6949 (rst-defcustom-testcover, rst-testcover-add-compose)
6950 (rst-testcover-add-1value): New functions.
6951 (rst-portable-mark-active-p): Replace by `use-region-p'.
6952 (rst-update-section, rst-classify-adornment)
6953 (rst-find-title-line): Mark `1value' forms.
6954 (rst-classify-adornment): Remove superfluous form.
6955 (rst-update-section, rst-get-adornments-around)
6956 (rst-adornment-complete-p, rst-get-next-adornment)
6957 (rst-adjust, rst-promote-region)
6958 (rst-display-adornments-hierarchy, rst-straighten-adornments)
6959 (rst-find-pfx-in-region, rst-section-tree-rec)
6960 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
6961 (rst-toc-node, rst-toc, rst-forward-section)
6962 (rst-iterate-leftmost-paragraphs)
6963 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
6964 (rst-bullet-list-region)
6965 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
6966 (rst-compile-find-conf, rst-compile)
6967 (rst-repeat-last-character): Fix style.
6968
6969 2012-09-17 Chong Yidong <cyd@gnu.org>
6970
6971 * comint.el (comint--complete-file-name-data): Don't add a space
6972 if the status is `sole'; that adds a gratuitous space in the
6973 completion-cycling case (Bug#12092).
6974
6975 * pcomplete.el (pcomplete-completions-at-point): Likewise.
6976
6977 2012-09-17 Richard Stallman <rms@gnu.org>
6978
6979 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
6980 only in the mime-shown mode, not in raw mode.
6981 (rmail-mime): Toggle off mime by displaying the message without
6982 mime processing. (Bug#12305)
6983
6984 * mail/rmail.el (rmail-retry-failure):
6985 Turn off mime processing first. (Bug#12037)
6986
6987 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
6988
6989 2012-09-17 Chong Yidong <cyd@gnu.org>
6990
6991 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
6992 (shell-dynamic-complete-functions): Convert to defcustom.
6993 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
6994
6995 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
6996 * comint.el (comint-prompt-read-only):
6997 * custom.el (defcustom):
6998 * hi-lock.el (hi-lock-mode):
6999 * ibuffer.el (ibuffer-formats):
7000 * ielm.el (ielm-prompt-read-only):
7001 * novice.el (disable-command):
7002 * saveplace.el (toggle-save-place):
7003 * speedbar.el (speedbar-supported-extension-expressions):
7004 * startup.el (auto-save-list-file-prefix, init-file-user)
7005 (after-init-hook, inhibit-startup-echo-area-message):
7006 * strokes.el (strokes-help):
7007 * time-stamp.el (time-stamp):
7008 * calendar/calendar.el (calendar, diary-file):
7009 * calendar/diary-lib.el (diary-mail-entries, diary)
7010 (diary-list-entries-hook):
7011 * calendar/holidays.el (holidays, calendar-holidays):
7012 * calendar/lunar.el (lunar-phases):
7013 * calendar/solar.el (sunrise-sunset):
7014 * emulation/edt.el (edt-load-keys):
7015 * emulation/viper.el (viper-mode):
7016 * eshell/em-alias.el (eshell-command-aliases-list):
7017 * eshell/esh-util.el (eshell-convert-numeric-arguments):
7018 * international/ogonek.el (ogonek-information):
7019 * net/tramp-cmds.el (tramp-bug):
7020 * net/quickurl.el (quickurl-reread-hook-postfix):
7021 * play/decipher.el (decipher-font-lock-keywords):
7022 * progmodes/cc-styles.el (c-set-style):
7023 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
7024 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7025 * progmodes/octave-mod.el (octave-mode):
7026 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
7027 * progmodes/verilog-mode.el (verilog-read-defines):
7028 * textmodes/two-column.el (2C-mode): Likewise.
7029
7030 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7031
7032 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
7033 that holds many addresses.
7034
7035 2012-09-16 Chong Yidong <cyd@gnu.org>
7036
7037 * align.el (align-areas): Call the indication function with
7038 positions instead of markers for arguments (Bug#12343).
7039
7040 * files.el (parse-colon-path): Use split-string (Bug#12351).
7041
7042 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
7043 (display-buffer-function): Mark as obsolete.
7044
7045 * progmodes/compile.el (compilation-parse-errors): Accept list
7046 values similar to font-lock-keywords (Bug#12136).
7047 Suggested by Oleksandr Manzyuk.
7048 (compilation-error-regexp-alist): Doc fix.
7049
7050 2012-09-15 Glenn Morris <rgm@gnu.org>
7051
7052 * version.el (emacs-bzr-version-bzr): New function.
7053 (emacs-bzr-get-version): Add optional EXTERNAL argument.
7054
7055 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
7056 checkouts, check the parent dirstate matches the branch.
7057 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
7058 empty string.
7059
7060 * version.el (emacs-bzr-version): Doc fix.
7061 (emacs-bzr-version-dirstate): New function.
7062 (emacs-bzr-get-version): For lightweight checkouts, if the parent
7063 is local try and check that it matches the branch. If not, just
7064 use dirstate information. (Bug#12441)
7065
7066 2012-09-14 Juri Linkov <juri@jurta.org>
7067
7068 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
7069 (Bug#12399)
7070
7071 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7072
7073 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
7074
7075 * emacs-lisp/edebug.el: Miscellaneous cleanup.
7076 Remove obsolete byte-compiler hack that tried to silence some warnings.
7077 (edebug-submit-bug-report): Remove.
7078 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
7079 Remove aliases, use the un-prefixed name instead.
7080 (edebug-pop-to-buffer): Consider other frames.
7081 (edebug-original-read):: Make it more obvious that it's always defined.
7082 (edebug--make-form-data-entry, edebug--form-data-name)
7083 (edebug--form-data-begin, edebug--form-data-end): Rename from the
7084 single-dashed name, and implement with cl-defstruct.
7085 (edebug-set-form-data-entry): Use the standard accessors.
7086 (edebug-make-top-form-data-entry): Use push.
7087 (edebug-no-match): Drop useless `funcall'.
7088 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
7089 to functions.
7090 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
7091 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
7092 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
7093 (easy-menu-define, with-custom-print): Remove redundant specs.
7094 (edebug-outside-overriding-local-map)
7095 (edebug-outside-overriding-terminal-local-map): Remove, unused.
7096 (edebug--display): Bind unread-command-events directly to nil rather
7097 than binding it to unread-command-events and later setting it to nil.
7098 (edebug--display): Kill edebug-eval-buffer here...
7099 (edebug--recursive-edit): ...rather than here.
7100 Bind standard-output and standard-input.
7101 (edebug-eval): Check cl-macroexpand-all is fboundp.
7102 (edebug-temp-display-freq-count): Fix last change.
7103
7104 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
7105 * subr.el (noreturn, 1value): Add `debug' spec.
7106 * emacs-lisp/advice.el: Require cl-lib.
7107 (ad-copy-tree): Remove, use copy-tree instead.
7108 (ad-dolist): Remove use dolist or cl-dolist instead.
7109 (ad-do-return): Remove, use cl-return instead.
7110 (defadvice): Add `debug' spec.
7111
7112 2012-09-13 Juri Linkov <juri@jurta.org>
7113
7114 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
7115 (Bug#12399)
7116
7117 2012-09-13 Glenn Morris <rgm@gnu.org>
7118
7119 * calc/calc.el (math-compose-expr):
7120 * calc/calc-ext.el (math-compose-expr):
7121 * progmodes/cc-defs.el (cl-macroexpand-all):
7122 * progmodes/cc-langs.el (delete-duplicates, mapcan)
7123 (cl-macroexpand-all): Update declarations.
7124
7125 * vc/vc.el: No need to require ediff.
7126 (ediff-load-version-control): Declare.
7127 (ediff-vc-internal): Fix declaration.
7128 (vc-version-ediff): Require ediff.
7129
7130 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7131
7132 Use a more backwards-compatible timer format (Bug#12430).
7133 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
7134 being right after USECS, as that better supports old code that
7135 inadvisedly looked directly at the timer vector.
7136
7137 2012-09-13 Kenichi Handa <handa@gnu.org>
7138
7139 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7140 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
7141 `coding-priority' property of these language environment.
7142
7143 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7144
7145 Fix glitches caused by addition of psec to timers (Bug#12430).
7146 * image.el (image-animate-timer):
7147 * time.el (display-time-world-timer):
7148 Use timer--function and timer--args rather than raw access to
7149 timer vector.
7150
7151 2012-09-13 Glenn Morris <rgm@gnu.org>
7152
7153 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7154 If not compiling a file, try using load-file-name.
7155
7156 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7157
7158 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
7159 Fix last change.
7160 (edebug-update-eval-list): Use `push'.
7161
7162 * emacs-lisp/edebug.el: Use lexical-binding.
7163 Remove the "edebug-" prefix from non-dynamically-scoped variables.
7164 Mark unused args with underscore.
7165 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
7166 (edebug-form-data): Use defvar-local.
7167 (edebug-make-before-and-after-form, edebug-make-after-form):
7168 Use backquote.
7169 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
7170 Not dynamically scoped any more.
7171 (edebug--enter-trace): Add arguments `function' and `args'.
7172 Rename from edebug-enter-trace.
7173 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
7174 (edebug--update-coverage): Add `after-index' and `value' args.
7175 Rename from edebug-update-coverage.
7176 (edebug-slow-after): Call it accordingly.
7177 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
7178 edebug-recursive-edit.
7179 (edebug--display): Call it accordingly. Add args `value',
7180 `offset-index', and `arg-mode'. Rename from edebug-display.
7181 (edebug-debugger, edebug): Call it accordingly.
7182 (edebug-eval-display-list): Use dolist.
7183
7184 2012-09-12 Juri Linkov <juri@jurta.org>
7185
7186 * info.el (Info-search): Don't check for isearch-mode and
7187 isearch-regexp before let-binding search-spaces-regexp to
7188 Info-search-whitespace-regexp.
7189 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
7190 search-whitespace-regexp if isearch-lax-whitespace or
7191 isearch-regexp-lax-whitespace is non-nil.
7192 (Info-mode): Don't set local variable search-whitespace-regexp.
7193 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
7194
7195 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7196
7197 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
7198 (debugger-env-macro): Remove support for unread-command-char.
7199
7200 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
7201 the temporary map re-appearing on emulation-mode-map-alists.
7202
7203 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
7204 since 22.1.
7205
7206 * ehelp.el (with-electric-help): Accept functions in
7207 electric-help-form-to-execute.
7208 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
7209 And replace unread-command-char -> unread-command-events.
7210
7211 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
7212
7213 Sync with Tramp 2.2.6.
7214
7215 * net/tramp.el (tramp-accept-process-output): Don't use
7216 JUST-THIS-ONE in the XEmacs case.
7217
7218 * net/trampver.el: Update release number.
7219
7220 2012-09-12 Martin Rudalics <rudalics@gmx.at>
7221
7222 * emacs-lisp/debug.el (debugger-previous-window-height):
7223 New variable.
7224 (debug): When debugger-jumping-flag is non-nil try to restore
7225 height of debugger window. (Bug#8789)
7226
7227 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7228
7229 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
7230 overriding-local-map and pre/post-command-hook here.
7231 (edebug-recursive-edit): Do it here instead (bug#12345).
7232 (edebug-outside-unread-command-char): Remove all uses of
7233 unread-command-char.
7234
7235 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
7236 inhibit-debugger is bound instead.
7237
7238 2012-09-11 Bastien Guerry <bzg@gnu.org>
7239
7240 * subr.el (set-temporary-overlay-map): Add a docstring.
7241 (Bug#12346)
7242
7243 2012-09-11 Bastien Guerry <bzg@gnu.org>
7244
7245 * minibuffer.el (completion-table-subvert): Fix docstring.
7246 (Bug#12347)
7247
7248 2012-09-11 Bastien Guerry <bzg@gnu.org>
7249
7250 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
7251
7252 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
7253
7254 * progmodes/sql.el: Version 3.1
7255 (sql-db2-escape-newlines): New variable.
7256 (sql-escape-newlines-filter): Use it.
7257
7258 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
7259
7260 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
7261
7262 2012-09-10 Dan Nicolaescu <dann@gnu.org>
7263
7264 * vc/diff-mode.el (diff-mode-menu):
7265 Bind diff-remove-trailing-whitespace.
7266
7267 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7268
7269 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
7270 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
7271 (emacs-lisp-byte-code-mode): New functions.
7272 (eval-sexp-add-defvars): Don't skip defvars in column >0.
7273 (eval-defun-2): Remove bogus interactive spec.
7274 (lisp-indent-line): Remove redundant whole-exp code, now done in
7275 indent-according-to-mode.
7276 (save-match-data): Remove redundant indent data.
7277
7278 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
7279 Use `declare'.
7280
7281 2012-09-09 Juri Linkov <juri@jurta.org>
7282
7283 * replace.el (replace-regexp-lax-whitespace): New defcustom.
7284 (replace-lax-whitespace, query-replace-regexp)
7285 (query-replace-regexp-eval, replace-regexp): Doc fix.
7286 (perform-replace, replace-highlight): Let-bind
7287 isearch-lax-whitespace to replace-lax-whitespace and
7288 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
7289
7290 * isearch.el (isearch-query-replace): Let-bind
7291 replace-lax-whitespace to isearch-lax-whitespace and
7292 replace-regexp-lax-whitespace to
7293 isearch-regexp-lax-whitespace. (Bug#10885)
7294
7295 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7296
7297 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
7298
7299 2012-09-09 Alan Mackenzie <acm@muc.de>
7300
7301 * progmodes/cc-engine.el (c-state-cache-init):
7302 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
7303 (c-record-parse-state-state):
7304 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
7305
7306 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
7307
7308 * register.el (register-separator): Rename from
7309 separator-register. All uses changed. Doc fix.
7310 (register): Fix version.
7311
7312 2012-09-09 Chong Yidong <cyd@gnu.org>
7313
7314 * replace.el (query-replace-map): Bind four new symbols for
7315 requesting window scrolling.
7316
7317 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
7318 query-replace-map (Bug#8948).
7319
7320 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
7321
7322 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
7323 since they are now in query-replace-map.
7324
7325 * window.el (scroll-other-window-down): Make the arg optional.
7326
7327 2012-09-09 Chong Yidong <cyd@gnu.org>
7328
7329 * files.el (hack-local-variables-confirm): Use quit-window to kill
7330 the *Local Variables* buffer.
7331
7332 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
7333
7334 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
7335 not just expect to be at its beginning. Adjust callees.
7336 Succeed when do-end block has no space before the pipe character.
7337 (ruby-brace-to-do-end): When the original block is one-liner,
7338 convert to multiline. Reindent the result.
7339
7340 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
7341
7342 * register.el (register): New group.
7343 (separator-register): New user option.
7344 (increment-register): Route it to `append-to-register', if
7345 register contains text. Implication is that `C-x r +' can now be
7346 used for appending to a text register (bug#12217).
7347 (append-to-register, prepend-to-register): Add separator based on
7348 `separator-register'.
7349
7350 2012-09-08 Alan Mackenzie <acm@muc.de>
7351
7352 AWK Mode: make auto-newline work when there's "==" in the pattern.
7353 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
7354 correctly.
7355 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
7356 Test more rigorously for "=" token.
7357
7358 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
7359
7360 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
7361 Only fail when reached LIMIT.
7362
7363 2012-09-08 Chong Yidong <cyd@gnu.org>
7364
7365 * dired.el (dired-mode-map): Don't bind M-=.
7366
7367 * dired-aux.el (dired-diff): Use backup file as default.
7368
7369 2012-09-08 Drew Adams <drew.adams@oracle.com>
7370
7371 * subr.el (add-to-history): Fix delete usage (Bug#12314).
7372
7373 2012-09-08 Chong Yidong <cyd@gnu.org>
7374
7375 * subr.el (syntax-after, syntax-class): Doc fix.
7376
7377 2012-09-08 Martin Rudalics <rudalics@gmx.at>
7378
7379 * window.el (display-buffer-in-previous-window): New buffer
7380 display action function.
7381
7382 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
7383 (debugger-previous-window): New variable.
7384 (debug): Rewrite using display-buffer-in-previous-window,
7385 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
7386
7387 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7388
7389 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
7390
7391 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
7392
7393 * progmodes/python.el (python-shell-send-string):
7394 When default-directory is remote, create temp file on remote
7395 filesystem.
7396 (python-shell-send-file): When file is remote, pass local view of
7397 file paths to remote Python interpreter. (Bug#12340)
7398
7399 2012-09-07 Chong Yidong <cyd@gnu.org>
7400
7401 * window.el (switch-to-buffer): Doc fix (Bug#12181).
7402
7403 * files.el (after-find-file): Don't fail on a read-only buffer if
7404 require-final-newline is `visit' or `visit-save' (Bug#11156).
7405
7406 * subr.el (read-char-choice): Allow quitting via ESC ESC.
7407
7408 * userlock.el (ask-user-about-supersession-threat):
7409 Use read-char-choice (Bug#12093).
7410
7411 2012-09-07 Chong Yidong <cyd@gnu.org>
7412
7413 * subr.el (buffer-narrowed-p): New function.
7414
7415 * ses.el (ses-widen):
7416 * simple.el (count-words--buffer-message):
7417 * net/browse-url.el (browse-url-of-buffer): Use it.
7418
7419 * simple.el (count-words-region): Don't signal an error if there
7420 is a non-nil prefix arg and the mark is not set.
7421
7422 * help.el (describe-key-briefly): Allow the message to be seen
7423 when invoked from the minibuffer (Bug#7014).
7424
7425 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
7426
7427 * progmodes/ruby-mode.el (ruby-end-of-defun)
7428 (ruby-beginning-of-defun): Simplify, allow indentation before
7429 block beginning and end keywords.
7430 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
7431 (ruby-end-of-defun): Expect that the point is at the beginning of
7432 the defun.
7433
7434 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7435
7436 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
7437 (bug#12367).
7438 (cl--make-usage-args): Strip _ from argument names.
7439
7440 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7441
7442 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
7443 obsolete alias speedbar-key-map.
7444 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
7445 (vhdl-index-menu-init): Don't use obsolete variable
7446 font-lock-maximum-size.
7447
7448 2012-09-06 Chong Yidong <cyd@gnu.org>
7449
7450 * frame.el (window-system-version): Mark as obsolete.
7451
7452 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
7453 of obsolete variable speedbar-key-map.
7454
7455 2012-09-06 Juri Linkov <juri@jurta.org>
7456
7457 * replace.el (replace-lax-whitespace): New defcustom.
7458 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7459 (replace-string, replace-regexp): Mention it in docstrings.
7460 (perform-replace, replace-highlight): Let-bind
7461 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
7462 to the values of replace-lax-whitespace and regexp-flag.
7463 Don't let-bind search-whitespace-regexp. (Bug#10885)
7464
7465 * isearch.el (isearch-query-replace): Let-bind
7466 replace-lax-whitespace instead of let-binding
7467 replace-search-function and replace-re-search-function.
7468 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
7469 and isearch-regexp-lax-whitespace to lazy-highlight variables.
7470 (isearch-toggle-symbol): Set isearch-regexp to nil
7471 in isearch-word mode (like in isearch-toggle-word).
7472
7473 2012-09-06 Juri Linkov <juri@jurta.org>
7474
7475 * replace.el (replace-search-function)
7476 (replace-re-search-function): Set default values to nil.
7477 (perform-replace): Let-bind isearch-related variables based on
7478 replace-related values, call `isearch-search-fun' and let-bind
7479 the result to `search-function'. Remove code that sets
7480 `search-function' and `search-string' separately for
7481 `delimited-flag'.
7482 (replace-highlight): Add new argument `delimited-flag' and
7483 rename other arguments to the names used in `perform-replace'.
7484 Let-bind `isearch-word' to the argument `delimited-flag'.
7485 (Bug#10885, bug#10887)
7486
7487 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
7488
7489 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
7490 ruby-beginning-of-indent, simplify, allow all keywords to have
7491 indentation before them.
7492 (ruby-beginning-of-indent): Adjust for above. Search until the
7493 found point is not inside a string or comment.
7494 (ruby-font-lock-keywords): Allow symbols to start with "@"
7495 character, give them higher priority than variables.
7496 (ruby-syntax-propertize-function)
7497 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
7498 matchers. Expression expansions are not comments when inside a
7499 string, and there comment syntax status is irrelevant.
7500 (ruby-match-expression-expansion): New function. Check that
7501 expression expansion is inside a string, and it's not escaped.
7502 (ruby-font-lock-keywords): Use it.
7503
7504 2012-09-05 Martin Rudalics <rudalics@gmx.at>
7505
7506 * help.el (temp-buffer-max-height): New default value.
7507 (temp-buffer-resize-frames): New option.
7508 (resize-temp-buffer-window): Optionally resize frame.
7509
7510 * window.el (fit-frame-to-buffer-bottom-margin): New option.
7511 (fit-frame-to-buffer): New function.
7512
7513 2012-09-05 Glenn Morris <rgm@gnu.org>
7514
7515 * emulation/cua-rect.el (cua--init-rectangles):
7516 * textmodes/picture.el (picture-mode-map):
7517 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
7518 like forward-char and backward-char. (Bug#12317)
7519
7520 2012-09-05 Leo Liu <sdl.web@gmail.com>
7521
7522 * progmodes/flymake.el (flymake-warning-re): New variable.
7523 (flymake-parse-line): Use it.
7524
7525 2012-09-05 Glenn Morris <rgm@gnu.org>
7526
7527 * calendar/holidays.el (holiday-christian-holidays):
7528 Rename an entry. (Bug#12289)
7529
7530 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
7531
7532 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
7533 (bug#12222).
7534
7535 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7536
7537 * loadup.el: Load macroexp. Remove hack.
7538 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
7539 (macroexp--expand-all): Use it to get better warnings.
7540 (macroexp--backtrace, macroexp--trim-backtrace-frame)
7541 (internal-macroexpand-for-load): New functions.
7542 (macroexp--pending-eager-loads): New var.
7543 (emacs-startup-hook): New hack to replace one in loadup.el.
7544 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
7545 (cl--compiler-macro-cXXr): Move to top, before they can be used.
7546 (cl-psetf): Simplify.
7547 (cl-defstruct): Add indent rule.
7548
7549 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
7550
7551 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
7552 over `user-mail-address' for the SMTP MAIL FROM envelope.
7553 (smtpmail-via-smtp): Ditto.
7554
7555 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
7556
7557 * progmodes/ruby-mode.el: Clean up keybindings.
7558 (ruby-mode-map): Don't bind ruby-electric-brace,
7559 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
7560 backward-kill-word, reindent-then-newline-and-indent.
7561 (ruby-mark-defun): Remove.
7562 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
7563 (ruby-mode): Set local beginning-of-defun-function and
7564 end-of-defun-function values.
7565
7566 2012-09-03 Martin Rudalics <rudalics@gmx.at>
7567
7568 * window.el (temp-buffer-window-setup-hook)
7569 (temp-buffer-window-show-hook): New hooks.
7570 (temp-buffer-window-setup, temp-buffer-window-show)
7571 (with-temp-buffer-window): New functions.
7572 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
7573 (special-display-popup-frame): Make sure the window used shows BUFFER.
7574
7575 * help.el (temp-buffer-resize-mode): Fix doc-string.
7576 (resize-temp-buffer-window): New optional argument WINDOW.
7577
7578 * files.el (recover-file, save-buffers-kill-emacs):
7579 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
7580
7581 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
7582
7583 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
7584 remote definition of `default-directory', ensure we can connect.
7585
7586 2012-09-02 Juri Linkov <juri@jurta.org>
7587
7588 Toggle whitespace matching mode with M-s SPC.
7589 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
7590
7591 * isearch.el (search-whitespace-regexp): Doc fix.
7592 Remove cons cell customization.
7593 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
7594 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
7595 New variables.
7596 (isearch-forward, isearch-forward-regexp): Doc fix.
7597 (isearch-toggle-lax-whitespace): New command.
7598 (search-forward-lax-whitespace, search-backward-lax-whitespace)
7599 (re-search-forward-lax-whitespace)
7600 (re-search-backward-lax-whitespace): New functions.
7601 (isearch-whitespace-regexp): Remove function.
7602 (isearch-query-replace): Let-bind replace-search-function and
7603 replace-re-search-function.
7604 (isearch-occur): Let-bind search-spaces-regexp according to the
7605 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
7606 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
7607 condition for C-q SPC.
7608 (isearch-search-fun-default): Use new functions mentioned above.
7609 (isearch-search-forward, isearch-search-backward): Remove functions.
7610 (isearch-search): Don't let-bind search-spaces-regexp.
7611 (isearch-lazy-highlight-space-regexp): Remove variable.
7612 (isearch-lazy-highlight-lax-whitespace)
7613 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
7614 (isearch-lazy-highlight-new-loop): Use them.
7615 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
7616
7617 2012-09-02 Chong Yidong <cyd@gnu.org>
7618
7619 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
7620
7621 2012-09-02 Glenn Morris <rgm@gnu.org>
7622
7623 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
7624
7625 2012-09-01 Glenn Morris <rgm@gnu.org>
7626
7627 * term.el: Tidy up menu definitions.
7628 (term-mode-map): Use easymenu for In/Out, Complete menus.
7629 (term-pager-break-map): Initialize in the defvar.
7630 (term-terminal-menu, term-signals-menu): Define with easymenu.
7631 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
7632 (term-pager-menu): New, extracted from term-process-pager.
7633 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
7634 (term-update-mode-line): Propertize line/char and page items.
7635 (term-process-pager): Move keymap initialization elsewhere.
7636
7637 2012-09-01 Martin Rudalics <rudalics@gmx.at>
7638
7639 * window.el (switch-to-prev-buffer): Handle additional values of
7640 BURY-OR-KILL argument. Don't switch in minibuffer window.
7641 (switch-to-next-buffer): Don't switch in minibuffer window.
7642 (quit-restore-window): New function based on quit-window.
7643 Handle additional values of former KILL argument.
7644 (quit-window): Call quit-restore-window with appropriate
7645 interpretation of KILL argument.
7646 (display-buffer-below-selected): New buffer display action
7647 function.
7648
7649 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7650
7651 * minibuffer.el (completion-at-point-functions): Complete docstring
7652 (bug#12254).
7653
7654 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
7655
7656 Better seed support for (random).
7657 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
7658 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
7659 * play/mpuz.el, play/tetris.el, play/zone.el:
7660 * calc/calc-comb.el (math-init-random-base):
7661 * play/blackbox.el (bb-init-board):
7662 * play/life.el (life):
7663 * server.el (server-use-tcp):
7664 * type-break.el (type-break):
7665 Remove unnecessary call to (random t).
7666 * net/sasl.el (sasl-unique-id-function):
7667 Change (random t) to (random), now that the latter is more random.
7668 * play/life.el (life-initialized): Remove no-longer-needed var.
7669
7670 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
7671
7672 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
7673 Consider frame's buffer predicate when choosing the buffer.
7674 (Bug#12081)
7675
7676 2012-08-30 Richard Stallman <rms@gnu.org>
7677
7678 * simple.el (special-mode-map): Delete binding for `z'.
7679
7680 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
7681
7682 * progmodes/compile.el (compilation-always-kill): Doc fix.
7683
7684 2012-08-30 Chong Yidong <cyd@gnu.org>
7685
7686 * window.el (display-buffer-reuse-frames): Make the obsolescence
7687 message more informative.
7688
7689 2012-08-30 Glenn Morris <rgm@gnu.org>
7690
7691 * paren.el (show-paren-delay):
7692 Add a :set function. Doc fix. (Bug#12297)
7693
7694 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
7695
7696 * progmodes/compile.el (compilation-always-kill): New var.
7697 (compilation-start): Use it.
7698
7699 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7700
7701 * simple.el (read-only-mode): Move from files.el for bootstrapping.
7702 * files.el (read-only-mode): Move to simple.el.
7703
7704 * files.el (read-only-mode): New minor mode.
7705 (toggle-read-only): Use it and mark obsolete.
7706 (find-file--read-only):
7707 * vc/vc.el (vc-next-action, vc-checkout):
7708 * vc/vc-cvs.el (vc-cvs-checkout):
7709 * obsolete/vc-mcvs.el (vc-mcvs-update):
7710 * ffap.el (ffap--toggle-read-only): Update callers.
7711
7712 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
7713
7714 * eshell/esh-ext.el (eshell-external-command): Do not examine
7715 remote shell scripts.
7716 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
7717
7718 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
7719 "/usr/local/sbin".
7720
7721 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7722
7723 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
7724
7725 2012-08-28 Leo Liu <sdl.web@gmail.com>
7726
7727 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
7728 completion-at-point. (Bug#12220)
7729
7730 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
7731
7732 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
7733
7734 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7735
7736 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
7737 be buffer-local; add delete-trailing-whitespace (bug#12259).
7738
7739 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
7740
7741 * progmodes/hideif.el (hif-compress-define-list):
7742 Fix typo. (Bug#11951)
7743
7744 2012-08-28 Dan Nicolaescu <dann@gnu.org>
7745
7746 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
7747 buffer local setting.
7748
7749 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
7750 rcirc-encode-coding-system.
7751
7752 2012-08-28 Leo Liu <sdl.web@gmail.com>
7753
7754 * net/rcirc.el (rcirc-split-message): New function.
7755 (rcirc-send-message): Use it. (Bug#12051)
7756
7757 2012-08-28 Juri Linkov <juri@jurta.org>
7758
7759 * info.el (Info-fontify-node): Hide empty lines at the end of
7760 the node. (Bug#12272)
7761
7762 2012-08-27 Drew Adams <drew.adams@oracle.com>
7763
7764 * dired.el (dired-pop-to-buffer): Make window start at beginning
7765 of buffer (Bug#12281).
7766
7767 2012-08-26 Chong Yidong <cyd@gnu.org>
7768
7769 * window.el (special-display-regexps, special-display-frame-alist)
7770 (special-display-buffer-names, special-display-function)
7771 (display-buffer-reuse-frames): Mark as obsolete.
7772
7773 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
7774
7775 * help.el (help-print-return-message): Don't treat
7776 display-buffer-reuse-frames specially.
7777
7778 2012-08-26 Chong Yidong <cyd@gnu.org>
7779
7780 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
7781 New variable, replacing gdb-frame-parameters.
7782 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
7783 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
7784 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
7785 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
7786 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
7787 the functions directly with gdb-display-buffer-other-frame-action.
7788 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
7789 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
7790 (gdb-display-stack-buffer, gdb-display-locals-buffer)
7791 (gdb-display-registers-buffer): Define directly.
7792 (def-gdb-display-buffer): Macro deleted.
7793 (gdb-display-buffer): Remove second and third args, callers don't
7794 use them. Defer to the default display-buffer behavior, apart
7795 from making windows dedicated.
7796 (gdb-setup-windows): Don't call display-buffer unnecessarily.
7797
7798 * progmodes/gud.el (gud-display-line): Just use display-buffer.
7799
7800 * window.el (display-buffer-pop-up-frame): Handle a
7801 pop-up-frame-parameters alist entry.
7802 (display-buffer): Document it.
7803
7804 2012-08-26 Chong Yidong <cyd@gnu.org>
7805
7806 * isearch.el (search-whitespace-regexp): Make string and nil
7807 values apply to both ordinary and regexp search. Allow a cons
7808 cell value to distinguish between the two.
7809 (isearch-whitespace-regexp, isearch-search-forward)
7810 (isearch-search-backward): New functions.
7811 (isearch-occur, isearch-search-fun-default, isearch-search)
7812 (isearch-lazy-highlight-new-loop): Use them.
7813 (isearch-forward, isearch-forward-regexp): Doc fix.
7814
7815 2012-08-26 Chong Yidong <cyd@gnu.org>
7816
7817 * faces.el (help-argument-name): Always inherit from italic
7818 (Bug#12213).
7819
7820 2012-08-25 Martin Rudalics <rudalics@gmx.at>
7821
7822 * window.el (window--even-window-heights): Even heights when
7823 WINDOW and the selected window form a vertical combination.
7824 (display-buffer-use-some-window): Provide that window used gets
7825 sized back by quit-window. (Bug#11880) and (Bug#12091)
7826
7827 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
7828
7829 Fix file time stamp problem with bzr and CVS (Bug#12001).
7830 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
7831 in the file's time stamp, since the version control system loses
7832 that information.
7833
7834 2012-08-22 Juri Linkov <juri@jurta.org>
7835
7836 * info.el (Info-fontify-node): Hide the suffix of the
7837 Info file name in the header line. (Bug#12187)
7838
7839 2012-08-22 Glenn Morris <rgm@gnu.org>
7840
7841 * calendar/cal-tex.el (cal-tex-weekly-common):
7842 Restore leading blank page.
7843
7844 2012-08-22 Le Wang <l26wang@gmail.com>
7845
7846 * misc.el (forward-to-word, backward-to-word): Activate or extend
7847 the region under `shift-select-mode'. (Bug#12231)
7848
7849 2012-08-22 Bastien Guerry <bzg@gnu.org>
7850
7851 * progmodes/executable.el (executable-prefix): Set to "#!" instead
7852 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
7853 gives details on why the space is never needed.
7854
7855 2012-08-22 Martin Rudalics <rudalics@gmx.at>
7856
7857 * window.el (walk-window-tree, window-with-parameter):
7858 New optional argument MINIBUF to control whether these functions
7859 should run on the minibuffer window.
7860 (window-at-side-list): Don't operate on minibuffer window.
7861 (window-in-direction): Simplify and rewrite doc-string.
7862 (window--size-ignore): Rename to window--size-ignore-p.
7863 Update callers.
7864 (display-buffer-in-atom-window, window--major-non-side-window)
7865 (window--major-side-window, display-buffer-in-major-side-window)
7866 (delete-side-window, display-buffer-in-side-window):
7867 New functions.
7868 (window--side-check, window-deletable-p, delete-window)
7869 (delete-other-windows, split-window): Handle side windows and
7870 atomic windows appropriately.
7871 (window--display-buffer): Call display-buffer-record-window also
7872 when the window buffer did not change.
7873
7874 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
7875
7876 * help-fns.el (help-fns--key-bindings):
7877 Abbreviate non-symbol remap targets. (Bug#12174)
7878
7879 2012-08-22 Martin Rudalics <rudalics@gmx.at>
7880
7881 * dired.el (dired-mark-remembered): Don't clobber point.
7882 (Bug#11795)
7883
7884 2012-08-22 Glenn Morris <rgm@gnu.org>
7885
7886 * progmodes/bug-reference.el (bug-reference): New custom group.
7887 (bug-reference-bug-regexp): Make it a defcustom.
7888
7889 2012-08-22 Daiki Ueno <ueno@unixuser.org>
7890
7891 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
7892 (js-paren-indent-offset, js-square-indent-offset)
7893 (js-curly-indent-offset): Add :safe (Bug#12257).
7894
7895 2012-08-22 Edward O'Connor <hober0@gmail.com>
7896
7897 * json.el (json-key-format): Add error properties.
7898 (json-encode-key): New function.
7899 (json-encode-hash-table, json-encode-alist, json-encode-plist):
7900 Use json-encode-key.
7901
7902 2012-08-22 Glenn Morris <rgm@gnu.org>
7903
7904 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
7905 (cal-tex-leftday, cal-tex-rightday): Remove functions.
7906 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
7907 Update for above change.
7908
7909 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
7910
7911 * cus-face.el (custom-face-attributes): Fix customize type for the
7912 :underline attribute. (Bug#11805)
7913
7914 2012-08-21 Martin Rudalics <rudalics@gmx.at>
7915
7916 * window.el (window-point-1, set-window-point-1): Remove.
7917 (window-in-direction, record-window-buffer)
7918 (set-window-buffer-start-and-point, split-window-below)
7919 (window--state-get-1, display-buffer-record-window):
7920 Replace calls to window-point-1 and set-window-point-1 by calls to
7921 window-point and set-window-point respectively.
7922
7923 2012-08-21 Glenn Morris <rgm@gnu.org>
7924
7925 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
7926 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
7927 Use it.
7928
7929 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
7930 (cal-tex-shortday): New function.
7931 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
7932 (cal-tex-cursor-filofax-daily): Use the above.
7933
7934 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
7935 New functions.
7936 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
7937 (cal-tex-cursor-filofax-week): Use them.
7938
7939 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
7940 New constants.
7941 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
7942 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
7943
7944 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
7945 (cal-tex-end-document): Don't rely on buffer name.
7946
7947 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
7948 Use cal-tex-vspace.
7949 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
7950 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
7951 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
7952 Use cal-tex-arg.
7953
7954 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
7955 (cal-tex-cursor-week, cal-tex-cursor-week2)
7956 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
7957 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7958 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
7959 (cal-tex-insert-preamble, cal-tex-b-document)
7960 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
7961 Improve cal-tex-cmd usage.
7962
7963 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
7964 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
7965 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
7966 (cal-tex-weekly-paper): New function.
7967 (cal-tex-cursor-week, cal-tex-cursor-week2)
7968 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
7969 (cal-tex-cursor-day): Use it.
7970
7971 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
7972 (cal-tex-cursor-filofax-week): Remove leading blank page.
7973
7974 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
7975 Add autoload cookie. For now at least, don't use color, since
7976 no other cal-tex function does.
7977
7978 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
7979 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7980 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
7981
7982 2012-08-21 Juri Linkov <juri@jurta.org>
7983
7984 * info.el (Info-file-attributes): New variable.
7985 (info-insert-file-contents): Add file attributes to
7986 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
7987 `Info-toc-nodes' when previous modtime of the Info file is less
7988 than new modtime.
7989 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
7990 of info.el. (Bug#12230)
7991
7992 2012-08-20 Glenn Morris <rgm@gnu.org>
7993
7994 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
7995 * calendar/holidays.el (calendar-holiday-list):
7996 Report errors with display-warning rather than beep'n'sleep.
7997
7998 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
7999
8000 * net/tramp.el (tramp-accept-process-output): Accept only output
8001 from PROC. Otherwise, process filters and sentinels might be
8002 confused. (Bug#12145)
8003
8004 2012-08-20 Chong Yidong <cyd@gnu.org>
8005
8006 * descr-text.el (describe-text-properties-1): Use overlays-in to
8007 report on empty overlays (Bug#3322).
8008
8009 2012-08-20 Glenn Morris <rgm@gnu.org>
8010
8011 * mail/rmailout.el (rmail-output-read-file-name):
8012 Trap and report errors in rmail-output-file-alist elements.
8013
8014 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
8015 since most non-font-lock faces are not also variables).
8016
8017 2012-08-20 Edward Reingold <reingold@iit.edu>
8018
8019 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8020 New function. (Bug12160)
8021
8022 2012-08-19 Glenn Morris <rgm@gnu.org>
8023
8024 * mail/rmailout.el (rmail-output-read-file-name):
8025 Fix previous change (when the alist is nil or does not match).
8026
8027 2012-08-19 Chong Yidong <cyd@gnu.org>
8028
8029 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
8030 (Bug#12228).
8031
8032 2012-08-18 Chong Yidong <cyd@gnu.org>
8033
8034 * simple.el (yank-handled-properties): New defcustom.
8035 (yank-excluded-properties): Add font-lock-face and category.
8036 (yank): Doc fix.
8037
8038 * subr.el (remove-yank-excluded-properties):
8039 Obey yank-handled-properties. The special handling of font-lock-face
8040 and category is now done this way, instead of being hard-coded.
8041 (insert-for-yank-1): Remove font-lock-face handling.
8042 (yank-handle-font-lock-face-property)
8043 (yank-handle-category-property): New function.
8044
8045 2012-08-17 Glenn Morris <rgm@gnu.org>
8046
8047 * mail/rmailout.el (rmail-output-read-file-name):
8048 Check rmail-output-file-alist against the full message body
8049 in the correct rmail buffer. (Bug#12214)
8050
8051 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
8052
8053 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8054 Eliminate superfluous prompt. (Bug#12203)
8055
8056 2012-08-17 Chong Yidong <cyd@gnu.org>
8057
8058 * mouse.el (mouse-appearance-menu): If x-select-font returns a
8059 font spec, set the font directly (Bug#3228).
8060
8061 2012-08-17 Martin Rudalics <rudalics@gmx.at>
8062
8063 * window.el (delete-window): Fix last fix.
8064
8065 2012-08-16 Martin Rudalics <rudalics@gmx.at>
8066
8067 * window.el (window-valid-p): Move to window.c.
8068 (window-child, window-child-count, window-last-child)
8069 (window-normalize-window, window-combined-p)
8070 (window-combinations, window-atom-root, window-min-size)
8071 (window-sizable, window-sizable-p, window-size-fixed-p)
8072 (window-min-delta, window-max-delta, window--resizable)
8073 (window--resizable-p, window-resizable, window-total-size)
8074 (window-full-height-p, window-full-width-p, window-body-size)
8075 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
8076 (minimize-window, window-deletable-p, delete-window)
8077 (delete-other-windows, set-window-buffer-start-and-point)
8078 (next-buffer, previous-buffer, split-window, balance-windows-2)
8079 (set-window-text-height, window-buffer-height)
8080 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
8081 (truncated-partial-width-window-p): Minor code adjustments.
8082 In doc-strings state whether the argument window has to denote a
8083 live, valid or any window.
8084
8085 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
8086
8087 * progmodes/subword.el (subword-forward-function)
8088 (subword-backward-function, subword-forward-regexp)
8089 (subword-backward-regexp): New variables.
8090 (subword-forward, subword-forward-internal, subword-backward-internal):
8091 Use new variables, eg so that different "word" definitions
8092 can be easily used. (Bug#11411)
8093
8094 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8095
8096 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
8097 for composite selectors.
8098 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
8099 operation just because we can't find a previous revision.
8100
8101 2012-08-15 Chong Yidong <cyd@gnu.org>
8102
8103 * frame.el (set-frame-font): Accept font objects.
8104
8105 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8106
8107 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
8108
8109 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
8110
8111 * man.el (Man-overstrike-face, Man-underline-face)
8112 (Man-reverse-face): Remove variables.
8113 (Man-overstrike, Man-underline, Man-reverse): New faces.
8114 (Man-fontify-manpage): Use them instead of the variables.
8115 (Man-cleanup-manpage): Comment change.
8116 (Man-ansi-color-map): New variable.
8117 (Man-fontify-manpage): Use it.
8118 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
8119
8120 Implement ANSI SGR parameters 22-27 (bug#12146).
8121 * ansi-color.el (ansi-colors): Doc fix.
8122 (ansi-color-context, ansi-color-context-region): Doc fix.
8123 (ansi-color--find-face): New function.
8124 (ansi-color-apply, ansi-color-apply-on-region): Use it.
8125 Rename the local variable `face' to `codes' since it is now a list of
8126 ansi codes. Doc fix.
8127 (ansi-color-get-face): Remove.
8128 (ansi-color-parse-sequence): New function, derived from
8129 ansi-color-get-face.
8130 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
8131 codes 22-27.
8132
8133 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
8134
8135 * subr.el (read-passwd): Allow use from a minibuffer.
8136
8137 2012-08-14 Eli Zaretskii <eliz@gnu.org>
8138
8139 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
8140 inside comments and strings as identifiers.
8141
8142 * progmodes/gud.el (gud-tooltip-print-command): Quote the
8143 expression to evaluate. This allows to evaluate expressions with
8144 embedded whitespace.
8145 (gud-tooltip-tips): Add a blank before the newline in the
8146 message-box text, for the benefit of message-box emulation on
8147 MS-Windows.
8148
8149 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
8150 messages from GDB, pop them up in a tooltip to give feedback to
8151 user.
8152 (gdb-tooltip-print-1): Quote the expression to evaluate.
8153 This allows to evaluate expressions with embedded whitespace.
8154 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
8155 if the TTY name is nil or empty (which happens when communicating
8156 with the inferior via pipes, e.g. on MS-Windows).
8157 (gdb-internals): If GDB sends a "&\n" empty debugging message,
8158 don't send that to the GUD buffer.
8159
8160 2012-08-14 Glenn Morris <rgm@gnu.org>
8161
8162 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
8163 Optimize away setq-default with no args, as for setq. (Bug#12195)
8164
8165 2012-08-14 Chong Yidong <cyd@gnu.org>
8166
8167 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
8168
8169 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
8170 (Bug#12085).
8171
8172 2012-08-14 Glenn Morris <rgm@gnu.org>
8173
8174 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
8175
8176 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
8177
8178 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
8179 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8180 Use cached shell name.
8181
8182 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
8183
8184 * progmodes/python.el (python-shell-send-string):
8185 (python-shell-send-setup-code): Do not use `format' with `message'.
8186
8187 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
8188
8189 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
8190 (ruby-percent-literal-beg-re): New constant.
8191 (ruby-syntax-general-delimiters-goto-beg): Rename to
8192 `ruby-syntax-enclosing-percent-literal', improve literal type check.
8193 (ruby-syntax-propertize-general-delimiters): Rename to
8194 `ruby-syntax-propertize-percent-literal', it's a shorter and more
8195 popular term. Adjust comments everywhere.
8196 (ruby-syntax-propertize-percent-literal): Only propertize when not
8197 inside a simple string or comment. When the literal is unclosed,
8198 leave the text after it unpropertized.
8199 (ruby-syntax-methods-before-regexp): New constant.
8200 (ruby-syntax-propertize-function): Use it to recognize regexps.
8201 Don't look at the text after regexp, just use the whitelist.
8202
8203 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
8204
8205 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
8206 non-nil always load the compiled file if it exists. (Bug#12197)
8207
8208 2012-08-14 Chong Yidong <cyd@gnu.org>
8209
8210 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
8211 (hi-lock-set-pattern): When deciding whether to use font lock or
8212 overlays, look at font-lock-mode instead of font-lock-fontified
8213 (Bug#12168).
8214 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
8215 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
8216
8217 2012-08-14 Daiki Ueno <ueno@unixuser.org>
8218
8219 * subr.el (internal--after-with-selected-window): Fix typo
8220 (Bug#12193).
8221
8222 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
8223
8224 Use `completion-table-dynamic' for completion functions.
8225 * progmodes/python.el
8226 (python-shell-completion--do-completion-at-point)
8227 (python-shell-completion--get-completions):
8228 Remove functions.
8229 (python-shell-completion-complete-at-point): New function.
8230 (python-completion-complete-at-point): Use it.
8231
8232 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
8233
8234 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
8235 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
8236
8237 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8238
8239 * subr.el (function-get): Refine `autoload' arg so it can also
8240 autoload functions for gv.el (bug#12191).
8241 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
8242 autoloads macros.
8243
8244 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
8245 Prefer pcase-let over destructuring-bind.
8246 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
8247 Also, remove whitespace as we go, rather than after accumulating the
8248 various places.
8249
8250 * subr.el (internal--before-with-selected-window)
8251 (internal--after-with-selected-window): Fix typo seleted->selected.
8252 (with-selected-window): Adjust callers.
8253 Reported by Dmitry Gutov <dgutov@yandex.ru>.
8254
8255 2012-08-13 Bastien Guerry <bzg@gnu.org>
8256
8257 * window.el (special-display-popup-frame): Minor docstring
8258 enhancement. (Bug#12172)
8259
8260 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
8261
8262 * tar-mode.el (tar-header-data-end): Only ignore size for files of
8263 type 1-6.
8264 (tar-header-block-summarize, tar-get-descriptor): Handle pax
8265 extended headers.
8266
8267 * files.el (hack-local-variables-filter): Remove useless eval.
8268
8269 2012-08-13 Martin Rudalics <rudalics@gmx.at>
8270
8271 * subr.el (with-selected-window): Fix last change.
8272
8273 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8274
8275 * subr.el (internal--before-with-seleted-window)
8276 (internal--after-with-seleted-window): New functions.
8277 (with-selected-window): Use them, to replace dependency on
8278 tty-top-frame.
8279
8280 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
8281
8282 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
8283 binding for `newline'.
8284 (ruby-move-to-block): When moving backward, stop at block opening,
8285 not indentation.
8286 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
8287 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
8288 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
8289 `ruby-toggle-block'.
8290
8291 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8292
8293 * ibuffer.el (ibuffer-do-toggle-read-only):
8294 * dired.el (dired-toggle-read-only):
8295 * buff-menu.el (Buffer-menu-toggle-read-only):
8296 * bindings.el (mode-line-toggle-read-only):
8297 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
8298
8299 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
8300
8301 * descr-text.el (describe-char): Put the overlays over the
8302 "displayed as" character.
8303
8304 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
8305
8306 * calc/calc-units.el (math-default-units-table): Give an
8307 initial value.
8308 (math-put-default-units): Add options to put composite units and
8309 unit systems in the default units table.
8310 (calc-convert-units): Send composite units to
8311 `math-put-default-units' when appropriate.
8312
8313 2012-08-11 Glenn Morris <rgm@gnu.org>
8314
8315 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
8316
8317 * tutorial.el (help-with-tutorial):
8318 * emacs-lisp/copyright.el (copyright-update-directory):
8319 * emacs-lisp/autoload.el (autoload-find-generated-file)
8320 (autoload-find-file): Disable local eval: (for insurance).
8321
8322 * files.el (hack-local-variables-filter): If an eval: form is not
8323 known to be safe, and enable-local-variables is :safe, then ignore
8324 the form totally, as is done for non-eval forms. (Bug#12155)
8325 This is CVE-2012-3479.
8326
8327 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8328
8329 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
8330 (rx-form): Simplify.
8331
8332 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
8333
8334 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
8335 ?, _, and : are symbol constituents, ! is not (but kinda should be).
8336 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
8337 (ruby-syntax-propertize-function): Adjust for changes in
8338 `ruby-syntax-propertize-heredoc'.
8339
8340 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
8341
8342 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
8343 binding (use `M-;' instead).
8344 (ruby-singleton-class-p): New function.
8345 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
8346
8347 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8348
8349 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
8350
8351 2012-08-10 Chong Yidong <cyd@gnu.org>
8352
8353 * progmodes/python.el (python-shell-get-process-name): Don't mess
8354 with same-window-buffer-names.
8355
8356 * eshell/eshell.el (eshell-add-to-window-buffer-names)
8357 (eshell-remove-from-window-buffer-names): Make obsolete.
8358 (eshell-buffer-name, eshell-unload-hook): Don't use them.
8359 (eshell): Just use pop-to-buffer-same-window instead.
8360
8361 2012-08-10 Chong Yidong <cyd@gnu.org>
8362
8363 * bindings.el: Bind M-= back to count-words-region.
8364
8365 * simple.el (count-words-region): Accept a prefix arg for acting
8366 on the entire buffer.
8367 (count-words--buffer-message): New helper function.
8368
8369 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8370
8371 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
8372 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
8373 (event-start, event-end): Use posn-at-point to return a more
8374 informative posn.
8375 (posnp): New function.
8376 * mouse.el (popup-menu-normalize-position): Use it.
8377
8378 2012-08-10 Masatake YAMATO <yamato@redhat.com>
8379
8380 * mouse.el (popup-menu-normalize-position): New function.
8381 (popup-menu): Use `popup-menu-normalize-position' to normalize
8382 the form for POSITION argument.
8383
8384 * term/x-win.el (x-menu-bar-open):
8385 Use the value returend from (posn-at-point) as position
8386 passed to `popup-menu'.
8387
8388 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
8389
8390 * calc/calccomp.el (math-compose-expr): Add extra argument
8391 indicating that parentheses should be put around products in
8392 denominators. Give multiplication precedence over division during
8393 composition.
8394
8395 2012-08-09 Chong Yidong <cyd@gnu.org>
8396
8397 * man.el (Man-switches, Man-sed-command, Man-awk-command)
8398 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
8399 (Man-untabify-command, manual-program): Convert to defcustom
8400 (Bug#10429).
8401
8402 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
8403
8404 * descr-text.el (describe-char): Don't insert extra newlines
8405 (Bug#10127).
8406
8407 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
8408 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
8409
8410 * align.el (align-region): Delete temporary markers (Bug#10047).
8411 Plus some code cleanups.
8412
8413 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
8414
8415 * progmodes/python.el (python-pdbtrack-tracked-buffer)
8416 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
8417 (python-shell-internal-last-output): Use make-local-variable
8418 instead of make-variable-buffer-local.
8419
8420 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
8421
8422 * progmodes/python.el: Enhancements to forward-sexp.
8423 (python-nav-forward-sexp): Rename from
8424 python-nav-forward-sexp-function.
8425 (python-nav--forward-sexp, python-nav--backward-sexp):
8426 New functions.
8427
8428 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
8429
8430 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
8431 modes and simplification modes.
8432
8433 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
8434
8435 * delsel.el (delete-selection-pre-hook): Don't propagate the
8436 file-supersession signals (bug#12161).
8437
8438 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8439
8440 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
8441 (cl-map-extents): Add compatibility aliases (bug#12135).
8442
8443 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
8444
8445 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
8446 tests by `ignore-error'.
8447 (tramp-find-shell): Open also a new shell, when cache is already
8448 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
8449
8450 2012-08-08 Juri Linkov <juri@jurta.org>
8451
8452 * bookmark.el: Add `defaults' property to the bookmark record.
8453 (bookmark-current-buffer): Doc fix.
8454 (bookmark-make-record): Add `defaults' property with default values
8455 to the bookmark record.
8456 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
8457 with `bookmark-insert-current-bookmark'.
8458 (bookmark-set): Get `defaults' property from the bookmark record
8459 and use it in `read-from-minibuffer'.
8460 (bookmark-insert-current-bookmark): Remove function.
8461
8462 * info.el (Info-bookmark-make-record): Add `defaults' property
8463 with values of canonical Info node name, the current Info file
8464 name and the current Info node name. (Bug#12107)
8465
8466 2012-08-08 Juri Linkov <juri@jurta.org>
8467
8468 * files.el (basic-save-buffer): Use `buffer-name' as the default
8469 of `read-file-name' when buffer is not visiting a file (bug#12128).
8470
8471 2012-08-08 Juri Linkov <juri@jurta.org>
8472
8473 * info.el (Info-isearch-search): Doc fix.
8474 (Info-search): Change search-failed message from "initial node" to
8475 "end of node" (bug#12078).
8476 (Info-isearch-search): Change `isearch-string-state' to
8477 `isearch--state-string'.
8478
8479 2012-08-08 Glenn Morris <rgm@gnu.org>
8480
8481 * language/persian.el: Remove file.
8482 * language/misc-lang.el: Move unique part of persian.el here.
8483 * loadup.el: Remove language/persian.
8484
8485 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
8486
8487 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
8488
8489 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
8490
8491 * progmodes/python.el: Fix defsubst warning.
8492 (python-syntax-context) Rename from python-info-ppss-context.
8493 (python-syntax-context-type): Rename from
8494 python-info-ppss-context-type.
8495 (python-syntax-comment-or-string-p): Rename from
8496 python-info-ppss-comment-or-string-p.
8497
8498 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8499
8500 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
8501
8502 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
8503
8504 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
8505 a defcustom that is quoted with backquote.
8506
8507 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
8508 Fix handling of interactive spec when the body uses return.
8509 (math-do-arg-check, math-define-function-body): Use backquote forms.
8510 * calc/calc-ext.el (math-defcache): Likewise.
8511 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
8512 * allout.el (allout-new-exposure): Likewise.
8513 * calc/calcalg2.el (math-tracing-integral): Likewise.
8514 * info.el (Info-last-menu-item): Likewise.
8515 * emulation/vip.el (vip-loop): Likewise.
8516 * textmodes/artist.el (artist-funcall): Likewise.
8517 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
8518 Construct menu-item directly.
8519
8520 * progmodes/autoconf.el (font-lock-syntactic-keywords):
8521 Don't declare.
8522
8523 2012-08-07 Chong Yidong <cyd@gnu.org>
8524
8525 * simple.el (deactivate-mark): Preserve text properties when
8526 saving the primary selection (Bug#8384).
8527
8528 2012-08-07 Kevin Ryde <user42@zip.com.au>
8529
8530 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
8531 (woman-parse-numeric-value): On a bad .IP line, issue a warning
8532 and continue processing (Bug#12110).
8533
8534 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
8535
8536 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
8537 syntax-propertize-function (bug#10095).
8538
8539 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
8540
8541 * help-fns.el (help-fns--key-bindings, help-fns--signature)
8542 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
8543 describe-function-1.
8544 (describe-function-1): Use them. Move compiler macro after sig.
8545 (help-fns--compiler-macro): Use function-get. Assume we're already in
8546 standard-output. Adjust layout to new call order.
8547
8548 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
8549 re-binding a symbol that has a symbol-macro (bug#12119).
8550
8551 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
8552
8553 * language/persian.el: New file. (Bug#11812)
8554 * loadup.el: Add language/persian.el.
8555
8556 2012-08-06 Chong Yidong <cyd@gnu.org>
8557
8558 * window.el (window--maybe-raise-frame): New function.
8559 (window--display-buffer): Split off from here.
8560 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8561 (display-buffer-pop-up-window, display-buffer-use-some-window):
8562 Obey an inhibit-switch-frame action alist entry.
8563 (display-buffer): Update doc.
8564
8565 * replace.el (occur-after-change-function): Avoid losing focus by
8566 using the inhibit-switch-frame display parameter (Bug#12139).
8567
8568 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
8569
8570 Make internal shell process buffer names start with space.
8571 * progmodes/python.el (python-shell-make-comint): Add optional
8572 argument INTERNAL.
8573 (run-python-internal): Use it.
8574 (python-shell-internal-get-or-create-process): Check for new
8575 internal buffer names.
8576
8577 2012-08-06 Glenn Morris <rgm@gnu.org>
8578
8579 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
8580 Do less getting and setting of environment variables.
8581
8582 2012-08-05 Chong Yidong <cyd@gnu.org>
8583
8584 * proced.el (proced): Add substitution string to docstring to
8585 trigger autoloading of the proced library on C-h f (Bug#1768).
8586
8587 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8588 Don't show defvars which have no second argument (Bug#8638).
8589
8590 * imenu.el (imenu-generic-expression): Move documentation here
8591 from imenu--generic-function.
8592 (imenu--generic-function): Refer to imenu-generic-expression.
8593
8594 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
8595
8596 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
8597 indentation declaration.
8598 (viper-loop): Add indentation declaration (Bug#7025).
8599
8600 2012-08-05 Chong Yidong <cyd@gnu.org>
8601
8602 * help-fns.el (describe-variable): Add hyperlink for
8603 directory-local variables files. Improve buffer-local and
8604 permanent-local reporting; suggested by MON KEY (Bug#6644).
8605
8606 * help-mode.el (help-dir-local-var-def): New button type.
8607
8608 * files.el (kill-buffer-hook): Provide a defvar.
8609
8610 2012-08-05 Glenn Morris <rgm@gnu.org>
8611
8612 * eshell/esh-ext.el (eshell/addpath):
8613 Also update eshell-path-env. (Bug#12013)
8614
8615 2012-08-05 Chong Yidong <cyd@gnu.org>
8616
8617 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
8618
8619 * fringe.el (fringe-styles): Add docstring.
8620 (fringe--check-mode): New function.
8621 (set-fringe-mode, set-fringe-style): Use it.
8622 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
8623
8624 * files.el (set-auto-mode): Fix invalid setq call.
8625
8626 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
8627
8628 * isearch.el: Misc simplification; use defstruct.
8629 (isearch-mode-map): Dense maps now work like sparse ones.
8630 (isearch--state): New defstruct.
8631 (isearch-string-state, isearch-message-state, isearch-point-state)
8632 (isearch-success-state, isearch-forward-state)
8633 (isearch-other-end-state, isearch-word-state, isearch-error-state)
8634 (isearch-wrapped-state, isearch-barrier-state)
8635 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
8636 replaced by defstruct's accessors.
8637 (isearch--set-state): Rename from isearch-top-state and change
8638 calling convention.
8639 (isearch-push-state): Use new isearch--get-state.
8640 (isearch-toggle-word): Disable regexp when enabling word.
8641 (isearch-message-prefix): Remove unused arg _c-q-hack.
8642 (isearch-message-suffix): Remove unused arg _ellipsis.
8643
8644 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
8645
8646 * simple.el (list-processes--refresh): For a server use :host or
8647 :local as the address.
8648 (list-processes): Doc fix.
8649
8650 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
8651
8652 * lisp/mpc.el: Support password in host argument.
8653 (mpc--proc-connect): Parse and use new password element.
8654 Set mpc-proc variable instead of returning process.
8655 (mpc-proc): Adjust accordingly.
8656
8657 2012-08-03 Eli Zaretskii <eliz@gnu.org>
8658
8659 * whitespace.el (whitespace-display-mappings): Use Unicode
8660 codepoints, instead of emacs-mule codepoints. See
8661 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
8662 for the details.
8663
8664 * files.el (file-truename): Don't skip symlink-chasing part on
8665 windows-nt. Incorporate the resolution of 8+3 short aliases on
8666 Windows into the loop that recursively chases symlinks.
8667 Compare directory and its parent case-insensitively on MS-Windows and
8668 MS-DOS.
8669
8670 2012-08-03 Chong Yidong <cyd@gnu.org>
8671
8672 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
8673
8674 * sort.el (sort-regexp-fields): Doc fix.
8675
8676 2012-08-03 Tassilo Horn <tsdh@gnu.org>
8677
8678 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
8679 labels regex position point at the expected place.
8680
8681 2012-08-03 MON KEY <monkey@sandpframing.com>
8682
8683 * net/imap.el (imap-interactive-login, imap-authenticate)
8684 (imap-mailbox-lsub, imap-mailbox-list)
8685 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
8686 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
8687 (imap-parse-response): Doc fix.
8688
8689 2012-08-03 João Távora <joaotavora@gmail.com>
8690
8691 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
8692 if sexp scanning does not move point (Bug#5734).
8693
8694 2012-08-02 Tassilo Horn <tsdh@gnu.org>
8695
8696 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
8697 Add listings, minted, and ctable packages.
8698 (reftex-label-alist-builtin): Move listings, minted, and ctable
8699 entries before LaTeX.
8700 (reftex-label-alist): Docfix.
8701
8702 2012-08-02 Bastien Guerry <bzg@gnu.org>
8703
8704 * replace.el (occur): Fix docstring (bug#12122).
8705
8706 2012-08-02 Glenn Morris <rgm@gnu.org>
8707
8708 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
8709
8710 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
8711
8712 Obsolete alias inactivate-current-input-method-function (Bug#10150).
8713 * international/mule-cmds.el: Create
8714 inactivate-current-input-method-function as an obsolete alias for
8715 deactivate-current-input-method-function. See Katsumi Yamaoka in
8716 <http://bugs.gnu.org/10150#46>.
8717
8718 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
8719
8720 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
8721 of nested `if's.
8722
8723 2012-08-01 Glenn Morris <rgm@gnu.org>
8724
8725 * progmodes/autoconf.el (autoconf-definition-regexp):
8726 Add AH_TEMPLATE, adjust submatch numbering.
8727 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
8728 (autoconf-current-defun-function): Update for above change.
8729 (autoconf-current-defun-function): First skip to end of current word.
8730
8731 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
8732
8733 * calendar/cal-html.el (cal-html-insert-agenda-days):
8734 Fix typo. (Bug#12018)
8735
8736 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
8737
8738 Shell processes: enhancements to startup and CEDET compatibility.
8739 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
8740 (python-shell-make-comint): accept-process-output at startup.
8741 (run-python-internal): Set inferior-python-mode-hook to nil.
8742 (python-shell-internal-get-or-create-process): call sit-for.
8743 (python-preoutput-result): Add obsolete alias.
8744 (python-shell-internal-send-string): Use it.
8745 (python-shell-send-setup-code): Remove call to
8746 accept-process-output.
8747
8748 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
8749
8750 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
8751 (Bug#12108)
8752
8753 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
8754
8755 * calc-mode.el (calc-basic-simplification-mode): Rename from
8756 `calc-limited-simplification-mode'.
8757 (calc-alg-simplification-mode): New function.
8758 (calc-set-simplify-mode): Adjust message.
8759
8760 * calc.el (calc-set-mode-line): Adjust mode line display for
8761 basic simplification mode.
8762
8763 * calc-help.el (calc-m-prefix-help): Update help message.
8764
8765 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
8766 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
8767
8768 2012-07-31 Bastien Guerry <bzg@gnu.org>
8769
8770 * man.el (man): Fix comment. (bug#12101)
8771
8772 2012-07-31 Martin Rudalics <rudalics@gmx.at>
8773
8774 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
8775 Don't return a non-nil value when no suitable buffer was found.
8776
8777 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
8778
8779 * progmodes/python.el (run-python-internal): Disable font lock for
8780 internal shells.
8781
8782 2012-07-30 Stefan Merten <smerten@oekonux.de>
8783
8784 * textmodes/rst.el: Silence `checkdoc-ispell'.
8785 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
8786 (rst-official-version, rst-official-cvs-rev)
8787 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
8788 (rst-mode-map): New key binding.
8789
8790 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
8791
8792 Update .PHONY listings in makefiles.
8793 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
8794 autoloads, update-subdirs, updates, bzr-update, update-authors,
8795 compile-onefile, compile-calc, backup-compiled-files,
8796 compile-after-backup, compile-one-process, mh-autoloads,
8797 bootstrap-clean, distclean, maintainer-clean.
8798
8799 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
8800
8801 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
8802 (calc-set-mode-line): Don't display "AlgSimp ".
8803
8804 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
8805 (calc-lim-simplify-mode): New function.
8806 (calc-set-simplify-mode): Default to 'alg.
8807 (calc-default-simplify-mode): Make algebraic simplifications
8808 the default.
8809
8810 * calc/calc-ext.el (calc-init-extensions): Remove binding for
8811 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
8812
8813 * calc/calc-help.el (calc-m-prefix-help): Change messages to
8814 indicate new simplification modes.
8815
8816 * calc/README: Mention new default simplification mode.
8817
8818 * calc/calc.el (math-normalize-error): New variable.
8819 (math-normalize): Set `math-normalize-error' to t
8820 when there's an error.
8821
8822 * calc/calc-alg.el (math-simplify): Don't simplify when
8823 `math-normalize' returns an error.
8824
8825 2012-07-29 Eli Zaretskii <eliz@gnu.org>
8826
8827 * international/mule-cmds.el (set-locale-environment): Revert last
8828 change, since display-graphic-p returns nil when this function is
8829 called during startup. Instead...
8830
8831 * term/w32console.el (terminal-init-w32console): ...setup the
8832 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
8833
8834 2012-07-29 Juri Linkov <juri@jurta.org>
8835
8836 * simple.el (goto-line): Don't display default line number in the
8837 prompt because it should be displayed by `read-number' (bug#9952).
8838 Add the current line number to the defaults of `goto-line' to
8839 allow its easier modification by users with `M-n' (bug#9201).
8840
8841 * subr.el (read-number): Support multiple default values like in
8842 other minibuffer reading functions. Replace `read' with
8843 `string-to-number' for consistency with `number-to-string'.
8844
8845 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
8846
8847 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
8848 * emulation/viper-init.el (viper-deactivate-input-method-action):
8849 Rename from viper-inactivate-input-method-action.
8850 (viper-deactivate-input-method):
8851 Rename from viper-inactivate-input-method.
8852 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
8853 * international/mule-cmds.el (deactivate-input-method):
8854 Rename from inactivate-input-method.
8855 Also run input-method-deactivate-hook.
8856 (deactivate-current-input-method-function):
8857 Rename from inactivate-current-input-method-function.
8858 (input-method-deactivate-hook): New hook.
8859 (input-method-inactivate-hook): Mark obsolete.
8860 (inactivate-input-method): Mark obsolete.
8861
8862 * international/quail.el (quail-activate):
8863 Also run quail-deactivate-hook.
8864 (quail-deactivate): Rename from quail-inactivate.
8865 * international/robin.el (robin-activate):
8866 Also run robin-deactivate-hook.
8867 (robin-deactivate): Rename from robin-inactivate.
8868
8869 2012-07-29 Chong Yidong <cyd@gnu.org>
8870
8871 * simple.el (indicate-copied-region): New function.
8872 (kill-ring-save): Split off from here.
8873
8874 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
8875 (kill-rectangle): Set deactivate-mark to t on read-only error.
8876
8877 * register.el (copy-to-register, copy-rectangle-to-register):
8878 Deactivate the mark, and use indicate-copied-region (Bug#10056).
8879 (append-to-register, prepend-to-register): Call indicate-copied-region.
8880
8881 2012-07-29 Juri Linkov <juri@jurta.org>
8882
8883 * simple.el (async-shell-command-buffer): New defcustom.
8884 (shell-command): Use it. (Bug#4719)
8885
8886 2012-07-28 Eli Zaretskii <eliz@gnu.org>
8887
8888 * international/mule-cmds.el (set-locale-environment): In a
8889 console session on MS-Windows, set up keyboard and terminal
8890 encoding from the OEM codepage, not the ANSI codepage.
8891 (Bug#12055)
8892
8893 2012-07-28 Chong Yidong <cyd@gnu.org>
8894
8895 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
8896 gdb-get-location.
8897
8898 2012-07-28 Leo Liu <sdl.web@gmail.com>
8899
8900 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
8901 the alist (bug#12029).
8902
8903 2012-07-28 Eli Zaretskii <eliz@gnu.org>
8904
8905 * makefile.w32-in (custom-deps, finder-data, updates, compile)
8906 (compile-always, compile-first)
8907 ($(lisp)/calendar/cal-loaddefs.el)
8908 ($(lisp)/calendar/diary-loaddefs.el)
8909 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
8910 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
8911 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
8912 instead of on update-subdirs.
8913 (bootstrap-clean): Delete $(lisp)/subdirs.el.
8914
8915 2012-07-28 Chong Yidong <cyd@gnu.org>
8916
8917 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
8918 directory if vc-deduce-backend returns nil (Bug#7350).
8919
8920 * simple.el (delete-trailing-lines): New option.
8921 (delete-trailing-whitespace): Obey it (Bug#11879).
8922
8923 2012-07-28 David Engster <deng@randomsample.de>
8924
8925 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
8926 Explanation of new 'symbol-qnames feature in doc-strings.
8927 (xml-maybe-do-ns): Return expanded names as plain symbols if
8928 'symbol-qnames was provided in XML-NS argument (Bug#11916).
8929 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
8930
8931 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
8932
8933 Consistent completion in inferior python with emacs -nw.
8934 * progmodes/python.el (inferior-python-mode): replace "<tab>"
8935 binding in inferior-python-mode-map with "\t".
8936 (python-shell-completion-complete-at-point)
8937 (python-completion-complete-at-point): Remove interactive spec.
8938
8939 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
8940
8941 * calc/calccomp.el (math-compose-expr): Undo previous change.
8942
8943 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
8944
8945 * progmodes/python.el (python-mode-map): Add keybinding for
8946 run-python.
8947 (python-shell-make-comint): Fix pop-to-buffer call.
8948 (run-python): Autoload. New arg SHOW.
8949 (python-shell-get-or-create-process): Do not pop python process
8950 buffer.
8951
8952 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
8953
8954 * notifications.el (notifications-on-action-signal)
8955 (notifications-on-closed-signal): Use also the bus address for the map.
8956 (notifications-notify, notifications-close-notification)
8957 (notifications-get-capabilities): Add optional argument BUS.
8958
8959 2012-07-27 Tassilo Horn <tsdh@gnu.org>
8960
8961 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
8962 Add support for the lstlisting and minted environments, and for the
8963 ctable macro.
8964 * textmodes/reftex.el (reftex-compile-variables): Also recognize
8965 labels written in keyvals syntax.
8966
8967 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
8968
8969 * calc/calccomp.el (math-compose-expr): Use parentheses when
8970 there is a product in the denominator of a fraction.
8971
8972 2012-07-26 Eli Zaretskii <eliz@gnu.org>
8973
8974 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
8975 ($(lisp)/calendar/diary-loaddefs.el)
8976 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
8977 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
8978 Fixes failures in parallel bootstrap because subdirs.el is being
8979 rewritten while the autoload files are built at the same time,
8980 which needs to load subdirs.el.
8981
8982 2012-07-26 Martin Rudalics <rudalics@gmx.at>
8983
8984 * mouse.el (popup-menu): Fix doc-string and re-indent code.
8985 (mouse-drag-line): Don't exit tracking when a switch-frame or
8986 switch-window event occurs (Bug#12006).
8987
8988 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8989
8990 * mouse.el (popup-menu): Fix last change.
8991
8992 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8993
8994 Autoload from Lisp with more care. Follow aliases when looking for
8995 function properties.
8996 * subr.el (autoloadp): New function.
8997 (symbol-file): Use it.
8998 (function-get): New function.
8999 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
9000 autoload-do-load.
9001 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
9002 (lisp-indent-function):
9003 * emacs-lisp/gv.el (gv-get):
9004 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
9005 * emacs-lisp/byte-opt.el (byte-optimize-form):
9006 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9007 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
9008 Use function-get.
9009 * emacs-lisp/cl.el: Don't propagate function properties any more.
9010
9011 * speedbar.el (speedbar-add-localized-speedbar-support):
9012 * emacs-lisp/disass.el (disassemble-internal):
9013 * desktop.el (desktop-load-file):
9014 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
9015 (describe-function-1):
9016 * emacs-lisp/find-func.el (find-function-noselect):
9017 * emacs-lisp/elp.el (elp-instrument-function):
9018 * emacs-lisp/advice.el (ad-has-proper-definition):
9019 * apropos.el (apropos-safe-documentation, apropos-macrop):
9020 * emacs-lisp/debug.el (debug-on-entry):
9021 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
9022 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9023 * calc/calc.el (name): Use autoloadp & autoload-do-load.
9024
9025 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
9026
9027 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
9028 function, not an obsolete variable (Bug#12046).
9029
9030 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
9031
9032 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
9033
9034 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
9035
9036 * emacs-lisp/pp.el (pp-display-expression): Select old selected
9037 window only if it is still live (Bug#12034).
9038
9039 2012-07-25 Martin Rudalics <rudalics@gmx.at>
9040
9041 * subr.el (redirect-frame-focus): Add advertised calling
9042 convention (Bug#12030).
9043
9044 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
9045
9046 Prefer typical American spelling for "acknowledgment".
9047 * vc/add-log.el (change-log-acknowledgment): Rename from
9048 change-log-acknowledgement, with an alias for the old name.
9049
9050 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
9051
9052 * calc-alg.el (math-simplify-divide): Don't cross multiply
9053 in an equation when the lhs is a variable.
9054
9055 2012-07-24 Julien Danjou <julien@danjou.info>
9056
9057 * net/netrc.el (netrc-find-service-number, netrc-store-data):
9058 Remove, unused.
9059
9060 2012-07-23 Eli Zaretskii <eliz@gnu.org>
9061
9062 * startup.el (command-line): Don't display an empty user name in
9063 the error message about non-existent home directory, when
9064 init-file-user was set to an empty string. See
9065 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
9066 for the details and context.
9067
9068 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
9069
9070 * ses.el (ses-cell-formula-aset): New macro.
9071 (ses-cell-references-aset): New macro.
9072 (ses-cell-p): New function.
9073 (ses-rename-cell): Do no longer rely on complex operations like
9074 ses-cell-set-formula or ses-set-cell to change the cell and handle
9075 the undo at the same time, but rather use lower level new macros
9076 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
9077 the undo directly. Refresh the mode line.
9078
9079 2012-07-21 Leo Liu <sdl.web@gmail.com>
9080
9081 * progmodes/cc-cmds.el (c-defun-name):
9082 Use match-string-no-properties instead for consistency.
9083
9084 2012-07-20 Leo Liu <sdl.web@gmail.com>
9085
9086 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
9087 (Bug#7879)
9088
9089 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
9090
9091 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9092
9093 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
9094 * progmodes/bug-reference.el, misearch.el: Provide themselves
9095 (bug#11915).
9096
9097 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
9098 of narrowed buffer (bug#11966).
9099
9100 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
9101
9102 * ses.el (ses-rename-cell): Set new name also in reference list of
9103 cells of which the renamed cell depends.
9104
9105 2012-07-20 Masatake YAMATO <yamato@redhat.com>
9106
9107 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
9108 to check whether menu-bar is shown or not. If not shown,
9109 show the menu-bar as a popup menu instead of using tmm.
9110 * mouse.el (popup-menu): Accept `point' as `position' argument.
9111
9112 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
9113
9114 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
9115 up inside string symbol literal (bug#11923).
9116
9117 2012-07-20 Eli Zaretskii <eliz@gnu.org>
9118
9119 * startup.el (fancy-startup-text): Read the whole tutorial, not
9120 just its first 256 bytes. Prevents gibberish in display of the
9121 tutorial title.
9122
9123 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
9124
9125 Drop idle buffer compaction due to an absence of the
9126 proved efficiency.
9127 * compact.el: Remove.
9128
9129 2012-07-19 Sam Steingold <sds@gnu.org>
9130
9131 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
9132 vc-bzr-pull & vc-bzr-merge-branch.
9133 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
9134 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
9135 for consistency with compilation-error-regexp-alist.
9136 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
9137 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
9138 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
9139 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
9140
9141 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9142
9143 * emacs-lisp/chart.el: Use lexical-binding.
9144 (chart-emacs-storage): Don't hardcode the list of entries.
9145
9146 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9147
9148 Next round of tweaks caused by Fgarbage_collect changes.
9149 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
9150
9151 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9152
9153 Compact buffers when idle.
9154 * compact.el: New file.
9155
9156 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9157
9158 * subr.el (eventp): Presume that if it looks vaguely like an event,
9159 it's an event (bug#10190).
9160
9161 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
9162
9163 Enhancements to ppss related code (thanks Stefan).
9164 * progmodes/python.el (python-indent-context)
9165 (python-indent-calculate-indentation, python-indent-dedent-line)
9166 (python-indent-electric-colon, python-nav-forward-block)
9167 (python-mode-abbrev-table)
9168 (python-info-assignment-continuation-line-p): Simplify checks
9169 for ppss context.
9170 (python-info-continuation-line-p): Cleanup.
9171 (python-info-ppss-context): Do not catch 'quote.
9172 (python-info-ppss-context-type)
9173 (python-info-ppss-comment-or-string-p): Simplify.
9174
9175 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
9176
9177 * progmodes/python.el: Enhancements to eldoc support.
9178 (python-info-current-symbol): New function.
9179 (python-eldoc-at-point): Use python-info-current-symbol.
9180 (python-info-current-defun): Fix cornercase on first defun scan.
9181 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
9182 and signal error when no inferior python process is available.
9183
9184 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
9185
9186 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
9187 assume it's always t.
9188 (vc-git-registered): Remove caching, the function is only called
9189 once.
9190 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
9191
9192 2012-07-18 Chong Yidong <cyd@gnu.org>
9193
9194 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
9195
9196 * simple.el (count-words): Report on narrowing (Bug#9959).
9197
9198 * bindings.el: Bind M-= to count-words.
9199
9200 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
9201
9202 2012-07-18 Masatake YAMATO <yamato@redhat.com>
9203
9204 * progmodes/sh-script.el (sh-imenu-generic-expression):
9205 Capture a function with `function' keyword and without parentheses
9206 like "function FOO" (bug#11856).
9207
9208 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
9209
9210 * window.el (split-window-sensibly): Make WINDOW argument
9211 optional.
9212
9213 2012-07-18 Chong Yidong <cyd@gnu.org>
9214
9215 * subr.el (keyboard-translate): Doc fix (Bug#7261).
9216
9217 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
9218 and make C-x 8 RET exit isearch (Bug#11439).
9219
9220 * international/iso-transl.el: Move isearch-mode-map key
9221 definitions to isearch.el.
9222
9223 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9224
9225 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
9226 (eieio-defclass): Use gv-define-setter when possible.
9227
9228 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
9229
9230 Reflect recent changes in Fgarbage_collect.
9231 * emacs-lisp/chart.el (chart-emacs-storage): Change to
9232 reflect new format of data returned by Fgarbage_collect.
9233
9234 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9235
9236 New utility functions + python-info-ppss-context fix (Bug#11910).
9237 * progmodes/python.el (python-info-beginning-of-block-statement-p)
9238 (python-info-ppss-comment-or-string-p): New functions.
9239 (python-info-ppss-context): Small fix for string check.
9240
9241 2012-07-17 Juri Linkov <juri@jurta.org>
9242
9243 * dired-aux.el (dired-do-async-shell-command): Doc fix.
9244 (dired-do-async-shell-command): Don't add `*' at the end of the
9245 command (Bug#11815).
9246 (dired-do-shell-command): Doc fix.
9247 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
9248 Join the individual commands using either "&" or ";" as the
9249 separator depending on the values of these trailing characters.
9250 At the end re-add the trailing "&". (Bug#10598)
9251
9252 * simple.el (async-shell-command): Sync the interactive spec with
9253 `shell-command'. Doc fix.
9254 (shell-command): Doc fix.
9255
9256 2012-07-17 Juri Linkov <juri@jurta.org>
9257
9258 * descr-text.el (describe-char): Fix format args. (Bug#10129)
9259
9260 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9261
9262 Final renames and doc fixes for movement commands (bug#11899).
9263 * progmodes/python.el (python-nav-beginning-of-statement):
9264 Rename from python-nav-statement-start.
9265 (python-nav-end-of-statement): Rename from
9266 python-nav-statement-end.
9267 (python-nav-beginning-of-block): Rename from
9268 python-nav-block-start.
9269 (python-nav-end-of-block): Rename from python-nav-block-end.
9270
9271 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9272
9273 * progmodes/python.el (python-shell-send-string-no-output):
9274 Allow accept-process-output to quit, keeping shell process ready for
9275 future interactions (Bug#11868).
9276
9277 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9278
9279 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
9280
9281 * emacs-lisp/elint.el (elint-find-args-in-code):
9282 Use help-function-arglist, so as to handle lexical byte-code.
9283
9284 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
9285 change (bug#11826).
9286
9287 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9288
9289 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
9290 Avoid spuriously marking the buffer as modified because of c-is-sws.
9291
9292 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
9293 as not-a-comment (bug#11946).
9294
9295 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
9296 for uninterned vars.
9297
9298 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
9299 Use read-event since we don't really want to read chars but bytes.
9300
9301 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
9302 $$..$$ but also $..$ using regexps (bug#11953).
9303 Use tex-verbatim for \url and \path.
9304 (tex-font-lock-keywords): Define as defconst like the others.
9305 (tex-common-initialization): Don't use font-lock-syntax-table any more.
9306
9307 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
9308
9309 * international/mule-cmds.el (ucs-insert): Make it an obsolete
9310 alias for insert-char.
9311
9312 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
9313
9314 * progmodes/python.el: Simplified imenu implementation.
9315 (python-nav-jump-to-defun): Remove command.
9316 (python-mode-map): Use `imenu' instead.
9317 (python-nav-list-defun-positions-cache)
9318 (python-imenu-include-defun-type, python-imenu-make-tree)
9319 (python-imenu-subtree-root-label, python-imenu-index-alist):
9320 Remove vars.
9321 (python-nav-list-defun-positions, python-nav-read-defun)
9322 (python-imenu-tree-assoc, python-imenu-make-element-tree)
9323 (python-imenu-make-tree, python-imenu-create-index):
9324 Remove functions.
9325 (python-mode): Update to interact with imenu by setting
9326 `imenu-extract-index-name-function' only.
9327
9328 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
9329
9330 * progmodes/python.el: Enhancements to navigation commands.
9331 (python-nav-backward-sentence)
9332 (python-nav-forward-sentence): Remove.
9333 (python-nav-backward-statement, python-nav-forward-statement)
9334 (python-nav-statement-start, python-nav-statement-end)
9335 (python-nav-backward-block, python-nav-forward-block)
9336 (python-nav-block-start, python-nav-block-end)
9337 (python-nav-forward-sexp-function)
9338 (python-info-current-line-comment-p)
9339 (python-info-current-line-empty-p): New functions.
9340 (python-indent-context): Use `python-nav-statement-start'.
9341
9342 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
9343
9344 * eshell/em-ls.el (eshell/ls): Use `apply'.
9345
9346 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
9347 multi-hops, instead of Tramp internals.
9348
9349 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
9350
9351 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
9352 when F1 and F2 are located on different hosts.
9353
9354 2012-07-14 Chong Yidong <cyd@gnu.org>
9355
9356 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
9357 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
9358 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
9359 (xterm-mouse--read-event-sequence-1000)
9360 (xterm-mouse--read-event-sequence-1006): New functions. For old
9361 mouse protocol, handle M-mouse-X events correctly.
9362 (xterm-mouse-event): New arg specifying mouse protocol.
9363 (turn-on-xterm-mouse-tracking-on-terminal)
9364 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
9365 sequence to toggle extended coordinates on newer XTerms.
9366 This appears to be harmless on terminals which do not support this.
9367
9368 2012-07-14 Leo Liu <sdl.web@gmail.com>
9369
9370 Add fringe bitmap indicators for flymake. (Bug#11253)
9371 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
9372 (flymake-make-overlay): New arg BITMAP.
9373 (flymake-error-bitmap, flymake-warning-bitmap)
9374 (flymake-fringe-indicator-position): New user variables.
9375
9376 * fringe.el: New bitmap exclamation-mark.
9377
9378 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
9379
9380 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
9381 also (Bug#7879).
9382
9383 2012-07-14 Chong Yidong <cyd@gnu.org>
9384
9385 * electric.el (electric-pair-post-self-insert-function): Fix pair
9386 insertion in empty-region case (Bug#11520).
9387
9388 2012-07-14 Chong Yidong <cyd@gnu.org>
9389
9390 * bindings.el: Consolidate ctl-x-r-map bindings.
9391 Bind copy-rectangle-as-kill to C-x r w.
9392
9393 * rect.el, register.el: Move bindings to bindings.el.
9394
9395 2012-07-14 Reuben Thomas <rrt@sc3d.org>
9396
9397 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
9398
9399 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
9400
9401 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
9402
9403 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
9404
9405 * bindings.el (top): Use `mapc' instead of `mapcar'.
9406
9407 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
9408
9409 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
9410
9411 * progmodes/sql.el (sql-comint): Suppress the check for program on
9412 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
9413 (Bug#11908)
9414
9415 2012-07-13 Chong Yidong <cyd@gnu.org>
9416
9417 * bindings.el: Assign a non-nil permanent-local property to
9418 per-buffer variables which lack a default value (Bug#11930).
9419
9420 * help-fns.el (describe-variable): In the "automatically becomes
9421 local" notice, take note of permanent-local variables.
9422
9423 2012-07-13 Chong Yidong <cyd@gnu.org>
9424
9425 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
9426 to allow printing the message when called from Lisp.
9427
9428 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9429 Remove toggle-read-only.
9430
9431 * bs.el (bs-toggle-readonly):
9432 * buff-menu.el (Buffer-menu-toggle-read-only):
9433 Remove with-no-warnings around toggle-read-only.
9434
9435 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
9436 Remove with-no-warnings around toggle-read-only.
9437 (ffap-read-only, ffap-read-only-other-window)
9438 (ffap-read-only-other-frame): Callers changed.
9439
9440 * help-mode.el: Don't require view package.
9441 (help-mode-finish): Set buffer-read-only instead of calling
9442 toggle-read-only.
9443
9444 * bindings.el (mode-line-toggle-read-only):
9445 * dired.el (dired-toggle-read-only):
9446 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
9447 with non-nil second arg.
9448
9449 * emacs-lisp/eieio-custom.el (eieio-customize-object):
9450 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
9451 directly.
9452
9453 2012-07-12 Eli Zaretskii <eliz@gnu.org>
9454
9455 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
9456 not incf.
9457
9458 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
9459
9460 More CL cleanups and reduction of use of cl.el.
9461 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
9462 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
9463 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
9464 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
9465 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
9466 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
9467 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
9468 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
9469 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
9470 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
9471 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
9472 * eshell/em-cmpl.el, eshell/em-banner.el:
9473 * calendar/parse-time.el: Use cl-lib.
9474 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
9475 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
9476 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
9477 * term/ns-win.el, term.el, shell.el, ps-samp.el:
9478 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
9479 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
9480 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
9481 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
9482 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
9483 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
9484 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
9485 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
9486 `lambda' rather than with `quote'.
9487 (eshell-do-opt): Adjust accordingly.
9488 (eshell-process-option): Simplify.
9489 * eshell/esh-var.el:
9490 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
9491 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
9492 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
9493 to `pcase--dontcare'.
9494 * emacs-lisp/cl.el (labels): Mark obsolete.
9495 (cl--letf, letf): Move to cl-lib.
9496 (cl--letf*, letf*): Remove.
9497 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
9498 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
9499 (cl-progv): Rewrite.
9500 (cl--letf, cl-letf): Move from cl.el.
9501 (cl-letf*): New macro.
9502 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
9503
9504 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
9505
9506 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
9507
9508 2012-07-11 Chong Yidong <cyd@gnu.org>
9509
9510 * vc/log-edit.el (log-edit-vc-backend): New variable.
9511 (log-edit): Doc fix.
9512
9513 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
9514 argument of log-edit to set up all local variables.
9515 (vc-start-logentry): New optional arg specifying VC backend.
9516
9517 * vc/vc.el (vc-checkin): Use it.
9518 (vc-deduce-fileset): Handle Log Edit buffers.
9519 (vc-diff): Make first argument optional too.
9520
9521 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
9522
9523 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
9524
9525 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
9526 command, just in case. The function is not needed anymore.
9527 (eshell-external-command): Do not call `eshell-remote-command'.
9528
9529 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
9530
9531 Reduce use of (require 'cl).
9532 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
9533 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
9534 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
9535 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
9536 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
9537 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
9538 * battery.el, avoid.el, abbrev.el: Use cl-lib.
9539 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
9540 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
9541 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
9542 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
9543 * calculator.el, autorevert.el, apropos.el: Don't require CL.
9544 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
9545 (byte-compile-unfold-bcf, byte-compile-check-variable):
9546 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
9547 (byte-compile-nilconstp):
9548 * emacs-lisp/autoload.el (make-autoload): Use pcase.
9549 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
9550
9551 * emacs-lisp/gv.el (cond): Make it a valid place.
9552 (if): Simplify slightly.
9553
9554 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
9555 (pcase--self-quoting-p): New function.
9556 (pcase--u1): Use it.
9557
9558 2012-07-10 Glenn Morris <rgm@gnu.org>
9559
9560 * emacs-lisp/authors.el (authors-fixed-entries):
9561 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
9562
9563 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
9564
9565 Rename configure.in to configure.ac (Bug#11603).
9566 * emacs-lisp/authors.el (authors-canonical-file-name):
9567 * progmodes/autoconf.el (autoconf-mode):
9568 Prefer configure.ac to configure.in.
9569
9570 2012-07-08 Chong Yidong <cyd@gnu.org>
9571
9572 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
9573 Implement the mouse-1-click-follows-link handling properly.
9574
9575 * info.el (Info-link-keymap): Use follow-link mechanism for
9576 header-line links (Bug#374).
9577
9578 * simple.el (deactivate-mark): Do not set the primary selection
9579 if another program has acquired it (Bug#11772).
9580
9581 2012-07-07 Kevin Ryde <user42@zip.com.au>
9582
9583 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
9584 (woman-decode-region): Replace escaped-escapes without destroying
9585 bold or underline (Bug#11552).
9586 (woman2-process-escapes): Handle nofill regions (Bug#11591).
9587
9588 2012-07-07 Chong Yidong <cyd@gnu.org>
9589
9590 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
9591 (interprogram-cut-function, interprogram-paste-function):
9592 Mention that we typically mean the clipboard.
9593
9594 2012-07-06 Glenn Morris <rgm@gnu.org>
9595
9596 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
9597
9598 * files.el (toggle-read-only): Restrict message to interactive use.
9599
9600 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
9601
9602 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
9603
9604 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
9605
9606 2012-07-06 Glenn Morris <rgm@gnu.org>
9607
9608 * Makefile.in (compile-one-process): Rename from "recompile".
9609
9610 * Makefile.in (bzr-update): "compile" is the same as "recompile
9611 autoloads", but parallelizable, so use that instead.
9612
9613 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
9614
9615 * window.el (quit-window): Always restore window height when
9616 it's saved in quit-restore parameter (Bug#11810).
9617
9618 2012-07-06 Glenn Morris <rgm@gnu.org>
9619
9620 * simple.el (kill-whole-line): Doc tweak.
9621
9622 2012-07-06 Eli Zaretskii <eliz@gnu.org>
9623
9624 * files.el (file-relative-name): Compare file names
9625 case-insensitively if on MS-Windows or MS-DOS, or if
9626 read-file-name-completion-ignore-case is non-nil. Don't use
9627 case-fold-search for this purpose. (Bug#11827)
9628
9629 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
9630
9631 * calendar/cal-dst.el (calendar-current-time-zone):
9632 Return calendar-current-time-zone-cache if non-nil.
9633
9634 2012-07-17 Masatake YAMATO <yamato@redhat.com>
9635 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
9636
9637 * calendar/cal-dst.el (calendar-current-time-zone):
9638 Return calendar-current-time-zone-cache if non-nil.
9639
9640 2012-07-06 Glenn Morris <rgm@gnu.org>
9641
9642 * Makefile.in (cvs-update): Remove old alias.
9643
9644 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
9645
9646 Sync with Tramp 2.2.6-pre.
9647
9648 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
9649 compatible declaration.
9650
9651 * net/tramp-cmds.el (tramp-append-tramp-buffers):
9652 Protect `list-load-path-shadows' call.
9653
9654 * net/tramp-compat.el (top): Require packages, which aren't
9655 autoloaded anymore for XEmacs. Protect call of
9656 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
9657 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
9658 it hurts at least for SXEmacs.
9659 (tramp-compat-temporary-file-directory): In XEmacs, there is no
9660 standard-value for `temporary-file-directory'.
9661
9662 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
9663 Redirect stderr to /dev/null.
9664 (tramp-sh-handle-write-region): uid and gid can be floats.
9665 Reported by Russell Sim <russell.sim@gmail.com>.
9666 (tramp-sh-handle-vc-registered): Hide errors.
9667 (tramp-vc-file-name-handler): Use dummy results for `process-file'
9668 and `start-file-process'.
9669 (tramp-maybe-open-connection): Check also whether `non-essential'
9670 is bound.
9671
9672 2012-07-04 Chong Yidong <cyd@gnu.org>
9673
9674 * xml.el (xml--parse-buffer): Use xml-syntax-table.
9675 (xml-parse-tag): Likewise, and avoid changing entity tables.
9676 (xml-syntax-table): Define from scratch, making sure not to give
9677 x2000 and other Unicode spaces whitespace syntax, since those are
9678 not spaces in XML.
9679 (xml-parse-fragment): Delete unused function.
9680 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
9681 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
9682 (xml-entity-ref, xml-pe-reference-re)
9683 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
9684 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
9685 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
9686 (xml-entity-value-re): Use syntax references in regexps where
9687 possible; no need to define inside a let-binding.
9688 (xml-parse-dtd): Use xml-pe-reference-re.
9689 (xml-entity-or-char-ref-re): New defconst.
9690 (xml-parse-string, xml-substitute-special): Use it.
9691
9692 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9693
9694 * files.el (locate-dominating-file): Allow `name' to be a predicate.
9695 (find-file--read-only): New function.
9696 (find-file-read-only, find-file-read-only-other-window)
9697 (find-file-read-only-other-frame): Use it.
9698 (insert-file-contents-literally): Don't `fset'.
9699 (get-free-disk-space): Use locate-dominating-file.
9700
9701 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
9702 function is already compiled.
9703
9704 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
9705
9706 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
9707
9708 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
9709 files on the same host.
9710
9711 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
9712
9713 * help-fns.el (describe-function-1): Only call
9714 help-fns--autoloaded-p when we have a file name. (Bug#11848)
9715
9716 2012-07-03 Chong Yidong <cyd@gnu.org>
9717
9718 * xml.el: Protect parser against XML bombs.
9719 (xml-entity-expansion-limit): New variable.
9720 (xml-parse-string, xml-substitute-special): Use it.
9721 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
9722
9723 2012-07-03 Glenn Morris <rgm@gnu.org>
9724
9725 * progmodes/bug-reference.el (bug-reference-bug-regexp):
9726 Allow linking to specific messages in debbugs reports (eg 123#5).
9727
9728 2012-07-02 Chong Yidong <cyd@gnu.org>
9729
9730 * xml.el: Fix entity and character reference expansion, allowing
9731 them to expand into markup as per XML spec.
9732 (xml-default-ns): New variable.
9733 (xml-entity-alist): Use XML spec definitions for lt and amp.
9734 (xml-parse-region): Make first two arguments optional.
9735 Discard text properties.
9736 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
9737 All callers changed.
9738 (xml-parse-tag): Call xml-parse-tag-1. For backward
9739 compatibility, this function should not modify buffer contents.
9740 (xml-parse-tag-1): Fix opening-tag regexp.
9741 (xml-parse-string): Rewrite, handling entity and character
9742 references properly.
9743 (xml--entity-replacement-text): Signal an error if a parameter
9744 entity is undefined.
9745
9746 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9747
9748 * comint.el (comint-output-filter): Filter out repeated prompts.
9749
9750 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
9751 and file-name-absolute-p.
9752 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
9753 internal calls.
9754
9755 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
9756
9757 Spelling fixes.
9758 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
9759 Rename from byte-compile--refiy-function. All uses changed.
9760
9761 2012-07-01 Chong Yidong <cyd@gnu.org>
9762
9763 * xml.el (xml--parse-buffer): New function. Move most of
9764 xml-parse-region here.
9765 (xml-parse-region): Copy region into a temporary buffer, since
9766 parameter entity substitution requires changing buffer contents.
9767 Use xml--parse-buffer.
9768 (xml-parse-file): Use xml--parse-buffer.
9769 (xml-parse-dtd): Make parameter entity substitution work right.
9770 Use proper regexps for ELEMENT declarations (Bug#7172).
9771
9772 2012-06-30 Glenn Morris <rgm@gnu.org>
9773
9774 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
9775
9776 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
9777 Remove outdated and unnecessary dbus declarations.
9778
9779 2012-06-30 Eli Zaretskii <eliz@gnu.org>
9780
9781 * emacs-lisp/timer.el (timer-until): Subtract results of
9782 float-time, instead of taking float-time of the result of
9783 time-subtract, since float-time signals an error for negative time
9784 arguments.
9785
9786 2012-06-30 Chong Yidong <cyd@gnu.org>
9787
9788 * xml.el (xml-*-re): Convert defvars into defconsts, and
9789 eval-and-compile them so eval-and-compile works on derivatives.
9790 (xml--entity-replacement-text): Use eval-and-comple.
9791
9792 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
9793
9794 * vc/vc-git.el (vc-git-registered): Use cache property
9795 `git-registered'.
9796 (vc-git-mode-line-string): Call `vc-working-revision' instead of
9797 `vc-git-working-revision' in order to benefit from the cache.
9798 (vc-git-root): Use cache property `git-root'. (Bug#11757)
9799
9800 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
9801
9802 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
9803 removed (likely outside Emacs). (Bug#11757)
9804
9805 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
9806
9807 * emacs-lisp/cl-lib.el: Require macroexp.
9808
9809 2012-06-30 Chong Yidong <cyd@gnu.org>
9810
9811 * xml.el: Implement XML parameter entities.
9812 (xml-parameter-entity-alist): New variable.
9813 (xml-parse-region, xml-parse-fragment): Preserve previous values
9814 of xml-entity-alist and xml-parameter-entity-alist, so that
9815 repeated calls on different documents do not change them.
9816 (xml-parse-tag): Fix doctype regexp.
9817 (xml--entity-replacement-text): New function.
9818 (xml-parse-dtd): Use it. Don't handle system entities; doing that
9819 properly requires url retrieval which is unimplemented.
9820 (xml-escape-string): Doc fix.
9821
9822 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
9823
9824 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
9825
9826 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
9827
9828 * fringe.el (fringe-mode): Doc fix.
9829
9830 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
9831
9832 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
9833 is non-nil.
9834 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
9835 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
9836
9837 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
9838
9839 * calendar/cal-dst.el (calendar-current-time-zone):
9840 Return calendar-current-time-zone-cache if non-nil.
9841
9842 2012-06-29 Masatake YAMATO <yamato@redhat.com>
9843
9844 * progmodes/which-func.el (which-func-format):
9845 Add mouse-face. (Bug#11698)
9846
9847 2012-06-29 Leo Liu <sdl.web@gmail.com>
9848
9849 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
9850
9851 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9852
9853 * minibuffer.el (minibuffer-confirm-exit-commands):
9854 Add completion-at-point (bug#11725).
9855
9856 2012-06-29 Glenn Morris <rgm@gnu.org>
9857
9858 * progmodes/f90.el (f90-font-lock-keywords-2):
9859 Add some preprocessor elements. (Bug#10499)
9860
9861 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9862
9863 * progmodes/cperl-mode.el (cperl-update-syntaxification):
9864 Use syntax-propertize (bug#11739).
9865
9866 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
9867
9868 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
9869
9870 2012-06-28 Julien Danjou <julien@danjou.info>
9871
9872 * term.el (term-handle-colors-array): Use a set of new faces to
9873 color the terminal. Also uses :inverse-video property.
9874 (term-default-fg-color): Set to nil by default, deprecate in favor
9875 of `term-face'.
9876 (term-default-bg-color): Set to nil by default, deprecate in favor
9877 of `term-face'.
9878 (term-current-face): Use `term-face' by default.
9879 (term-bold-attribute): Variable deleted.
9880
9881 2012-06-28 Glenn Morris <rgm@gnu.org>
9882
9883 * simple.el (completion-list-mode-finish):
9884 Don't use toggle-read-only. (Since completion-list-mode has
9885 a special mode-class, it wasn't doing anything extra anyway.)
9886
9887 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
9888
9889 Make inlining of other-mode interpreted functions work (bug#11799).
9890 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
9891 (byte-compile): Use it to fix compilation of lexical-binding closures.
9892 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
9893 function, if needed.
9894
9895 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9896
9897 * help-mode.el (help-make-xrefs): Don't just withstand
9898 cyclic-variable-indirection but any error in documentation-property.
9899
9900 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
9901 memory use.
9902 * bindings.el (bindings--define-key): New function.
9903 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
9904 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
9905 * bindings.el: Use it to purecopy define-key bindings.
9906
9907 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
9908
9909 * emacs-lisp/cl.el (flet): Mark obsolete.
9910 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
9911 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
9912 * progmodes/js.el (js-c-fill-paragraph):
9913 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
9914 (ebrowse-switch-member-buffer-to-derived-class):
9915 * play/5x5.el (5x5-solver): Use cl-flet.
9916
9917 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
9918 (cl--symbol-function): New macro.
9919 (cl--letf, cl--letf*): Use it.
9920
9921 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
9922 Strip "toggle-" if any.
9923
9924 2012-06-27 Glenn Morris <rgm@gnu.org>
9925
9926 * info.el (Info-default-directory-list): Move here from paths.el.
9927 * paths.el: Remove file, which is now empty.
9928 * loadup.el: No longer load "paths".
9929
9930 * custom.el (custom-initialize-delay): Doc fix.
9931
9932 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
9933 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
9934 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
9935 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
9936 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
9937 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
9938 * eshell/eshell.el (eshell-defgroup): Remove alias.
9939
9940 2012-06-27 Chong Yidong <cyd@gnu.org>
9941
9942 * help.el (help-enable-auto-load): New variable.
9943
9944 * help-fns.el (help-fns--autoloaded-p): New function.
9945 (describe-function-1): Refer to a function as "autoloaded" if it
9946 was autoloaded at any time in the past. Perform autoloading if
9947 help-enable-auto-load is non-nil.
9948
9949 2012-06-26 Eli Zaretskii <eliz@gnu.org>
9950
9951 * makefile.w32-in (compile, compile-always): Depend on
9952 update-subdirs, not on subdirs.el. Otherwise, several different
9953 sub-targets of 'bootstrap' running in parallel could
9954 simultaneously write to subdirs.el, producing a garbled file.
9955
9956 2012-06-26 Sam Steingold <sds@gnu.org>
9957
9958 * files.el (file-name-base): New convenience function.
9959 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
9960 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
9961 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
9962 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
9963 * textmodes/ispell.el, textmodes/reftex-ref.el:
9964 * textmodes/tex-mode.el: Use it.
9965 Did not touch cedet and org because they are maintained elsewhere.
9966
9967 2012-06-26 Martin Rudalics <rudalics@gmx.at>
9968
9969 * calendar/calendar.el (calendar-exit): Don't try to delete or
9970 iconify last frame. See:
9971 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
9972
9973 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
9974
9975 * server.el (server-process-filter): Remember dir in the
9976 process's `server-client-directory' properties.
9977
9978 2012-06-24 Chong Yidong <cyd@gnu.org>
9979
9980 * xml.el (xml-parse-tag): Correctly handle comment embedded in
9981 non-tag text.
9982
9983 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
9984
9985 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
9986
9987 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9988
9989 * help-fns.el (describe-variable): Don't croak when doc is not found.
9990 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
9991 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
9992 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
9993 * emacs-lisp/smie.el (smie-next-sexp): CSE.
9994 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
9995 ((lambda ..) ..).
9996 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
9997
9998 2012-06-23 Chong Yidong <cyd@gnu.org>
9999
10000 * info.el (Info-mouse-follow-link): Accept symbol values of
10001 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
10002 (Info-fontify-node): Use Info-link-keymap for all navigation
10003 buttons, with link-args property to perform the desired action.
10004 (Info-link-keymap): Doc fix.
10005 (Info-next-link-keymap, Info-prev-link-keymap)
10006 (Info-up-link-keymap): Delete now-unused keymaps.
10007
10008 2012-06-23 Chong Yidong <cyd@gnu.org>
10009
10010 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
10011
10012 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
10013 system abbrevs.
10014
10015 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
10016
10017 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10018
10019 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
10020 (bug#11719).
10021
10022 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
10023 the requote function doesn't work properly (bug#11714).
10024
10025 2012-06-23 Glenn Morris <rgm@gnu.org>
10026
10027 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
10028
10029 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10030
10031 Further GV/CL cleanups.
10032 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
10033 gv-expander.
10034 (gv--defun-declaration): New function.
10035 (defun-declarations-alist): Use it.
10036 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
10037 (gv-place): Autoload.
10038 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
10039 original definition of dotimes and dolist.
10040 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
10041 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
10042 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
10043 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10044 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
10045 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
10046 to the function's definition.
10047 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
10048 * window.el:
10049 * files.el:
10050 * faces.el:
10051 * env.el: Don't use CL.
10052
10053 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
10054
10055 Support higher-resolution time stamps (Bug#9000).
10056
10057 * calendar/time-date.el (with-decoded-time-value): New arg
10058 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
10059 (encode-time-value): New optional arg PICO. New type 3.
10060 (time-to-seconds) [!float-time]: Support the new picoseconds
10061 component if it's used.
10062 (seconds-to-time, time-subtract, time-add):
10063 Support ps-resolution time stamps as well.
10064
10065 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
10066 (timerp): Timer vectors now have length 9, not 8.
10067 (timer--time): Support new-style (4-part) time stamps.
10068 (timer-next-integral-multiple-of-time): Time stamps now have
10069 picosecond resolution, so take a bit more care about rounding.
10070 (timer-relative-time, timer-inc-time): New optional arg psecs.
10071 (timer-set-time-with-usecs): Set psecs to 0.
10072 (timer--activate): Check psecs component, too.
10073
10074 * proced.el (proced-time-lessp): Support ps-resolution stamps.
10075
10076 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10077
10078 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
10079 Move the non-essential binding to the post/pre-command-hook where it is
10080 more obviously correct.
10081
10082 * subr.el (read-passwd): Don't use a history at all.
10083 * savehist.el (savehist-save): Remove password saved accidentally
10084 because of the above bug.
10085
10086 2012-06-22 Bastien Guerry <bzg@gnu.org>
10087
10088 * files.el (toggle-read-only): Display a message telling whether
10089 the buffer is read-only or not (bug#11726).
10090
10091 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10092
10093 * emacs-lisp/gv.el: New file.
10094 * subr.el (push, pop): Extend to generalized variables.
10095 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
10096 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
10097 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
10098 gv-define-simple-setter, and gv-define-expander.
10099 Remove setf-methods defined in gv. Rename cl-setf -> setf.
10100 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
10101 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
10102 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
10103 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
10104 gv-letplace.
10105 (cl-defstruct): Don't define setf-method any more.
10106 * emacs-lisp/cl.el (flet): Don't autoload.
10107 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
10108 (define-setf-expander, defsetf, define-modify-macro)
10109 (cl-struct-setf-expander): Move from cl-lib.el.
10110 * emacs-lisp/syntax.el:
10111 * emacs-lisp/ewoc.el:
10112 * emacs-lisp/smie.el:
10113 * emacs-lisp/cconv.el:
10114 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
10115 (timer--time): Use gv-define-simple-setter.
10116 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
10117 to avoid coding-system problems in subr.el. Adjust all users.
10118 (macroexp--maxsize, macroexp-small-p): New functions.
10119 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
10120 * scroll-bar.el (scroll-bar-mode):
10121 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10122 (normal-erase-is-backspace-mode): Don't use the `eq' place.
10123 * winner.el (winner-configuration, winner-make-point-alist)
10124 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
10125 * files.el (locate-file-completion-table): Avoid list*.
10126
10127 2012-06-22 Chong Yidong <cyd@gnu.org>
10128
10129 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
10130 (dired-create-files): Doc fix (Bug#11329).
10131 (dired-do-copy): Doc fix (Bug#11334).
10132 (dired-mark-read-string): Doc fix (Bug#11553).
10133
10134 * dired.el (dired-recursive-copies, dired-recursive-deletes):
10135 Doc fix (Bug#11326).
10136 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
10137 (dired-dwim-target): Doc fix.
10138
10139 * wdired.el (wdired-mode): Doc fix.
10140
10141 2012-06-22 Glenn Morris <rgm@gnu.org>
10142
10143 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
10144 (pcmpl-rpm-cache-stamp-file): New constant.
10145 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
10146 (pcmpl-rpm-packages): Optionally cache list of packages.
10147
10148 * pcmpl-rpm.el (pcmpl-rpm): New group.
10149 (pcmpl-rpm-query-options): New option.
10150 (pcmpl-rpm-packages): No need to inline it.
10151 Use pcmpl-rpm-query-options.
10152
10153 * calendar/calendar.el (calendar-in-read-only-buffer):
10154 Avoid some needless mode changes.
10155
10156 2012-06-21 Chong Yidong <cyd@gnu.org>
10157
10158 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
10159 (desktop-path): Remove . from the default value (Bug#10977).
10160 (desktop-read): Use user-emacs-directory if desktop-path is nil.
10161
10162 2012-06-20 Chong Yidong <cyd@gnu.org>
10163
10164 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
10165
10166 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
10167
10168 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
10169 (bug#11201).
10170
10171 2012-06-20 Chong Yidong <cyd@gnu.org>
10172
10173 * term.el (term-window-width): Handle the case of a missing right
10174 fringe (Bug#8837).
10175 (term-check-size): Use window-text-height (Bug#5445).
10176 (term-mode): Use define-derived-mode. Minor cleanups.
10177 Set font-lock-defaults (Bug#7692).
10178 (term-move-columns, term-insert-char, term-emulate-terminal)
10179 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
10180
10181 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
10182
10183 * net/ange-ftp.el (ange-ftp-get-passwd):
10184 Bind `enable-recursive-minibuffers'.
10185 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
10186
10187 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
10188
10189 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
10190
10191 2012-06-19 Glenn Morris <rgm@gnu.org>
10192
10193 * progmodes/python.el (python-mode): Derive from prog-mode.
10194
10195 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
10196
10197 * emulation/edt.el (edt-default-menu-bar-update-buffers)
10198 (edt-user-menu-bar-update-buffers): New functions.
10199 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
10200
10201 2012-06-19 Chong Yidong <cyd@gnu.org>
10202
10203 * subr.el (with-selected-window): Preserve the selected window's
10204 terminal's top-frame (Bug#4702).
10205
10206 * window.el (save-selected-window): Likewise.
10207
10208 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10209
10210 * progmodes/python.el (python-rx-constituents): Move backquote.
10211 (python-skeleton-define, python-define-auxiliary-skeleton):
10212 Use `declare'.
10213
10214 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
10215
10216 * minibuffer.el (read-file-name-default): Revert the patch from
10217 2012-06-17.
10218
10219 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10220
10221 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
10222 (pcase--u1, pcase--q1): Don't use apply-partially.
10223
10224 2012-06-18 Glenn Morris <rgm@gnu.org>
10225
10226 * progmodes/python.el (python-proc, python-buffer)
10227 (python-send-receive, python-send-string): Fix obsolete versions.
10228
10229 2012-06-18 Martin Rudalics <rudalics@gmx.at>
10230
10231 * window.el (special-display-p): Completely remove stringp
10232 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
10233
10234 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
10235
10236 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
10237
10238 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
10239
10240 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
10241 * net/tramp-sh.el (tramp-maybe-open-connection):
10242 Throw if `non-essential' is non-nil.
10243
10244 2012-06-17 Martin Rudalics <rudalics@gmx.at>
10245
10246 * window.el (special-display-p): Signal an error if BUFFER-NAME
10247 is not a string (Bug#11713).
10248
10249 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
10250
10251 * progmodes/python.el (python-info-beginning-of-backslash):
10252 Rename from python-info-beginning-of-backlash, as a spelling fix.
10253
10254 2012-06-17 Chong Yidong <cyd@gnu.org>
10255
10256 * term.el (term-emulate-terminal): If term-check-size is called,
10257 move point to the process mark without resetting point (Bug#4635).
10258
10259 2012-06-17 Glenn Morris <rgm@gnu.org>
10260
10261 * international/mule-cmds.el (mule-menu-keymap)
10262 (set-language-environment, set-locale-environment): Doc tweaks.
10263
10264 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
10265
10266 * cus-face.el (custom-face-attributes): Add wave-style underline
10267 attribute.
10268 * faces.el (set-face-attribute): Update docstring to describe
10269 wave-style underline attribute.
10270
10271 2012-06-16 Chong Yidong <cyd@gnu.org>
10272
10273 * term/xterm.el (terminal-init-xterm): Discard input before
10274 querying background mode (Bug#10959).
10275
10276 2012-06-16 Stefan Merten <smerten@oekonux.de>
10277
10278 * textmodes/rst.el: Added and corrected some comments.
10279 (rst-re-alist-def): Improve symbol syntax.
10280 (rst-mode-syntax-table): Correct syntax entries.
10281 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10282 (rst-official-version, rst-official-cvs-rev): Update version
10283 information.
10284
10285 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
10286
10287 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
10288 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
10289
10290 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
10291
10292 * progmodes/python.el: New python.el merge.
10293 (python-guess-indent): Obsolete var.
10294 (python-indent-guess-indent-offset): New defcustom.
10295 (python-indent): Obsolete var.
10296 (python-indent-offset): New defcustom.
10297 (python-python-command, python-jython-command): Delete var.
10298 (python-shell-interpreter): New defcustom.
10299 (python-pdbtrack-do-tracking-p): Delete var.
10300 (python-pdbtrack-activate): New defcustom.
10301 (python-use-skeletons): Obsolete var.
10302 (python-skeleton-autoinsert): New defcustom.
10303 (inferior-python-filter-regexp, python-continuation-offset)
10304 (python-honour-comment-indentation, python-indent-string-contents)
10305 (python-jython-packages, python-mode-hook)
10306 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
10307 (python-shell-prompt-alist)
10308 (python-source-modes): Delete defcustoms.
10309 (python-check-buffer-name, python-eldoc-setup-code)
10310 (python-eldoc-string-code, python-ffap-setup-code)
10311 (python-ffap-string-code, python-fill-comment-function)
10312 (python-fill-decorator-function, python-fill-paren-function)
10313 (python-fill-string-function, python-imenu-include-defun-type)
10314 (python-imenu-make-tree, python-imenu-subtree-root-label)
10315 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
10316 (python-shell-compilation-regexp-alist)
10317 (python-shell-completion-module-string-code)
10318 (python-shell-completion-pdb-string-code)
10319 (python-shell-completion-setup-code)
10320 (python-shell-completion-string-code)
10321 (python-shell-enable-font-lock, python-shell-exec-path)
10322 (python-shell-extra-pythonpaths)
10323 (python-shell-internal-buffer-name, python-shell-interpreter-args)
10324 (python-shell-process-environment)
10325 (python-shell-prompt-block-regexp)
10326 (python-shell-prompt-output-regexp)
10327 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
10328 (python-shell-send-setup-max-wait, python-shell-setup-codes)
10329 (python-shell-virtualenv-path): New defcustoms.
10330 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
10331 (inferior-python-mode-syntax-table, python--prompt-regexp)
10332 (python-buffer, python-command python-python-command)
10333 (python-default-template, python-imports, python-indent-index)
10334 (python-indent-list, python-indent-list-length)
10335 (python-mode-running, python-pdbtrack-is-tracking-p)
10336 (python-preoutput-continuation, python-preoutput-leftover)
10337 (python-preoutput-result, python-preoutput-skip-next-prompt)
10338 (python-prev-dir/file, python-recursing)
10339 (python-saved-check-command, python-version-checked)
10340 (python-which-func-length-limit)
10341 (view-return-to-alist): Delete vars.
10342 (python-check-custom-command, python-dotty-syntax-table)
10343 (python-imenu-index-alist, python-indent-current-level)
10344 (python-indent-dedenters, python-indent-levels)
10345 (python-nav-beginning-of-defun-regexp)
10346 (python-nav-list-defun-positions-cache)
10347 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
10348 (python-shell-internal-buffer)
10349 (python-skeleton-available): New vars.
10350 (def-python-skeleton): Delete macro.
10351 (python-skeleton-define): New macro.
10352 (python-define-auxiliary-skeleton, python-rx): New macros.
10353 (python-insert-class): Delete command.
10354 (python-skeleton-class): New command.
10355 (python-insert-def): Delete command.
10356 (python-skeleton-def): New command.
10357 (python-insert-for): Delete command.
10358 (python-skeleton-for): New command.
10359 (python-insert-if): Delete command.
10360 (python-skeleton-if): New command.
10361 (python-insert-try/except, python-insert-try/finally): Delete commands.
10362 (python-skeleton-try): New command.
10363 (python-insert-while): Delete command.
10364 (python-skeleton-while): New command.
10365 (python-backspace): Delete command.
10366 (python-indent-dedent-line-backspace): New command.
10367 (python-electric-colon): Delete command.
10368 (python-indent-electric-colon): New command.
10369 (python-guess-indent): Delete command.
10370 (python-indent-guess-indent-offset): New command.
10371 (python-shift-left): Delete command.
10372 (python-indent-shift-left): New command.
10373 (python-shift-right): Delete command.
10374 (python-indent-shift-right): New command.
10375 (python-find-function): Delete command.
10376 (python-nav-jump-to-defun): New command.
10377 (python-next-statement): Delete command.
10378 (python-nav-forward-sentence): New command.
10379 (python-previous-statement): Delete command.
10380 (python-nav-backward-sentence): New command.
10381 (python-fill-paragraph): Delete command.
10382 (python-fill-paragraph-function): New command.
10383 (python-send-buffer): Delete command.
10384 (python-shell-send-buffer): New command.
10385 (python-send-defun): Delete command.
10386 (python-shell-send-defun): New command.
10387 (python-send-region, python-send-region-and-go): Delete commands.
10388 (python-shell-send-region)
10389 (python-shell-switch-to-shell): New commands.
10390 (python-send-string): Delete command.
10391 (python-shell-send-string): New command.
10392 (python-switch-to-python): Delete command.
10393 (python-shell-switch-to-shell): New command.
10394 (python-describe-symbol): Delete command.
10395 (python-eldoc-at-point): New command.
10396 (python--set-prompt-regexp, python-args-to-list)
10397 (python-after-info-look, python-check-version)
10398 (python-check-comint-prompt, python-find-imports)
10399 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
10400 (python-unload-function, python-expand-template)
10401 (python-maybe-jython, python-preoutput-filter)
10402 (python-pdbtrack-get-source-buffer)
10403 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
10404 (python-pdbtrack-toggle-stack-tracking)
10405 (python-pdbtrack-track-stack-file, python-initial-text)
10406 (python-first-word, python-comment-line-p, python-send-command)
10407 (python-setup-brm, python-sentinel, python-set-proc)
10408 (python-skip-out, python-input-filter, python-outdent-p)
10409 (python-outline-level, python-backslash-continuation-line-p)
10410 (python-end-of-block, python-end-of-statement, python-mark-block)
10411 (python-beginning-of-block, python-beginning-of-statement)
10412 (python-blank-line-p, python-beginning-of-string)
10413 (python-open-block-statement-p): Delete functions.
10414 (python-indent-line, python-indent-line-1): Delete functions.
10415 (python-indent-line): New function.
10416 (python-indentation-levels): Delete function.
10417 (python-indent-calculate-levels): New function.
10418 (python-proc): Delete function.
10419 (python-shell-get-process): New function.
10420 (python-send-receive): Delete function.
10421 (python-shell-send-string-no-output): New function.
10422 (python-module-path): Delete function.
10423 (python-ffap-module-path): New function.
10424 (python-completion-at-point)
10425 (python-symbol-completions): Delete functions.
10426 (python-completion-complete-at-point): New function.
10427 (python-load-file): Delete function.
10428 (python-shell-send-file): New function.
10429 (python-calculate-indentation): Delete function.
10430 (python-indent-calculate-indentation): New function.
10431 (python-skip-comments/blanks): Delete function.
10432 (python-util-forward-comment): New function.
10433 (python-continuation-line-p): Delete function.
10434 (python-info-continuation-line-p): New function.
10435 (python-which-func, python-current-defun): Delete function.
10436 (python-info-current-defun): New function.
10437 (python-beginning-of-defun): Delete function.
10438 (python-nav-beginning-of-defun): New function.
10439 (python-close-block-statement-p)
10440 (python-block-end-p): Delete function.
10441 (python-info-closing-block): New function.
10442 (python-comint-output-filter-function)
10443 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
10444 (python-fill-comment, python-fill-decorator, python-fill-paren)
10445 (python-fill-string, python-imenu-make-element-tree)
10446 (python-imenu-make-tree, python-imenu-tree-assoc)
10447 (python-indent-context, python-indent-dedent-line)
10448 (python-indent-line-function)
10449 (python-indent-post-self-insert-function)
10450 (python-indent-toggle-levels)
10451 (python-info-assignment-continuation-line-p)
10452 (python-info-beginning-of-backlash)
10453 (python-info-block-continuation-line-p)
10454 (python-info-closing-block-message)
10455 (python-info-line-ends-backslash-p)
10456 (python-info-looking-at-beginning-of-defun)
10457 (python-info-ppss-context, python-info-ppss-context-type)
10458 (python-nav-list-defun-positions, python-nav-read-defun)
10459 (python-nav-sentence-end, python-nav-sentence-start)
10460 (python-pdbtrack-comint-output-filter-function)
10461 (python-pdbtrack-set-tracked-buffer)
10462 (python-shell-calculate-exec-path)
10463 (python-shell-calculate-process-environment)
10464 (python-shell-completion--do-completion-at-point)
10465 (python-shell-completion--get-completions)
10466 (python-shell-completion-complete-at-point)
10467 (python-shell-completion-complete-or-indent)
10468 (python-shell-get-or-create-process)
10469 (python-shell-get-process-name)
10470 (python-shell-internal-get-or-create-process)
10471 (python-shell-internal-get-process-name)
10472 (python-shell-internal-send-string, python-shell-make-comint)
10473 (python-shell-parse-command, python-shell-send-setup-code)
10474 (python-skeleton-add-menu-items)
10475 (python-util-clone-local-variables, python-util-position)
10476 (run-python-internal, python-indentation-levels)
10477 (python-nav-beginning-of-defun)
10478 (python-completion-complete-at-point): New functions.
10479 (run-python): Change arguments. New API requirements.
10480
10481 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10482
10483 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
10484 (bug#11649).
10485
10486 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
10487 (macroexp--expand-all): Use it.
10488
10489 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
10490 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
10491 Use `cl-function' instead.
10492
10493 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
10494
10495 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
10496 Suggested by Stefan Monnier while discussing bug#11657.
10497
10498 2012-06-14 Sam Steingold <sds@gnu.org>
10499
10500 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
10501
10502 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
10503
10504 * play/doctor.el (doctor-doc): Remove parameter and use
10505 doctor-sent instead of sent.
10506 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
10507
10508 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10509
10510 * files.el: Require cl-lib.
10511 (file-name-non-special): Replace case -> cl-case.
10512
10513 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
10514
10515 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
10516 mapping from #' to function*.
10517
10518 2012-06-13 Chong Yidong <cyd@gnu.org>
10519
10520 * mouse.el (mouse-drag-track): Do not set the mark if the user
10521 releases the mouse without selecting anything (Bug#11588).
10522
10523 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10524
10525 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
10526 as well (bug#11646).
10527
10528 * loadup.el: Count byte-code functions as well.
10529
10530 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
10531 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
10532
10533 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
10534 (bug#11649). Add cl-defun and cl-defmacro.
10535
10536 2012-06-13 Drew Adams <drew.adams@oracle.com>
10537
10538 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
10539 Fix last change.
10540
10541 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
10542
10543 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
10544 Otherwise, it blocks in batch mode.
10545
10546 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
10547
10548 * help-mode.el (bookmark-make-record-default): Declare.
10549
10550 2012-06-13 Chong Yidong <cyd@gnu.org>
10551
10552 * emacs-lisp/package.el (list-packages): Compute a list of
10553 packages that are newly-available since the last list-packages
10554 invocation.
10555 (package-menu--new-package-list): New var.
10556 (package-menu--generate, package-menu--print-info)
10557 (package-menu--status-predicate, package-menu-mark-install):
10558 Handle new status label "new".
10559
10560 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10561
10562 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
10563 conversion to backquotes.
10564
10565 2012-06-12 Chong Yidong <cyd@gnu.org>
10566
10567 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
10568 Rename from gud-inhibit-global-bindings.
10569
10570 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
10571
10572 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
10573 hook from nxml-glyph-set-hook.
10574
10575 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
10576 declaration.
10577
10578 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
10579
10580 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
10581 Convert to defcustom.
10582
10583 2012-06-12 Drew Adams <drew.adams@oracle.com>
10584
10585 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
10586 New functions.
10587 (help-mode): Use them.
10588
10589 2012-06-11 Glenn Morris <rgm@gnu.org>
10590
10591 * progmodes/fortran.el (fortran-font-lock-keywords-3):
10592 Use preprocessor face for directives.
10593 (fortran-directive-re): Doc fix.
10594
10595 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10596
10597 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
10598 conversion to backquotes (bug#11652).
10599
10600 Fix compiler-expansion of CL's cXXr functions (bug#11673).
10601 * emacs-lisp/cl-lib.el (cl--defalias): New function.
10602 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
10603 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
10604 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10605 (cl-ninth, cl-tenth): Mark them as inlinable.
10606 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
10607 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
10608 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
10609 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
10610 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
10611 (cl-list*, cl-adjoin): Don't put an autoload manually.
10612 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
10613 (cl--compiler-macro-list*): Add autoload cookie.
10614 (cl--compiler-macro-cXXr): New function.
10615
10616 * help-fns.el (help-fns--compiler-macro): New function extracted from
10617 describe-function-1; follow aliases and use `compiler-macro' property.
10618 (describe-function-1): Use it.
10619
10620 2012-06-11 Chong Yidong <cyd@gnu.org>
10621
10622 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
10623 is uninstalled, if imagemagick is installed.
10624
10625 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10626
10627 * emacs-lisp/cl-lib.el: Use lexical-binding.
10628 (cl-map-extents, cl-maclisp-member): Remove.
10629 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
10630 (cl--set-substring, cl--block-wrapper, cl--block-throw)
10631 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
10632 * emacs-lisp/cl-extra.el: Use lexical-binding.
10633 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
10634 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
10635 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
10636 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
10637 * emacs-lisp/cl-seq.el: Use lexical-binding.
10638 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
10639 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
10640 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
10641 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
10642 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
10643 CL's internals.
10644
10645 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
10646
10647 Sync with Tramp 2.2.6-pre.
10648
10649 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
10650 `print-length' and `print-level' to nil, in order to avoid
10651 truncation. Reported by Christopher Schmidt
10652 <christopher@ristopher.com>.
10653
10654 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
10655
10656 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
10657 New defmacro.
10658 (tramp-compat-copy-directory): Add optional argument
10659 COPY-CONTENTS. It is not handled yet.
10660
10661 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
10662 (tramp-ftp-file-name-p): Simplify.
10663
10664 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
10665 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
10666 connection vector.
10667
10668 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
10669 (tramp-methods): Do not use `tramp-password-end-of-line'.
10670 (tramp-completion-function-alist-putty): Handle UNIX case.
10671 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
10672 (tramp-do-file-attributes-with-stat)
10673 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
10674 gid as real numbers. They could run out of integer range on cygwin.
10675 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
10676 (tramp-sh-handle-expand-file-name): Handle hops.
10677 (tramp-open-connection-setup-interactive-shell):
10678 Use `tramp-cleanup'. Move check for busyboxes ...
10679 (tramp-find-shell): ... here. Simplify implementation.
10680 Set "remote-shell" property also for alternative shells.
10681 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
10682 If failing, a regular file would be written otherwise.
10683 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
10684 (tramp-find-inline-encoding): Cache the coding commands in the
10685 process cache. Apply test command on the remote side, if defined.
10686 (tramp-find-inline-compress): Cache the compress commands in the
10687 process cache.
10688 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
10689 when requested. Handle hops.
10690 (tramp-current-connection): New defvar.
10691 (tramp-maybe-open-connection): Use `tramp-cleanup'.
10692 Throw `suppress', if there was a failed connection shortly before.
10693 Handle user interrupt. (Bug#10187)
10694 (tramp-get-inline-compress, tramp-get-inline-coding):
10695 Read connection properties from the process cache.
10696
10697 * net/tramp-smb.el (tramp-smb-server-version)
10698 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
10699 New defconsts.
10700 (tramp-smb-prompt): Extend for powershell prompt.
10701 (tramp-smb-file-name-handler-alist): Add handlers for
10702 `process-file', `shell-command' and `start-file-process'.
10703 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
10704 (tramp-smb-winexe-shell-command-switch): New defcustoms.
10705 (tramp-smb-file-name-p): Simplify.
10706 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
10707 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
10708 (tramp-smb-shell-quote-argument): New defuns.
10709 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
10710 Implement using "tar". By this, time-stamps are preserved.
10711 (tramp-smb-handle-copy-file): Handle also the case of directories.
10712 (tramp-smb-do-file-attributes-with-stat)
10713 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
10714 Use `tramp-get-connection-buffer').
10715 (tramp-smb-handle-rename-file): Use "rename", when source and
10716 target are on the same share.
10717 (tramp-smb-maybe-open-connection): Handle wrong passwords.
10718 Use `tramp-smb-server-version'.
10719 (tramp-smb-wait-for-output): Remove prompt.
10720
10721 * net/tramp.el (top): Require 'cl.
10722 (tramp-methods, tramp-rsh-end-of-line):
10723 Remove `tramp-password-end-of-line' from docstring.
10724 (tramp-save-ad-hoc-proxies): New defcustom.
10725 (tramp-completion-function-alist): Adapt docstring.
10726 (tramp-default-password-end-of-line): Remove defcustom.
10727 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
10728 (tramp-user-regexp, tramp-file-name-regexp-unified)
10729 (tramp-file-name-regexp-url): Extend regexp by hop separator.
10730 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
10731 (tramp-remote-file-name-spec-regexp): New defconst.
10732 (tramp-file-name-structure): Extend structure for hops.
10733 (tramp-get-method-parameter): Move up.
10734 (tramp-file-name-p, tramp-dissect-file-name)
10735 (with-parsed-tramp-file-name): Handle hops.
10736 (tramp-file-name-hop): New defun.
10737 (tramp-make-tramp-file-name): New optional arg HOP.
10738 (tramp-message-show-progress-reporter-message): New defvar.
10739 (tramp-with-progress-reporter): Use it. We cannot use
10740 `tramp-message-show-message' here, because this suppresses also
10741 error buffers.
10742 (tramp-error-with-buffer): Suppress buffer view, if
10743 `tramp-message-show-message' is nil.
10744 Use `tramp-get-connection-buffer'.
10745 (tramp-cleanup): New defun.
10746 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
10747 (tramp-file-name-handler): If `debug-on-error' is set, propagate
10748 an error unchanged.
10749 (tramp-completion-handle-file-name-all-completions): Handle hops.
10750 Fix an error when called from ido.
10751 (tramp-completion-dissect-file-name): Use better local variable
10752 name. Add hop to the vector.
10753 (tramp-handle-insert-file-contents): Use progress-reporter for the
10754 whole scenario.
10755 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
10756 to `t'.
10757 (tramp-check-for-regexp): Simplify search.
10758 (tramp-enter-password): Remove it. Move implementation ...
10759 (tramp-action-password): ... here.
10760 (tramp-mode-string-to-int, tramp-local-host-p)
10761 (tramp-make-tramp-temp-file, tramp-read-passwd)
10762 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
10763 Set tramp-autoload cookie.
10764
10765 * net/trampver.el: Update release number.
10766
10767 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10768 Michael Albinus <michael.albinus@gmx.de>
10769
10770 * net/tramp.el (tramp-set-completion-function): Fix docstring.
10771 (tramp-parse-group, tramp-parse-file)
10772 (tramp-parse-shostkeys-sknownhosts): New defuns.
10773 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
10774 (tramp-parse-shosts-group, tramp-parse-sconfig)
10775 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
10776 (tramp-parse-sknownhosts, tramp-parse-hosts)
10777 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
10778 Use them.
10779 (tramp-parse-passwd-group, tramp-parse-netrc-group)
10780 (tramp-parse-putty-group): Don't narrow.
10781 (tramp-parse-putty): Make a loop.
10782 (tramp-file-name-handler): Catch the `suppress' signal.
10783
10784 2012-06-11 Chong Yidong <cyd@gnu.org>
10785
10786 * image.el (imagemagick-register-types): Put the ImageMagick entry
10787 at the end of image-type-file-name-regexps.
10788
10789 2012-06-11 Johan Bockgård <bojohan@gnu.org>
10790
10791 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
10792 (pcase, pcase-let*, pcase-dolist): Use them.
10793
10794 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10795
10796 * emacs-lisp/pcase.el (pcase--let*): New function.
10797 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
10798 (pcase--expand): Use macroexp-let².
10799
10800 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10801
10802 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
10803 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
10804 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
10805 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
10806 * emacs-lisp/derived.el: Use pcase instead of `cl'.
10807 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
10808
10809 2012-06-10 Glenn Morris <rgm@gnu.org>
10810
10811 * mail/rmail.el (rmail-yank-current-message): Leave point at
10812 correct position. (Bug#11660)
10813
10814 2012-06-10 Chong Yidong <cyd@gnu.org>
10815
10816 * allout-widgets.el: Fix code header.
10817
10818 2012-06-10 Chong Yidong <cyd@gnu.org>
10819
10820 * cus-edit.el (customize-changed-options-previous-release):
10821 Bump to 24.1.
10822
10823 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
10824
10825 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
10826
10827 2012-06-09 Chong Yidong <cyd@gnu.org>
10828
10829 * ebuff-menu.el (electric-buffer-list): Preserve header line.
10830
10831 2012-06-09 Martin Rudalics <rudalics@gmx.at>
10832
10833 * window.el (special-display-popup-frame): Don't use
10834 window--display-buffer (Bug#11651).
10835
10836 2012-06-09 Eli Zaretskii <eliz@gnu.org>
10837
10838 Fix parallel builds: make sure loaddefs.el is not being written
10839 while Lisp files are compiled.
10840 (compile): Don't depend on 'mh-autoloads'.
10841 (compile-CMD, compile-SH): Depend on 'autoloads'.
10842 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
10843
10844 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
10845
10846 2012-06-09 Chong Yidong <cyd@gnu.org>
10847
10848 * face-remap.el (face-remap-add-relative, face-remap-set-base)
10849 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
10850 Doc fixes (Bug#11225).
10851
10852 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10853
10854 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
10855 a function if there's a clear indication that it has a compiler-macro.
10856 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
10857 (macro-declarations-alist): Add arglist to declaration functions.
10858 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
10859 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
10860 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
10861 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
10862 Also add autoload to find the compiler macro.
10863 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
10864 (cl--compiler-macro-member, cl--compiler-macro-assoc)
10865 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
10866 (cl--compiler-macro-get): New functions, replacing calls to
10867 cl-define-compiler-macro.
10868 (cl-typep) [compiler-macro]: Use macroexp-let².
10869
10870 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
10871
10872 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
10873 string properly, fixes Bug#11473.
10874
10875 2012-06-08 Chong Yidong <cyd@gnu.org>
10876
10877 * faces.el (set-face-attribute): Doc fix.
10878 (modify-face): Don't use :bold and :italic.
10879 (error, warning, success): Tweak definitions.
10880
10881 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
10882 (custom-modified, custom-set, custom-changed, custom-themed)
10883 (custom-saved, custom-button, custom-button-mouse)
10884 (custom-button-pressed, custom-state, custom-comment-tag)
10885 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
10886 (custom-group-subtitle): Use new-style face specs.
10887 (custom-invalid-face, custom-rogue-face, custom-modified-face)
10888 (custom-set-face, custom-changed-face, custom-saved-face)
10889 (custom-button-face, custom-button-pressed-face)
10890 (custom-documentation-face, custom-state-face)
10891 (custom-comment-face, custom-comment-tag-face)
10892 (custom-variable-tag-face, custom-variable-button-face)
10893 (custom-face-tag-face, custom-group-tag-face-1)
10894 (custom-group-tag-face): Remove obsolete face alias.
10895
10896 * epa.el (epa-validity-high, epa-validity-medium)
10897 (epa-validity-low, epa-mark, epa-field-name, epa-string)
10898 (epa-field-name, epa-field-body):
10899 * font-lock.el (font-lock-comment-face, font-lock-string-face)
10900 (font-lock-keyword-face, font-lock-builtin-face)
10901 (font-lock-function-name-face, font-lock-variable-name-face)
10902 (font-lock-type-face, font-lock-constant-face):
10903 * ido.el (ido-first-match, ido-only-match, ido-subdir)
10904 (ido-virtual, ido-indicator, ido-incomplete-regexp):
10905 * speedbar.el (speedbar-button-face, speedbar-file-face)
10906 (speedbar-directory-face, speedbar-tag-face)
10907 (speedbar-selected-face, speedbar-highlight-face)
10908 (speedbar-separator-face):
10909 * whitespace.el (whitespace-newline, whitespace-space)
10910 (whitespace-hspace, whitespace-tab, whitespace-trailing)
10911 (whitespace-line, whitespace-space-before-tab)
10912 (whitespace-space-after-tab, whitespace-indentation)
10913 (whitespace-empty):
10914 * emulation/cua-base.el (cua-global-mark):
10915 * eshell/em-prompt.el (eshell-prompt):
10916 * net/newst-plainview.el (newsticker-new-item-face)
10917 (newsticker-old-item-face, newsticker-immortal-item-face)
10918 (newsticker-obsolete-item-face, newsticker-date-face)
10919 (newsticker-statistics-face, newsticker-default-face):
10920 * net/newst-reader.el (newsticker-feed-face)
10921 (newsticker-extra-face, newsticker-enclosure-face):
10922 * net/newst-treeview.el (newsticker-treeview-face)
10923 (newsticker-treeview-new-face, newsticker-treeview-old-face)
10924 (newsticker-treeview-immortal-face)
10925 (newsticker-treeview-obsolete-face)
10926 (newsticker-treeview-selection-face):
10927 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
10928 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
10929 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
10930 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
10931 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
10932 (nxml-outline-active-indicator, nxml-outline-ellipsis):
10933 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
10934 (mpuz-text):
10935 * progmodes/vera-mode.el (vera-font-lock-number)
10936 (vera-font-lock-function, vera-font-lock-interface):
10937 * textmodes/table.el (table-cell): Use new-style face specs, and
10938 don't use the old :bold and :italic attributes.
10939
10940 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
10941 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
10942 (ebrowse-member-class, ebrowse-progress): Likewise.
10943 (ebrowse-tree-mark-face, ebrowse-root-class-face)
10944 (ebrowse-file-name-face, ebrowse-default-face)
10945 (ebrowse-member-attribute-face, ebrowse-member-class-face)
10946 (ebrowse-progress-face): Remove obsolete faces.
10947
10948 * progmodes/flymake.el (flymake-errline, flymake-warnline):
10949 Inherit from error and warning faces respectively.
10950
10951 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
10952 Likewise.
10953 (flyspell-incorrect-face, flyspell-duplicate-face):
10954 Remove obsolete aliases.
10955
10956 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
10957
10958 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
10959 Avoid infloop.
10960
10961 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10962
10963 * startup.el (argv, argi): Make lexically scoped.
10964 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
10965 * emacs-lisp/cl-macs.el: Use lexical-binding.
10966 Rename cl-bind-* to cl--bind-*.
10967 * files.el: Don't require `cl' since it doesn't use it.
10968 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
10969
10970 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
10971
10972 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
10973 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
10974 instead of calling external sort utility.
10975 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
10976
10977 2012-06-08 Eli Zaretskii <eliz@gnu.org>
10978
10979 * descr-text.el (describe-char): Mention how to insert the
10980 character, if the current input method doesn't support it.
10981 See the discussion in this thread for the details:
10982 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
10983
10984 2012-06-08 Sam Steingold <sds@gnu.org>
10985
10986 * bindings.el (global-map): Bind XF86Forward to next-buffer and
10987 XF86Back to previous-buffer.
10988 (minibuffer-local-map): Bind them to next-history-element and
10989 previous-history-element respectively.
10990 * help-mode.el (help-mode-map): Bind them to help-go-forward and
10991 help-go-back respectively.
10992 * info.el (Info-mode-map): Bind them to Info-history-forward and
10993 Info-history-back respectively.
10994 These are the keys next to Up on the ThinkPad keyboard.
10995
10996 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10997
10998 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
10999 * emacs-lisp/cl-macs.el: Provide itself.
11000 (cl--labels-convert-cache): New var.
11001 (cl--labels-convert): New function.
11002 (cl-flet, cl-labels): New implementation with new semantics, relying on
11003 lexical-binding.
11004 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
11005 (cl-closure-vars, cl--function-convert-cache)
11006 (cl--function-convert): Move from cl-macs.el.
11007 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
11008 rename by removing the "cl-" prefix.
11009 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
11010
11011 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11012
11013 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
11014 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
11015 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
11016 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
11017 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
11018 (cl-hash-table-count): Add old compatibility aliases.
11019
11020 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
11021 Use macroexpand-all-environment instead.
11022 (cl--old-macroexpand): New var.
11023 (cl--sm-macroexpand): New function.
11024 (cl-symbol-macrolet): Use it during macro expansion.
11025 (cl--function-convert-cache): New var.
11026 (cl--function-convert): New function, extracted from
11027 cl-macroexpand-all.
11028 (cl-lexical-let): Use it.
11029
11030 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
11031 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
11032 (cl-member): Remove old alias.
11033
11034 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
11035 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
11036 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
11037 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
11038 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
11039 (cl-macroexpand-cmacs): Remove var.
11040 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
11041 Use macroexpand-all instead.
11042
11043 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11044
11045 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
11046 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
11047 (macroexp-copyable-p): New functions and macros.
11048 * emacs-lisp/edebug.el (edebug-unwrap):
11049 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
11050 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
11051 (pcase--let*): Remove.
11052 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
11053 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
11054 macroexp-const-p instead.
11055 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
11056
11057 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
11058 instead of "cl-" for internal definitions. Use macroexp-const-p.
11059 (cl-old-bc-file-form): Remove var.
11060 (cl-const-exprs-p): Remove fun.
11061 (cl-labels, cl-macrolet): Use backquote.
11062 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
11063 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
11064 (cl-define-setf-expander): Rename from cl-define-setf-method.
11065 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
11066
11067 * international/mule-cmds.el: Don't require CL.
11068 (view-hello-file): Don't use `letf'.
11069
11070 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11071
11072 * tmm.el (tmm-prompt): Use string-prefix-p.
11073 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
11074 (tmm-add-prompt): Use minibuffer-completion-help.
11075 (tmm-delete-map): Remove.
11076
11077 * subr.el (kbd): Make it its own function.
11078
11079 2012-06-07 Stefan Merten <smerten@oekonux.de>
11080
11081 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
11082 Silence compiler warnings. Fix versions.
11083 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
11084 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
11085 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
11086 (rst-package-emacs-version-alist): Correct Emacs version to
11087 represent major merge with upstream.
11088 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
11089
11090 2012-06-06 Glenn Morris <rgm@gnu.org>
11091
11092 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
11093 Only print environment variables if set.
11094
11095 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11096
11097 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
11098 (macroexp--cons): Rename from maybe-cons.
11099 (macroexp--accumulate): Rename from macroexp-accumulate.
11100 (macroexp--all-forms): Rename from macroexpand-all-forms.
11101 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
11102 (macroexp--expand-all): Rename from macroexpand-all-1.
11103
11104 2012-06-06 Sam Steingold <sds@gnu.org>
11105
11106 * calendar/calendar.el (calendar-in-read-only-buffer):
11107 Call `special-mode' to enable the standard read-only keybindings.
11108
11109 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11110
11111 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
11112 with "loading" messages (bug#11635).
11113
11114 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
11115
11116 * files.el (enable-remote-dir-locals): New option.
11117 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
11118
11119 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11120 Ensure, that the temp directory is local.
11121
11122 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
11123 `temporary-file-directory'.
11124
11125 * progmodes/python.el (python-send-region): Ensure, that the
11126 temporary file is created also in the remote case.
11127
11128 2012-06-06 Glenn Morris <rgm@gnu.org>
11129
11130 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
11131 (vc-rcs-update-changelog): Use it.
11132
11133 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
11134
11135 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
11136 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
11137 (vc-sccs-diff): Replace use of the external vcdiff script.
11138
11139 2012-06-05 Glenn Morris <rgm@gnu.org>
11140
11141 * ledit.el: Move to obsolete/.
11142
11143 2012-06-05 Sam Steingold <sds@gnu.org>
11144
11145 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
11146 patch (Bug#11140).
11147
11148 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11149
11150 * emacs-lisp/cust-print.el: Move to obsolete.
11151
11152 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
11153 compiler-macro expansion.
11154
11155 Add native compiler-macro support.
11156 * emacs-lisp/macroexp.el (macroexpand-all-1):
11157 Support compiler-macros directly. Properly follow aliases and apply
11158 the compiler macros more thoroughly.
11159 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
11160 macroexpand now properly follows aliases.
11161 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
11162 (cl-compiler-macroexpand): Use new prop.
11163 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
11164
11165 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
11166
11167 2012-06-05 Martin Rudalics <rudalics@gmx.at>
11168
11169 * window.el (get-lru-window, get-mru-window, get-largest-window):
11170 New argument NOT-SELECTED to avoid picking the selected window.
11171 (window--display-buffer-1, window--display-buffer-2): Replace by
11172 new function window--display-buffer
11173 (display-buffer-same-window, display-buffer-reuse-window)
11174 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11175 Use window--display-buffer.
11176 (display-buffer-use-some-window): Remove temporary dedication
11177 hack by calling get-lru-window and get-largest-window with
11178 NOT-SELECTED argument non-nil. Call window--display-buffer.
11179
11180 2012-06-05 Glenn Morris <rgm@gnu.org>
11181
11182 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
11183 Replace external vcdiff script.
11184
11185 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11186
11187 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
11188
11189 2012-06-04 Chong Yidong <cyd@gnu.org>
11190
11191 * image.el (imagemagick-types-inhibit): Revert last change.
11192 Add INFO and M.
11193 (imagemagick-enabled-types): Remove CIN and EPS*.
11194
11195 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11196
11197 * emacs-lisp/cl-lib.el: Rename from cl.el.
11198 * emacs-lisp/cl.el: New compatibility file.
11199 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
11200 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
11201 to obey the "cl-" prefix.
11202 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
11203
11204 2012-06-03 Glenn Morris <rgm@gnu.org>
11205
11206 * emacs-lisp/authors.el (authors-aliases): Addition.
11207
11208 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
11209 Fix :version.
11210
11211 2012-06-03 Stefan Merten <smerten@oekonux.de>
11212
11213 * textmodes/rst.el: Add comments.
11214 (rst-transition, rst-adornment): New faces.
11215 (rst-adornment-faces-alist): Make default safe to reevaluate.
11216 Fixes
11217 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
11218 Improve customization tags.
11219 (rst-define-level-faces): Clarify meaning.
11220
11221 2012-06-03 Chong Yidong <cyd@gnu.org>
11222
11223 * progmodes/compile.el (compilation-mode-line-fail)
11224 (compilation-mode-line-run, compilation-mode-line-exit):
11225 New faces.
11226 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
11227
11228 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
11229
11230 * progmodes/which-func.el (which-func-update-ediff-windows):
11231 New function. Use it in ediff-select-hook (Bug#11478).
11232
11233 2012-06-03 Chong Yidong <cyd@gnu.org>
11234
11235 * bindings.el: Remove explicit help text from format-mode-line.
11236 It is now supplied by mode-line-default-help-echo.
11237 (mode-line-front-space, mode-line-end-spaces)
11238 (mode-line-misc-info): New variables.
11239 (mode-line-modes, mode-line-position): Move the default value to
11240 the variable definition.
11241 (mode-line-default-help-echo): New defcustom.
11242 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
11243 (mode-line-modified-help-echo): New functions.
11244 (mode-line-mule-info, mode-line-modified): Use them.
11245 (mode-line-eol-desc, propertized-buffer-identification):
11246 Consistency fixes for help text.
11247 (mode-line-coding-system-map): Allow using mouse-3 to invoke
11248 set-buffer-file-coding-system (Bug#289).
11249 (mode-line-mule-info-help-echo): Update help text.
11250
11251 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
11252
11253 * simple.el (execute-extended-command): Set real-this-command
11254 (bug#11506).
11255
11256 2012-06-02 Chong Yidong <cyd@gnu.org>
11257
11258 Remove incorrect uses of "modeline" in comments, docstrings, and
11259 function/variable names (Bug#10329).
11260
11261 * cus-edit.el (mode-line):
11262 * dframe.el (dframe-mouse-hscroll):
11263 * emacs-lisp/re-builder.el:
11264 * emacs-lisp/easy-mmode.el (define-minor-mode):
11265 * frame.el (set-frame-name):
11266 * help.el (lookup-minor-mode-from-indicator):
11267 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
11268 * progmodes/cc-cmds.el (c-toggle-auto-newline)
11269 (c-toggle-hungry-state):
11270 * progmodes/antlr-mode.el (antlr-language-alist):
11271 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
11272 * progmodes/vhdl-mode.el (vhdl-mode):
11273 * progmodes/which-func.el (which-func, which-func-cleanup-function):
11274 * term/ns-win.el (ns-face-at-pos):
11275 * term/sup-mouse.el (sup-mouse-report):
11276 * textmodes/flyspell.el (flyspell-mode-line-string):
11277 * textmodes/ispell.el (ispell-highlight-face):
11278 * textmodes/reftex-global.el:
11279 * vc/vc-arch.el (vc-arch-mode-line-string):
11280 * vc/vc-cvs.el (vc-cvs-mode-line-string):
11281 * vc/vc-git.el (vc-git-mode-line-string):
11282 * vc/vc-hooks.el (vc-display-status)
11283 (vc-default-mode-line-string):
11284 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
11285
11286 * ansi-color.el (ansi-color-faces-vector): Change default faces.
11287
11288 * dired.el (dired-sort-set-mode-line): Rename from
11289 dired-sort-set-modeline. All callers changed.
11290
11291 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
11292 eshell-status-in-modeline.
11293
11294 * foldout.el (foldout-mode-line-string): Rename from
11295 foldout-modeline-string. All callers changed.
11296 (foldout-update-mode-line): Rename from foldout-update-modeline.
11297
11298 * subr.el (redraw-modeline): Make into obsolete alias.
11299
11300 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
11301 timeclock-modeline-display. Make old name an alias.
11302 (timeclock-update-mode-line): Likewise. All callers changed.
11303 (timeclock-mode-line-display): No need to check before using
11304 add-hook.
11305 (timeclock-relative, timeclock-day-over-hook)
11306 (timeclock-use-elapsed, timeclock-mode-string)
11307 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
11308
11309 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
11310 crisp-mode-modeline-string.
11311
11312 * play/solitaire.el (solitaire-build-mode-line): Rename from
11313 solitaire-build-modeline. All callers changed.
11314
11315 * play/zone.el (zone-hiding-mode-line): Rename from
11316 zone-hiding-modeline. All callers changed.
11317 (zone): Remove unusued `modeline-hidden-level' property.
11318
11319 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
11320 xscheme-modeline-initialize. All callers changed.
11321
11322 * strokes.el (strokes-lighter): Rename from
11323 strokes-modeline-string.
11324
11325 * textmodes/sgml-mode.el (html-face-tag-alist)
11326 (html-tag-face-alist): Use mode-line face instead of obsolete
11327 alias modeline.
11328
11329 2012-06-02 Stefan Merten <smerten@oekonux.de>
11330
11331 * textmodes/rst.el: Always require `cl'.
11332 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
11333
11334 2012-06-02 Chong Yidong <cyd@gnu.org>
11335
11336 * image.el (imagemagick-enabled-types): Rename from
11337 imagemagick-types-enable. Add many more types.
11338 (imagemagick-types-inhibit): Change default to nil.
11339 (imagemagick-filter-types): Caller changed.
11340
11341 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11342
11343 * emacs-lisp/cl-macs.el: Use backquotes.
11344 (cl-transform-function-property): Use eval-and-compile rather than
11345 abusing `require'.
11346 (defstruct): Use declare-function instead of with-no-warnings.
11347
11348 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
11349 (byte-compile-output-docform): Re-add the print-circle bindings.
11350 (byte-compile-fix-header): Use #$ just because it's shorter.
11351 (byte-compile-output-file-form): Remove defun/defmacro.
11352
11353 2012-06-01 Martin Rudalics <rudalics@gmx.at>
11354
11355 * simple.el (choose-completion): Remove now obsolete binding for
11356 owindow.
11357
11358 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
11359
11360 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
11361 in order to avoid "Stack overflow in regexp matcher".
11362
11363 2012-05-31 Glenn Morris <rgm@gnu.org>
11364
11365 * image.el: For clarity, call imagemagick-register-types at
11366 top-level, rather than relying on a custom :initialize.
11367 (imagemagick-types-enable): New option. (Bug#11557)
11368 (imagemagick-filter-types): New function. (Bug#7406)
11369 (imagemagick-register-types): Use imagemagick-filter-types.
11370 If disabling support, remove elements altogether rather
11371 than using an impossible regexp.
11372 (imagemagick-types-inhibit): Give it the default init function.
11373
11374 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11375
11376 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
11377 Handle arbitrary file name lengths (Bug#11585).
11378
11379 2012-05-31 Martin Rudalics <rudalics@gmx.at>
11380
11381 * desktop.el (desktop-read): Clear previous and next buffers for
11382 all windows and bury *Messages* buffer (bug#11556).
11383
11384 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11385
11386 Add `declare' for `defun'. Align `defmacro's with it.
11387 * emacs-lisp/easy-mmode.el (define-minor-mode)
11388 (define-globalized-minor-mode): Don't autoload the var definitions.
11389 * emacs-lisp/byte-run.el: Use lexical-binding.
11390 (defun-declarations-alist, macro-declarations-alist): New vars.
11391 (defmacro, defun): Use them.
11392 (make-obsolete, define-obsolete-function-alias)
11393 (make-obsolete-variable, define-obsolete-variable-alias):
11394 Use `declare'.
11395 (macro-declaration-function): Mark obsolete.
11396 * emacs-lisp/autoload.el: Use lexical-binding.
11397 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
11398
11399 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11400
11401 * textmodes/ispell.el (ispell-with-no-warnings):
11402 Define as a macro.
11403 (ispell-kill-ispell, ispell-change-dictionary):
11404 Use `called-interactively-p' for Emacs instead of obsolete
11405 `interactive-p'.
11406
11407 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11408
11409 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
11410 (macro-declaration-function): Move var from C code.
11411 (macro-declaration-function): Define function with defalias.
11412 * emacs-lisp/macroexp.el (macroexpand-all-1):
11413 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
11414 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
11415 defun/defmacro any more.
11416 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
11417 Provide fallback for unknown arglist.
11418 (byte-compile-arglist-warn): Change calling convention.
11419 (byte-compile-output-file-form): Move print-vars binding.
11420 (byte-compile-output-docform): Simplify accordingly.
11421 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
11422 (byte-compile-defmacro-declaration): Remove.
11423 (byte-compile-file-form-defmumble): Generalize to defalias.
11424 (byte-compile-output-as-comment): Return byte-positions.
11425 Simplify callers accordingly.
11426 (byte-compile-lambda): Use `assert'.
11427 (byte-compile-defun, byte-compile-defmacro): Remove.
11428 (byte-compile-file-form-defalias):
11429 Use byte-compile-file-form-defmumble.
11430 (byte-compile-defalias-warn): Remove.
11431
11432 2012-05-29 Stefan Merten <smerten@oekonux.de>
11433
11434 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
11435 possible. Fix authors. Improve comments. Improve loading of `cl'.
11436
11437 (rst-mode-abbrev-table): Merge definition.
11438 (rst-mode): Make sure `font-lock-defaults' is buffer local.
11439 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
11440
11441 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
11442
11443 * calendar/icalendar.el
11444 (icalendar-export-region): Export UID properly.
11445
11446 2012-05-29 Leo Liu <sdl.web@gmail.com>
11447 * calendar/icalendar.el (icalendar-import-format):
11448 Add `icalendar-import-format-uid' (Bug#11525).
11449 (icalendar-import-format-uid): New.
11450 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
11451 Export UID.
11452
11453 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11454
11455 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
11456 different alternative patterns.
11457 (pcase-codegen): Be more careful to preserve identity.
11458 (pcase--u1): Don't forget to mark vars as used.
11459
11460 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
11461 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
11462 (byte-compile-from-buffer): ...rather than here.
11463
11464 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
11465 functions from byte-compile-function-environment.
11466
11467 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
11468
11469 * window.el (window-deletable-p): Avoid deleting the root window
11470 of a frame with an active minibuffer.
11471
11472 2012-05-29 Martin Rudalics <rudalics@gmx.at>
11473
11474 * simple.el (choose-completion): Use quit-window (Bug#11567).
11475
11476 2012-05-29 Chong Yidong <cyd@gnu.org>
11477
11478 * whitespace.el (whitespace-cleanup): Fix usage of
11479 whitespace-empty-at-bob-regexp (Bug#11492).
11480
11481 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11482
11483 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
11484 revert (Bug#11488).
11485
11486 2012-05-29 Juri Linkov <juri@jurta.org>
11487
11488 * isearch.el (isearch-mode-map): Bind `M-s _' to
11489 `isearch-toggle-symbol'. Bind `M-s c' to
11490 `isearch-toggle-case-fold'.
11491 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
11492 (isearch-forward): Add `M-s _' to the docstring.
11493 (isearch-forward-symbol, isearch-toggle-case-fold)
11494 (isearch-symbol-regexp): New functions. (Bug#11381)
11495
11496 2012-05-29 Juri Linkov <juri@jurta.org>
11497
11498 * isearch.el (isearch-word): Add docstring. (Bug#11381)
11499 (isearch-occur, isearch-search-and-update): If `isearch-word' is
11500 a function, call it to get the regexp.
11501 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
11502 property `isearch-message-prefix' instead of the string "word ".
11503 (isearch-search-fun-default): For the case of `isearch-word',
11504 return a lambda that calls re-search-forward/re-search-backward
11505 with a regexp returned by `word-search-regexp' or by the function
11506 in `isearch-word'.
11507
11508 2012-05-29 Juri Linkov <juri@jurta.org>
11509
11510 * isearch.el (isearch-search-fun-default): New function.
11511 (isearch-search-fun): Move default part to the new function
11512 `isearch-search-fun-default'.
11513 (isearch-search-fun-function): Set the default value to
11514 `isearch-search-fun-default'. (Bug#11381)
11515
11516 * comint.el (comint-history-isearch-end):
11517 Use `isearch-search-fun-default'.
11518 (comint-history-isearch-search): Use `isearch-search-fun-default'
11519 and remove spacial case for `isearch-word'.
11520 (comint-history-isearch-wrap): Remove spacial case for
11521 `isearch-word'.
11522
11523 * hexl.el (hexl-isearch-search-function):
11524 Use `isearch-search-fun-default'.
11525
11526 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
11527 Use `word-search-regexp' for `isearch-word'.
11528
11529 * misearch.el (multi-isearch-search-fun):
11530 Use `isearch-search-fun-default'.
11531
11532 * simple.el (minibuffer-history-isearch-search):
11533 Use `isearch-search-fun-default' and remove spacial case for
11534 `isearch-word'.
11535 (minibuffer-history-isearch-wrap): Remove spacial case for
11536 `isearch-word'.
11537
11538 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
11539 Remove spacial case for `isearch-word'.
11540 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
11541
11542 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11543
11544 Decrease XEmacs incompatibilities.
11545 * textmodes/flyspell.el (flyspell-check-pre-word-p):
11546 Use `string-match'.
11547 (flyspell-delete-region-overlays): Use alternative definition for
11548 XEmacs.
11549 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
11550 (flyspell-word): Use `process-kill-without-query' if XEmacs.
11551 (flyspell-mode-on): Use `interactive-p' if XEmacs.
11552 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
11553 `define-obsolete-face-alias' under XEmacs, but old method.
11554
11555 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
11556 `with-no-warnings' definition or Emacs alias.
11557 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
11558 (ispell-word): Do not use `region-p' if XEmacs.
11559
11560 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11561
11562 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11563 Check for `ispell-dictionary-base-alist' instead of full
11564 `ispell-dictionary-alist'.
11565 (ispell-init-process): Show spellchecker when starting new Ispell
11566 process.
11567
11568 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11569
11570 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
11571 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
11572
11573 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
11574
11575 * version.el (motif-version-string, gtk-version-string)
11576 (ns-version-string): Declare.
11577
11578 2012-05-27 Juri Linkov <juri@jurta.org>
11579
11580 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
11581 after the `eval-defun-1' specialcaseing
11582 like in `edebug-eval-defun' (bug#10181).
11583
11584 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
11585 like in `eval-defun-1'.
11586
11587 2012-05-27 Eli Zaretskii <eliz@gnu.org>
11588
11589 * mail/sendmail.el (mail-yank-region):
11590 Recognize rmail-yank-current-message in addition to insert-buffer.
11591 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
11592 a *mail* buffer created through rmail-start-mail with sendmail as
11593 mail-user-agent.
11594
11595 2012-05-27 Chong Yidong <cyd@gnu.org>
11596
11597 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
11598 Default to 256 (Bug#11267).
11599
11600 * help.el (describe-mode): Doc fix.
11601
11602 2012-05-26 Glenn Morris <rgm@gnu.org>
11603
11604 * w32-fns.el (w32-init-info): Remove.
11605 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
11606
11607 * info.el (info-initialize): For self-contained NS builds, put the
11608 included info/ directory at the front. (Bug#2791)
11609
11610 * paths.el (Info-default-directory-list): Make it a defcustom,
11611 mainly so that we can use custom-initialize-delay.
11612
11613 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
11614
11615 * subr.el (buffer-has-markers-at): Mark obsolete.
11616
11617 * subr.el (lambda): Use declare.
11618
11619 * emacs-lisp/lisp-mode.el (lambda):
11620 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
11621
11622 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11623
11624 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
11625
11626 2012-05-26 Glenn Morris <rgm@gnu.org>
11627
11628 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
11629
11630 2012-05-25 Glenn Morris <rgm@gnu.org>
11631
11632 * paths.el: Remove no-byte-compile.
11633 * loadup.el: No need to load paths.el uncompiled.
11634
11635 * image.el (imagemagick-types-inhibit): Doc fix.
11636
11637 * version.el: Remove no-byte-compile and associated formatting.
11638 * loadup.el: No need to load version.el uncompiled. AFAICS, this
11639 is ancient code from when there was an "inc-vers.el".
11640
11641 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11642
11643 * progmodes/gdb-mi.el: Minor style changes.
11644 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
11645 Turn into minor modes.
11646 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
11647 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
11648 (gdb-shell): Remove unneeded let-binding.
11649 (gdb-get-many-fields): Eliminate O(n²) behavior.
11650
11651 2012-05-25 Eli Zaretskii <eliz@gnu.org>
11652
11653 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
11654 platforms that don't link in fontset.c.
11655
11656 2012-05-25 Juri Linkov <juri@jurta.org>
11657
11658 Use the same diff color scheme as in modern VCSes (bug#10181).
11659
11660 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
11661 to avoid confusion with `diff-added' that now uses green colors.
11662 (diff-removed): Use shades of red.
11663 (diff-added): Use shades of green.
11664 (diff-changed): Leave just the yellow color.
11665 (diff-use-changed-face): New variable.
11666 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
11667 how to highlight context diff changes.
11668 (diff-refine-change): Use shades of yellow.
11669 (diff-refine-removed): New face that uses shades of red.
11670 (diff-refine-added): New face that uses shades of green.
11671 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
11672 `diff-refine-removed' in the call to `smerge-refine-subst'
11673 depending on the value of `diff-use-changed-face'.
11674
11675 * vc/smerge-mode.el (smerge-mine): Use shades of red.
11676 (smerge-other): Use shades of green.
11677 (smerge-base): Use shades of yellow.
11678 (smerge-refined-change): Empty face.
11679 (smerge-refined-removed): New face that uses shades of red.
11680 (smerge-refined-added): New face that uses shades of green.
11681 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
11682 args `props-r' and `props-a', and use them. Doc fix.
11683 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
11684 on its value use different faces `smerge-refined-change',
11685 `smerge-refined-removed', `smerge-refined-added' in the call to
11686 `smerge-refine-subst'.
11687
11688 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
11689 Add face condition `min-colors 88' with shades of red.
11690 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
11691 `min-colors 88' with shades of green.
11692 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
11693 `min-colors 88' with shades of yellow.
11694
11695 2012-05-24 Glenn Morris <rgm@gnu.org>
11696
11697 * paths.el (prune-directory-list, remote-shell-program): Move to...
11698 * files.el (prune-directory-list, remote-shell-program): ...here.
11699 For the latter, delay initialization, prefer ssh, just search PATH.
11700
11701 * paths.el (term-file-prefix): Move to faces.el (the only user).
11702 * faces.el (term-file-prefix): Move here, make it a defcustom.
11703
11704 * paths.el (news-directory, news-path, news-inews-program):
11705 Move to gnus/nnspool.el.
11706
11707 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
11708
11709 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
11710 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
11711 Make the latter a defcustom, with a delayed initialization.
11712
11713 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
11714 These were deleted from Gnus itself late 2010.
11715
11716 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
11717
11718 * progmodes/which-func.el (which-func-ff-hook):
11719 Check against user-error, not error.
11720
11721 * emacs-lisp/edebug.el (top): Do not load or set up loading of
11722 cl-specs.el, which no longer exists.
11723
11724 2012-05-22 Glenn Morris <rgm@gnu.org>
11725
11726 * info.el (info-emacs-bug): New command.
11727 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
11728 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
11729
11730 2012-05-21 Glenn Morris <rgm@gnu.org>
11731
11732 * makefile.w32-in (update-subdirs-SH):
11733 * Makefile.in (update-subdirs): Update for moved update-subdirs.
11734
11735 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
11736
11737 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
11738
11739 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11740 Simplify Maven regexp, and make sure the file can't start with a space
11741 (bug#11517).
11742
11743 2012-05-21 Glenn Morris <rgm@gnu.org>
11744
11745 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
11746 Scrap superfluous subshells.
11747
11748 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
11749
11750 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
11751 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
11752
11753 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
11754
11755 * calc/calc.el (calc-ensure-consistent-units): New variable.
11756
11757 * calc/calc-units.el (math-consistent-units-p)
11758 (math-check-unit-consistency): New functions.
11759 (calc-quick-units, calc-convert-units):
11760 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
11761 is non-nil.
11762 (calc-extract-units): Fix typo.
11763
11764 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
11765
11766 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
11767
11768 * textmodes/flyspell.el: Commenting style, plus code simplifications.
11769 (flyspell-default-deplacement-commands): Don't spell check after
11770 repeated window/frame switches (e.g. triggered by mouse-movement).
11771 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
11772 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
11773 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
11774 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
11775 Remove unused vars.
11776 (flyspell-get-casechars, flyspell-get-not-casechars):
11777 Simplify; Don't bother removing a ] just to add it back.
11778 * textmodes/ispell.el (ispell-program-name): Use executable-find.
11779
11780 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11781
11782 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
11783 New functions.
11784 (math-function-table): Add support for more C functions.
11785
11786 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11787
11788 * textmodes/flyspell.el (flyspell-check-pre-word-p)
11789 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
11790 Protect delay handling for otherchars against empty otherchars.
11791
11792 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
11793
11794 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
11795 their respective macro declarations.
11796 * skeleton.el (define-skeleton):
11797 * progmodes/compile.el (define-compilation-mode):
11798 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
11799 (define-ibuffer-filter):
11800 * emacs-lisp/generic.el (define-generic-mode):
11801 * emacs-lisp/easy-mmode.el (define-minor-mode)
11802 (define-globalized-minor-mode):
11803 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
11804 * emacs-lisp/byte-run.el (defsubst):
11805 * custom.el (deftheme): Add doc-string metadata.
11806
11807 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11808
11809 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
11810
11811 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11812
11813 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
11814
11815 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
11816 * emacs-lisp/cl-macs.el: Idem.
11817 * emacs-lisp/cl-specs.el: Remove.
11818
11819 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11820
11821 Minor renaming of internal CL functions and variables.
11822 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
11823 (cl--position): Rename from cl-position.
11824 (cl--delete-duplicates): Rename from cl-delete-duplicates.
11825 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
11826 (cl--random-state): Rename from *random-state*.
11827
11828 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11829
11830 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
11831 parens around the arg list (bug#11499).
11832
11833 2012-05-17 Juri Linkov <juri@jurta.org>
11834
11835 * isearch.el (word-search-regexp, word-search-backward)
11836 (word-search-forward, word-search-backward-lax)
11837 (word-search-forward-lax): Move functions from search.c
11838 (bug#10145, bug#11381).
11839
11840 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11841
11842 * textmodes/flyspell.el (flyspell-check-pre-word-p)
11843 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
11844 Delay for otherchars as for normal word components.
11845
11846 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11847
11848 * minibuffer.el (completion--sifn-requote): Fix last change.
11849 (minibuffer-local-must-match-filename-map):
11850 Move define-obsolete-variable-alias before its var.
11851
11852 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11853
11854 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
11855
11856 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
11857 behavior.
11858 (completion--string-equal-p): New function.
11859 (completion--twq-all): Use it to get better assertion failure data.
11860
11861 Only handle ".." and '..' quoting in shell-mode (bug#11466).
11862 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
11863 (shell--requote-argument): New functions.
11864 (shell-completion-vars): Use them.
11865 (shell--parse-pcomplete-arguments): Rename from
11866 shell-parse-pcomplete-arguments.
11867 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
11868 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
11869 Obey comint-file-name-quote-list.
11870
11871 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
11872 (smie-indent-keyword): Use it.
11873
11874 2012-05-14 Stefan Merten <smerten@oekonux.de>
11875
11876 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
11877
11878 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
11879
11880 * net/rlogin.el (rlogin-mode-map): Fix last change.
11881
11882 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
11883
11884 * mail/smtpmail.el (smtpmail-send-command): Send the command and
11885 the following \r\n using a single `process-send-string', since the
11886 Lotus SMTP server refuses to accept any commands if they are sent
11887 with two `process-send-string's (Bug#11444).
11888
11889 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
11890
11891 * shell.el (shell-parse-pcomplete-arguments):
11892 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
11893
11894 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
11895
11896 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
11897 (image-transform-scale, image-transform-right-angle-fudge): New vars.
11898 (image-transform-width, image-transform-fit-width): New functions.
11899 (image-transform-properties): Use them.
11900 (image-transform-check-size): New function.
11901 (image-toggle-display-image): Use it (for testing).
11902 (image-transform-set-rotation): Reduce angle mod 360.
11903 Delete obsolete comment.
11904
11905 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
11906
11907 * image-mode.el: Fix scaling (bug#11399).
11908 (image-transform-resize): Doc fix.
11909 (image-transform-properties): Default scale is 1 and height should
11910 be an integer.
11911
11912 2012-05-13 Johan Bockgård <bojohan@gnu.org>
11913
11914 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
11915 than hard-coding `car', to fix misbehavior when moving forward.
11916
11917 2012-05-13 Chong Yidong <cyd@gnu.org>
11918
11919 * emacs-lisp/tabulated-list.el (tabulated-list-format)
11920 (tabulated-list-entries, tabulated-list-padding)
11921 (tabulated-list-sort-key): Make permanent-local.
11922
11923 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
11924 (electric-buffer-list): Put electric buffer menu
11925 command descriptions in this docstring, instead of the docstring
11926 of electric-buffer-menu-mode. Code cleanups.
11927 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
11928 Electric-buffer-menu-mode.
11929 (electric-buffer-update-highlight): Minor code cleanup.
11930
11931 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
11932
11933 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
11934 (Bug#11447)
11935
11936 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11937
11938 Move define-obsolete-variable-alias before the var's definition.
11939 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
11940 * tooltip.el (tooltip-hook):
11941 * textmodes/reftex-toc.el (reftex-toc-map):
11942 * textmodes/reftex-sel.el (reftex-select-label-map)
11943 (reftex-select-bib-map):
11944 * textmodes/reftex-index.el (reftex-index-map)
11945 (reftex-index-phrases-map):
11946 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
11947 * progmodes/meta-mode.el (meta-mode-map):
11948 * novice.el (disabled-command-hook):
11949 * loadhist.el (unload-hook-features-list):
11950 * frame.el (blink-cursor):
11951 * files.el (find-file-not-found-hooks, write-file-hooks)
11952 (write-contents-hooks):
11953 * emulation/tpu-edt.el (GOLD-map):
11954 * emacs-lock.el (emacs-lock-from-exiting):
11955 * emacs-lisp/generic.el (generic-font-lock-defaults):
11956 * emacs-lisp/chart.el (chart-map):
11957 * dos-fns.el (register-name-alist):
11958 * dired-x.el (dired-omit-files-p):
11959 * desktop.el (desktop-enable):
11960 * cus-edit.el (custom-mode-hook):
11961 * buff-menu.el (buffer-menu-mode-hook):
11962 * bookmark.el (bookmark-read-annotation-text-func)
11963 (bookmark-exit-hooks):
11964 * allout.el (allout-mode-deactivate-hook)
11965 (allout-exposure-change-hook, allout-structure-added-hook)
11966 (allout-structure-deleted-hook, allout-structure-shifted-hook):
11967 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
11968 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
11969 comes before the corresponding variable's definition.
11970
11971 2012-05-12 Chong Yidong <cyd@gnu.org>
11972
11973 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
11974 (Buffer-menu-mouse-select): Restore function (Bug#11459).
11975 (Buffer-menu-mode-map): Bind it.
11976 (Buffer-menu--pretty-name): Add a mouse-face property.
11977
11978 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
11979
11980 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
11981 (prolog-upper-case-string, prolog-lower-case-string)
11982 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
11983 (prolog-use-smie, prolog-smie-grammar): New vars.
11984 (prolog-smie-forward-token, prolog-smie-backward-token)
11985 (prolog-smie-rules): New funs.
11986 (prolog-comment-indent): Remove.
11987 (prolog-mode-variables): Use default comment indentation instead.
11988 Setup SMIE.
11989 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
11990 (prolog-mode): Don't call them any more.
11991 (prolog-electric-colon, prolog-electric-dash)
11992 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
11993
11994 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
11995
11996 * minibuffer.el (completion--twq-all): Again, allow case differences.
11997
11998 * term.el: Move keymap initialization code to be more idiomatic.
11999 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
12000 (term-terminal-menu): Move initialization into declaration.
12001 (term-escape-char): Let the user set it in her .emacs.
12002
12003 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
12004 Provide SMIE-based indentation (not enabled by default yet).
12005 (sh-mode-map): Don't bind electric keys.
12006 Use electric-pair-mode instead of skeleton-pair.
12007 (sh-assignment-regexp): Fit within 80 columns.
12008 (sh-indent-supported): Specify actual shell name instead of boolean.
12009 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
12010 (sh-maybe-here-document): Use it. Make obsolete.
12011 (sh-electric-here-document-mode) New minor mode.
12012 (sh-mode): Use it. Don't set sh-indent-supported-here here.
12013 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
12014 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
12015 (sh-smie-rc-grammar, sh-use-smie): New vars.
12016 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
12017 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
12018 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
12019 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
12020 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
12021 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
12022 (sh-set-shell): Use smie-setup if requested.
12023
12024 * term.el (term-set-escape-char): Properly set term-escape-char.
12025 See http://stackoverflow.com/questions/10524656.
12026
12027 2012-05-10 Chong Yidong <cyd@gnu.org>
12028
12029 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
12030 Use url-generic-parse-url, and handle host names and Windows
12031 filenames properly.
12032 (ffap-url-unwrap-remote): Use url-generic-parse-url.
12033 (ffap-url-unwrap-remote): Accept list values, specifying a list of
12034 URL schemes to work on.
12035 (ffap--toggle-read-only): New function.
12036 (ffap-read-only, ffap-read-only-other-window)
12037 (ffap-read-only-other-frame): Use it.
12038 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
12039 necessary for ffap-url-unwrap-remote.
12040
12041 2012-05-10 Dave Abrahams <dave@boostpro.com>
12042
12043 * cus-start.el (create-lockfiles): Add it.
12044
12045 2012-05-09 Chong Yidong <cyd@gnu.org>
12046
12047 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
12048 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
12049
12050 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12051
12052 * shell.el (shell-completion-vars): Fix last change (bug#11348).
12053
12054 2012-05-09 Chong Yidong <cyd@gnu.org>
12055
12056 * ansi-color.el (ansi-color-process-output): Check for validity of
12057 comint-last-output-start before using it. This avoids a bad
12058 interaction with gdb-mi's input/output buffer.
12059
12060 2012-05-09 Glenn Morris <rgm@gnu.org>
12061
12062 * files.el (dir-locals-read-from-file):
12063 Mention dir-locals in any error message.
12064
12065 2012-05-09 Chong Yidong <cyd@gnu.org>
12066
12067 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
12068 package (Bug#11410).
12069
12070 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
12071 variables into description.
12072
12073 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12074
12075 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
12076 shell-delimiter-argument-list (bug#11348).
12077 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
12078
12079 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
12080
12081 * textmodes/rst.el: Silence byte-compiler warnings.
12082 (rst-re-alist, rst-reset-section-caches): Move around.
12083 (rst-re): Use `characterp', not `char-valid-p'.
12084 (font-lock-beg, font-lock-end): Declare.
12085
12086 * progmodes/idlw-shell.el (specs): Remove reference to deleted
12087 variable `idlwave-shell-activate-alt-keybindings' and simplify.
12088
12089 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
12090
12091 2012-05-08 Glenn Morris <rgm@gnu.org>
12092
12093 * files.el (auto-mode-alist): Treat ".make" like ".mk".
12094
12095 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12096
12097 * vc/log-edit.el: Add GNU coding standards highlighting.
12098 (log-edit-font-lock-gnu-style)
12099 (log-edit-font-lock-gnu-keywords): New vars.
12100 (log-edit-font-lock-keywords): New fun.
12101 (log-edit-mode): Don't fold case in font-lock.
12102 (log-edit-font-lock-keywords): Do not assume case-folding.
12103
12104 * imenu.el: Misc cleanup. Make docstrings out of comments.
12105 Use lexical-binding.
12106 (imenu--index-alist, imenu--last-menubar-index-alist)
12107 (imenu-menubar-modified-tick): Use defvar-local.
12108 (imenu--split-menu): Remove unused var.
12109 (imenu--cleanup-seen): Declare as global.
12110 (imenu--cleanup): Use dolist.
12111
12112 * subr.el (defvar-local): Add debug spec and doc-string position.
12113
12114 2012-05-08 Glenn Morris <rgm@gnu.org>
12115
12116 * language/burmese.el, language/cham.el, language/czech.el:
12117 * language/english.el, language/georgian.el, language/greek.el:
12118 * language/japanese.el, language/khmer.el, language/korean.el:
12119 * language/lao.el, language/misc-lang.el, language/romanian.el:
12120 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
12121 * language/thai.el, language/utf-8-lang.el:
12122 Remove no-byte-compile setting.
12123
12124 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
12125
12126 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12127
12128 * progmodes/make-mode.el (makefile-browse):
12129 Remove unnecessary interactive. (Bug#11324)
12130
12131 2012-05-07 Glenn Morris <rgm@gnu.org>
12132
12133 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
12134
12135 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
12136
12137 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12138
12139 * loadup.el: Preload newcomment.el.
12140 * newcomment.el: Move autoload-only code to toplevel.
12141
12142 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
12143 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12144 Handle new :right-align column property.
12145 (tabulated-list-print-col): Idem, plus use `display' text-property to
12146 try and preserve alignment for variable pitch fonts.
12147
12148 2012-05-07 Chong Yidong <cyd@gnu.org>
12149
12150 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
12151 (tabulated-list-use-header-line): New var.
12152 (tabulated-list-init-header): Use it.
12153 (tabulated-list-print-fake-header): New function.
12154 (tabulated-list-print): Use it.
12155 (tabulated-list-sort-button-map): Add non-header-line commands.
12156 (tabulated-list-init-header): Add column name property to basic
12157 labels as well.
12158 (tabulated-list-col-sort): Handle non-header-line button case.
12159 (tabulated-list--sort-by-column-name): Fix a corner case.
12160
12161 * buff-menu.el (list-buffers--refresh):
12162 Handle Buffer-menu-use-header-line.
12163
12164 2012-05-06 Chong Yidong <cyd@gnu.org>
12165
12166 * buff-menu.el: Convert to Tabulated List mode.
12167 (Buffer-menu-buffer+size-width): Make obsolete.
12168 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
12169 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
12170 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
12171 documentation into docstring of buffer-menu.
12172 (Buffer-menu-toggle-files-only): Add an informative message.
12173 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
12174 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
12175 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
12176 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
12177 (Buffer-menu-execute, Buffer-menu-select)
12178 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
12179 (Buffer-menu-bury): Use Tabulated List machinery.
12180 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
12181 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
12182 Delete.
12183 (list-buffers--refresh): New function.
12184 (list-buffers-noselect): Use it.
12185 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
12186 (Buffer-menu--pretty-file-name): New helper functions.
12187
12188 * loadup.el: Preload tabulated-list.
12189
12190 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
12191 tabulated-list-sort-column.
12192 (tabulated-list-init-header): Add the initial aligning space even
12193 if tabulated-list-padding is zero.
12194
12195 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
12196
12197 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
12198 whose cdr is not a cons cell correctly (bug#11038).
12199
12200 2012-05-06 Chong Yidong <cyd@gnu.org>
12201
12202 * emacs-lisp/tabulated-list.el (tabulated-list-format):
12203 Accept additional plist in column descriptors.
12204 (tabulated-list-init-header): Obey it.
12205 (tabulated-list-get-entry): New function.
12206 (tabulated-list-put-tag): Use it. Use string-width instead of
12207 length.
12208 (tabulated-list--column-number): New function.
12209 (tabulated-list-print): Use it.
12210 (tabulated-list-print-col): New function.
12211 Set `tabulated-list-column-name' property on each column's text.
12212 (tabulated-list-print-entry): Use it.
12213 (tabulated-list-delete-entry, tabulated-list-set-col):
12214 New functions.
12215 (tabulated-list-sort-column): New command (Bug#11337).
12216
12217 * buff-menu.el (list-buffers): Move C-x C-b binding from
12218 buff-menu.el to bindings.el.
12219
12220 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
12221 :advertised-binding feature.
12222
12223 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
12224
12225 * progmodes/compile.el (compilation-internal-error-properties):
12226 Calculate start position correctly when end-col is set but
12227 end-line is not (Bug#11382).
12228
12229 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
12230
12231 * man.el (Man-unindent): Use text-property-default-nonsticky to
12232 prevent untabify from inheriting face properties (Bug#11408).
12233
12234 2012-05-05 Stefan Merten <smerten@oekonux.de>
12235
12236 * textmodes/rst.el: Major merge with upstream development up to
12237 Docutils SVN r7399 / rst.el V1.2.1.
12238
12239 Clarify maintainership and authors.
12240
12241 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
12242 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
12243 (rst-official-version, rst-official-cvs-rev, rst-version)
12244 (rst-package-emacs-version-alist): New functions and variables
12245 for version information.
12246
12247 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
12248 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
12249 (rst-mode-syntax-table, rst-mode): New and corrected functions
12250 and variables representing reStructuredText features.
12251
12252 (rst-re): New function for reStructuredText regexes. Use in
12253 many places.
12254
12255 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
12256 (rst-mode-map): Rebind keys.
12257
12258 (rst-mode-lazy, rst-font-lock-keywords)
12259 (rst-font-lock-extend-region)
12260 (rst-font-lock-extend-region-internal)
12261 (rst-font-lock-extend-region-extend)
12262 (rst-font-lock-find-unindented-line-limit)
12263 (rst-font-lock-find-unindented-line-match)
12264 (rst-adornment-level, rst-font-lock-adornment-level)
12265 (rst-font-lock-adornment-match)
12266 (rst-font-lock-handle-adornment-pre-match-form)
12267 (rst-font-lock-handle-adornment-matcher): Major revision of
12268 font-locking. Integrate with other code. Use `jit-lock-mode'.
12269
12270 (rst-preferred-adornments, rst-adjust-hook)
12271 (rst-new-adornment-down, rst-preferred-bullets)
12272 (rst-preferred-bullets, rst-indent, rst-indent-width)
12273 (rst-indent-field, rst-indent-literal-normal)
12274 (rst-indent-literal-minimized, rst-indent-comment): Change,
12275 extend and improve customization.
12276
12277 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
12278 (rst-normalize-cursor-position, rst-get-decoration)
12279 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
12280 (rst-rstrip, rst-toc-insert-find-delete-contents)
12281 (rst-shift-fill-region, rst-compute-bullet-tabs)
12282 (rst-debug-print-tabs, rst-debug-mark-found)
12283 (rst-shift-region-guts, rst-shift-region-right)
12284 (rst-shift-region-left, rst-use-char-classes)
12285 (rst-font-lock-keywords-function)
12286 (rst-font-lock-indentation-point)
12287 (rst-font-lock-find-unindented-line-begin)
12288 (rst-font-lock-find-unindented-line-end)
12289 (rst-font-lock-find-unindented-line)
12290 (rst-font-lock-adornment-point, rst-font-lock-level)
12291 (rst-adornment-level-alist): Remove functions and variables.
12292
12293 (rst-compare-adornments, rst-get-adornment-match)
12294 (rst-suggest-new-adornment, rst-get-adornments-around)
12295 (rst-adornment-complete-p, rst-get-next-adornment)
12296 (rst-adjust-adornment, rst-display-adornments-hierarchy)
12297 (rst-straighten-adornments): Standardize function names to
12298 use "adornment" instead of "decoration". Correct callers.
12299 Similar standardizing in many places.
12300
12301 (rst-update-section, rst-adjust, rst-promote-region)
12302 (rst-enumerate-region, rst-bullet-list-region)
12303 (rst-repeat-last-character): Correct use of `interactive'.
12304
12305 (rst-classify-adornment, rst-find-all-adornments)
12306 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
12307 (rst-find-leftmost-column, rst-repeat-last-character):
12308 Refactor functions.
12309
12310 (rst-find-title-line, rst-reset-section-caches)
12311 (rst-get-adornments-around, rst-adjust-adornment-work)
12312 (rst-arabic-to-roman, rst-roman-to-arabic)
12313 (rst-insert-list-pos, rst-insert-list-new-item)
12314 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
12315 New functions.
12316
12317 (rst-all-sections, rst-section-hierarchy)
12318 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
12319 New variables.
12320
12321 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
12322 configuration instead of only buffer. Change where necessary.
12323
12324 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
12325 (rst-shift-region, rst-adaptive-fill): New functions for
12326 indentation and filling.
12327
12328 (rst-comment-line-break, rst-comment-indent)
12329 (rst-comment-insert-comment, rst-comment-region)
12330 (rst-uncomment-region): New functions for handling comments.
12331
12332 (rst-compile): Quote shell arguments.
12333
12334 (rst-compile-pdf-preview, rst-compile-slides-preview):
12335 Delete temporary files after use.
12336
12337 2012-05-05 Glenn Morris <rgm@gnu.org>
12338
12339 * calendar/cal-html.el: Optionally include holidays in the output.
12340 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
12341 (cal-html-holidays): New option.
12342 (cal-html-css-default): Add holiday entry.
12343 (holiday-in-range): Autoload it.
12344 (cal-html-htmlify-entry): Add optional class argument.
12345 (cal-html-htmlify-list): Add optional holidays argument.
12346 (cal-html-insert-agenda-days): Include holidays in the output.
12347 (cal-html-one-month): Maybe include holidays.
12348
12349 * calendar/holidays.el (holiday-in-range):
12350 Move here from cal-tex-list-holidays.
12351 * calendar/cal-tex.el (cal-tex-list-holidays):
12352 Make it an obsolete alias for holiday-in-range. Update all callers.
12353
12354 2012-05-05 Chong Yidong <cyd@gnu.org>
12355
12356 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
12357 Nextstep.
12358
12359 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
12360
12361 * files.el (file-auto-mode-skip): New var.
12362 (set-auto-mode-1): Use it.
12363
12364 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12365
12366 * repeat.el: Use lexical-binding.
12367 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
12368 (repeat-undo-count): Remove.
12369 (repeat):
12370 * progmodes/octave-mod.el (octave-abbrev-start):
12371 * progmodes/f90.el (f90-abbrev-start):
12372 * face-remap.el (text-scale-adjust):
12373 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
12374
12375 * emacs-lisp/pcase.el (pcase--let*): New function.
12376 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
12377 a bit more.
12378 (pcase--split-pred): Be more clever about ruling out overlap between
12379 a predicate and some constant pattern.
12380 (pcase--q1): Use `null' instead of (eq foo nil).
12381
12382 * subr.el (setq-local, defvar-local): New macros.
12383 (kbd): Redefine as an alias.
12384 (with-selected-window): Leave unrelated frames alone.
12385 (set-temporary-overlay-map): New function.
12386
12387 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12388
12389 * subr.el (user-error): New function.
12390 * window.el (switch-to-buffer):
12391 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
12392 (smerge-match-conflict):
12393 * simple.el (previous-matching-history-element)
12394 (next-matching-history-element, goto-history-element, undo-more)
12395 (undo-start):
12396 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
12397 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
12398 (next-file, tags-loop-scan, list-tags, complete-tag):
12399 * progmodes/compile.el (compilation-loop):
12400 * mouse.el (mouse-minibuffer-check):
12401 * man.el (Man-bgproc-sentinel, Man-goto-page):
12402 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
12403 (Info-history-forward, Info-follow-reference, Info-menu)
12404 (Info-extract-menu-item, Info-extract-menu-counting)
12405 (Info-forward-node, Info-backward-node, Info-next-menu-item)
12406 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
12407 (Info-next-reference, Info-prev-reference, Info-index)
12408 (Info-index-next, Info-follow-nearest-node)
12409 (Info-copy-current-node-name):
12410 * imenu.el (imenu--make-index-alist)
12411 (imenu-default-create-index-function, imenu-add-to-menubar):
12412 * files.el (basic-save-buffer, recover-file):
12413 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12414 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
12415 (checkdoc-message-text, checkdoc-defun):
12416 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
12417 * cus-edit.el (customize-changed-options, customize-rogue)
12418 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
12419 (custom-variable-mark-to-reset-standard)
12420 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
12421 (custom-file):
12422 * completion.el (check-completion-length):
12423 * comint.el (comint-search-arg)
12424 (comint-previous-matching-input-string-position)
12425 (comint-previous-matching-input)
12426 (comint-replace-by-expanded-history-before-point, comint-send-input)
12427 (comint-copy-old-input, comint-backward-matching-input)
12428 (comint-goto-process-mark, comint-set-process-mark):
12429 * calendar/calendar.el (calendar-cursor-to-date): Use it.
12430 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
12431
12432 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12433
12434 * dabbrev.el (dabbrev--ignore-case-p): New function.
12435 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
12436 Use it.
12437
12438 * files.el (automount-dir-prefix): Mark as obsolete.
12439
12440 2012-05-04 Glenn Morris <rgm@gnu.org>
12441
12442 * patcomp.el, play/bruce.el: Move to obsolete/.
12443
12444 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
12445
12446 Fix minor Y10k bugs.
12447 * arc-mode.el (archive-unixdate):
12448 * autoinsert.el (auto-insert-alist):
12449 * calc/calc-forms.el (math-this-year):
12450 * emacs-lisp/copyright.el (copyright-current-year)
12451 (copyright-update-year, copyright):
12452 * tar-mode.el (tar-clip-time-string):
12453 * time.el (display-time-update):
12454 Don't assume years have 4 digits.
12455
12456 2012-05-04 Chong Yidong <cyd@gnu.org>
12457
12458 * dos-w32.el (file-name-buffer-file-type-alist)
12459 (direct-print-region-use-command-dot-com):
12460 * ffap.el (ffap-menu-regexp):
12461 * find-file.el (ff-special-constructs):
12462 * follow.el (follow-debug):
12463 * forms.el (forms--debug):
12464 * iswitchb.el (iswitchb-all-frames):
12465 * ido.el (ido-all-frames):
12466 * emacs-lisp/timer.el (timer-max-repeats):
12467 * mail/feedmail.el (feedmail-mail-send-hook)
12468 (feedmail-mail-send-hook-queued):
12469 * mail/footnote.el (footnote-signature-separator):
12470 * mail/mailabbrev.el (mail-alias-separator-string)
12471 (mail-abbrev-mode-regexp):
12472 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
12473 * progmodes/idlwave.el (idlwave-libinfo-file)
12474 (idlwave-default-completion-case-is-down)
12475 (idlwave-library-routines): Convert defvars to defcustoms.
12476
12477 * mail/rmail.el (rmail-decode-mime-charset):
12478 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
12479 (idlwave-shell-fix-inserted-breaks)
12480 (idlwave-shell-activate-alt-keybindings)
12481 (idlwave-shell-use-breakpoint-glyph):
12482 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
12483
12484 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12485
12486 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
12487
12488 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
12489
12490 * progmodes/verilog-mode.el (font-lock-keywords):
12491 Fix mis-highligting auto. Reported by Craig Barner.
12492 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
12493 defines from global name space. Reported by Dan Dever.
12494 (verilog-auto-reset, verilog-auto-reset-widths)
12495 (verilog-auto-tieoff): Support using unbased numbers for
12496 AUTORESET and AUTOTIEOFF.
12497 (verilog-submit-bug-report): Update variable list.
12498 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
12499 parenthesis from not matching. Reported by Michael Rytting.
12500 (verilog-auto-template-lint): Fix hash error when linting modules
12501 with no used templates.
12502 (verilog-warn, verilog-warn-error)
12503 (verilog-warn-fatal): When non-interactive report multiple
12504 warnings before exiting. Suggested by Brad Dobbie.
12505 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
12506 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
12507 to report unused template errors. Reported by Brad Dobbie.
12508 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
12509 nets, bug438. Reported by Vns Blore.
12510 (verilog-auto-inout-module, verilog-auto-reg)
12511 (verilog-read-decls, verilog-read-sub-decls-sig)
12512 (verilog-signals-edit-wire-reg, verilog-signals-with):
12513 Fix passing of Verilog data types in ANSI input/output ports
12514 such as "output logic" into the AUTOs. Special case "wire" and
12515 "reg" for backwards compatibility presuming Verilog 2001.
12516 (verilog-auto-ascii-enum): Add "auto enum" as alias.
12517 (verilog-preprocess): Fix replication of preprocess output.
12518 Reported by Brad Dobbie.
12519 (verilog-auto-inst-interfaced-ports):
12520 Create verilog-auto-inst-interfaced-ports, bug429.
12521 Reported by Julian Gorfajn.
12522 (verilog-after-save-font-hook)
12523 (verilog-before-save-font-hook): New variable.
12524 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
12525 (verilog-save-font-mods): Wrap disabling fontification, reported
12526 by David Rogoff.
12527 (verilog-do-indent, verilog-pretty-declarations-auto)
12528 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
12529 Reported by Pierre-David Pfister.
12530 (verilog-set-auto-endcomments): Fix endtask auto comments outside
12531 of class declarations, bug292. Reported by Kevin Heilman.
12532 (verilog-read-decls): Fix 'parameter type' not appearing in
12533 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
12534 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
12535 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
12536 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
12537 Reported by David Kravitz.
12538
12539 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
12540
12541 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
12542 assignment with tests in ifs and for loops.
12543 (verilog-extended-complete-re, verilog-complete-reg): Change so
12544 that DPI inport functions don't look like fuction declarations.
12545 (verilog-pretty-expr): Don't line up assignment
12546 operations to the test and increment in if and for loops
12547 (verilog-extended-complete-re, verilog-complete-reg): Change so
12548 that DPI inport functions don't look like fuction declarations.
12549
12550 2012-05-03 Kenichi Handa <handa@m17n.org>
12551
12552 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
12553 decoding, and show a warning message without signaling an error
12554 (Bug#11282).
12555
12556 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12557
12558 * emacs-lisp/bytecomp.el
12559 (byte-compile-file-form-custom-declare-variable): Compile all elements,
12560 since cconv.el might have introduced :fun-body, internal-make-closure,
12561 and friends for bytecomp to handle (bug#11391).
12562 * custom.el (defcustom): Avoid ((λ ..) ..).
12563
12564 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
12565
12566 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
12567
12568 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
12569
12570 * notifications.el (dbus-debug):
12571 * term/linux.el (gpm-mouse-enable):
12572 * term/screen.el (xterm-register-default-colors): Declare.
12573
12574 2012-05-02 Chong Yidong <cyd@gnu.org>
12575
12576 * cus-start.el (gc-cons-percentage, exec-suffixes)
12577 (dos-display-scancodes, dos-hyper-key, dos-super-key)
12578 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
12579 (make-cursor-line-fully-visible, void-text-area-pointer)
12580 (font-list-limit): Add customization data.
12581
12582 * allout.el (allout-exposure-change-functions)
12583 (allout-structure-added-functions)
12584 (allout-structure-deleted-functions)
12585 (allout-structure-shifted-functions): Rename abnormal hooks from
12586 *-hook, and convert to defcustoms.
12587 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
12588 Convert to defcustoms.
12589 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
12590
12591 * allout-widgets.el: Hook callers changed.
12592
12593 2012-05-02 Eli Zaretskii <eliz@gnu.org>
12594
12595 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
12596 the yanked message in preference to the default value of
12597 buffer-file-coding-system.
12598
12599 2012-05-02 Martin Rudalics <rudalics@gmx.at>
12600
12601 * window.el (display-buffer--action-function-custom-type):
12602 Fix entry.
12603
12604 2012-05-02 Alan Mackenzie <acm@muc.de>
12605
12606 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
12607
12608 2012-05-01 Glenn Morris <rgm@gnu.org>
12609
12610 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
12611
12612 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
12613
12614 * cus-edit.el (custom-variable-documentation): Simplify with format.
12615
12616 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12617 Stefan Monnier <monnier@iro.umontreal.ca>
12618
12619 * simple.el (suggest-key-bindings, execute-extended-command):
12620 Move from keyboard.c.
12621
12622 2012-05-01 Chong Yidong <cyd@gnu.org>
12623
12624 * follow.el: Eliminate advice.
12625 (set-process-filter, process-filter, sit-for): Advice deleted.
12626 (follow-mode-off-hook): Obsolete hook removed.
12627 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
12628 Vars deleted.
12629 (follow-auto): Use a :set function.
12630 (follow-mode): Rewritten. Don't advise process filters.
12631 (follow-switch-to-current-buffer-all, follow-scroll-up)
12632 (follow-scroll-down): Assume follow-mode is bound.
12633 (follow-comint-scroll-to-bottom)
12634 (follow-align-compilation-windows): New functions.
12635 (follow--window-sorter): New function.
12636 (follow-all-followers): Use it to explicitly sort windows by their
12637 positions; don't make assumptions about next-window order.
12638 (follow-windows-start-end, follow-delete-other-windows-and-split)
12639 (follow-calc-win-start): Doc fix.
12640 (follow-windows-aligned-p, follow-select-if-visible): Don't call
12641 vertical-motion unnecessarily.
12642 (follow-adjust-window): New function.
12643 (follow-post-command-hook): Use it.
12644 (follow-call-set-process-filter, follow-call-process-filter)
12645 (follow-intercept-process-output, follow-tidy-process-filter-alist)
12646 (follow-stop-intercept-process-output, follow-generic-filter):
12647 Functions deleted.
12648 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
12649 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
12650 New functions, replacing advice on scroll-bar-* commands.
12651 (follow-mwheel-scroll): New function (Bug#4112).
12652
12653 * comint.el (comint-adjust-point): New function.
12654 (comint-postoutput-scroll-to-bottom): Use it.
12655 Call follow-comint-scroll-to-bottom for Follow mode buffers.
12656
12657 2012-05-01 Glenn Morris <rgm@gnu.org>
12658
12659 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
12660 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
12661 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
12662 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
12663 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
12664 Remove no-byte-compile setting.
12665
12666 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
12667
12668 * minibuffer.el (completion-table-with-quoting): Fix compatibility
12669 all-completions code to not return a number in the last cdr.
12670
12671 2012-04-30 Leo Liu <sdl.web@gmail.com>
12672
12673 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
12674 read-only error.
12675
12676 2012-04-29 Chong Yidong <cyd@gnu.org>
12677
12678 * follow.el (follow-calc-win-end): Rewrite to handle partial
12679 screen lines correctly (Bug#8390).
12680 (follow-avoid-tail-recenter): Minor cleanup.
12681
12682 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12683
12684 Avoid the obsolete `assoc' package.
12685 * speedbar.el (speedbar-refresh): Avoid adelete.
12686 (speedbar-file-lists): Simplify and avoid aput.
12687 * man.el (Man--sections, Man--refpages): New vars, replacing
12688 Man-sections-alist and Man-refpages-alist.
12689 (Man-build-section-alist, Man-build-references-alist):
12690 Use them; avoid aput.
12691 (Man--last-section, Man--last-refpage): New vars.
12692 (Man-follow-manual-reference): Use them.
12693 Use the `default' arg of completing-read.
12694 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
12695
12696 2012-04-27 Chong Yidong <cyd@gnu.org>
12697
12698 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
12699
12700 * startup.el (x-apply-session-resources): New function.
12701
12702 * term/ns-win.el (ns-initialize-window-system):
12703 * term/w32-win.el (w32-initialize-window-system):
12704 * term/x-win.el (x-initialize-window-system): Use it to properly
12705 set menu-bar-mode and other vars from X resources, even if the
12706 initial frame is not a window-system frame (Bug#2299).
12707
12708 * subr.el (read-key): Avoid running filter function when setting
12709 up temporary tool bar entries (Bug#9922).
12710
12711 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
12712
12713 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
12714 (Bug#11344)
12715
12716 2012-04-27 Chong Yidong <cyd@gnu.org>
12717
12718 * select.el (xselect--encode-string): New function, split from
12719 xselect-convert-to-string.
12720 (xselect-convert-to-string): Use it.
12721 (xselect-convert-to-filename, xselect-convert-to-os)
12722 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
12723 returned strings are properly encoded (Bug#11315).
12724
12725 2012-04-27 Chong Yidong <cyd@gnu.org>
12726
12727 * simple.el (delete-active-region): Move to killing custom group.
12728
12729 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
12730
12731 * progmodes/which-func.el (which-func-current): Quote %
12732 characters for mode-line processing.
12733
12734 2012-04-27 Chong Yidong <cyd@gnu.org>
12735
12736 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
12737 reaching eob (Bug#11286).
12738
12739 2012-04-27 Eli Zaretskii <eliz@gnu.org>
12740
12741 * progmodes/gdb-mi.el (gdb-control-level): New variable.
12742 (gdb): Make it buffer-local and init to zero.
12743 (gdb-control-commands-regexp): New variable.
12744 (gdb-send): Don't wrap in "-interpreter-exec console" if
12745 gdb-control-level is positive. Increment gdb-control-level
12746 whenever the command matches gdb-control-commands-regexp, and
12747 decrement it each time the command is "end". (Bug#11279)
12748
12749 2012-04-27 Martin Rudalics <rudalics@gmx.at>
12750
12751 * window.el (adjust-window-trailing-edge, enlarge-window)
12752 (shrink-window, window-resize):
12753 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
12754 windows (Bug#11276).
12755
12756 2012-04-27 Chong Yidong <cyd@gnu.org>
12757
12758 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
12759 fix "missing prefix" warning. All callers changed.
12760
12761 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
12762
12763 * emacs-lisp/assoc.el: Move to obsolete/.
12764
12765 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12766
12767 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
12768
12769 * term/ns-win.el (ns-define-service):
12770 * progmodes/pascal.el (pascal-goto-defun):
12771 * progmodes/js.el (js--read-tab):
12772 * progmodes/etags.el (tags-lazy-completion-table):
12773 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
12774 * emacs-lisp/ewoc.el (ewoc--wrap):
12775 * emacs-lisp/assoc.el (aput, adelete, amake):
12776 * doc-view.el (doc-view-convert-current-doc):
12777 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
12778
12779 2012-04-26 Chong Yidong <cyd@gnu.org>
12780
12781 * image.el (image-type-from-buffer): Only return supported image
12782 type (Bug#9045).
12783
12784 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
12785 value, for symmetry with diff-end-of-hunk.
12786 (diff-split-hunk, diff-find-source-location)
12787 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
12788 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
12789 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
12790 compute the relevant hunk or file properly (Bug#6005).
12791 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
12792
12793 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12794
12795 * vc/vc-mtn.el:
12796 * vc/vc-hg.el:
12797 * vc/vc-git.el:
12798 * vc/vc-dir.el:
12799 * vc/vc-cvs.el:
12800 * vc/vc-bzr.el:
12801 * vc/vc-arch.el:
12802 * vc/vc.el: Replace lexical-let by lexical-binding.
12803 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
12804 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
12805 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
12806
12807 2012-04-26 Chong Yidong <cyd@gnu.org>
12808
12809 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
12810 (diff-mode-shared-map): Bind it to / and [remap undo].
12811
12812 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
12813 (ediff-window-setup-function): Use it as the default, to set up
12814 windows based on whether the current frame is graphical (Bug#2138).
12815 (ediff-choose-window-setup-function-automatically): Make obsolete.
12816
12817 * vc/ediff-init.el: Always define ediff-pixel-width/height.
12818
12819 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12820
12821 * ffap.el: Remove old code for obsolete package.
12822 (ffap-complete-as-file-p): Remove.
12823
12824 Use completion-table-with-quoting for comint and pcomplete.
12825 * comint.el (comint--unquote&requote-argument)
12826 (comint--unquote-argument, comint--requote-argument): New functions.
12827 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
12828 (comint-quote-filename): Use regexp-opt-charset.
12829 (comint--common-suffix, comint--common-quoted-suffix)
12830 (comint--table-subvert): Remove.
12831 (comint-unquote-function, comint-requote-function): New vars.
12832 (comint--complete-file-name-data): Use them with
12833 completion-table-with-quoting.
12834 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
12835 * pcomplete.el (pcomplete-arg-quote-list)
12836 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
12837 (pcomplete-unquote-argument-function): Default to non-nil.
12838 (pcomplete-unquote-argument): Simplify.
12839 (pcomplete--common-quoted-suffix): Remove.
12840 (pcomplete-requote-argument-function): New var.
12841 (pcomplete--common-suffix): New function.
12842 (pcomplete-completions-at-point): Use completion-table-with-quoting
12843 and completion-table-subvert.
12844
12845 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
12846 (minibuffer--double-dollars): Preserve properties.
12847 (completion--sifn-requote): New function.
12848 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
12849
12850 * minibuffer.el: Add support for completion of quoted/escaped data.
12851 (completion-table-with-quoting, completion-table-subvert): New funs.
12852 (completion--twq-try, completion--twq-all): New functions.
12853 (completion--nth-completion): New function.
12854 (completion-try-completion, completion-all-completions): Use it.
12855
12856 2012-04-25 Leo Liu <sdl.web@gmail.com>
12857
12858 * progmodes/python.el (python-pdbtrack-get-source-buffer):
12859 Use compilation-message if available to find real filename.
12860
12861 2012-04-25 Chong Yidong <cyd@gnu.org>
12862
12863 * vc/diff-mode.el (diff-setup-whitespace): New function.
12864 (diff-mode): Use it.
12865
12866 * vc/diff.el (diff-sentinel):
12867 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
12868 Whitespace mode variables based on diff style (Bug#8612).
12869
12870 2012-04-25 Leo Liu <sdl.web@gmail.com>
12871
12872 * progmodes/python.el (python-send-region): Add suffix .py to the
12873 temp file.
12874
12875 * files.el (auto-mode-alist): Use javascript-mode instead.
12876
12877 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
12878
12879 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
12880
12881 * net/soap-client.el (soap-resolve-references-for-sequence-type)
12882 (soap-resolve-references-for-array-type): Hack to prevent self
12883 references, see Bug#9.
12884 (soap-parse-envelope): Report the contents of the 'detail' node
12885 when receiving a fault reply.
12886 (soap-parse-envelope): Report the contents of the entire 'detail' node.
12887
12888 * net/soap-inspect.el (soap-sample-value-for-simple-type)
12889 (soap-inspect-simple-type): New function.
12890
12891 * net/soap-client.el (soap-simple-type): New struct.
12892 (soap-default-xsd-types, soap-default-soapenc-types)
12893 (soap-decode-basic-type, soap-encode-basic-type):
12894 support unsignedInt and double basic types.
12895 (soap-resolve-references-for-simple-type)
12896 (soap-parse-simple-type, soap-encode-simple-type): New function.
12897 (soap-parse-schema): Parse xsd:simpleType declarations.
12898
12899 * net/soap-client.el (soap-default-xsd-types)
12900 (soap-default-soapenc-types): Add integer, byte and anyURI types.
12901 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
12902 the local name of "soapenc:Array".
12903 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
12904 decoding integer, byte and anyURI xsd types.
12905
12906 2012-04-25 Chong Yidong <cyd@gnu.org>
12907
12908 * cus-edit.el (custom-buffer-create-internal): Update header text.
12909
12910 2012-04-25 Eli Zaretskii <eliz@gnu.org>
12911
12912 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
12913 settings on 'system-type', not on 'window-system'. On MS-Windows,
12914 set interactive-mode on in GDB.
12915
12916 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12917
12918 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
12919 (ruby-syntax-propertize-regexp): Remove.
12920 (ruby-syntax-propertize-function): Split regexp into chunks.
12921 Match following code directly.
12922
12923 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
12924
12925 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
12926 (ruby-syntax-propertize-regexp): New function.
12927 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
12928 by a special keyword.
12929
12930 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
12931 (ruby-syntax-general-delimiters-goto-beg)
12932 (ruby-syntax-propertize-general-delimiters): New functions.
12933 (ruby-syntax-propertize-function): Use them to handle GDL.
12934 (ruby-font-lock-keywords): Move old handling of GDL...
12935 (ruby-font-lock-syntactic-keywords): .. to here.
12936 (ruby-calculate-indent): Adjust indentation for GDL.
12937
12938 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
12939
12940 * notifications.el (top): Remove unneeded declarations.
12941 (notifications-specification-version): Change to "1.2".
12942 (notifications-interface, notifications-notify-method)
12943 (notifications-close-notification-method): Fix docstring.
12944 (notifications-get-capabilities-method): New defconst.
12945 (notifications-notify): Add :action-items, :resident and
12946 :transient hints. Change "image_data" to "image-data" and
12947 "image_path" to "image-path".
12948 (notifications-get-capabilities): New defun.
12949
12950 2012-04-24 Leo Liu <sdl.web@gmail.com>
12951
12952 * progmodes/python.el: Move hideshow setup to the end.
12953
12954 2012-04-24 Martin Rudalics <rudalics@gmx.at>
12955
12956 * window.el (handle-select-window): Clear echo area since this is
12957 no more done by read_char (Bug#11304).
12958
12959 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12960
12961 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
12962 and `/ M' to filter-derived-mode.
12963 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
12964 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
12965 (ibuffer-mark-by-mode): Use default rather than initial-input.
12966 (ibuffer-filter-by-derived-mode): Autoload and require-match.
12967
12968 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
12969
12970 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
12971 (ibuffer-filter-by-derived-mode): New filter.
12972 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
12973
12974 2012-04-23 Andreas Politz <politza@fh-trier.de>
12975
12976 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
12977
12978 2012-04-23 Chong Yidong <cyd@gnu.org>
12979
12980 * cus-edit.el (customize-apropos, customize-apropos-options):
12981 Disable matching of non-option variables (Bug#11176).
12982 (customize-option, customize-option-other-window)
12983 (customize-changed-options): Doc fix.
12984 (customize-apropos-options, customize-apropos-faces)
12985 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
12986
12987 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
12988 Fix word list splitting (Bug#11132).
12989 (apropos-symbol, apropos-keybinding, apropos-label)
12990 (apropos-property, apropos-function-button)
12991 (apropos-variable-button, apropos-misc-button): New faces.
12992 (apropos-symbol-face, apropos-keybinding-face)
12993 (apropos-label-face, apropos-property-face, apropos-match-face):
12994 Variables removed (Bug#8396).
12995 (apropos-library-button, apropos-format-plist, apropos-print)
12996 (apropos-print-doc, apropos-describe-plist): Callers changed.
12997
12998 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
12999
13000 * net/xesam.el (xesam-mode-map): Use let-bound map in
13001 initialization. (Bug#11292)
13002
13003 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13004
13005 Preserve ispell session localwords when switching back to
13006 original buffer.
13007
13008 * textmodes/ispell.el (ispell-buffer-session-localwords):
13009 New buffer-local variable to hold buffer session localwords.
13010 (ispell-kill-ispell): Add option 'clear to delete session
13011 localwords.
13012 (ispell-command-loop, ispell-change-dictionary)
13013 (ispell-buffer-local-words): Preserve session localwords when
13014 needed.
13015
13016 * textmodes/flyspell.el (flyspell-process-localwords)
13017 (flyspell-do-correct): Preserve session localwords when needed.
13018
13019 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13020
13021 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
13022 using obsolete `translation-table-for-input'.
13023 (ispell-word, ispell-process-line, ispell-complete-word):
13024 Use plain `insert' instead of removed `ispell-insert-word'.
13025
13026 2012-04-22 Chong Yidong <cyd@gnu.org>
13027
13028 * cus-edit.el (custom-variable-menu)
13029 (custom-variable-reset-saved, custom-face-menu)
13030 (custom-face-reset-saved): If there is no saved value, make the
13031 "reset-saved" operation bring back the default (Bug#9509).
13032 (custom-face-state): Properly detect themed faces.
13033
13034 * faces.el (face-spec-set): Stop supporting deprecated form of
13035 third arg.
13036
13037 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
13038
13039 Move functions from C to Lisp. Make non-blocking method calls
13040 the default. Implement further D-Bus standard interfaces.
13041
13042 * net/dbus.el (dbus-message-internal): Declare function.
13043 Remove unneeded function declarations.
13044 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
13045 (dbus-message-type-method-return, dbus-message-type-error)
13046 (dbus-message-type-signal): Declare variables. Remove local
13047 definitions.
13048 (dbus-interface-dbus, dbus-interface-peer)
13049 (dbus-interface-introspectable, dbus-interface-properties)
13050 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
13051 Adapt docstring.
13052 (dbus-interface-objectmanager): New defconst.
13053 (dbus-call-method, dbus-call-method-asynchronously)
13054 (dbus-send-signal, dbus-method-return-internal)
13055 (dbus-method-error-internal, dbus-register-service)
13056 (dbus-register-signal, dbus-register-method): New defuns, moved
13057 from dbusbind.c
13058 (dbus-call-method-handler, dbus-setenv)
13059 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
13060 New defuns.
13061 (dbus-call-method-non-blocking): Make it an obsolete function.
13062 (dbus-unregister-object, dbus-unregister-service)
13063 (dbus-handle-event, dbus-register-property)
13064 (dbus-property-handler): Obey the new structure of
13065 `bus-registered-objects'.
13066 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
13067 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13068 Use `dbus-call-method'.
13069
13070 2012-04-22 Chong Yidong <cyd@gnu.org>
13071
13072 * cus-edit.el (custom-commands, custom-reset-menu)
13073 (Custom-reset-standard): Tweak labels.
13074 (custom-reset-button-menu): Change default to t.
13075 (custom-buffer-create-internal): For the custom-reset-button-menu
13076 case, put the revert button first.
13077 (custom-group-subtitle): New face.
13078 (custom-group-value-create): Align docstring to a specific column.
13079
13080 * wid-edit.el (widget-documentation-link-add): Don't handle
13081 indentation in this function.
13082 (widget-documentation-string-indent-to): New function.
13083 (widget-documentation-string-value-create): Use it.
13084
13085 * autorevert.el (auto-revert):
13086 * epg-config.el (epg):
13087 * ibuffer.el (ibuffer):
13088 * mpc.el (mpc):
13089 * ses.el (ses):
13090 * eshell/eshell.el (eshell):
13091 * net/ange-ftp.el (ange-ftp):
13092 * progmodes/ebnf2ps.el (postscript):
13093 * progmodes/flymake.el (flymake):
13094 * progmodes/prolog.el (prolog):
13095 * progmodes/verilog-mode.el (verilog-mode):
13096 * progmodes/which-func.el (which-func):
13097 * term/xterm.el (xterm):
13098 * textmodes/picture.el (picture):
13099 * textmodes/tildify.el (tildify):
13100 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
13101 customization buffers.
13102
13103 2012-04-22 Alan Mackenzie <acm@muc.de>
13104
13105 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13106 Adding a ) can hide the resulting (..) from searches. Fix it.
13107 Bound the backward search to the position of the existing (.
13108
13109 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
13110
13111 * progmodes/verilog-mode.el (verilog-mode): Check whether
13112 which-func-modes is t before adding verilog-mode.
13113 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
13114
13115 2012-04-21 Leo Liu <sdl.web@gmail.com>
13116
13117 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
13118
13119 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
13120
13121 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
13122 filling of the last column of a table (Bug#5635).
13123 (woman-find-next-control-line): New arg, specifying an additional
13124 regexp component for the control line.
13125 (woman2-roff-buffer): Use it.
13126 (woman-break-table): New function.
13127 (woman2-TS): Use it.
13128
13129 2012-04-21 Chong Yidong <cyd@gnu.org>
13130
13131 * woman.el (woman-set-buffer-display-table, woman-decode-region)
13132 (woman-horizontal-escapes, woman-negative-vertical-space)
13133 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
13134 (WoMan-warn-ignored): Use ?\s instead of ?\ .
13135
13136 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13137
13138 * minibuffer.el (completion-file-name-table): Complete user names.
13139
13140 2012-04-20 Leo Liu <sdl.web@gmail.com>
13141
13142 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
13143 and pcase-let*.
13144
13145 2012-04-20 Chong Yidong <cyd@gnu.org>
13146
13147 * server.el (server-execute): Respect initial-buffer-choice if it
13148 is a string and there are no files to open (Bug#2825).
13149 (server-create-window-system-frame, server-create-tty-frame):
13150 Don't switch buffers here.
13151 (server-process-filter): Only try to open a window system frame if
13152 compiled with graphical support (Bug#8314).
13153
13154 2012-04-20 Dan Nicolaescu <dann@gnu.org>
13155
13156 * battery.el (battery-echo-area-format): Display remaining time
13157 for sysfs backend too (Bug#11269).
13158 (battery-linux-sysfs): Fix conditional for the charge.
13159
13160 2012-04-20 Chong Yidong <cyd@gnu.org>
13161
13162 * progmodes/gdb-mi.el (gdb): Revert previous change.
13163 (gdb-inferior-io--init-proc): New function.
13164 (gdb-init-1): Use it.
13165 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
13166 responsible for allocating a new pty and hooking it to gdb when
13167 the old pty gets an EIO due to process exit.
13168 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
13169 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
13170 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
13171
13172 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13173
13174 * window.el (window-min-size, window-sizable, window-min-delta)
13175 (window-max-delta, window--resizable, window-resizable)
13176 (window-total-size, window-full-height-p, window-full-width-p)
13177 (window-in-direction, window--resize-mini-window, window-resize)
13178 (window--resize-child-windows-normal)
13179 (window--resize-child-windows, window--resize-siblings)
13180 (window--resize-this-window, adjust-window-trailing-edge)
13181 (enlarge-window, shrink-window): Doc fixes.
13182
13183 2012-04-20 Chong Yidong <cyd@gnu.org>
13184
13185 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
13186 New function to call delete-process on the gdb-inferior buffer's pty.
13187 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
13188 pty process (Bug#11273).
13189 (gdb-update): New arg to suppress talking to the gdb process.
13190 (gdb-done-or-error): Use it.
13191 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
13192 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
13193 sentinel not being called.
13194
13195 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
13196
13197 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
13198
13199 2012-04-20 Glenn Morris <rgm@gnu.org>
13200
13201 * net/network-stream.el (open-network-stream): Doc fix.
13202
13203 2012-04-20 Chong Yidong <cyd@gnu.org>
13204
13205 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
13206
13207 2012-04-20 Alan Mackenzie <acm@muc.de>
13208
13209 Ensure searching for keywords is case sensitive.
13210
13211 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
13212 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
13213 (c-defun-name, c-mark-function, c-cpp-define-name)
13214 (c-comment-indent, c-scan-conditionals, c-indent-defun)
13215 (c-context-line-break): Bind case-fold-search to nil.
13216
13217 * progmodes/cc-mode.el (c-font-lock-fontify-region):
13218 Bind case-fold-search to nil.
13219
13220 2012-04-20 Chong Yidong <cyd@gnu.org>
13221
13222 * mail/sendmail.el (mail-bury): Call return action with the right
13223 Rmail buffer (Bug#11242).
13224
13225 * server.el (server-process-filter): Handle corner case where both
13226 tty and nowait options are present (Bug#11102).
13227
13228 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13229
13230 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
13231 (top level): Put into the executable the ident-style '$Id:' tag on
13232 windows-nt as well.
13233
13234 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13235
13236 * electric.el (electric-indent-post-self-insert-function): Check that
13237 electric-indent-mode is enabled in current buffer.
13238
13239 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13240
13241 * imenu.el (imenu-progress-message): Restore; it is "used" in
13242 erc/erc-imenu.el and net/snmp-mode.el.
13243
13244 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13245
13246 * avoid.el (mouse-avoidance-mode): Mark unused arg.
13247 (mouse-avoidance-nudge-mouse): Remove unused binding.
13248
13249 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
13250
13251 * descr-text.el (describe-char):
13252 * progmodes/python.el (python-describe-symbol):
13253 Don't call `toggle-read-only', set `buffer-read-only'.
13254
13255 * imenu.el (imenu-default-goto-function): Mark unused args.
13256 (imenu-progress-message): Remove obsolete macro; all callers changed.
13257
13258 * subr.el (keymap-canonicalize): Remove unused binding.
13259 (read-passwd): Mark unused arg.
13260
13261 * tutorial.el (tutorial--display-changes): Remove unused binding.
13262 (tutorial--save-tutorial-to): Remove unused variable.
13263
13264 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
13265 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
13266 (package-generate-autoloads, package-menu--generate)
13267 (package-menu--find-upgrades): Remove unused bindings.
13268
13269 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
13270 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
13271 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
13272 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
13273 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
13274 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
13275 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
13276 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
13277 (cua-delete-char-rectangle): Mark unused args.
13278 (cua-align-rectangle): Remove unused binding.
13279
13280 * mail/rmail.el (compilation--message->loc)
13281 (epa--find-coding-system-for-mime-charset): Declare.
13282
13283 * net/dbus.el (dbus-register-service): Declare.
13284 (dbus-name-owner-changed-handler): Remove unused binding.
13285
13286 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
13287 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
13288 (nxml-scan-backward-within): Mark unused arg.
13289 (nxml-dynamic-markup-word): Remove unused binding.
13290
13291 * mouse.el (mouse-menu-major-mode-map):
13292 * emacs-lisp/authors.el (authors-scan-change-log)
13293 (authors-add-to-author-list):
13294 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
13295 * emacs-lisp/smie.el (smie-auto-fill):
13296 * mail/sendmail.el (mail-bury):
13297 * mail/unrmail.el (unrmail):
13298 * net/tls.el (open-tls-stream):
13299 * textmodes/picture.el (picture-mouse-set-point):
13300 Remove unused bindings.
13301
13302 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
13303
13304 * net/tramp.el (tramp-action-password): Let-bind
13305 `enable-recursive-minibuffers' to t.
13306
13307 2012-04-18 Sam Steingold <sds@gnu.org>
13308
13309 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
13310 instead of 'string to accommodate values like [f11].
13311 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
13312 * progmodes/gdb-mi.el: Likewise.
13313
13314 2012-04-18 Leo Liu <sdl.web@gmail.com>
13315
13316 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
13317 current buffer.
13318 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
13319 LOCAL is nil.
13320
13321 2012-04-18 Chong Yidong <cyd@gnu.org>
13322
13323 * simple.el (line-move): Use forward-line if in batch mode
13324 (Bug#11053).
13325
13326 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
13327
13328 * files.el (after-find-file): Do not try to add a final newline if
13329 the buffer is read-only (Bug#11156).
13330
13331 2012-04-17 Richard Stallman <rms@gnu.org>
13332
13333 * mail/rmail.el (rmail-start-mail):
13334 Pass (rmail-mail-return...) for the return-action.
13335 Pass (rmail-yank-current-message...) for the yank-action.
13336 (rmail-yank-current-message): New function.
13337 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
13338 (rmail-reply): Likewise.
13339 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
13340
13341 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
13342 buffer, not the last. Reject temp buffers. Use the rmail-mode
13343 buffer, not newbuf.
13344
13345 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
13346
13347 * server.el (server-ensure-safe-dir): Simplify.
13348
13349 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13350
13351 * emacs-lisp/smie.el: Provide smarter auto-filling.
13352 (smie-auto-fill): New function.
13353 (smie-setup): Use it.
13354
13355 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
13356
13357 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
13358
13359 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
13360 (comment-indent): Use it.
13361
13362 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
13363
13364 * ses.el: The overall change is to add cell renaming, that is
13365 setting fancy names for cell symbols other than name matching
13366 "\\`[A-Z]+[0-9]+\\'" regexp .
13367 (ses-localvars): Add ses--renamed-cell-symb-list.
13368 (ses-create-cell-variable): New defun.
13369 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
13370 (ses-relocate-formula): Relocate formulas only for cells the
13371 symbols of which are not renamed, i.e. symbols whose names do not
13372 match regexp "\\`[A-Z]+[0-9]+\\'".
13373 (ses-relocate-all): Relocate values only for cells the symbols of
13374 which are not renamed.
13375 (ses-load): Create cells variables as the (ses-cell ...) are read,
13376 in order to check row col consistency with cell symbol name only
13377 for cells that are not renamed.
13378 (ses-replace-name-in-formula): New defun.
13379 (ses-rename-cell): New defun.
13380
13381 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
13382
13383 * progmodes/perl-mode.el (perl-indent-parens-as-block):
13384 New option (bug#11118).
13385 (perl-calculate-indent): Respect it.
13386
13387 2012-04-17 Glenn Morris <rgm@gnu.org>
13388
13389 * dired-aux.el (dired-mark-read-string): Doc fix.
13390
13391 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
13392
13393 * dired-aux.el (dired-mark-read-string): Offer optional completion.
13394 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
13395
13396 2012-04-17 Glenn Morris <rgm@gnu.org>
13397
13398 * mouse.el (mouse-drag-track):
13399 * speedbar.el (speedbar-frame-mode):
13400 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
13401
13402 2012-04-16 Leo Liu <sdl.web@gmail.com>
13403
13404 * progmodes/python.el: Trivial cleanup.
13405
13406 2012-04-16 Glenn Morris <rgm@gnu.org>
13407
13408 * vc/vc.el (vc-string-prefix-p):
13409 * vc/pcvs-util.el (cvs-string-prefix-p):
13410 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
13411 * mpc.el (mpc-string-prefix-p):
13412 Make all of these into obsolete aliases for string-prefix-p.
13413 Update callers.
13414 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
13415
13416 * textmodes/two-column.el: Move custom options to the start.
13417 (frame-width): Remove compat definition.
13418 (2C-associate-buffer, 2C-dissociate):
13419 Use with-current-buffer rather than save-excursion.
13420 (2C-dissociate): Force a mode-line update.
13421 (2C-autoscroll): Use ignore-errors.
13422
13423 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
13424 Autoload trivia.
13425
13426 * emacs-lisp/cl-extra.el (*random-state*):
13427 Remove unnecessary declaration.
13428
13429 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
13430
13431 * play/cookie1.el (cookie-snarf):
13432 Give an explicit error if input file cannot be read.
13433
13434 * play/yow.el (yow-file): Use expand-file-name rather than concat.
13435
13436 * progmodes/perl-mode.el (c-macro-expand):
13437 Remove unnecessary autoload (it is in loaddefs.el).
13438
13439 * textmodes/picture.el (picture-desired-column)
13440 (picture-update-desired-column): Convert comments to doc-strings.
13441 (picture-substitute): Remove function.
13442 (picture-mode-map): Initialize in the defvar.
13443
13444 * woman.el: Remove eval-after-load for tar-mode.
13445 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
13446 (woman-tar-extract-file): Autoload it.
13447
13448 * frame.el (automatic-hscrolling): Make this alias obsolete.
13449
13450 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13451
13452 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
13453 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
13454 (ispell-dictionary-base-alist): Revert to original XEmacs
13455 friendly version for default. [:alpha:] will be added in
13456 `ispell-set-spellchecker-params' if needed.
13457
13458 2012-04-16 Chong Yidong <cyd@gnu.org>
13459
13460 * image.el (imagemagick--file-regexp): New variable.
13461 (imagemagick-register-types): Use it.
13462 (imagemagick-types-inhibit): Add :set function. Allow new value
13463 of t to inhibit all types.
13464
13465 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
13466 so we can preload it.
13467
13468 * loadup.el (fboundp): Preload regexp-opt, needed by
13469 imagemagick-register-types.
13470
13471 2012-04-15 Chong Yidong <cyd@gnu.org>
13472
13473 * frame.el (scrolling): Remove nearly unused customization group.
13474
13475 * scroll-all.el (scroll-all-mode): Move to windows group.
13476
13477 2012-04-15 Chong Yidong <cyd@gnu.org>
13478
13479 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
13480
13481 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13482
13483 Avoid the use of ((lambda ...) ...) in lexical-binding code.
13484 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
13485
13486 2012-04-15 Glenn Morris <rgm@gnu.org>
13487
13488 * simple.el (process-file-side-effects): Doc fix.
13489
13490 2012-04-15 Glenn Morris <rgm@gnu.org>
13491
13492 * international/mule-cmds.el (set-language-environment): Doc fix.
13493
13494 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
13495
13496 * server.el (server-auth-key, server-generate-key): Doc fixes.
13497 (server-get-auth-key): Doc fix. Use `string-match-p'.
13498 (server-start): Reflow docstring.
13499
13500 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
13501
13502 * server.el (server-generate-key): `called-interactively-p'
13503 requires a parameter.
13504
13505 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
13506
13507 * server.el (server-auth-key): New variable.
13508 (server-generate-key, server-get-auth-key): New function.
13509 (server-start): Use the new variable and functions to allow
13510 setting a permanent server key (bug#9423).
13511
13512 2012-04-14 Leo Liu <sdl.web@gmail.com>
13513
13514 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
13515
13516 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
13517
13518 Spelling fixes.
13519 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
13520 Emacs uses American spelling.
13521
13522 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
13523
13524 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
13525 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
13526 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
13527 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
13528
13529 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13530
13531 * progmodes/which-func.el (which-func-modes): Change default.
13532
13533 2012-04-14 Kim F. Storm <storm@cua.dk>
13534
13535 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
13536 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
13537
13538 2012-04-14 Chong Yidong <cyd@gnu.org>
13539
13540 * custom.el (custom-theme-set-variables): Doc fix.
13541
13542 2012-04-14 Glenn Morris <rgm@gnu.org>
13543
13544 * international/mule.el (set-auto-coding-for-load): Doc fix.
13545
13546 2012-04-14 Alan Mackenzie <acm@muc.de>
13547
13548 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
13549 imenu work again for Objective C Mode. Correct the *-index values,
13550 these having been disturbed by a previous change in 2011-08.
13551
13552 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
13553 Correct two search limits.
13554
13555 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13556
13557 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
13558
13559 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
13560
13561 * international/characters.el: Fix sorting.
13562
13563 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13564
13565 * international/characters.el: Add more missing Latin case pairs.
13566
13567 2012-04-14 Glenn Morris <rgm@gnu.org>
13568
13569 * files.el (dir-locals-set-class-variables): Doc fix.
13570
13571 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13572
13573 * international/characters.el: Add set-case-syntax-pair call for
13574 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
13575 counterpart. (Bug#11209)
13576
13577 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
13578
13579 2012-04-14 Glenn Morris <rgm@gnu.org>
13580
13581 * calendar/holidays.el (calendar-check-holidays): Doc fix.
13582
13583 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13584
13585 * textmodes/ispell.el (ispell-dictionary-base-alist):
13586 Add data for Hebrew.
13587
13588 2012-04-14 Chong Yidong <cyd@gnu.org>
13589
13590 * net/rcirc.el (rcirc-cmd-quit):
13591 Revert 2012-03-18 change (Bug#11192).
13592
13593 2012-04-14 Glenn Morris <rgm@gnu.org>
13594
13595 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
13596
13597 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13598
13599 * minibuffer.el (completion-in-region-mode-map):
13600 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
13601
13602 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
13603
13604 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
13605
13606 2012-04-13 Masatake YAMATO <yamato@redhat.com>
13607
13608 * minibuffer.el (minibuffer-local-filename-syntax): New variable
13609 to allow `C-M-f' and `C-M-b' to move to the nearest path
13610 separator (bug#9511).
13611
13612 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
13613
13614 * avoid.el: Require cl when compiling. And also move the
13615 `provide' to the end.
13616
13617 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13618
13619 * avoid.el (mouse-avoidance-banish-position): New variable.
13620 (mouse-avoidance-banish-destination): Use it (bug#10165).
13621
13622 2012-04-13 Leo Liu <sdl.web@gmail.com>
13623
13624 * progmodes/which-func.el (which-func-modes): Add objc-mode.
13625
13626 2012-04-13 Ken Brown <kbrown@cornell.edu>
13627
13628 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
13629 this is no longer needed now that cygstart understands file:// URLs.
13630 (browse-url-filename-alist): For the same reason, don't modify
13631 file:// URLs on Cygwin.
13632
13633 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
13634
13635 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
13636 the region on shift if the binding is already shifted (bug#11221).
13637
13638 2012-04-12 Glenn Morris <rgm@gnu.org>
13639
13640 * mail/mailpost.el: Move to obsolete/.
13641
13642 2012-04-12 Drew Adams <drew.adams@oracle.com>
13643
13644 * imenu.el (imenu--generic-function): Ignore invisible definitions
13645 (bug#10123).
13646
13647 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
13648
13649 * hexl.el (hexl-bits): New variable.
13650 (hexl-options): Mention the variable in the doc string.
13651 (hexl-rulerise, hexl-line-displen): New functions.
13652 (hexl-mode): Mention the new variable.
13653 (hexl-mode, hexl-current-address, hexl-current-address):
13654 Use the displen.
13655 (hexl-ascii-start-column): New function.
13656 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
13657 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
13658
13659 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13660
13661 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
13662 '("-i" ENCODING), in 2 separate command-line arguments, to specify
13663 the encoding, as expected by hunspell.
13664
13665 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13666
13667 * battery.el (battery--linux-sysfs-regexp): New const.
13668 (battery-status-function): Use it. Remove yeeloong special case.
13669 (battery-yeeloong-sysfs): Remove.
13670 (battery-echo-area-format): Remove yeeloong special case.
13671
13672 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13673
13674 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
13675 Reported by Noah Friedman.
13676
13677 * subr.el (read-passwd): Use read-string.
13678
13679 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13680
13681 * vcursor.el (vcursor-move): Increase the priority of the overlay
13682 (bug#9663).
13683
13684 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
13685
13686 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
13687 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
13688
13689 2012-04-11 William Stevenson <yhvh2000@gmail.com>
13690
13691 * textmodes/artist.el (artist-mode): Convert artist-mode to use
13692 define-minor-mode (bug#10760).
13693
13694 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
13695
13696 * progmodes/grep.el (rgrep): Tweak the find command line so
13697 that directories matching `grep-find-ignored-files' won't be
13698 pruned (bug#10351).
13699
13700 2012-04-11 Chong Yidong <cyd@gnu.org>
13701
13702 * startup.el (command-line): Remove support for long-obsolete
13703 variable font-lock-face-attributes.
13704
13705 2012-04-11 Glenn Morris <rgm@gnu.org>
13706
13707 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
13708
13709 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13710
13711 * window.el (window--state-get-1): Obey window-point-insertion-type.
13712
13713 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
13714
13715 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
13716 to previous function when point is on the first character of a
13717 function. Take care of that in `narrow-to-defun' (bug#6157).
13718
13719 2012-04-11 Glenn Morris <rgm@gnu.org>
13720
13721 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
13722 not just file-errors.
13723
13724 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
13725 (vc-bzr-sha1): Use internal sha1.
13726
13727 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13728
13729 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
13730
13731 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
13732
13733 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
13734 that start in the middle of the line (bug#10496).
13735
13736 2012-04-10 Dan Nicolaescu <dann@gnu.org>
13737
13738 * battery.el (battery-linux-proc-acpi): Only one battery is
13739 discharged at a time, but that seems to confuse battery.el when
13740 computing `rate-type' for the battery not being discharged
13741 (bug#10332).
13742
13743 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13744
13745 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
13746
13747 * international/quail.el: Use dolist and simplify.
13748 (quail-define-package, quail-update-keyboard-layout)
13749 (quail-define-rules): Use dolist.
13750 (quail-insert-kbd-layout, quail-get-translation): CSE.
13751
13752 * tmm.el: Use dolist, remove left over hook.
13753 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
13754 Use dolist.
13755 (calendar-load-hook): Don't mess with it.
13756
13757 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
13758 Use derived-mode-p. Run the diff asynchronously.
13759
13760 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13761
13762 * obsolete/mouse-sel.el: Add an Obsolete-since header.
13763
13764 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
13765
13766 * misc.el: Display absolute path of loaded DLLs (bug#10424).
13767 (list-dynamic-libraries--loaded): New function.
13768 (list-dynamic-libraries--refresh): Use it.
13769
13770 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
13771
13772 * progmodes/python.el (python-fill-paragraph):
13773 Make python-fill-region in a multiline string work when font-lock is
13774 disabled (bug#7018).
13775
13776 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
13777
13778 * language/european.el (cp775): Add oem/legacy (en)coding on
13779 DOS/MS Windows for the Baltic languages. There are still plenty
13780 of texts written in this encoding/codepage (bug#6519).
13781
13782 2012-04-10 Glenn Morris <rgm@gnu.org>
13783
13784 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
13785 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
13786
13787 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
13788
13789 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
13790 next-line "n" and previous-line "p" in order to make recentf more
13791 consistent with ibuffer, dired or org-mode (bug#9387).
13792
13793 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13794
13795 * image.el (put-image): Return the overlay created instead of the
13796 optional input string (bug#7834). Note that this may break code
13797 that is (for some reason or other) depending on `put-image'
13798 returning the string.
13799
13800 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
13801
13802 * simple.el (zap-to-char): Allow zapping using input methods
13803 (bug#1580).
13804
13805 * textmodes/fill.el (fill-region): Leave point and mark where they
13806 were before filling (bug#5399).
13807
13808 2012-04-09 Glenn Morris <rgm@gnu.org>
13809
13810 * version.el (emacs-bzr-get-version):
13811 Handle lightweight checkouts of local branches.
13812
13813 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
13814
13815 * international/characters.el: Recover lost case pairs. (Bug#11209)
13816
13817 2012-04-09 Chong Yidong <cyd@gnu.org>
13818
13819 * custom.el (custom-variable-p): Return nil for non-symbol
13820 arguments instead of signaling an error.
13821 (user-variable-p): Obsolete alias for custom-variable-p.
13822
13823 * apropos.el (apropos-variable):
13824 * files-x.el (read-file-local-variable):
13825 * simple.el (set-variable):
13826 * woman.el (woman-mini-help):
13827 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
13828
13829 2012-04-09 Glenn Morris <rgm@gnu.org>
13830
13831 * startup.el (normal-top-level): Don't look for leim-list.el
13832 in places where it will not be found. (Bug#910)
13833
13834 * international/mule-cmds.el (set-default-coding-systems):
13835 * files.el (normal-mode):
13836 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
13837 This function was removed with ucs-tables.el in 2008.
13838
13839 2012-04-08 Eli Zaretskii <eliz@gnu.org>
13840
13841 * textmodes/ispell.el (ispell-check-version): For hunspell, set
13842 ispell-encoding8-command to "-i", without a trailing space.
13843 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
13844 separate command-line arguments, to specify the encoding, since
13845 that's how hunspell expects it.
13846
13847 2012-04-08 Glenn Morris <rgm@gnu.org>
13848
13849 * loadup.el: Load bindings before cus-start.
13850 This reduces somewhat the number of "rogue" settings in emacs -Q.
13851
13852 2012-04-07 Glenn Morris <rgm@gnu.org>
13853
13854 * version.el (emacs-bzr-get-version): New function.
13855 (emacs-bzr-version): New variable.
13856 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
13857 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
13858
13859 2012-04-07 Eli Zaretskii <eliz@gnu.org>
13860
13861 * international/uni-bidi.el, international/uni-category.el:
13862 * international/uni-combining.el, international/uni-decimal.el:
13863 * international/uni-decomposition.el, international/uni-digit.el:
13864 * international/uni-lowercase.el, international/uni-mirrored.el:
13865 * international/uni-name.el, international/uni-numeric.el:
13866 * international/uni-titlecase.el, international/uni-uppercase.el:
13867 Update for Unicode 6.1.
13868
13869 2012-04-07 Eli Zaretskii <eliz@gnu.org>
13870
13871 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
13872
13873 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
13874
13875 * window.el (shrink-window): Mention the `window-min-height'
13876 variable in the doc string.
13877
13878 2012-04-05 Bastien Guerry <bzg@altern.org>
13879
13880 * color.el (color-lighten-name): Fix typo.
13881
13882 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
13883
13884 * server.el (server--on-display-p): New function.
13885 (server--on-display-p): Use it.
13886
13887 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
13888
13889 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
13890 (bug#11145).
13891
13892 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
13893
13894 * comint.el (comint--common-quoted-suffix): Check string boundary
13895 before comparing (bug#11158).
13896 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
13897
13898 2012-04-04 Chong Yidong <cyd@gnu.org>
13899
13900 * minibuffer.el (completion-extra-properties): Doc fix.
13901
13902 * subr.el (delayed-warnings-hook): Doc fix.
13903
13904 2012-04-04 Daiki Ueno <ueno@unixuser.org>
13905
13906 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
13907 selection (Bug#11159).
13908 (epa-insert-keys): Inform that the default public key will be
13909 exported if no key is selected.
13910
13911 2012-04-04 Richard Stallman <rms@gnu.org>
13912
13913 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
13914
13915 2012-04-03 Chong Yidong <cyd@gnu.org>
13916
13917 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
13918 mail-insert-file, not its obsolete alias mail-attach-file.
13919
13920 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
13921
13922 * notifications.el (notifications-notify): Fix docstring.
13923
13924 2012-04-02 Glenn Morris <rgm@gnu.org>
13925
13926 * emacs-lisp/authors.el (authors-aliases): Another addition.
13927
13928 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
13929
13930 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
13931 `tramp-compat-call-process' instead of `tramp-local-call-process'.
13932 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
13933
13934 2012-04-01 Chong Yidong <cyd@gnu.org>
13935
13936 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
13937 Handle root directory properly.
13938 (copy-directory): Caller changed.
13939
13940 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
13941 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
13942
13943 2012-03-31 Glenn Morris <rgm@gnu.org>
13944
13945 * term/xterm.el (xterm-extra-capabilities): Doc fix.
13946
13947 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
13948
13949 * calendar/calendar.el (calendar-window-list)
13950 (calendar-hide-window): Restore. (Bug#11140)
13951 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
13952
13953 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
13954
13955 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13956
13957 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
13958 Check if file is a symlink (Bug#10489).
13959
13960 * files.el (copy-directory): Likewise.
13961
13962 2012-03-30 Chong Yidong <cyd@gnu.org>
13963
13964 * image.el (imagemagick-types-inhibit)
13965 (imagemagick-register-types): Doc fix.
13966
13967 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13968
13969 * textmodes/ispell.el (ispell-get-extended-character-mode):
13970 Disable extended-char-mode for hunspell. hunspell does not support it
13971 and treats ~word as ordinary words in pipe mode.
13972
13973 2012-03-30 Glenn Morris <rgm@gnu.org>
13974
13975 * tutorial.el (help-with-tutorial): Ensure local variables don't
13976 happen to make the buffer read-only. (Bug#11127)
13977
13978 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13979
13980 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
13981 (perl-calculate-indent): Return `noindent' in strings.
13982
13983 2012-03-28 Sam Steingold <sds@gnu.org>
13984
13985 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
13986 instead of the broken adhockery which does not prevent calendar
13987 buffers from being displayed at random after exit.
13988 (calendar-window-list, calendar-hide-window): Remove the broken
13989 adhockery.
13990
13991 2012-03-28 Glenn Morris <rgm@gnu.org>
13992
13993 * replace.el (query-replace-map): Doc fix.
13994
13995 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
13996
13997 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
13998 contents. (Bug#11109)
13999
14000 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14001
14002 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
14003 (bug#11077).
14004 (avl-tree--check, avl-tree--check-node): New funs.
14005
14006 2012-03-27 Martin Rudalics <rudalics@gmx.at>
14007
14008 * window.el (switch-to-visible-buffer): New option.
14009 (switch-to-prev-buffer, switch-to-next-buffer):
14010 Observe switch-to-visible-buffer. Make sure that checking for a window
14011 showing a buffer already is done on the same frame.
14012
14013 2012-03-27 Glenn Morris <rgm@gnu.org>
14014
14015 * startup.el (mail-host-address): Doc fix.
14016
14017 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14018
14019 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
14020 than 197 variables.
14021
14022 2012-03-26 Ami Fischman <ami@fischman.org>
14023
14024 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
14025
14026 2012-03-26 Glenn Morris <rgm@gnu.org>
14027
14028 * files.el (save-buffers-kill-emacs): Doc fix.
14029
14030 * startup.el (normal-top-level, command-line, command-line-1):
14031 Give them doc strings.
14032
14033 2012-03-25 Eli Zaretskii <eliz@gnu.org>
14034
14035 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
14036 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
14037
14038 2012-03-25 Chong Yidong <cyd@gnu.org>
14039
14040 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
14041 theme if it was previously enabled before (Bug#11031).
14042
14043 * cus-theme.el (custom-theme-write-faces): Retrieve current face
14044 spec with custom-face-get-current-spec if its :shown-value is not
14045 determined yet (Bug#9337).
14046 (customize-create-theme, custom-theme-revert): Doc fixes.
14047
14048 * button.el (button-at): Minor addition to docstring.
14049
14050 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
14051
14052 * vc/vc.el (vc-merge): Fix a prompt.
14053
14054 2012-03-24 Chong Yidong <cyd@gnu.org>
14055
14056 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
14057 point (Bug#9623).
14058
14059 * button.el (button-at): Minor addition to docstring.
14060
14061 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
14062
14063 * newcomment.el (comment-choose-indent): No space after BOL.
14064
14065 2012-03-22 Sam Steingold <sds@gnu.org>
14066
14067 * window.el (switch-to-prev-buffer): Revert last patch because the
14068 bug turned out to be an advertised feature (Elisp manual 28.14).
14069
14070 2012-03-22 Glenn Morris <rgm@gnu.org>
14071
14072 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
14073 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
14074
14075 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14076
14077 * net/network-stream.el (network-stream-open-starttls): Make error
14078 message under Windows be less misleading.
14079
14080 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
14081
14082 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
14083 understands (bug#9942).
14084
14085 2012-03-22 Chong Yidong <cyd@gnu.org>
14086
14087 * simple.el (end-of-visible-line): Handle return value of
14088 next-single-property-change properly (Bug#9371).
14089
14090 2012-03-22 Kenichi Handa <handa@m17n.org>
14091
14092 * international/quail.el (quail-insert-kbd-layout): Fix previous
14093 change. To avoid unwanted bidi reordering, use
14094 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
14095
14096 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
14097
14098 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
14099 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
14100 (ruby-beginning-of-indent): Be more careful with the difference
14101 between word-boundary and symbol boundary.
14102 (ruby-mode-syntax-table): Make : a symbol constituent.
14103
14104 2012-03-21 Andreas Politz <politza@fh-trier.de>
14105
14106 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
14107
14108 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14109
14110 * progmodes/etags.el (tags-completion-at-point-function):
14111 Improve last fix.
14112
14113 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
14114
14115 2012-03-21 Sam Steingold <sds@gnu.org>
14116
14117 * progmodes/etags.el (tags-completion-at-point-function):
14118 Avoid the error when point is inside the pattern.
14119
14120 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
14121
14122 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
14123 line (Bug#10855).
14124
14125 2012-03-21 Drew Adams <drew.adams@oracle.com>
14126
14127 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
14128
14129 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
14130
14131 * ido.el (ido-set-current-directory, ido-read-internal)
14132 (ido-choose-completion-string, ido-completion-help): Handle nil
14133 value of ido-completion-buffer (Bug#11008).
14134
14135 2012-03-21 Sam Steingold <sds@gnu.org>
14136
14137 * window.el (switch-to-prev-buffer): Do not switch to a visible
14138 window previous buffer, just like with the frame previous buffers.
14139
14140 2012-03-21 Chong Yidong <cyd@gnu.org>
14141
14142 * faces.el (make-face, make-empty-face, copy-face):
14143 * face-remap.el (face-remap-add-relative, face-remap-set-base):
14144 Doc fixes.
14145
14146 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14147
14148 * wid-edit.el (widget-complete-field): Remove (bug#11051).
14149 (widget-complete): Remove broken use of it.
14150
14151 2012-03-20 Chong Yidong <cyd@gnu.org>
14152
14153 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14154 Use string-width and truncate-string-width to handle arbitrary
14155 characters.
14156
14157 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
14158
14159 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
14160 to draw rectangles, not squares. (Regression introduced by revno
14161 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
14162
14163 2012-03-18 Chong Yidong <cyd@gnu.org>
14164
14165 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
14166 it is not yet defined (for temacs).
14167
14168 2012-03-18 Leo Liu <sdl.web@gmail.com>
14169
14170 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
14171 prefix.
14172
14173 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14174
14175 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
14176 (ispell-choices-win-default-height, ispell-silently-savep)
14177 (ispell-dictionary-alist, ispell-encoding8-command)
14178 (ispell-check-version, ispell-aspell-find-dictionary)
14179 (ispell-valid-dictionary-list, ispell-words-keyword)
14180 (ispell-get-word, ispell-internal-change-dictionary)
14181 (ispell-region, ispell-skip-region-list)
14182 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
14183 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
14184 (ispell-message-text-end, ispell-message)
14185 (ispell-buffer-local-parsing): Doc fix.
14186
14187 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
14188
14189 * htmlfontify.el: Add support for code block fontification for ODT
14190 export (Bug #9914).
14191 (hfy-optimisations): Define new option
14192 `body-text-only'
14193 (hfy-fontify-buffer): Honor above setting.
14194 (hfy-begin-span, hfy-end-span): New routines factored out form
14195 `hfy-fontify-buffer'.
14196 (hfy-begin-span-handler, hfy-end-span-handler): New variables
14197 that permit insertion of custom tags.
14198 (hfy-fontify-buffer): Use above handlers.
14199 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
14200 (hfy-face-to-css): Re-defined to be a variable.
14201 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
14202 over multiple runs. This is made possible by having the caller let
14203 bind a special variable `hfy-user-sheet-assoc'.
14204 (htmlfontify-string): New defun.
14205 (hfy-compile-face-map): Make sure that the last char in the
14206 buffer is correctly fontified.
14207 (hfy-face-resolve-face): Whitespace only change.
14208
14209 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14210
14211 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
14212 message more clear.
14213
14214 2012-03-16 Leo Liu <sdl.web@gmail.com>
14215
14216 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
14217
14218 2012-03-16 Alan Mackenzie <acm@muc.de>
14219
14220 Further optimize the handling of large macros.
14221
14222 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
14223 limit to a call of `c-literal-limits'.
14224 (c-determine-+ve-limit): New function.
14225 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
14226 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
14227 In CASE 5B, restrict a search limit to 500.
14228 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
14229
14230 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
14231 Restrict macro bounds to +-500 from after-change's BEG END.
14232
14233 2012-03-16 Leo Liu <sdl.web@gmail.com>
14234
14235 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
14236
14237 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
14238
14239 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
14240 `special-mode' setting of `buffer-read-only'. (Bug#11010)
14241
14242 2012-03-16 Glenn Morris <rgm@gnu.org>
14243
14244 * view.el (view-buffer, view-buffer-other-window)
14245 (view-buffer-other-frame): Doc fixes re special mode-class.
14246
14247 * subr.el (eval-after-load): If named feature is provided not from
14248 a file, run after-load forms. (Bug#10946)
14249
14250 * calendar/calendar.el (calendar-insert-at-column):
14251 Handle non-unit-width characters a bit better. (Bug#10978)
14252
14253 2012-03-15 Chong Yidong <cyd@gnu.org>
14254
14255 * emacs-lisp/ring.el (ring-extend): New function.
14256 (ring-insert+extend): Extend the ring correctly (Bug#11019).
14257
14258 * comint.el (comint-read-input-ring)
14259 (comint-add-to-input-history): Grow comint-input-ring lazily.
14260
14261 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14262
14263 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
14264 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
14265
14266 * imenu.el: Fix multiple inheritance breakage (bug#9199).
14267 (imenu-add-to-menubar): Don't add a redundant index.
14268 (imenu-update-menubar): Handle a dynamically composed keymap.
14269
14270 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
14271
14272 * mail/sendmail.el (mail-encode-header):
14273 Bind rfc2047-encode-encoded-words to nil.
14274
14275 2012-03-13 Glenn Morris <rgm@gnu.org>
14276
14277 * calendar/calendar.el (calendar-string-spread):
14278 Handle non-unit-width characters a bit better. (Bug#10978)
14279
14280 2012-03-13 Leo Liu <sdl.web@gmail.com>
14281
14282 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
14283 directory and file as argument (Bug#10822).
14284
14285 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
14286
14287 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
14288 For dynamically generated code, follow $PC.
14289 (gdb-disassembly-handler-custom): Handle no function name case.
14290
14291 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
14292
14293 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
14294 * emulation/ws-mode.el (ws-query-replace):
14295 * sort.el (sort-regexp-fields):
14296 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
14297
14298 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14299
14300 * dabbrev.el: Fix cycle completion order (bug#10963).
14301 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
14302 (dabbrev-completion): Don't use an obarray; provide
14303 a cycle-sort-function.
14304
14305 2012-03-12 Leo Liu <sdl.web@gmail.com>
14306
14307 * simple.el (kill-new): Use equal-including-properties for comparison.
14308 (kill-do-not-save-duplicates): Doc fix.
14309
14310 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14311
14312 * dabbrev.el: Fix cycle completion (bug#10963).
14313 Use lexical binding and wrap to 80 columns.
14314 (dabbrev-completion): Delay computing the list of completions.
14315
14316 2012-03-12 Kenichi Handa <handa@m17n.org>
14317
14318 * international/quail.el (quail-insert-kbd-layout): Surround each
14319 row by LRO and PDF instead of inserting many LRMs. Pad the left
14320 and right of each non-spacing marks. Insert invisible space
14321 between lower and upper characters to prevent composition.
14322
14323 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14324
14325 * minibuffer.el (minibuffer-complete): Don't get confused when the
14326 function is run twice via different commands (bug#10958).
14327 (complete-with-action): Fix docstring.
14328
14329 2012-03-12 Chong Yidong <cyd@gnu.org>
14330
14331 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
14332 (nxml-completion-at-point-function): New function.
14333 (nxml-mode): Use it.
14334 (nxml-bind-meta-tab-to-complete-flag): Default to t.
14335
14336 * emacs-lisp/package.el (package-unpack, package-unpack-single):
14337 Load generated autoloads file before byte compiling (Bug#10970).
14338 (package--make-autoloads-and-compile): New helper fun.
14339
14340 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
14341
14342 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
14343
14344 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
14345
14346 * autorevert.el (auto-revert-handler): Ensure, that
14347 file-readable-p is applied only for local files or in
14348 auto-revert-tail-mode.
14349
14350 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
14351
14352 * server.el (server-eval-at): Handle non-tcp connections.
14353 Decode result string.
14354
14355 * server.el (server-msg-size): New constant.
14356 (server-reply-print): New function.
14357 (server-eval-and-print): Use it.
14358 (server-eval-at): Use server-quote-arg and server-unquote-arg.
14359 Handle -print-nonl.
14360
14361 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
14362
14363 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
14364 (Bug#10987).
14365
14366 2012-03-11 Chong Yidong <cyd@gnu.org>
14367
14368 * simple.el (goto-line): Doc fix (Bug#9938).
14369
14370 * subr.el (save-window-excursion): Doc fix (Bug#9979).
14371
14372 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
14373 when finished (Bug#10963).
14374
14375 2012-03-11 Martin Rudalics <rudalics@gmx.at>
14376
14377 * window.el (split-window-below): Fix bug in case where
14378 split-window-keep-point is nil (Bug#10971).
14379
14380 2012-03-11 Juri Linkov <juri@jurta.org>
14381
14382 * replace.el (replace-highlight): Set isearch-word to nil
14383 unconditionally. (Bug#10887)
14384
14385 2012-03-10 Eli Zaretskii <eliz@gnu.org>
14386
14387 * net/mairix.el (mairix-replace-invalid-chars): Rename from
14388 mairix-replace-illegal-chars; all callers changed. Don't remove
14389 ^, ~, and = characters: they are meaningful in mairix search specs.
14390 (mairix-widget-create-query): Add usage information about mairix
14391 search forms: negating words, searching for substrings, etc.
14392
14393 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
14394
14395 * international/fontset.el (font-encoding-alist): Add an entry for
14396 ksx1001 (Bug#5667).
14397
14398 2012-03-10 Richard Stallman <rms@gnu.org>
14399
14400 * mail/sendmail.el (mail-encode-header):
14401 Set rfc2047-encode-encoded-words.
14402
14403 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
14404
14405 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
14406 view buffer means not swapped.
14407 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
14408 (rmail-write-region-annotate): Error if real text has disappeared.
14409
14410 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
14411
14412 2012-03-10 Chong Yidong <cyd@gnu.org>
14413
14414 * emulation/cua-rect.el (cua--init-rectangles):
14415 * emulation/cua-base.el (cua--init-keymaps):
14416 Add delete-forward-char to remappings (Bug#9666).
14417
14418 2012-03-10 Martin Rudalics <rudalics@gmx.at>
14419
14420 * speedbar.el (speedbar-unhighlight-one-tag-line):
14421 Avoid unhighlighting due to frame switching (Bug#10275).
14422
14423 2012-03-10 Chong Yidong <cyd@gnu.org>
14424
14425 * minibuffer.el (completion-in-region, completion-help-at-point):
14426 Give the completion field overlay a high priority (Bug#6830).
14427
14428 * dired.el (dired-goto-file): Recognize absolute file name
14429 listings (Bug#7126).
14430 (dired-goto-file-1): New helper function.
14431 (dired-toggle-read-only): Inhibit warnings.
14432
14433 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
14434
14435 * net/dbus.el (dbus-property-handler): Return empty array if
14436 there are no properties.
14437
14438 2012-03-09 Leo Liu <sdl.web@gmail.com>
14439
14440 * savehist.el (savehist-printable): Stricter check for string
14441 value (Bug#10937).
14442
14443 2012-03-09 Eli Zaretskii <eliz@gnu.org>
14444
14445 * mail/smtpmail.el (smtpmail-send-it):
14446 Bind coding-system-for-write to *-unix, so that FCC files are kept in
14447 valid mbox format.
14448
14449 2012-03-09 Glenn Morris <rgm@gnu.org>
14450
14451 * files.el (dir-locals-find-file):
14452 Don't check result is regular, readable.
14453 (dir-locals-read-from-file): Demote errors.
14454
14455 2012-03-08 Eli Zaretskii <eliz@gnu.org>
14456
14457 * international/quail.el (quail-insert-kbd-layout):
14458 Insert invisible LRM characters before each character in a keyboard
14459 layout cell, to prevent their reordering by bidi display engine.
14460 For details, see the discussion in
14461 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
14462
14463 2012-03-08 Alan Mackenzie <acm@muc.de>
14464
14465 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
14466 the starting position; make it extend the marked region when
14467 invoked repeatedly - all under appropriate circumstances.
14468 Fixes bugs #5525, #10906.
14469
14470 2012-03-08 Glenn Morris <rgm@gnu.org>
14471
14472 * files.el (locate-dominating-file, dir-locals-find-file):
14473 Undo 2012-03-06 change.
14474
14475 2012-03-07 Eli Zaretskii <eliz@gnu.org>
14476
14477 * international/quail.el (quail-help):
14478 Force bidi-paragraph-direction be left-to-right. See discussion in
14479 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
14480 for the reason.
14481
14482 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
14483
14484 Avoid superfluous registering of signals. (Bug#10807)
14485
14486 * notifications.el (notifications-on-action-object)
14487 (notifications-on-close-object): New defvars.
14488 (notifications-on-action-signal, notifications-on-closed-signal):
14489 Unregister the signal if not needed any longer.
14490 (notifications-notify): Register `notifications-action-signal' or
14491 `notifications-closed-signal', if :on-action or :on-close has been
14492 passed as argument.
14493
14494 2012-03-07 Chong Yidong <cyd@gnu.org>
14495
14496 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
14497 non-X platforms.
14498
14499 2012-03-06 Glenn Morris <rgm@gnu.org>
14500
14501 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14502 (x-disown-selection-internal, x-get-selection-internal):
14503 Doc fix (add arglist signatures). (Bug#10783)
14504
14505 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
14506
14507 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14508 Handle breakpoints with no "type".
14509
14510 2012-03-06 Glenn Morris <rgm@gnu.org>
14511
14512 * files.el (locate-dominating-file): Add optional predicate argument.
14513 (dir-locals-find-file): Make use of above change.
14514
14515 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
14516
14517 * info.el (Info-insert-dir): Also try "dir.gz".
14518
14519 2012-03-06 Glenn Morris <rgm@gnu.org>
14520
14521 * files.el (dir-locals-find-file):
14522 Ignore non-readable or non-regular files. (Bug#10928)
14523
14524 * files.el (locate-dominating-file): Doc fix.
14525
14526 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
14527
14528 * calendar/calendar.el (calendar-set-mode-line):
14529 `getenv' returns a string. (Bug#10951)
14530
14531 2012-03-05 Leo Liu <sdl.web@gmail.com>
14532
14533 * simple.el (backward-delete-char-untabify): Constrain point to
14534 field (Bug#10939).
14535
14536 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
14537
14538 2012-03-05 Chong Yidong <cyd@gnu.org>
14539
14540 * simple.el (count-words): If called from Lisp, return the word
14541 count, for symmetry with `count-lines'. Arglist changed.
14542 (count-words--message): Args changed. Consolidate counting code
14543 from count-words and count-words-region.
14544 (count-words-region): Caller changed.
14545 (count-lines-region): Make it an obsolete alias.
14546
14547 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
14548
14549 * saveplace.el (save-place-to-alist)
14550 (save-place-ignore-files-regexp): Allow value nil to disable this
14551 feature.
14552
14553 2012-03-04 Chong Yidong <cyd@gnu.org>
14554
14555 * faces.el (face-spec-reset-face): For the default face, reset the
14556 attributes to default values (Bug#10748).
14557
14558 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14559
14560 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
14561 previous patch: Check `message-send-mail-function', and not the
14562 default function (bug#10897).
14563
14564 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
14565
14566 * notifications.el (notifications-on-action-signal)
14567 (notifications-on-closed-signal): Check for unique service name of
14568 incoming event. Fix error in removing entry.
14569 (top): Register for signals with wildcard service name.
14570 (notifications-notify): Use daemon unique service name for map entries.
14571
14572 2012-03-04 Chong Yidong <cyd@gnu.org>
14573
14574 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
14575
14576 2012-03-04 Glenn Morris <rgm@gnu.org>
14577
14578 * abbrev.el (copy-abbrev-table, abbrev-table-p)
14579 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
14580 (expand-abbrev, define-abbrev-table): Doc fixes.
14581
14582 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14583
14584 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
14585 `message-default-send-mail-function' and not `send-mail-function'
14586 when doing the prompting for `sendmail-query-once' before sending
14587 in Message buffers (bug#10897).
14588
14589 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
14590 This is inconsistent with all the other stream functions, which leave
14591 the setting up to the higher levels (if so wanted) (bug#10931).
14592
14593 2012-03-02 Alan Mackenzie <acm@muc.de>
14594
14595 Depessimize the handling of very large macros.
14596
14597 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
14598 (c-macro-cache-syntactic): New variables to implement a one
14599 element macro cache.
14600 (c-invalidate-macro-cache): New function.
14601 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
14602 Adapt to use the new cache.
14603 (c-state-safe-place): Use better the cache of safe positions.
14604 (c-state-semi-nonlit-pos-cache)
14605 (c-state-semi-nonlit-pos-cache-limit):
14606 New variables for...
14607 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
14608 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
14609 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
14610 Use c-state-semi-safe-place.
14611
14612 * progmodes/cc-langs.el (c-get-state-before-change-functions):
14613 Add c-invalidate-macro-cache to the C, C++, Obj entries.
14614
14615 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
14616
14617 * jka-compr.el (jka-compr-call-process):
14618 Apply `file-accessible-directory-p' only when the default directory is
14619 not remote.
14620
14621 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
14622
14623 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
14624 access of FILE2, if FILE1 does not exist.
14625
14626 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
14627 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
14628
14629 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
14630 Add "PAGER=" to `process-environment'.
14631
14632 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
14633
14634 * progmodes/sql.el: Bug fix
14635 (sql-get-login-ext): Save login values in globals.
14636 (sql-get-login): Use new version of `sql-get-login-ext'.
14637 (sql-interactive-mode): Set global `sql-connection' to nil.
14638 (sql-connect): Set global values for connection.
14639 (sql-product-interactive): Save global values as buffer local.
14640
14641 2012-02-29 Leo Liu <sdl.web@gmail.com>
14642
14643 * abbrev.el (define-abbrevs): Reset sys to nil.
14644
14645 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14646
14647 * files.el (file-equal-p): Rename from `files-equal-p'.
14648 Return nil when one or both files don't exist.
14649 (file-subdir-of-p): Now only top directory must exists,
14650 return nil if it doesn't.
14651 (copy-directory): No need to test with `file-subdir-of-p' after
14652 creating dir.
14653 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
14654 to `file-equal-p'.
14655
14656 2012-02-28 Glenn Morris <rgm@gnu.org>
14657
14658 * shell.el (shell-mode):
14659 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
14660 * play/landmark.el (landmark-font-lock-face-O):
14661 * play/handwrite.el (handwrite):
14662 * play/gomoku.el (gomoku-O):
14663 * net/browse-url.el (browse-url-browser-display):
14664 * international/mule.el (define-charset):
14665 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
14666 * filesets.el (filesets-find-file-delay):
14667 * eshell/em-xtra.el (eshell-xtra):
14668 * eshell/em-unix.el (eshell-grep):
14669 * emulation/viper.el (viper-mode):
14670 * emacs-lisp/regexp-opt.el (regexp-opt-group):
14671 * emacs-lisp/easymenu.el (easy-menu-define):
14672 * calendar/timeclock.el (timeclock-use-display-time):
14673 * bs.el (bs-mode):
14674 * bookmark.el (bookmark-save-flag):
14675 Doc fix (standardize possessive apostrophe usage).
14676
14677 2012-02-27 Chong Yidong <cyd@gnu.org>
14678
14679 * emulation/viper-cmd.el (viper-intercept-ESC-key):
14680 Fix key-binding lookup for ESC key (Bug#9146).
14681
14682 * font-lock.el (font-lock-specified-p): Rename from
14683 font-lock-spec-present. Callers changed.
14684
14685 2012-02-27 Daniel Hackney <dan@haxney.org>
14686
14687 * emacs-lisp/package.el (package-compute-transaction):
14688 Handle holding a package version to t in package-load-list.
14689
14690 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
14691
14692 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
14693 (tramp-get-inode, tramp-get-device): Use cached values.
14694
14695 2012-02-26 Alan Mackenzie <acm@muc.de>
14696
14697 Check there is a font-lock specification before doing initial
14698 fontification.
14699
14700 * font-core.el (font-lock-mode): Move the conditional from
14701 :after-hook to font-lock-initial-fontify.
14702 (font-lock-default-function): Move the check for a specification
14703 to font-lock-spec-present.
14704
14705 * font-lock.el (font-lock-initial-fontify): Call ...
14706 (font-lock-spec-present): New function.
14707
14708 2012-02-26 Jim Blandy <jimb@red-bean.com>
14709
14710 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
14711 (gdb-send): Apply it to the operand of the '-interpreter-exec
14712 console' command, so that we can pass arguments with (say) quotes
14713 in them. Store exact string sent in gdb-debug-log (Bug#10765).
14714
14715 2012-02-26 Chong Yidong <cyd@gnu.org>
14716
14717 * help-fns.el (describe-function-1): Clarify description of
14718 remapping (Bug#10844).
14719
14720 * files.el (files-equal-p): Doc fix.
14721 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
14722 and quit the loop once a mismatch is found.
14723
14724 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
14725
14726 * bs.el (bs--show-with-configuration): Don't throw an error
14727 if the window cannot be split; otherwise, subsequent calls to
14728 bs-show fail, restoring a stale window config. (Bug#10882)
14729
14730 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
14731
14732 * term/ns-win.el (global-map): Bind ns-drag-file to
14733 ns-find-file (Bug#5855, Bug#10050).
14734
14735 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
14736
14737 * calendar/parse-time.el (parse-time-string): Allow extractor to
14738 return nil.
14739
14740 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
14741
14742 * net/tramp.el (tramp-file-name-for-operation):
14743 Add `files-equal-p' and `file-subdir-of-p'.
14744
14745 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
14746 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
14747 Add COPY-CONTENTS argument.
14748
14749 2012-02-25 Chong Yidong <cyd@gnu.org>
14750
14751 Add custom groups for VC backends, for consistency with vc-bzr.
14752
14753 * vc/vc-arch.el (vc-arch):
14754 * vc/vc-cvs.el (vc-cvs):
14755 * vc/vc-git.el (vc-git):
14756 * vc/vc-hg.el (vc-hg):
14757 * vc/vc-mtn.el (vc-mtn):
14758 * vc/vc-rcs.el (vc-rcs):
14759 * vc/vc-sccs.el (vc-sccs):
14760 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
14761 All relevant defcustoms reassigned.
14762
14763 2012-02-25 Chong Yidong <cyd@gnu.org>
14764
14765 * newcomment.el (comment-styles): Add autoload (Bug#10868).
14766
14767 * term/x-win.el (x-initialize-window-system): Reduce default for
14768 x-selection-timeout to 5 seconds (Bug#8869).
14769
14770 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14771
14772 * files.el (files-equal-p, file-subdir-of-p): New functions.
14773 (copy-directory): Error when trying to copy a directory on itself.
14774 Add missing copy-contents arg to tramp handler.
14775 * dired-aux.el (dired-copy-file-recursive): Same.
14776 (dired-create-files): Modify destination when source is equal to
14777 dest when copying files.
14778 Return also when dest is a subdir of source. (Bug#10489)
14779
14780 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
14781
14782 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
14783 (Bug#10874)
14784
14785 2012-02-23 Alan Mackenzie <acm@muc.de>
14786
14787 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
14788 parameter "after-hook:" to allow the expansion to run code after
14789 the execution of the mode hooks.
14790
14791 * font-lock.el (font-lock-initial-fontify): New function extracted
14792 from font-lock-mode-internal.
14793
14794 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
14795 :after-hook.
14796
14797 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
14798
14799 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
14800 (completion--cache-all-sorted-completions): New function.
14801 (completion-all-sorted-completions): Use it.
14802 (completion--do-completion, minibuffer-force-complete):
14803 Use it to re-instate the flush hook.
14804
14805 * icomplete.el (icomplete-completions): Replace last fix with a better
14806 one (bug#10850).
14807
14808 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
14809
14810 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
14811 when it might call us back infinitely (bug#10797).
14812
14813 2012-02-23 Glenn Morris <rgm@gnu.org>
14814
14815 * minibuffer.el (completion-category-overrides): Doc fix.
14816
14817 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
14818
14819 * minibuffer.el (completion-table-with-context): Fix inf-loop.
14820 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
14821
14822 2012-02-23 Glenn Morris <rgm@gnu.org>
14823
14824 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
14825 (authors-obsolete-files-regexps, authors-ignored-files)
14826 (authors-ambiguous-files, authors-renamed-files-alist):
14827 Add more entries.
14828
14829 2012-02-23 Juri Linkov <juri@jurta.org>
14830
14831 * isearch.el (isearch-occur): Sync interactive spec with occur's
14832 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
14833
14834 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
14835
14836 2012-02-22 Juri Linkov <juri@jurta.org>
14837
14838 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
14839 (ucs-insert): Doc fix. Check for hex digits in the string.
14840 Don't display `nil' in the error message. (Bug#10857)
14841
14842 2012-02-22 Alan Mackenzie <acm@muc.de>
14843
14844 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
14845
14846 2012-02-22 Glenn Morris <rgm@gnu.org>
14847
14848 * ffap.el (ffap-c-path):
14849 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
14850
14851 2012-02-22 Chong Yidong <cyd@gnu.org>
14852
14853 * custom.el (load-theme): Doc fix.
14854
14855 2012-02-22 Glenn Morris <rgm@gnu.org>
14856
14857 * dired-x.el (dired-guess-shell-alist-default):
14858 Remove escape sequences from nroff output. (Bug#172)
14859
14860 2012-02-21 Glenn Morris <rgm@gnu.org>
14861
14862 * vc/emerge.el (emerge-defvar-local):
14863 Set `permanent-local' property rather than unused `preserved'.
14864
14865 * textmodes/picture.el (picture-delete-char): New alias.
14866 (picture-mode-map): Use it. (Bug#10860)
14867 (picture-mode): Doc fix.
14868
14869 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
14870
14871 * newcomment.el (uncomment-region-default): Remove unused binding.
14872
14873 2012-02-21 Glenn Morris <rgm@gnu.org>
14874
14875 * textmodes/picture.el (picture-motion, picture-motion-reverse)
14876 (picture-self-insert, picture-tab-chars): Doc fix.
14877 (picture-mode-map): Fix C-a, C-e.
14878
14879 2012-02-20 Glenn Morris <rgm@gnu.org>
14880
14881 * emacs-lisp/authors.el (authors-aliases): Add another entry.
14882
14883 2012-02-20 Leo Liu <sdl.web@gmail.com>
14884
14885 * icomplete.el (icomplete-completions): Check FROM arg before
14886 passing to substring (Bug#10850).
14887
14888 2012-02-19 Chong Yidong <cyd@gnu.org>
14889
14890 * comint.el: Require ansi-color.
14891 (comint-output-filter-functions): Add ansi-color-process-output.
14892
14893 * ansi-color.el: Don't set comint-output-filter-functions; it is
14894 now in the initial value defined in comint.el.
14895 (ansi-color-apply-face-function): New variable.
14896 (ansi-color-apply-on-region): Use it.
14897 (ansi-color-apply-overlay-face): New function.
14898
14899 * shell.el (shell): No need to require ansi-color.
14900 (shell-mode): Use ansi-color-apply-face-function to highlight
14901 color escapes using font-lock-face property (Bug#10835).
14902
14903 2012-02-19 Chong Yidong <cyd@gnu.org>
14904
14905 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
14906 mode-line formats (Bug#10839).
14907
14908 2012-02-18 Glenn Morris <rgm@gnu.org>
14909
14910 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
14911
14912 * mail/undigest.el (unforward-rmail-message): Doc fix.
14913
14914 * saveplace.el (save-place-ignore-files-regexp): Add :version.
14915
14916 2012-02-18 Eli Zaretskii <eliz@gnu.org>
14917
14918 * international/characters.el (script-list): Sync with the latest
14919 Unicode Character Database.
14920
14921 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
14922
14923 * international/titdic-cnv.el: Remove duplicate coding tag.
14924 * language/cham.el: Likewise.
14925 * language/tai-viet.el: Likewise.
14926
14927 2012-02-18 Glenn Morris <rgm@gnu.org>
14928
14929 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
14930 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
14931 (calendar-bahai-all-holidays-flag, calendar-other-dates):
14932 * calendar/diary-lib.el (diary-abbreviated-year-flag):
14933 * calendar/holidays.el (holiday-bahai-holidays)
14934 (calendar-holidays, list-holidays):
14935 Use utf-8 Bahá'í in doc-strings, menus, etc.
14936
14937 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
14938
14939 * saveplace.el (save-place-ignore-files-regexp): New variable
14940 allowing for excluding files from saving their location of point.
14941 The default value matches the temporary commit message editing
14942 files from Git, SVN, Bazaar, and Mercurial.
14943 (save-place-to-alist): Use it.
14944
14945 2012-02-17 Lawrence Mitchell <wence@gmx.li>
14946 Stefan Monnier <monnier@iro.umontreal.ca>
14947
14948 * newcomment.el (uncomment-region-default): Don't leave extra space
14949 when an arg is provided (bug#8150).
14950
14951 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
14952
14953 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
14954
14955 2012-02-17 Glenn Morris <rgm@gnu.org>
14956
14957 * net/socks.el: Require network-stream. (Bug#10599)
14958
14959 2012-02-17 Kenichi Handa <handa@m17n.org>
14960
14961 * international/charprop.el:
14962 * international/uni-name.el:
14963 * international/uni-old-name.el:
14964 * international/uni-comment.el: Regenerate.
14965
14966 2012-02-16 Glenn Morris <rgm@gnu.org>
14967
14968 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
14969 Interactively in calendar buffer, give an error if not on a date.
14970
14971 2012-02-15 Glenn Morris <rgm@gnu.org>
14972
14973 * shell.el (shell-delimiter-argument-list):
14974 Revert 2011-02-17 change. (Bug#8027)
14975
14976 2012-02-15 Chong Yidong <cyd@gnu.org>
14977
14978 * minibuffer.el (completion-at-point-functions): Doc fix.
14979
14980 * custom.el (defcustom): Doc fix; note use of defvar.
14981
14982 2012-02-15 Glenn Morris <rgm@gnu.org>
14983
14984 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
14985 Doc fixes.
14986
14987 2012-02-14 Glenn Morris <rgm@gnu.org>
14988
14989 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
14990
14991 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
14992
14993 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
14994 way the ports list is computed.
14995 (smtpmail-query-smtp-server): Prompt the user for a port number if
14996 we can't connect to any of the standard ports (bug#10810).
14997
14998 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
14999
15000 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
15001
15002 2012-02-13 Glenn Morris <rgm@gnu.org>
15003
15004 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
15005
15006 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
15007
15008 * net/gnutls.el (gnutls-trustfiles): New variable.
15009 (gnutls-negotiate): Use it.
15010
15011 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
15012
15013 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
15014 does its stuff if Gnus is running.
15015
15016 2012-02-13 Alan Mackenzie <acm@muc.de>
15017
15018 Fix a loop in c-set-fl-decl-start.
15019
15020 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
15021 c-backward-syntactic-ws actually moves backwards.
15022
15023 2012-02-13 Leo Liu <sdl.web@gmail.com>
15024
15025 * net/rcirc.el (rcirc-markup-attributes): Move point to the
15026 beginning so that all \C-o chars are removed.
15027
15028 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
15029
15030 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
15031
15032 2012-02-12 Alan Mackenzie <acm@muc.de>
15033
15034 Fix infinite loop with long macros.
15035 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
15036
15037 2012-02-12 Chong Yidong <cyd@gnu.org>
15038
15039 * window.el (display-buffer): Doc fix (Bug#10785).
15040
15041 2012-02-12 Glenn Morris <rgm@gnu.org>
15042
15043 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15044 (x-disown-selection-internal, x-get-selection-internal):
15045 Sync docs with the xselect.c versions.
15046
15047 * allout-widgets.el: Add missing license notice.
15048
15049 2012-02-11 Glenn Morris <rgm@gnu.org>
15050
15051 * select.el (x-get-selection-internal, x-own-selection-internal)
15052 (x-disown-selection-internal):
15053 * x-dnd.el (x-get-selection-internal): Update declarations.
15054
15055 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
15056
15057 * window.el (window-sides-slots):
15058 * tool-bar.el (tool-bar-position):
15059 * term/xterm.el (xterm-extra-capabilities):
15060 * ses.el (ses-self-reference-early-detection):
15061 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
15062 (verilog-auto-wire-type)
15063 (verilog-auto-delete-trailing-whitespace)
15064 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
15065 (verilog-auto-tieoff-declaration):
15066 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
15067 (sql-oracle-statement-starters, sql-oracle-scan-on):
15068 * progmodes/prolog.el (prolog-align-comments-flag)
15069 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
15070 (prolog-left-indent-regexp, prolog-paren-indent-p)
15071 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
15072 (prolog-types, prolog-mode-specificators)
15073 (prolog-determinism-specificators, prolog-directives)
15074 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
15075 (prolog-electric-dot-flag)
15076 (prolog-electric-dot-full-predicate-template)
15077 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
15078 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
15079 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
15080 (prolog-program-switches, prolog-prompt-regexp)
15081 (prolog-debug-on-string, prolog-debug-off-string)
15082 (prolog-trace-on-string, prolog-trace-off-string)
15083 (prolog-zip-on-string, prolog-zip-off-string)
15084 (prolog-use-standard-consult-compile-method-flag)
15085 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
15086 (prolog-imenu-max-lines, prolog-info-predicate-index)
15087 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
15088 (prolog-char-quote-workaround):
15089 * progmodes/cc-vars.el (c-defun-tactic):
15090 * net/tramp.el (tramp-encoding-command-interactive)
15091 (tramp-local-end-of-line):
15092 * net/soap-client.el (soap-client):
15093 * net/netrc.el (netrc-file):
15094 * net/gnutls.el (gnutls):
15095 * minibuffer.el (completion-category-overrides)
15096 (completion-cycle-threshold)
15097 (completion-pcm-complete-word-inserts-delimiters):
15098 * man.el (Man-name-local-regexp):
15099 * mail/feedmail.el (feedmail-display-full-frame):
15100 * international/characters.el (glyphless-char-display-control):
15101 * eshell/em-ls.el (eshell-ls-date-format):
15102 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
15103 (lisp-lambda-list-keyword-parameter-indentation)
15104 (lisp-lambda-list-keyword-parameter-alignment):
15105 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
15106 * dired-x.el (dired-omit-verbose):
15107 * cus-theme.el (custom-theme-allow-multiple-selections):
15108 * calc/calc.el (calc-highlight-selections-with-faces)
15109 (calc-lu-field-reference, calc-lu-power-reference)
15110 (calc-note-threshold):
15111 * battery.el (battery-mode-line-limit):
15112 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
15113 (archive-7z-update):
15114 * allout.el (allout-prefixed-keybindings)
15115 (allout-unprefixed-keybindings)
15116 (allout-inhibit-auto-fill-on-headline)
15117 (allout-flattened-numbering-abbreviation):
15118 * allout-widgets.el (allout-widgets-auto-activation)
15119 (allout-widgets-icons-dark-subdir)
15120 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
15121 (allout-widgets-theme-dark-background)
15122 (allout-widgets-theme-light-background)
15123 (allout-widgets-item-image-properties-emacs)
15124 (allout-widgets-item-image-properties-xemacs)
15125 (allout-widgets-run-unit-tests-on-load)
15126 (allout-widgets-time-decoration-activity)
15127 (allout-widgets-hook-error-post-time)
15128 (allout-widgets-track-decoration):
15129 Add missing :version tags to new defcustoms and defgroups.
15130
15131 * progmodes/sql.el (sql-ansi-statement-starters)
15132 (sql-oracle-statement-starters): Add custom type.
15133
15134 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
15135 (prolog-system-version): Give it a type.
15136
15137 2012-02-11 Eli Zaretskii <eliz@gnu.org>
15138
15139 * term/pc-win.el (x-select-text, x-selection-owner-p)
15140 (x-own-selection-internal, x-disown-selection-internal)
15141 (x-get-selection-internal): Sync doc strings and argument lists
15142 with xselect.c, common-win.el and x-win.el. (Bug#10783)
15143
15144 2012-02-11 Leo Liu <sdl.web@gmail.com>
15145
15146 * progmodes/python.el (python-end-of-statement): Fix infinite
15147 loop. (Bug#10788)
15148
15149 2012-02-10 Glenn Morris <rgm@gnu.org>
15150
15151 * international/mule-cmds.el (unify-8859-on-encoding-mode)
15152 (unify-8859-on-decoding-mode): Properly mark as obsolete.
15153
15154 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
15155
15156 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
15157 about SMTP before checking the From header.
15158
15159 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
15160 into own function for reuse by emacsbug.el.
15161
15162 2012-02-10 Leo Liu <sdl.web@gmail.com>
15163
15164 * subr.el (condition-case-unless-debug): Rename from
15165 condition-case-no-debug. All callers changed.
15166 (with-demoted-errors): Fix caller.
15167
15168 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
15169 * nxml/rng-valid.el (rng-do-some-validation):
15170 * emacs-lisp/package.el (package-refresh-contents)
15171 (package-menu-execute):
15172 * desktop.el (desktop-create-buffer):
15173 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
15174
15175 2012-02-10 Glenn Morris <rgm@gnu.org>
15176
15177 * textmodes/bibtex.el:
15178 Add missing :version tags for new/changed defcustoms.
15179
15180 * files.el (remote-file-name-inhibit-cache): Doc fixes.
15181
15182 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
15183
15184 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
15185 (smtpmail-via-smtp): Use it, or fall back on the From address.
15186 (smtpmail-send-it): Ditto.
15187
15188 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
15189
15190 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
15191 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
15192 (byte-compile-tmp-var): New const.
15193 (byte-compile-defvar): Use it to minimize .elc size.
15194 Just use `defvar' rather than simulate it (bug#10761).
15195
15196 2012-02-09 Glenn Morris <rgm@gnu.org>
15197
15198 * files.el (rename-uniquely): Doc fix. (Bug#3806)
15199
15200 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
15201 Add :version tags.
15202
15203 * progmodes/compile.el (compilation-error-screen-columns)
15204 (compilation-first-column, compilation-filter-start): Doc fixes.
15205
15206 * vc/log-view.el (log-view-toggle-entry-display):
15207 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
15208
15209 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
15210 (report-emacs-bug-can-use-xdg-email):
15211 (report-emacs-bug-insert-to-mailer): Doc fixes.
15212 (report-emacs-bug): Message fix.
15213
15214 * net/browse-url.el (browse-url-can-use-xdg-open)
15215 (browse-url-xdg-open): Doc fixes.
15216
15217 * electric.el (electric-indent-mode, electric-pair-mode)
15218 (electric-layout-rules, electric-layout-mode): Doc fixes.
15219 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
15220
15221 2012-02-08 Martin Rudalics <rudalics@gmx.at>
15222
15223 * server.el (server-unselect-display): Don't inadvertently kill
15224 the current buffer. (Bug#10729)
15225
15226 2012-02-08 Glenn Morris <rgm@gnu.org>
15227
15228 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
15229 (sql-list-table): Doc fixes.
15230
15231 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
15232 Comment out (does nothing).
15233
15234 * completion.el (dynamic-completion-mode):
15235 * dirtrack.el (dirtrack-debug-mode):
15236 * electric.el (electric-layout-mode):
15237 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
15238 * face-remap.el (text-scale-mode, buffer-face-mode):
15239 * iimage.el (iimage-mode):
15240 * image-mode.el (image-transform-mode):
15241 * minibuffer.el (completion-in-region-mode):
15242 * scroll-lock.el (scroll-lock-mode):
15243 * simple.el (next-error-follow-minor-mode):
15244 * tar-mode.el (tar-subfile-mode):
15245 * tooltip.el (tooltip-mode):
15246 * vcursor.el (vcursor-use-vcursor-map):
15247 * wid-browse.el (widget-minor-mode):
15248 * emulation/tpu-edt.el (tpu-edt-mode):
15249 * emulation/tpu-extras.el (tpu-cursor-free-mode):
15250 * international/iso-ascii.el (iso-ascii-mode):
15251 * language/thai-util.el (thai-word-mode):
15252 * mail/supercite.el (sc-minor-mode):
15253 * net/goto-addr.el (goto-address-mode):
15254 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
15255 * progmodes/cwarn.el (cwarn-mode):
15256 * progmodes/flymake.el (flymake-mode):
15257 * progmodes/glasses.el (glasses-mode):
15258 * progmodes/hideshow.el (hs-minor-mode):
15259 * progmodes/pascal.el (pascal-outline-mode):
15260 * textmodes/enriched.el (enriched-mode):
15261 * vc/smerge-mode.el (smerge-mode):
15262 Doc fixes (minor mode argument).
15263
15264 2012-02-07 Eli Zaretskii <eliz@gnu.org>
15265
15266 * ls-lisp.el (ls-lisp-sanitize): New function.
15267 (ls-lisp-insert-directory): Use it to fix or remove any elements
15268 in file-alist with missing attributes. (Bug#4673)
15269
15270 2012-02-07 Alan Mackenzie <acm@muc.de>
15271
15272 Fix spurious recognition of c-in-knr-argdecl.
15273
15274 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
15275 putative K&R region.
15276
15277 2012-02-07 Alan Mackenzie <acm@muc.de>
15278
15279 * progmodes/cc-engine.el (c-forward-objc-directive):
15280 Prevent looping in "#pragma mark @implementation".
15281
15282 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
15283
15284 * notifications.el (notifications-on-closed-signal): Make `reason'
15285 optional. (Bug#10744)
15286
15287 2012-02-07 Glenn Morris <rgm@gnu.org>
15288
15289 * emacs-lisp/easy-mmode.el (define-minor-mode):
15290 Doc fixes for the macro and the mode it defines.
15291
15292 * image.el (imagemagick-types-inhibit): Doc fix.
15293
15294 * cus-start.el (imagemagick-render-type): Add it.
15295
15296 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
15297
15298 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
15299 Set the default at load time, too, so that `font-lock-fontify-buffer'
15300 can be called without setting up the entire mode first. This fixes
15301 a bug in `mm-inline-text' with C MIME parts.
15302
15303 2012-02-06 Chong Yidong <cyd@gnu.org>
15304
15305 * simple.el (list-processes--refresh): Delete exited processes
15306 (Bug#8094).
15307
15308 * comint.el (comint-next-prompt): next-single-char-property-change
15309 and prev-single-char-property-change never return nil (Bug#8657).
15310
15311 * custom.el (defcustom): Doc fix (Bug#9711).
15312
15313 2012-02-05 Chong Yidong <cyd@gnu.org>
15314
15315 * cus-edit.el (custom-variable-reset-backup): Quote the value
15316 before storing it in the customized-value property (Bug#6712).
15317 (custom-display): Add a customization type tag.
15318 (custom-buffer-create-internal): Improve tooltip message.
15319
15320 * wid-edit.el (widget-field-value-get): New optional arg to
15321 suppress trailing whitespace truncation.
15322 (character): Use it (Bug#2689).
15323
15324 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
15325
15326 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
15327 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
15328
15329 2012-02-05 Chong Yidong <cyd@gnu.org>
15330
15331 * cus-edit.el (custom-variable-value-create): For mismatched
15332 types, show the current value (Bug#7600).
15333
15334 * custom.el (defcustom): Doc fix.
15335
15336 2012-02-05 Glenn Morris <rgm@gnu.org>
15337
15338 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
15339
15340 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
15341
15342 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
15343 (pp-buffer): Use `ignore-errors', `looking-at-p'.
15344 (pp-last-sexp): Use `looking-at-p'.
15345
15346 2012-02-04 Glenn Morris <rgm@gnu.org>
15347
15348 * files.el (revert-buffer):
15349 Doc fix (mention revert-buffer-in-progress-p).
15350
15351 * emacs-lisp/ert-x.el (ert-simulate-command):
15352 Check deferred-action-list (which is obsolete) is bound.
15353
15354 * subr.el (with-wrapper-hook): Doc fixes.
15355
15356 * simple.el (filter-buffer-substring-functions)
15357 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
15358
15359 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
15360
15361 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
15362 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
15363
15364 2012-02-04 Leo Liu <sdl.web@gmail.com>
15365
15366 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
15367
15368 2012-02-04 Glenn Morris <rgm@gnu.org>
15369
15370 * image.el (image-extension-data): Add obsolete alias.
15371
15372 * isearch.el (isearch-update): Doc fix.
15373
15374 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
15375
15376 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
15377
15378 2012-02-03 Glenn Morris <rgm@gnu.org>
15379
15380 * image.el (image-animated-p): Doc fix. Use image-animated-types.
15381 (image-animate-timeout): Doc fix.
15382
15383 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
15384
15385 2012-02-02 Glenn Morris <rgm@gnu.org>
15386
15387 * server.el (server-auth-dir): Doc fix.
15388 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
15389
15390 * subr.el (run-mode-hooks): Doc fix.
15391
15392 2012-02-02 Juri Linkov <juri@jurta.org>
15393
15394 * image-mode.el (image-toggle-display-image): Remove tautological
15395 `major-mode' from the `derived-mode-p' test.
15396
15397 2012-02-02 Kenichi Handa <handa@m17n.org>
15398
15399 * composite.el (compose-region): Cancel previous change.
15400
15401 2012-02-02 Kenichi Handa <handa@m17n.org>
15402
15403 * composite.el (compose-region, compose-string): Signal error for
15404 a null string component (Bug#6988).
15405
15406 2012-02-01 Chong Yidong <cyd@gnu.org>
15407
15408 * view.el (view-buffer-other-window, view-buffer-other-frame):
15409 Handle special modes like view-buffer (Bug#10650).
15410 (view-buffer): Simplify.
15411
15412 * frame.el (set-frame-font): Tweak meaning of third argument.
15413
15414 * dynamic-setting.el (font-setting-change-default-font):
15415 Use set-frame-font (Bug#9982).
15416
15417 2012-02-01 Glenn Morris <rgm@gnu.org>
15418
15419 * progmodes/compile.el (compilation-internal-error-properties):
15420 Respect compilation-first-column in the "*compilation*" buffer.
15421
15422 * emacs-lisp/easy-mmode.el (define-minor-mode):
15423 Relax :variable's test for a named function.
15424
15425 2012-01-31 Alan Mackenzie <acm@muc.de>
15426
15427 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
15428 off by one error.
15429
15430 2012-01-31 Chong Yidong <cyd@gnu.org>
15431
15432 * frame.el (set-frame-font): New arg ALL-FRAMES.
15433
15434 * menu-bar.el (menu-set-font): Use set-frame-font.
15435
15436 * faces.el (face-spec-reset-face): Don't apply unspecified
15437 attribute values to the default face.
15438
15439 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
15440
15441 * progmodes/cwarn.el (cwarn): Remove dead link.
15442 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
15443 Remove * from defcustom docstrings.
15444 (turn-on-cwarn-mode): Make obsolete.
15445 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
15446 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
15447
15448 2012-01-31 Glenn Morris <rgm@gnu.org>
15449
15450 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
15451 Fix :variable handling of mode a symbol not equal to modefun.
15452 Allow named functions to be used as the cdr of :variable.
15453
15454 2012-01-30 Glenn Morris <rgm@gnu.org>
15455
15456 * emacs-lisp/authors.el (authors-fixed-entries):
15457 Remove reference to deleted file rnewspost.el.
15458
15459 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
15460
15461 * window.el (window-with-parameter): Remove unused variable `windows'.
15462 (window--side-check): Remove unused variable `code'.
15463 (window--resize-siblings): Remove unused variable `first'.
15464 (adjust-window-trailing-edge): Remove unused variable `failed'.
15465 (window-deletable-p, window--delete): Remove unused variable `buffer'.
15466 Use `let', not `let*'.
15467 (balance-windows-2): Remove unused variable `found'.
15468 (window--state-put-2): Remove unused variable `splits'.
15469 (window-state-put): Remove unused variable `selected'.
15470 (same-window-p): Use `string-match-p'.
15471 (display-buffer-assq-regexp): Remove unused variable `value'.
15472 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15473 Mark argument ALIST as ignored.
15474 (pop-to-buffer): Remove unused variable `old-window'.
15475
15476 2012-01-29 Eli Zaretskii <eliz@gnu.org>
15477
15478 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
15479 and .lzma compressed files.
15480
15481 2012-01-29 Chong Yidong <cyd@gnu.org>
15482
15483 * frame.el (window-system-default-frame-alist): Doc fix.
15484
15485 * dynamic-setting.el (font-setting-change-default-font): Don't
15486 change the default face if SET-FONT argument is non-nil (Bug#9982).
15487
15488 2012-01-29 Samuel Bronson <naesten@gmail.com>
15489
15490 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
15491
15492 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
15493
15494 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
15495 breakpoints in files outside current directory (Bug#6098).
15496
15497 2012-01-29 Chong Yidong <cyd@gnu.org>
15498
15499 * progmodes/python.el: Require ansi-color at top-level.
15500
15501 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
15502 Define and use in Emacs Lisp mode (Bug#9360).
15503 (lisp-mode-abbrev-table): Add doc.
15504 (lisp-mode-variables): Don't set local-abbrev-table.
15505 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
15506
15507 2012-01-28 Roland Winkler <winkler@gnu.org>
15508
15509 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
15510
15511 2012-01-28 Roland Winkler <winkler@gnu.org>
15512
15513 * textmodes/bibtex.el (bibtex-entry-alist): New function.
15514 (bibtex-set-dialect): Use it. Either set global values of
15515 dialect-dependent variables or bind these variables buffer-locally
15516 (Bug#10254).
15517 (bibtex-mode): Call bibtex-set-dialect via
15518 hack-local-variables-hook.
15519 (bibtex-dialect): Update docstring.
15520 Add safe-local-variable predicate.
15521 (bibtex-entry-alist, bibtex-field-alist): Initialize via
15522 bibtex-set-dialect.
15523 (bibtex-mode-map): Define menu for each dialect.
15524 (bibtex-entry): Fix docstring.
15525
15526 2012-01-28 Chong Yidong <cyd@gnu.org>
15527
15528 * eshell/esh-arg.el (eshell-quote-argument): New function.
15529
15530 * eshell/esh-ext.el (eshell-invoke-batch-file):
15531 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
15532 first arg to eshell-parse-command (Bug#10523).
15533
15534 2012-01-28 Drew Adams <drew.adams@oracle.com>
15535
15536 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
15537 `default-directory' is non-nil.
15538
15539 2012-01-28 Eli Zaretskii <eliz@gnu.org>
15540
15541 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
15542 line that displays system-configuration-options. (Bug#9924)
15543
15544 2012-01-28 Drew Adams <drew.adams@oracle.com>
15545
15546 * descr-text.el (describe-char): Show information about POS, in
15547 addition to information about the character at POS. Improve and
15548 update the doc string. Change "code point" to "code point in
15549 charset", to avoid confusion with the character's Unicode code
15550 point shown above that. (Bug#10129)
15551
15552 2012-01-28 Eli Zaretskii <eliz@gnu.org>
15553
15554 * descr-text.el (describe-char): Show the raw character, not only
15555 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
15556 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
15557 for the reasons.
15558
15559 2012-01-28 Phil Hagelberg <phil@hagelb.org>
15560
15561 * emacs-lisp/package.el (package-install):
15562 Run package-refresh-contents if there is no archive yet (Bug#9798).
15563
15564 2012-01-28 Chong Yidong <cyd@gnu.org>
15565
15566 * emacs-lisp/package.el (package-maybe-load-descriptor):
15567 New function, split from package-maybe-load-descriptor.
15568 (package-maybe-load-descriptor): Use it.
15569 (package-download-transaction): Fully load required packages
15570 inside the loop, so that `require' calls work (Bug#10593).
15571 (package-install): No need to call package-initialize now.
15572
15573 2012-01-28 Chong Yidong <cyd@gnu.org>
15574
15575 * simple.el (deactivate-mark): Doc fix (Bug#8614).
15576
15577 * tooltip.el (tooltip-mode): Doc fix.
15578 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
15579
15580 * frame.el (set-cursor-color): Doc fix (Bug#352).
15581
15582 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
15583 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
15584
15585 * cus-edit.el (custom-buffer-create-internal): Fix search button
15586 action (Bug#10542).
15587 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
15588
15589 2012-01-27 Eduard Wiebe <usenet@pusto.de>
15590
15591 * dired.el (dired-mark-files-regexp):
15592 Include any subdirectory components. (Bug#10445)
15593
15594 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
15595
15596 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
15597 Handle [host]:port syntax. (Bug#10533)
15598
15599 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
15600
15601 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
15602
15603 2012-01-26 Glenn Morris <rgm@gnu.org>
15604
15605 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
15606 * term.el (term-raw-escape-map): Use Control-X-prefix.
15607 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
15608
15609 2012-01-25 Martin Rudalics <rudalics@gmx.at>
15610
15611 * window.el (window-state-get, window--state-get-1): Don't deal
15612 with fixed-sizeness of windows. Simplify code.
15613
15614 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
15615
15616 * window.el (window--state-get-1, window--state-put-2):
15617 Don't save and restore the mark.
15618
15619 2012-01-25 Chong Yidong <cyd@gnu.org>
15620
15621 * custom.el (custom-variable-p): Doc fix.
15622
15623 2012-01-25 Glenn Morris <rgm@gnu.org>
15624
15625 * dired.el (dired-goto-file): Handle some of the more common
15626 characters that `ls -b' escapes. (Bug#10596)
15627
15628 * progmodes/compile.el (compilation-next-error-function):
15629 Respect compilation-first-column in the "*compilation*" buffer.
15630 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
15631
15632 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
15633
15634 2012-01-24 Glenn Morris <rgm@gnu.org>
15635
15636 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
15637
15638 2012-01-24 Julien Danjou <julien@danjou.info>
15639
15640 * color.el (color-rgb-to-hsl): Fix value computing.
15641 (color-hue-to-rgb): New function.
15642 (color-hsl-to-rgb): New function.
15643 (color-clamp, color-saturate-hsl, color-saturate-name)
15644 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
15645 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
15646
15647 2012-01-24 Glenn Morris <rgm@gnu.org>
15648
15649 * vc/vc-rcs.el (vc-rcs-create-tag):
15650 * vc/vc-sccs.el (vc-sccs-create-tag):
15651 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
15652
15653 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
15654
15655 * eshell/esh-util.el (eshell-read-hosts-file):
15656 Skip comment lines. (Bug#10549)
15657
15658 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
15659
15660 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
15661
15662 * subr.el (display-delayed-warnings): Doc fix.
15663 (collapse-delayed-warnings): New function to collapse identical
15664 adjacent warnings.
15665 (delayed-warnings-hook): Add it.
15666
15667 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
15668
15669 * net/tramp.el (tramp-action-login): Set connection property "login-as".
15670
15671 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
15672 (tramp-default-user-alist): Don't add "pscp".
15673 (tramp-do-copy-or-rename-file-out-of-band): Use connection
15674 property "login-as", if set. (Bug#10530)
15675
15676 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
15677
15678 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
15679 "plink1" and "psftp". (Bug#10530)
15680
15681 2012-01-21 Kenichi Handa <handa@m17n.org>
15682
15683 * international/mule-cmds.el (prefer-coding-system): Show a
15684 warning message if the default value of file-name-coding-system
15685 was not changed.
15686
15687 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
15688
15689 * windmove.el (windmove-reference-loc):
15690 Fix windmove-reference-loc miscalculation.
15691
15692 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
15693
15694 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
15695 default unit.
15696
15697 2012-01-21 Glenn Morris <rgm@gnu.org>
15698
15699 * international/mule.el (auto-coding-alist): Add .tbz.
15700
15701 * files.el (local-enable-local-variables): Doc fix.
15702 (inhibit-local-variables-regexps): Rename from
15703 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
15704 Doc fix. Add some extensions from auto-coding-alist.
15705 (inhibit-local-variables-suffixes):
15706 Rename from inhibit-first-line-modes-suffixes. Doc fix.
15707 (inhibit-local-variables-p):
15708 New function, extracted from set-auto-mode-1.
15709 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
15710 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
15711 (hack-local-variables): Doc fix. Make the mode-only case
15712 respect enable-local-variables and friends.
15713 Respect inhibit-local-variables-regexps for file-locals, but
15714 not for directory-locals.
15715 (set-visited-file-name):
15716 Take account of inhibit-local-variables-regexps.
15717 Whether it applies may change as the file name is changed.
15718 * jka-cmpr-hook.el (jka-compr-install):
15719 * jka-compr.el (jka-compr-uninstall):
15720 Update for inhibit-first-line-modes-suffixes name change.
15721
15722 2012-01-20 Martin Rudalics <rudalics@gmx.at>
15723
15724 * help-macro.el (make-help-screen): Temporarily restore original
15725 binding for minor-mode-map-alist (Bug#10454).
15726
15727 2012-01-19 Julien Danjou <julien@danjou.info>
15728
15729 * color.el (color-name-to-rgb): Use the white color to find the max
15730 color component value and return correctly computed values.
15731 (color-name-to-rgb): Add missing float conversion for max value.
15732
15733 2012-01-19 Martin Rudalics <rudalics@gmx.at>
15734
15735 * window.el (window--state-get-1, window-state-get): Do not use
15736 special state value for window-persistent-parameters.
15737 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
15738 (window--state-put-2): Reset all window parameters to nil before
15739 assigning values of persistent parameters.
15740
15741 2012-01-18 Alan Mackenzie <acm@muc.de>
15742
15743 Eliminate sluggishness and hangs in fontification of "semicolon
15744 deserts".
15745
15746 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
15747 Change value 10000 -> 3000.
15748 (c-state-safe-place): Reformulate so it doesn't stack up an
15749 infinite number of wrong entries in c-state-nonlit-pos-cache.
15750 (c-determine-limit-get-base, c-determine-limit): New functions to
15751 determine backward search limits disregarding literals.
15752 (c-find-decl-spots): Amend commenting.
15753 (c-cheap-inside-bracelist-p): New function which detects "={".
15754
15755 * progmodes/cc-fonts.el
15756 (c-make-font-lock-BO-decl-search-function): Give a limit to a
15757 backward search.
15758 (c-font-lock-declarations): Fix an occurrence of point being
15759 undefined. Check additionally for point being in a bracelist or
15760 near a macro invocation without a semicolon so as to avoid a
15761 fruitless time consuming search for a declarator. Give a more
15762 precise search limit for declarators using the new
15763 c-determine-limit.
15764
15765 2012-01-18 Glenn Morris <rgm@gnu.org>
15766
15767 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
15768 (set-auto-mode): Doc fixes.
15769
15770 2012-01-17 Glenn Morris <rgm@gnu.org>
15771
15772 * isearch.el (search-nonincremental-instead): Fix doc typo.
15773
15774 * dired.el (dired-insert-directory): Handle newlines in directory name.
15775 (dired-build-subdir-alist): Unescape newlines in directory name.
15776
15777 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
15778
15779 * net/tramp.el (tramp-local-end-of-line): New defcustom.
15780 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
15781 (tramp-action-terminal): Use it. (Bug#10530)
15782
15783 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
15784
15785 * minibuffer.el (completion--replace): Strip properties (bug#10062).
15786
15787 2012-01-16 Martin Rudalics <rudalics@gmx.at>
15788
15789 * window.el (window-state-ignored-parameters): Remove variable.
15790 (window--state-get-1): Rename argument MARKERS to IGNORE.
15791 Handle persistent window parameters. Make copy of clone-of
15792 parameter only if requested. (Bug#10348)
15793 (window--state-put-2): Install a window parameter only if it has
15794 a non-nil value or an existing parameter shall be overwritten.
15795
15796 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
15797
15798 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
15799
15800 2012-01-14 Eli Zaretskii <eliz@gnu.org>
15801
15802 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
15803 don't pass the (nil) value of `upnode' to string-match.
15804
15805 2012-01-14 Chong Yidong <cyd@gnu.org>
15806
15807 * startup.el (command-line): Fix X resource class for cursorColor.
15808 Fix values recognized by the cursorBlink resource.
15809
15810 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
15811
15812 * epg.el (epg--make-temp-file): Avoid permission race condition
15813 when running on old Emacs versions (bug#10403).
15814
15815 2012-01-14 Glenn Morris <rgm@gnu.org>
15816
15817 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
15818
15819 2012-01-13 Alan Mackenzie <acm@muc.de>
15820
15821 Fix filling for when filladapt mode is enabled.
15822
15823 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
15824 c-mask-paragraph, pass in `fill-paragraph' rather than
15825 `fill-region-as-paragraph'. (This is a reversion of a previous
15826 change.)
15827 * progmodes/cc-mode.el (c-basic-common-init):
15828 Make fill-paragraph-handle-comment buffer local and set it to nil.
15829
15830 2012-01-13 Glenn Morris <rgm@gnu.org>
15831
15832 * dired.el (dired-switches-escape-p): New function.
15833 (dired-insert-directory): Use dired-switches-escape-p.
15834 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
15835
15836 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
15837
15838 2012-01-12 Glenn Morris <rgm@gnu.org>
15839
15840 * mail/sendmail.el (mail-mode): Update paragraph-separate for
15841 changes in adaptive-fill-regexp. (Bug#10276)
15842
15843 2012-01-11 Alan Mackenzie <acm@muc.de>
15844
15845 Fix Emacs bug #10463 - put `widen's around the critical spots.
15846
15847 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
15848 widen around each invocation of c-state-pp-to-literal. Remove an
15849 unused let variable.
15850
15851 2012-01-11 Glenn Morris <rgm@gnu.org>
15852
15853 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
15854 Doc fix.
15855
15856 2012-01-10 Chong Yidong <cyd@gnu.org>
15857
15858 * net/network-stream.el (network-stream-open-starttls):
15859 Avoid emitting a confusing error message when the server gives a bad
15860 response to the capability command.
15861
15862 2012-01-10 Glenn Morris <rgm@gnu.org>
15863
15864 * mail/unrmail.el (unrmail): Tweak previous change.
15865
15866 2012-01-09 Chong Yidong <cyd@gnu.org>
15867
15868 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
15869
15870 2012-01-08 Alan Mackenzie <acm@muc.de>
15871
15872 Optimize font locking in long enum definitions.
15873
15874 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
15875 arm to a cond form to handle enums.
15876 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
15877 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
15878
15879 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
15880
15881 * files.el (move-file-to-trash): Preserve default file modes on error.
15882 (Bug#10401)
15883
15884 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
15885
15886 * faces.el (set-face-attribute): Clarify the meaning of the nil
15887 frame (bug#10294).
15888
15889 * subr.el (with-selected-frame): Mention that the selected frame
15890 is restored (bug#9980).
15891
15892 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
15893 (bug#9759).
15894
15895 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
15896 (password-read): Don't autoload unused function.
15897
15898 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
15899
15900 * progmodes/which-func.el (which-func-mode): Turn into a
15901 non-interactive function and mark as obsolete (bug#10428).
15902
15903 2012-01-06 Chong Yidong <cyd@gnu.org>
15904
15905 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
15906 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
15907 functions, along with 1 and -1.
15908
15909 2012-01-06 Eli Zaretskii <eliz@gnu.org>
15910
15911 * time.el (display-time-load-average)
15912 (display-time-default-load-average): Doc fixes. See the thread
15913 starting at
15914 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
15915 for the details.
15916
15917 2012-01-06 Glenn Morris <rgm@gnu.org>
15918
15919 * mail/unrmail.el (unrmail): Give an explicit error if the input file
15920 has no messages. (Bug#10377)
15921
15922 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
15923 than Info-edit. (Bug#10385)
15924
15925 * time.el (display-time-load-average, display-time-next-load-average):
15926 Doc fixes.
15927
15928 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
15929 local setting of buffer-read-only to the input buffer. (Bug#10419)
15930
15931 * calendar/calendar.el (calendar-mode):
15932 Locally set scroll-margin to 0. (Bug#10379)
15933
15934 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
15935
15936 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
15937
15938 2012-01-05 Glenn Morris <rgm@gnu.org>
15939
15940 * eshell/em-unix.el (diff-no-select): Autoload it.
15941 (eshell/diff): Use diff-no-select. (Bug#10420)
15942
15943 2012-01-05 Chong Yidong <cyd@gnu.org>
15944
15945 * shell.el (shell-dynamic-complete-functions): Revert last change.
15946 (shell-command-completion-function): New function.
15947 (shell-completion-vars): Use it to implement
15948 shell-completion-execonly (Bug#10417).
15949
15950 * custom.el (enable-theme): Don't set custom-safe-themes.
15951
15952 * cus-theme.el (custom-theme-merge-theme):
15953 Ignore custom-enabled-themes and custom-safe-themes.
15954
15955 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
15956
15957 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
15958 first prompt in `sql-interacive-mode'.
15959 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
15960 keywords.
15961 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
15962 (sql-product-interactive): Bug fix: Set `sql-buffer' in
15963 context of original buffer. Invoke `sql-login-hook'.
15964
15965 2012-01-04 Eli Zaretskii <eliz@gnu.org>
15966
15967 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
15968 letters in cite-prefix.
15969
15970 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15971
15972 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
15973
15974 2012-01-03 Chong Yidong <cyd@gnu.org>
15975
15976 * shell.el (shell-dynamic-complete-functions):
15977 Put pcomplete-completions-at-point, so as to try
15978 comint-filename-completion first (Bug#10417).
15979
15980 2012-01-02 Richard Stallman <rms@gnu.org>
15981
15982 * battery.el (battery-status-function):
15983 Detect when to use battery-yeeloong-sysfs.
15984 (battery-echo-area-format): Add string for Yeeloong.
15985 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
15986 (battery-yeeloong-sysfs): New function.
15987
15988 2012-01-02 Chong Yidong <cyd@gnu.org>
15989
15990 * dirtrack.el (dirtrack-list): Eliminate unused third element.
15991 (dirtrack): Merge code for handling relative filenames in prompt
15992 from shell-dir-cookie-watcher.
15993 (dirtrack-debug-message): New arg to avoid excess format calls.
15994
15995 * shell.el (shell-dir-cookie-re): Variable deleted.
15996 (shell-dir-cookie-watcher): Function deleted.
15997 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
15998 with dirtrack-mode.
15999
16000 2012-01-01 Eli Zaretskii <eliz@gnu.org>
16001
16002 * term/w32-win.el (dynamic-library-alist) <gnutls>:
16003 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
16004 libgnutls-26.dll.
16005
16006 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
16007
16008 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
16009
16010 2011-12-31 Eli Zaretskii <eliz@gnu.org>
16011
16012 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
16013 headers of non-MIME messages, when rmail-enable-mime is non-nil.
16014
16015 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
16016
16017 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
16018 also for alternative shells.
16019 (tramp-open-connection-setup-interactive-shell): Check, whether
16020 the shell is a busybox.
16021 (tramp-send-command): Don't suppress multiple prompts for
16022 busyboxes, it hurts.
16023
16024 2011-12-28 Chong Yidong <cyd@gnu.org>
16025
16026 * progmodes/gdb-mi.el (gdb-get-source-file-list)
16027 (gdb-get-source-file): Move mode line update to
16028 gdb-get-source-file (Bug#10087).
16029
16030 2011-12-25 Chong Yidong <cyd@gnu.org>
16031
16032 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
16033 gud-gdb-marker-filter without taking it as an argument.
16034 (gud-gdb-run-command-fetch-lines): Caller changed.
16035 (gud-gdb-completion-function): New variable.
16036 (gud-gdb-completion-at-point): Use it.
16037 (gud-gdb-completions-1): Split from gud-gdb-completions.
16038
16039 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
16040 function as separate arguments.
16041 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
16042 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
16043 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
16044 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
16045 (gdb-stopped, def-gdb-auto-update-trigger)
16046 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
16047 (gdb-get-changed-registers, gdb-get-main-selected-frame):
16048 Callers changed.
16049 (gud-gdbmi-completions): New function.
16050 (gdb): Use it for generating the completion table.
16051
16052 2011-12-24 Alan Mackenzie <acm@muc.de>
16053
16054 Introduce a mechanism to widen the region used in context font
16055 locking. Use this to protect declarations from losing their contexts.
16056
16057 * progmodes/cc-langs.el (c-before-font-lock-functions):
16058 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
16059 (c-before-context-fontification-functions): New defvar, a list of
16060 functions to be run just before context (etc.) font locking.
16061
16062 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
16063 New, functionality extracted from
16064 c-neutralize-syntax-in-and-mark-CPP.
16065 (c-in-after-change-fontification): New variable.
16066 (c-after-change): Set c-in-after-change-fontification.
16067 (c-set-fl-decl-start): Rejig its interface, so it can be called
16068 from both after-change and context fontifying.
16069 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
16070 New functions.
16071 (c-standard-font-lock-fontify-region-function): New variable.
16072 (c-font-lock-fontify-region): New function.
16073
16074 2011-12-24 Juri Linkov <juri@jurta.org>
16075
16076 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
16077 (Bug#10348)
16078
16079 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
16080
16081 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
16082 existence of source file. (Bug#10325)
16083
16084 2011-12-23 Alan Mackenzie <acm@muc.de>
16085
16086 Fix unstable fontification inside templates.
16087
16088 * progmodes/cc-langs.el (c-before-font-lock-functions):
16089 Newly created from the singular version. The (c c++ objc) entry now
16090 additionally has c-set-fl-decl-start. The other languages (apart
16091 from AWK) have that as a single entry.
16092
16093 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16094 The functionality for "local" declarations has been extracted to
16095 c-set-fl-decl-start.
16096
16097 * progmodes/cc-mode.el (c-common-init, c-after-change):
16098 Changes due to pluralisation of c-before-font-lock-functions.
16099 (c-set-fl-decl-start): New function, extracted from
16100 c-font-lock-enclosing-decls and enhanced.
16101
16102 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
16103
16104 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
16105
16106 2011-12-22 Juri Linkov <juri@jurta.org>
16107
16108 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
16109
16110 2011-12-22 Chong Yidong <cyd@gnu.org>
16111
16112 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
16113
16114 2011-12-21 Drew Adams <drew.adams@oracle.com>
16115
16116 * files.el (file-remote-p): Fix docstring. (Bug#10319)
16117
16118 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16119
16120 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
16121
16122 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16123
16124 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
16125 highlighting and support. Fix up comments for capitalization.
16126 (cfengine-mode-debug): New var.
16127 (cfengine3-mode): Change the modeline indicator to "CFE3".
16128 (cfengine3-font-lock-keywords): Improve defun highlighting.
16129 (cfengine2-actions): Rename from `cfengine-actions'.
16130 (cfengine2-font-lock-keywords): Rename from
16131 `cfengine-font-lock-keywords'.
16132 (cfengine2-imenu-expression): Rename from
16133 `cfengine-imenu-expression'.
16134 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
16135 (cfengine2-beginning-of-defun): Rename from
16136 `cfengine-beginning-of-defun'.
16137 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
16138 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
16139 (cfengine2-mode): Rename from `cfengine-mode'. Change the
16140 modeline indicator to "CFE2".
16141 (cfengine-mode): Defalias to `cfengine-auto-mode'.
16142 (cfengine-mode-abbrevs): Mark obsolete.
16143
16144 2011-12-21 Chong Yidong <cyd@gnu.org>
16145
16146 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
16147 filename argument.
16148
16149 2011-12-20 Martin Rudalics <rudalics@gmx.at>
16150
16151 * window.el (window-normalize-buffer-to-display): Remove.
16152 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
16153
16154 2011-12-19 Chong Yidong <cyd@gnu.org>
16155
16156 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
16157 Don't signal an error in a predicate function; return non-nil.
16158 (vc-dir-mark-file): Move the error here.
16159 (vc-dir-mark-unmark): If acting on the region, keep going if one
16160 of the entries cannot be marked/unmarked.
16161 (vc-dir-mark-all-files): If current entry is a directory, mark
16162 only child files, as documented.
16163
16164 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
16165
16166 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
16167 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
16168 addition.
16169
16170 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
16171
16172 * term/ns-win.el (ns-get-selection-internal)
16173 (ns-store-selection-internal): Declare.
16174 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
16175 Declare as obsolete.
16176 (ns-get-pasteboard, ns-paste-secondary):
16177 Use ns-get-selection-internal.
16178 (ns-set-pasteboard, ns-copy-including-secondary):
16179 Use ns-store-selection-internal.
16180
16181 2011-12-17 Chong Yidong <cyd@gnu.org>
16182
16183 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
16184 (vc-deduce-fileset): Doc fix.
16185
16186 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
16187
16188 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
16189
16190 2011-12-13 Sam Steingold <sds@gnu.org>
16191
16192 * man.el (Man-getpage-in-background): When running under a
16193 window-system, ignore $MANWIDTH and $COLUMNS.
16194
16195 2011-12-15 Kenichi Handa <handa@m17n.org>
16196
16197 * language/ethio-util.el: Change coding tag to utf-8-emacs.
16198 (setup-ethiopic-environment-internal): Comment out key-binding for
16199 ethio-toggle-punctuation.
16200
16201 2011-12-13 Alan Mackenzie <acm@muc.de>
16202
16203 Add the switch statement to AWK Mode.
16204
16205 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
16206 "default" to the keywords regexp.
16207
16208 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
16209 expression as the rest.
16210 (c-nonlabel-token-key): Allow string literals for AWK.
16211 Refactor for the other modes.
16212
16213 Large brace-block initialisation makes CC Mode slow: Fix.
16214 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
16215 routines. Limit backward searching in c-font-lock-enclosing.decl.
16216
16217 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
16218 pp-state and literal type in addition to the limits.
16219 (c-state-safe-place): New defun, extracted from c-state-literal-at.
16220 (c-state-literal-at): Use the above new defun.
16221 (c-slow-in-literal, c-fast-in-literal): Remove.
16222 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
16223
16224 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
16225 being in a literal. Add a limit for backward searching.
16226
16227 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
16228 c-slow-in-literal.
16229
16230 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
16231
16232 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
16233
16234 2011-12-13 Martin Rudalics <rudalics@gmx.at>
16235
16236 * window.el (delete-other-windows): Use correct frame in call to
16237 window-with-parameter.
16238
16239 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
16240
16241 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
16242 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
16243 (makefile-gmake-statements, makefile-makepp-statements):
16244 Use it and add new makepp keywords.
16245 (makefile-makepp-font-lock-keywords): Add new patterns.
16246 (makefile-match-function-end): Match new [...] and [[...]].
16247
16248 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
16249
16250 * ses.el (ses-call-printer-return, ses-cell-property-get)
16251 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
16252 (ses-create-cell-variable, ses-reset-header-string)
16253 (ses-cell-set-formula, ses-repair-cell-reference-all)
16254 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
16255 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
16256 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
16257 (ses-aset-with-undo, ses-load, ses-truncate-cell)
16258 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
16259 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
16260 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
16261 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
16262 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
16263 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
16264 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
16265 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
16266
16267 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
16268
16269 * ses.el: The overall change is to add cell renaming, that is
16270 setting fancy names for cell symbols other than name matching
16271 "\\`[A-Z]+[0-9]+\\'" regexp .
16272 (ses-create-cell-variable): New defun.
16273 (ses-relocate-formula): Relocate formulas only for cells the
16274 symbols of which are not renamed, i.e. symbols whose names do not
16275 match regexp "\\`[A-Z]+[0-9]+\\'".
16276 (ses-relocate-all): Relocate values only for cells the symbols of
16277 which are not renamed.
16278 (ses-load): Create cells variables as the (ses-cell ...) are read,
16279 in order to check row col consistency with cell symbol name only
16280 for cells that are not renamed.
16281 (ses-replace-name-in-formula): New defun.
16282 (ses-rename-cell): New defun.
16283
16284 2011-12-11 Chong Yidong <cyd@gnu.org>
16285
16286 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
16287 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
16288
16289 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
16290
16291 * window.el (other-window): Fix docstring.
16292
16293 2011-12-10 Eli Zaretskii <eliz@gnu.org>
16294
16295 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
16296 `from' or `to' address before taking its substring.
16297 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
16298 encoded name is chopped in the middle of the encoded string, and
16299 thus displayed encoded.
16300
16301 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
16302
16303 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
16304
16305 2011-12-10 Eli Zaretskii <eliz@gnu.org>
16306
16307 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
16308 to use texinfo-update-node and commands that call it if the
16309 Texinfo file uses @node lines without next/prev/up pointers.
16310 Correct outdated description about texinfo-master-menu.
16311 (texinfo-all-menus-update, texinfo-master-menu)
16312 (texinfo-update-node, texinfo-every-node-update)
16313 (texinfo-multiple-files-update): Doc fix. Warn against updating
16314 all the @node lines.
16315 (texinfo-master-menu): Only call texinfo-update-node if the prefix
16316 argument is numeric. Explain better in the doc string what the
16317 function really does.
16318 (texinfo-insert-master-menu-list): Improve the error message
16319 displayed if there's no menu in the Top node.
16320 (Bug#2975) See also this thread:
16321 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
16322
16323 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
16324
16325 * speedbar.el (speedbar-supported-extension-expressions):
16326 Add .adb and .ads, commonly used for Ada source code (bug#10256).
16327
16328 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
16329
16330 * printing.el (pr-mode-alist):
16331 * simple.el (filter-buffer-substring-functions)
16332 (completion-list-insert-choice-function):
16333 * window.el (window-with-parameter, window-atom-root)
16334 (window-sides-slots, window-size-fixed, window-min-delta)
16335 (window-max-delta, window--resize-mini-window)
16336 (window--resize-child-windows-normal, window-tree)
16337 (delete-other-windows, quit-window, split-window)
16338 (display-buffer-record-window, special-display-buffer-names)
16339 (special-display-regexps, special-display-popup-frame)
16340 (same-window-p, split-window-sensibly)
16341 (display-buffer-overriding-action, display-buffer-alist)
16342 (display-buffer-base-action, display-buffer, switch-to-buffer)
16343 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
16344 (fit-window-to-buffer, recenter-positions)
16345 (mouse-autoselect-window-state, mouse-autoselect-window-select):
16346 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
16347 and remove unneeded backslashes in docstrings.
16348
16349 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
16350
16351 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
16352
16353 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
16354 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
16355 end in ".mk".
16356 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
16357 when reading the makefile (bug#10116).
16358
16359 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
16360
16361 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
16362 (bug#10116).
16363
16364 2011-12-06 Glenn Morris <rgm@gnu.org>
16365
16366 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
16367
16368 2011-12-06 Chong Yidong <cyd@gnu.org>
16369
16370 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
16371
16372 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
16373
16374 * textmodes/table.el (table-shorten-cell): Fix typo.
16375
16376 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
16377
16378 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
16379
16380 2011-12-05 Eli Zaretskii <eliz@gnu.org>
16381
16382 * descr-text.el (describe-char): Fix display of strong
16383 right-to-left characters and directional embeddings and overrides.
16384
16385 * simple.el (what-cursor-position): Fix display of codepoints of
16386 strong right-to-left characters.
16387
16388 2011-12-05 Chong Yidong <cyd@gnu.org>
16389
16390 * faces.el (read-color): Doc fix.
16391
16392 2011-12-05 Glenn Morris <rgm@gnu.org>
16393
16394 * align.el (align--set-marker): Add doc-string.
16395 Don't try to move something that is not a marker. (Bug#10216)
16396
16397 2011-12-04 Glenn Morris <rgm@gnu.org>
16398
16399 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
16400 overly zealous deletion of trailing whitespace.
16401
16402 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
16403
16404 * server.el (server-delete-client): On Windows, do not try to delete
16405 the only terminal.
16406 (server-process-filter): On Windows, treat requests for a tty frame as
16407 if they were for a GUI frame if the running server is in GUI mode.
16408
16409 2011-12-03 Glenn Morris <rgm@gnu.org>
16410
16411 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
16412
16413 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
16414
16415 * electric.el: Streamline electric-indent's hook.
16416 (electric-indent-chars): Revert to simple list.
16417 (electric-indent-functions): New var.
16418 (electric-indent-post-self-insert-function): Use it.
16419
16420 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
16421 there's no inferior buffer (bug#10196).
16422 (prolog-consult-compile): Don't use toggle-read-only.
16423
16424 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
16425
16426 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
16427 interrupt. (Bug#10187)
16428
16429 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
16430
16431 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
16432 (bug#9160).
16433
16434 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
16435 (bug#10191).
16436
16437 2011-12-02 Juri Linkov <juri@jurta.org>
16438
16439 * info.el (Info-search): Display "end of manual" when Isearch
16440 reaches the end of single-file Info manual. (Bug#9918)
16441
16442 2011-12-02 Eli Zaretskii <eliz@gnu.org>
16443
16444 * isearch.el (isearch-message-prefix): Run the input method part
16445 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
16446
16447 2011-12-02 Juri Linkov <juri@jurta.org>
16448
16449 * isearch.el (isearch-occur): Use `word-search-regexp' for
16450 `isearch-word'.
16451 (isearch-search-and-update): Add condition for `isearch-word' and
16452 call `word-search-regexp'. (Bug#10145)
16453
16454 2011-12-01 Glenn Morris <rgm@gnu.org>
16455
16456 * eshell/em-hist.el (eshell-hist-initialize):
16457 Handle eshell-history-size nil and HISTSIZE set or unset.
16458 (eshell-history-file-name, eshell-history-size): Fix custom type.
16459
16460 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
16461
16462 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
16463
16464 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
16465
16466 * progmodes/verilog-mode.el (verilog-pretty-expr):
16467 Rework verilog-pretty-expr to handle new assignment operators in system
16468 verilog, such as += *= and the like.
16469 (verilog-assignment-operator-re): Regular expression to find the
16470 assigment operator in a verilog assignment.
16471 (verilog-assignment-operation-re): Regular expression to find an
16472 assignment statement for pretty-expr.
16473 (verilog-in-attribute-p): Query returns true if point is in an
16474 attribute context; used to skip these for expression line up from
16475 pretty-expr.
16476 (verilog-in-parameter-p): Query returns true if point is in an
16477 parameter definition context; used to skip these for expression
16478 line up from pretty-expr.
16479 (verilog-in-parenthesis-p): Query returns true if point is in a
16480 parenthetical expression, specifically ( ) but not [ ] or { };
16481 used by pretty-expr.
16482 (verilog-just-one-space): If there is no space, don't add one.
16483 (verilog-get-lineup-indent-2): Specifically skip just attribute
16484 contexts for expression lineup, rather than skipping all
16485 parenthetical expressions.
16486 (verilog-calculate-indent): Fix comment, and fix indent.
16487 (verilog-do-indent): Indent declarations in lists (suggested by
16488 Joachim Lechner).
16489 (verilog-mode-abbrev-table): Populate abbrev mode with the various
16490 skeleton items.
16491 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
16492 by Alain Mellan).
16493
16494 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
16495
16496 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
16497 parameters with embedded comments. Reported by Ray Stevens.
16498 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
16499 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
16500 Reported by Tim Holt.
16501 (verilog-auto): Fix AUTOing a upper module then AUTOing module
16502 instantiated by upper module causing wrong expansion until AUTOed a
16503 second time. Reported by K C Buckenmaier.
16504 (verilog-diff-auto): Fix showing .* as a difference when
16505 `verilog-auto-star-save' off. Reported by Dan Dever.
16506 (verilog-auto-reset, verilog-read-always-signals)
16507 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
16508 temporary signals in reset list if
16509 verilog-auto-reset-blocking-in-non is nil, and match assignment
16510 style to each signal's assignment type, bug381.
16511 Reported by Thomas Esposito.
16512 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
16513 (verilog-uvm-statement-re): Support UVM indentation and
16514 highlighting, with old OVM keywords only.
16515 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
16516 Support AUTOTIEOFF creating non-wire data types.
16517 Suggested by Jonathan Greenlaw.
16518 (verilog-auto-insert-lisp, verilog-delete-to-paren)
16519 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
16520 (verilog-inject-sense, verilog-read-inst-pins)
16521 (verilog-read-sub-decls, verilog-read-sub-decls-line):
16522 Fix mismatching parenthesis inside commented out code when deleting
16523 AUTOINST, bug383. Reported by Jonathan Greenlaw.
16524 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
16525 non-numeric vector width. Reported by Alex Reed.
16526 (verilog-auto-ascii-enum): Add "onehot" option to work around not
16527 detecting signals with parameter widths. Reported by Alex Reed.
16528 (verilog-auto-delete-trailing-whitespace):
16529 With `verilog-auto-delete-trailing-whitespace' remove trailing
16530 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
16531 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
16532 Fix verilog-scan-cache corruption when running user AUTO expansion
16533 hooks that call indentation routines.
16534 (verilog-simplify-range-expression): Fix typo ignoring lower case
16535 identifiers.
16536 (verilog-delete-auto): Fix delete-autos to also remove user created
16537 automatics, as long as they start with AUTO.
16538 (verilog-batch-diff-auto, verilog-diff-auto)
16539 (verilog-diff-function): Add `verilog-diff-auto' and bind to
16540 "C-c?" to report differences in AUTO expansion, ignoring spaces.
16541 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
16542 (verilog-in-paren-quick, verilog-re-search-backward-quick)
16543 (verilog-re-search-forward-quick, verilog-syntax-ppss):
16544 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
16545 is disabled and its cache will get corrupt, causing AUTOS not to
16546 expand. Instead use only -quick functions.
16547 (verilog-scan-region): Fix scanning over escaped quotes.
16548 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
16549 (verilog-re-search-backward-quick)
16550 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
16551 related functions now ignore strings, to fix misparsing of strings
16552 with magic comments embedded in them.
16553 (verilog-read-auto-template):
16554 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
16555 Reported by Brad Dobbie.
16556 (verilog-read-auto-template):
16557 Fix 'verilog-auto-inst-template-numbers' with comments.
16558 Reported by Brad Dobbie.
16559 (verilog-auto-inst, verilog-auto-inst-param)
16560 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
16561 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
16562 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
16563 debugging templates without merge conflicts, bug357.
16564 Reported by Brad Dobbie.
16565 (verilog-read-auto-template):
16566 Fix verilog-auto-inst-template-numbers with multiple templates.
16567 Reported by Brad Dobbie.
16568 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
16569 abbrevs so user won't be asked to save.
16570 (verilog-read-auto-lisp-present): Fix to start at beginning of
16571 buffer in case called outside of verilog-auto.
16572 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
16573 to "X-2". Reported by Matthew Myers.
16574 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
16575 all inputs from module templates. Reported by Leith Johnson.
16576 (verilog-module-inside-filename-p): Fix locating programs as with
16577 modules.
16578 (verilog-auto-inst-port): Fix vl-width expressions when using
16579 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
16580 (verilog-decls-get-regs, verilog-decls-get-signals,
16581 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
16582 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
16583 verilog-read-decls): Combine reg and wire structures into one var
16584 structure to represent SystemVerilog concepts.
16585 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
16586 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
16587 (verilog-auto-wire-type, verilog-insert-definition):
16588 Add verilog-auto-wire-type and AUTOLOGIC to support using
16589 SystemVerilog "logic" keyword instead of "wire"/"reg".
16590 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
16591 to declares outputs that also have assignments (presumably in an
16592 ifdef or generate if so there's not a driver conflict).
16593 Reported by Matthew Myers.
16594 (verilog-auto-declare-nettype, verilog-insert-definition):
16595 Add verilog-auto-declare-nettype to fix declarations using
16596 `default_nettype none. Reported by Julian Gorfajn.
16597 (verilog-read-always-signals-recurse, verilog-read-decls)
16598 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
16599 malformed end statement, bug325. Reported by Joshua Wise and
16600 Andrew Drake.
16601 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
16602 (verilog-inst-comment-re): Fix not deleting Interfaced comment
16603 when expanding .* in interfaces, bug320.
16604 Reported by Pierre-David Pfister.
16605 (verilog-read-module-name): Fix import statements between module
16606 name and open parenthesis, bug317.
16607 Reported by Pierre-David Pfister.
16608 (verilog-simplify-range-expression): Fix simplification of
16609 multiplications inside AUTOWIRE connections, bug303.
16610 (verilog-auto-inst-port): Support parameter expansion in
16611 multidimensional arrays.
16612 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
16613 after "assert property". Reported by Julian Gorfajn.
16614 (verilog-simplify-range-expression): Fix "couldn't merge" errors
16615 with multiplication, bug303.
16616 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
16617 Reported by Jan Frode Lonnum.
16618
16619 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
16620
16621 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
16622 (hfy-shell-file-name, hfy-shell):
16623 * international/fontset.el (x-decompose-font-name): Fix typos.
16624
16625 2011-11-29 Ken Brown <kbrown@cornell.edu>
16626
16627 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
16628 (gdb-version): Remove defvar.
16629 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
16630 (gdb-gud-context-command, gdb-non-stop-handler)
16631 (gdb-current-context-command, gdb-stopped): Use it.
16632 (gdb-init-1): Enable pretty printing here.
16633 (gdb-non-stop-handler): Don't enable pretty-printing here.
16634 Check to see if the target supports non-stop mode; if not, turn off
16635 non-stop mode. Use the following.
16636 (gdb-check-target-async): New defun.
16637 (gud-watch, gdb-stopped): Fix whitespace.
16638 (gdb-get-source-file): Don't try to display the source file if
16639 `gdb-main-file' is nil.
16640
16641 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
16642
16643 * align.el: Try to generate fewer markers (bug#10047).
16644 (align--set-marker): New macro.
16645 (align-region): Use it.
16646
16647 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
16648
16649 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
16650
16651 2011-11-29 Chong Yidong <cyd@gnu.org>
16652
16653 * indent.el (indent-for-tab-command, indent-according-to-mode):
16654 Doc fix.
16655 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
16656
16657 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
16658
16659 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
16660 aware of remote file names. (Bug#10124)
16661
16662 2011-11-29 Chong Yidong <cyd@gnu.org>
16663
16664 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
16665
16666 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
16667
16668 * files.el (find-file): Don't use force-same-window (bug#10144).
16669 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
16670 use pop-to-buffer if the selected window can't be used.
16671 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
16672
16673 2011-11-28 Eli Zaretskii <eliz@gnu.org>
16674
16675 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
16676 special-mode-map.
16677
16678 2011-11-28 Chong Yidong <cyd@gnu.org>
16679
16680 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
16681
16682 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
16683
16684 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
16685 gdb-get-source-file-list on gdb-create-source-file-list.
16686
16687 2011-11-26 Eli Zaretskii <eliz@gnu.org>
16688
16689 * whitespace.el (whitespace-newline): Use a different foreground
16690 color for 16-color light-background displays.
16691
16692 2011-11-24 Chong Yidong <cyd@gnu.org>
16693
16694 * window.el (display-buffer--special-action): Doc fix.
16695
16696 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
16697
16698 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
16699 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
16700 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
16701 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
16702 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
16703 (avl-tree-stack-first):
16704 * emacs-lisp/cconv.el (cconv--analyse-use):
16705 * net/gnutls.el (gnutls-negotiate): Fix typos.
16706
16707 2011-11-24 Glenn Morris <rgm@gnu.org>
16708
16709 * lpr.el (lpr-windows-system, lpr-lp-system):
16710 * mail/binhex.el (binhex-begin-line):
16711 * progmodes/grep.el (grep-history, grep-find-history):
16712 * textmodes/flyspell.el:
16713 * vc/pcvs-defs.el (cvs-global-menu):
16714 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
16715 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
16716 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
16717
16718 * net/tls.el: Fix case of "GnuTLS".
16719
16720 * paths.el (rmail-file-name): Format doc-string for make-docfile.
16721
16722 * version.el (emacs-build-system): Give it a doc-string.
16723
16724 2011-11-24 Juri Linkov <juri@jurta.org>
16725
16726 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
16727
16728 2011-11-24 Glenn Morris <rgm@gnu.org>
16729
16730 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
16731 if called on a non-mime message just toggle the headers. (Bug#8006)
16732
16733 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
16734
16735 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
16736 (allout-lead-with-comment-string, allout-structure-deleted-hook)
16737 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
16738 (allout-rebullet-heading, allout-open-sibtopic)
16739 (allout-toggle-current-subtree-encryption)
16740 (allout-toggle-subtree-encryption, allout-encrypt-string)
16741 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
16742 (allout-distinctive-bullets-string, allout-auto-activation):
16743 * window.el (window-normalize-buffer-to-display):
16744 * progmodes/verilog-mode.el (verilog-batch-indent):
16745 * textmodes/bibtex.el (bibtex-field-braces-opt)
16746 (bibtex-field-strings-opt):
16747 * vc/cvs-status.el (cvs-tree-merge):
16748 Fix typos.
16749
16750 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
16751
16752 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
16753 `non-essential' to t, in order to avoid remote connections.
16754
16755 2011-11-23 Eli Zaretskii <eliz@gnu.org>
16756
16757 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
16758 On MS-DOS and MS-Windows, compare with loaddefs.el
16759 case-insensitively.
16760
16761 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
16762
16763 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
16764
16765 2011-11-23 Glenn Morris <rgm@gnu.org>
16766
16767 * paths.el (rmail-file-name): Reformat the doc-string so that it
16768 is picked up.
16769
16770 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
16771 (rmail-auto-file): Ignore case in the "special" field names,
16772 as mail-fetch-field does for all others.
16773
16774 * mail/rmail.el (rmail-forward):
16775 * mail/rmailkwd.el (rmail-set-label):
16776 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
16777 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
16778
16779 * mail/rmail.el (rmail-current-message): Doc fix.
16780
16781 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
16782
16783 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
16784
16785 * server.el (server-eval-and-print): Allow C-g (bug#6585).
16786
16787 2011-11-22 Glenn Morris <rgm@gnu.org>
16788
16789 * mail/rmailmm.el (test-rmail-mime-handler)
16790 (test-rmail-mime-bulk-handler)
16791 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
16792
16793 2011-11-21 Juri Linkov <juri@jurta.org>
16794
16795 * calc/calc.el (calc-read-key-sequence):
16796 Let-bind `input-method-function' to nil. (Bug#10018)
16797
16798 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16799
16800 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
16801 Tell the caller that the next line needs recomputation, even
16802 though it doesn't start a sexp (bug#10094).
16803
16804 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
16805
16806 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
16807
16808 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
16809
16810 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
16811 Use force-same-window.
16812
16813 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
16814
16815 * descr-text.el (describe-char-unicode-data):
16816 * json.el (json-string-escape):
16817 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
16818 (Footnote-unicode, Footnote-style-p):
16819 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
16820
16821 2011-11-20 Chong Yidong <cyd@gnu.org>
16822
16823 * window.el (replace-buffer-in-windows): Restore interactive spec.
16824
16825 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
16826
16827 * electric.el (electric-indent-mode): Fix last change (too optimistic).
16828
16829 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
16830 (byte-compile-global-not-obsolete-vars): New var.
16831 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
16832 Use it.
16833 (byte-compile-warn-obsolete): Align text with the one in *Help*.
16834
16835 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
16836
16837 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
16838 * progmodes/pascal.el (electric-pascal-equal):
16839 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
16840 * xml.el (xml-substitute-special): Fix typos.
16841
16842 2011-11-20 Glenn Morris <rgm@gnu.org>
16843
16844 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
16845 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
16846 Doc fixes.
16847 (rmail-decode-mime-charset): Mark as obsolete.
16848
16849 * mail/rmailsum.el (rmail-message-regexp-p-1):
16850 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
16851 Before using mime functions, check they are set. (Bug#10077)
16852
16853 2011-11-19 Juri Linkov <juri@jurta.org>
16854
16855 * info.el (Info-finder-find-node): Use `package--builtins' instead
16856 of `package-alist'. Use node names formed by the pattern "Keyword "
16857 and the keyword name.
16858
16859 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
16860
16861 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
16862
16863 2011-11-19 Juri Linkov <juri@jurta.org>
16864
16865 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
16866 that calls `revert-buffer' on all Info buffers. (Bug#9915)
16867 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
16868 `old-history', `old-history-forward'. Add let-binding
16869 `window-selected'. Remove calls to `kill-buffer',
16870 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
16871 before calling `Info-find-node', so `Info-find-node-2' will reread
16872 the Info file. Restore window positions only when `window-selected'
16873 is non-nil.
16874
16875 2011-11-19 Juri Linkov <juri@jurta.org>
16876
16877 * isearch.el (isearch-lazy-highlight-new-loop):
16878 Remove condition `(not isearch-error)'. (Bug#9918)
16879
16880 * misearch.el (multi-isearch-search-fun): Add condition
16881 `(not bound)' to ignore lazy-highlighting search.
16882 Add the search-failed message "end of multi" when the end of
16883 multi-sequence is reached. Uncapitalize the search-failed
16884 message "Repeat for next buffer".
16885
16886 * info.el (Info-search): Add the search-failed message
16887 "end of the manual" when the end of the manual is reached
16888 in Isearch mode.
16889
16890 2011-11-19 Juri Linkov <juri@jurta.org>
16891
16892 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
16893 Use non-destructive `remove' instead of `delete' because
16894 `Info-history-list' stored to `Info-isearch-initial-history-list' in
16895 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
16896
16897 2011-11-19 Juri Linkov <juri@jurta.org>
16898
16899 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
16900 to nil instead of binding `search-ring' and `regexp-search-ring'.
16901 (Bug#9185)
16902
16903 2011-11-19 Eli Zaretskii <eliz@gnu.org>
16904
16905 * simple.el (line-move): Force movement by logical lines for any
16906 hscrolled window, not only when auto-hscroll-mode is on.
16907 (line-move-visual): Update doc string to that effect. (Bug#10076)
16908
16909 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
16910
16911 * language/european.el (macintosh): Define as alias for mac-roman.
16912
16913 2011-11-19 Eli Zaretskii <eliz@gnu.org>
16914
16915 * mail/rmailmm.el (rmail-mime-display-header)
16916 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
16917 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
16918 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
16919 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
16920 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
16921 of a raw aref.
16922 (rmail-mime-entity-segment): To get past the tagline, move forward
16923 2 more lines, to account for the 2 empty lines that precede and
16924 follow the line with the buttons.
16925 (rmail-mime-update-tagline): Move one more line, to get past the
16926 empty line that follows the buttons in the tagline. (Bug#9520)
16927
16928 2011-11-19 Martin Rudalics <rudalics@gmx.at>
16929
16930 * window.el (window-max-delta-1, window-min-delta-1)
16931 (window-min-size-1, window-state-get-1, window-state-put-1)
16932 (window-state-put-2): Use "window--" prefix.
16933
16934 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
16935
16936 * emacs-lisp/smie.el: Improve warnings and conflict detection.
16937 (smie-warning-count): New var.
16938 (smie-set-prec2tab): Use it.
16939 (smie-bnf->prec2): Improve warnings. Add docstring.
16940 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
16941 (smie-bnf--set-class): New function.
16942 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
16943 corner case.
16944
16945 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
16946 (compilation-error-properties, compilation-move-to-column):
16947 Handle compilation-first-column while in the target buffer.
16948
16949 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
16950 Don't hardcode point-min==1.
16951
16952 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
16953 (eshell-rewrite-for-command): Remove workaround.
16954 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
16955 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
16956 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
16957
16958 * files-x.el (modify-file-local-variable): Obey commenting conventions.
16959
16960 2011-11-17 Glenn Morris <rgm@gnu.org>
16961
16962 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
16963 Ignore buffer-local generated-autoload-file if it is the same
16964 as the global value. (Bug#10049)
16965
16966 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
16967
16968 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
16969 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
16970 (reftex-toc-previous-heading, reftex-toc-max-level)
16971 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
16972 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
16973 (reftex-toc-do-promote, reftex-toc-promote-prepare)
16974 (reftex-toc-promote-action, reftex-toc-extract-section-number)
16975 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
16976 (reftex-toc-rename-label, reftex-toc-visit-location)
16977 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
16978 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
16979 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
16980 leaving "*toc*" only for references to the buffer.
16981
16982 2011-11-17 Martin Rudalics <rudalics@gmx.at>
16983
16984 * window.el (window-resize, delete-window, split-window):
16985 Replace window-splits by window-combination-resize.
16986 * cus-start.el (window-splits): Replace by window-combination-resize.
16987
16988 2011-11-17 Glenn Morris <rgm@gnu.org>
16989
16990 * progmodes/sh-script.el (sh-font-lock-keywords-var):
16991 Make bash entry derive from sh entry, not shell entry.
16992
16993 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
16994
16995 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
16996 local file name.
16997
16998 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
16999
17000 * menu-bar.el (menu-bar-file-menu):
17001 * printing.el (pr-ps-utility):
17002 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
17003 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
17004 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
17005 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
17006 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
17007 (icalendar--convert-cyclic-to-ical)
17008 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
17009 (icalendar--convert-ical-to-diary)
17010 (icalendar--convert-recurring-to-diary)
17011 (icalendar--convert-non-recurring-all-day-to-diary)
17012 (icalendar-import-format-sample):
17013 * progmodes/idlw-shell.el (idlwave-shell-mode):
17014 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
17015 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
17016 (vhdl-ps-print-init): Fix typos.
17017
17018 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
17019
17020 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
17021 FSF and collapse date sequence, obscure author/maintainer email address
17022 better, remove extra version line, track relocation of author's webpage.
17023
17024 * progmodes/python.el (python-pdbtrack-input-prompt)
17025 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
17026 regular python pdb prompts. Adjustments shamelessly taken exactly as
17027 suggested in EmacsWiki page (tiny change):
17028 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
17029
17030 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17031
17032 * expand.el (expand-pos, expand-index, expand-point):
17033 Remove redundant info from docstring.
17034 (expand-add-abbrevs): Doc fix.
17035 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
17036 (expand-sample-perl-mode-expand-list): Fix typos.
17037
17038 * net/dbus.el (dbus-event-member-name):
17039 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
17040 * term/pc-win.el (msdos-create-frame-with-faces):
17041 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
17042
17043 2011-11-16 Martin Rudalics <rudalics@gmx.at>
17044
17045 * window.el (split-window, window-state-get-1)
17046 (window-state-put-1, window-state-put-2): Rename occurrences of
17047 window-nest to window-combination-limit.
17048 * cus-start.el (window-nest): Rename to window-combination-limit.
17049
17050 2011-11-16 Chong Yidong <cyd@gnu.org>
17051
17052 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
17053 regexp (Bug#10033).
17054
17055 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17056
17057 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
17058 `completing-read' will remove *Completions* and will preserve
17059 current-buffer for us.
17060 (tmm-add-prompt): Users of *Completions* will always (re)set its
17061 major mode.
17062 (tmm-old-comp-map): Remove.
17063
17064 2011-11-16 Glenn Morris <rgm@gnu.org>
17065
17066 * mail/rmailedit.el: Require rmailmm when compiling.
17067 (rmail-old-mime-state): New declaration.
17068 (rmail-edit-current-message): If editing a mime message,
17069 edit the "raw" message from the mbox buffer.
17070 (rmail-cease-edit): Handle mime messages. (Bug#9840)
17071
17072 2011-11-15 Glenn Morris <rgm@gnu.org>
17073
17074 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
17075 which wasn't being used. Add optional arg to force given state.
17076 (rmail-mime): Add optional arg to force given state.
17077
17078 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17079
17080 * allout.el (allout-encryption-plaintext-sanitization-regexps):
17081 * frame.el (display-mm-dimensions-alist):
17082 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
17083 (outline-move-subtree-down):
17084 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
17085 (newsticker--treeview-do-get-node):
17086 * net/quickurl.el (quickurl-list-buffer-name):
17087 * progmodes/dcl-mode.el (dcl-mode):
17088 * progmodes/gdb-mi.el (gdb-mapcar*):
17089 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
17090
17091 2011-11-15 Glenn Morris <rgm@gnu.org>
17092
17093 * mail/rmail.el (rmail-file-coding-system): It's only ever used
17094 in a boolean sense, so just make it a boolean, and fix the doc.
17095 (rmail-show-mime-function, rmail-mime-feature)
17096 (rmail-require-mime-maybe): Doc fixes.
17097 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
17098
17099 * mail/rmailmm.el (rmail-show-mime): Doc fix.
17100
17101 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17102
17103 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
17104 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
17105 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
17106 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
17107
17108 2011-11-15 Glenn Morris <rgm@gnu.org>
17109
17110 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
17111 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
17112 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
17113 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
17114 (rmail-mime, rmail-show-mime): Doc fixes.
17115
17116 * term/ns-win.el (mode-line-frame-identification):
17117 Leave it alone. (Bug#10051)
17118
17119 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
17120
17121 * mail/rmailout.el (rmail-output-to-rmail-buffer):
17122 Handle empty buffers. (Bug#9978)
17123
17124 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
17125
17126 * international/mule.el (define-charset):
17127 * mail/rmailmm.el (rmail-mime-find-header-encoding):
17128 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
17129 * progmodes/verilog-mode.el (verilog-backward-token):
17130 * textmodes/ispell.el (lookup-words):
17131 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
17132
17133 2011-11-14 Glenn Morris <rgm@gnu.org>
17134
17135 * progmodes/executable.el
17136 (executable-make-buffer-file-executable-if-script-p):
17137 Handle file-modes returning nil.
17138
17139 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
17140 message - not necessary, and causes problems. (Bug#9831)
17141
17142 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
17143
17144 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
17145
17146 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
17147 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
17148 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
17149
17150 2011-11-12 Martin Rudalics <rudalics@gmx.at>
17151
17152 * window.el (window-resize, delete-window): Use window-splits
17153 variable instead of function.
17154 (window-state-get-1, window-state-put-2, window-state-put):
17155 Don't deal with windows' splits status.
17156
17157 2011-11-12 Glenn Morris <rgm@gnu.org>
17158
17159 * apropos.el (apropos-do-all, apropos-library, apropos-value)
17160 (apropos-documentation): Doc fixes.
17161
17162 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
17163
17164 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
17165 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
17166
17167 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
17168
17169 * electric.el (electric-indent-post-self-insert-function): Make it
17170 possible for a char to only indent in some circumstances.
17171 (electric-indent-mode): Simplify.
17172
17173 2011-11-11 Martin Rudalics <rudalics@gmx.at>
17174
17175 * window.el (windows-with-parameter): Remove unused function.
17176 (windows-at-side): Rename to window-at-side-list.
17177 (window-check, window-atom-check, window-atom-check-1)
17178 (window-side-check, window-size-ignore, window-size-fixed-1)
17179 (window-in-direction-2): Prefix with "window--".
17180 (window-tree-1): Rename to window--subtree, fix doc-string.
17181
17182 2011-11-11 Glenn Morris <rgm@gnu.org>
17183
17184 * subr.el (eval-after-load): If FILE is already loaded,
17185 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
17186
17187 2011-11-10 Glenn Morris <rgm@gnu.org>
17188
17189 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
17190 Call svn via vc-svn-command rather than vc-do-command.
17191 (vc-svn-command): Add --non-interactive. (Bug#9993)
17192 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
17193
17194 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17195 Add toggle-read-only. (Bug#7292)
17196 * files.el (toggle-read-only): Mention that it should only
17197 be used interactively. (Bug#10006)
17198
17199 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
17200
17201 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17202 Adjust regexp for OCaml warnings.
17203
17204 * electric.el (electric-pair-post-self-insert-function): Let user
17205 turn it off buffer-locally (bug#9932).
17206
17207 * progmodes/python.el (python-beginning-of-statement):
17208 Rewrite (bug#2703).
17209
17210 * progmodes/compile.el: Better handle TABs (bug#9749).
17211 (compilation-internal-error-properties)
17212 (compilation-next-error-function): Obey the target buffer's
17213 compilation-error-screen-columns.
17214
17215 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
17216
17217 * progmodes/meta-mode.el: Remove obsolete comments.
17218 (meta-right-comment-regexp, meta-ignore-comment-regexp):
17219 Fix typos in docstrings.
17220
17221 2011-11-09 Martin Rudalics <rudalics@gmx.at>
17222
17223 * window.el (window-size-fixed-p): Rewrite doc-string.
17224 (window-resizable-p): Rename to window--resizable-p. Update callers.
17225 (window--resizable): New function. Make all callers of
17226 window-resizable call window--resizable instead.
17227 (window-resizable): Rewrite in terms of window--resizable.
17228
17229 2011-11-08 Glenn Morris <rgm@gnu.org>
17230
17231 * progmodes/delphi.el (delphi-mode-syntax-table):
17232 Let define-derived-mode define a proper syntax table. (Bug#9994)
17233
17234 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17235
17236 * window.el: Stay away from defsubst.
17237 (window-list-no-nils): Remove.
17238 (window-state-get-1, window-state-get): Use backquote instead.
17239
17240 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17241
17242 * emacs-lisp/find-func.el (find-function-read):
17243 Fix incorrect use of default argument in `completing-read'.
17244
17245 2011-11-08 Martin Rudalics <rudalics@gmx.at>
17246
17247 * window.el (display-buffer-function, special-display-function):
17248 Mention display-buffer-record-window but do not mention
17249 help-setup parameter in doc-strings.
17250 (window-min-delta): Fix doc-string typo.
17251
17252 2011-11-08 Chong Yidong <cyd@gnu.org>
17253
17254 * window.el (window-total-height, window-total-width): Doc fix.
17255 (window-body-size): Move from C.
17256 (window-body-height, window-body-width): Move to C.
17257
17258 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17259
17260 * window.el: Make special-display like display-buffer-alist (bug#9532).
17261 (display-buffer--special-action): New function, morphed
17262 from display-buffer--special.
17263 (display-buffer): Use it to handle special-display-buffers at higher
17264 priority (just after display-buffer-alist).
17265 (display-buffer-fallback-action, display-buffer--other-frame-action)
17266 (pop-to-buffer-same-window): Remove display-buffer--special.
17267
17268 2011-11-07 Glenn Morris <rgm@gnu.org>
17269
17270 * calendar/cal-menu.el (cal-menu-set-date-title):
17271 Do nothing if not in a calendar. (Bug#9976)
17272
17273 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
17274
17275 * files.el (find-file): Always use selected-window.
17276
17277 2011-11-07 Martin Rudalics <rudalics@gmx.at>
17278
17279 * window.el (window-combinations): Make WINDOW argument
17280 mandatory. Rewrite doc-string.
17281 (walk-window-subtree, window-atom-check, window-min-delta)
17282 (window-max-delta, window--resize-this-window)
17283 (window--resize-root-window-vertically, window-tree)
17284 (balance-windows, window-state-put): Rewrite doc-strings as to
17285 not mention the term "subwindow".
17286 (window--resize-subwindows-skip-p): Rename to
17287 window--resize-child-windows-skip-p.
17288 (window--resize-subwindows-normal): Rename to
17289 window--resize-child-windows-normal.
17290 (window--resize-subwindows): Rename to
17291 window--resize-child-windows.
17292 (window-or-subwindow-p): Rename to window--in-subtree-p.
17293
17294 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17295
17296 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
17297 Ensure that mbox format messages end in two newlines (Bug#9974).
17298
17299 2011-11-06 Chong Yidong <cyd@gnu.org>
17300
17301 * window.el (window-combination-p): Function deleted; its
17302 side-effect is not used in any existing code.
17303 (window-combinations, window-combined-p): Call window-*-child
17304 directly.
17305
17306 2011-11-05 Chong Yidong <cyd@gnu.org>
17307
17308 * window.el (window-valid-p): Rename from window-any-p.
17309 (window-size-ignore, window-state-get): Callers changed.
17310 (window-normalize-window): Rename from window-normalize-any-window.
17311 New arg LIVE-ONLY, replacing window-normalize-live-window.
17312 (window-normalize-live-window): Delete.
17313 (window-combination-p, window-combined-p, window-combinations)
17314 (walk-window-subtree, window-atom-root, window-min-size)
17315 (window-sizable, window-sizable-p, window-size-fixed-p)
17316 (window-min-delta, window-max-delta, window-resizable)
17317 (window-resizable-p, window-full-height-p, window-full-width-p)
17318 (window-current-scroll-bars, window-point-1, set-window-point-1)
17319 (window-at-side-p, window-in-direction, window-resize)
17320 (adjust-window-trailing-edge, maximize-window, minimize-window)
17321 (window-deletable-p, delete-window, delete-other-windows)
17322 (record-window-buffer, unrecord-window-buffer)
17323 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
17324 (quit-window, split-window, window-state-put)
17325 (set-window-text-height, fit-window-to-buffer)
17326 (shrink-window-if-larger-than-buffer): Callers changed.
17327
17328 2011-11-04 Eli Zaretskii <eliz@gnu.org>
17329
17330 * mail/rmail.el (rmail-simplified-subject): Decode subject with
17331 rfc2047-decode-string.
17332 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
17333 warnings.
17334
17335 * window.el (window-body-height, window-body-width): Mention in
17336 the doc string that the return values are in frame's canonical
17337 units. (Bug#9949)
17338
17339 2011-11-03 Alan Mackenzie <acm@muc.de>
17340
17341 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
17342 change in cc-engine.el.
17343
17344 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
17345
17346 * window.el (switch-to-buffer): Use `force-same-window' interactively.
17347
17348 2011-11-02 Martin Rudalics <rudalics@gmx.at>
17349
17350 * window.el (quit-window): Call unrecord-window-buffer after
17351 showing another buffer in the window. (Bug#9937)
17352 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
17353
17354 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
17355
17356 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
17357 Accept status with more than 9 shelves. (Bug#9935)
17358 Reported by Colin D Bennett <colin@gibibit.com>.
17359
17360 2011-11-01 Martin Rudalics <rudalics@gmx.at>
17361
17362 * help.el (with-help-window): Don't reference
17363 temp-buffer-show-specifiers in doc-string.
17364
17365 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
17366
17367 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
17368 menu-item.
17369
17370 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17371
17372 * whitespace.el: New version 13.2.2.
17373 (whitespace-newline-mode): Disable properly. Reported by Sarah
17374 <EmacsWiki>.
17375
17376 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
17377
17378 * net/newst-treeview.el: Remove "Time-stamp".
17379 (newsticker--group-manage-orphan-feeds): Do not call
17380 newsticker--treeview-tree-update.
17381 (newsticker-treeview-update, newsticker-treeview):
17382 Call newsticker--treeview-tree-update if necessary.
17383
17384 2011-10-30 Martin Rudalics <rudalics@gmx.at>
17385
17386 * window.el (window-iso-combination-p, window-iso-combined-p)
17387 (window-iso-combinations): Remove "iso-" infix.
17388 Suggested by Chong Yidong.
17389 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
17390 (window-max-delta-1, window-resize, window--resize-siblings)
17391 (window--resize-this-window, adjust-window-trailing-edge)
17392 (split-window, balance-windows-1)
17393 (shrink-window-if-larger-than-buffer):
17394 * calendar/calendar.el (calendar-generate-window):
17395 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
17396
17397 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17398
17399 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
17400 in place (bug#9907).
17401 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
17402 (eshell-rewrite-if-command, eshell-rewrite-for-command)
17403 (eshell-structure-basic-command, eshell-rewrite-while-command)
17404 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
17405 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
17406 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
17407 (eshell-do-pipelines-synchronously, eshell-eval-command):
17408 Use backquotes and prefer setq to set.
17409 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
17410 (eshell-macrop): Use functionp.
17411 (eshell-do-eval): Handle multiple expressions in `while' body.
17412
17413 2011-10-30 Chong Yidong <cyd@gnu.org>
17414
17415 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
17416 instead of set-mark (Bug#9810).
17417
17418 2011-10-30 Chong Yidong <cyd@gnu.org>
17419
17420 * window.el (split-window-below, split-window-right): Rename from
17421 split-window-above-each-other and split-window-side-by-side
17422 respectively. All callers changed.
17423 (split-window-sensibly, split-window-sensibly): Use them.
17424 (split-window-keep-point): Doc fix.
17425
17426 * isearch.el: Add isearch-scroll property to split-window-below
17427 and split-window-right.
17428
17429 * follow.el (follow-mode):
17430 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17431 * progmodes/ada-xref.el (ada-gdb-application):
17432 * emulation/vip.el (vip-buffer-in-two-windows):
17433 * image-dired.el (image-dired-dired-with-window-configuration):
17434 * dired-x.el (dired-do-find-marked-files):
17435 * dired.el (dired-pop-to-buffer):
17436 * bs.el (bs--show-with-configuration):
17437 * vc/emerge.el (emerge-setup-windows):
17438 * textmodes/two-column.el (2C-two-columns):
17439 * textmodes/reftex-toc.el (reftex-toc):
17440 * progmodes/gdb-mi.el (gdb-setup-windows):
17441 * progmodes/fortran.el (fortran-window-create):
17442 * net/newst-treeview.el (newsticker--treeview-window-init):
17443 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
17444 * emulation/tpu-edt.el (tpu-gold-map):
17445 * emulation/crisp.el (crisp-mode-map):
17446 * calendar/calendar.el (calendar-basic-setup): Callers changed.
17447
17448 2011-10-29 Chong Yidong <cyd@gnu.org>
17449
17450 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
17451
17452 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
17453
17454 * textmodes/flyspell.el (flyspell-word): Fix char offset for
17455 forged Ispell output (Bug#7904).
17456
17457 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
17458
17459 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17460
17461 * doc-view.el: Avoid ugly errors about not finding nil.
17462 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
17463 (doc-view-dvipdf-program, doc-view-unoconv-program)
17464 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
17465 Avoid nil or absolute file name as default value.
17466 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
17467
17468 2011-10-28 Alan Mackenzie <acm@muc.de>
17469
17470 * progmodes/cc-defs.el (c-version): -> 5.32.2.
17471
17472 2011-10-28 Alan Mackenzie <acm@muc.de>
17473
17474 Amend the handling of c-beginning/end-of-defun in nested declaration
17475 scopes.
17476
17477 * progmodes/cc-vars.el (c-defun-tactic): Move here from
17478 cc-langs.el. Change it to a defcustom.
17479
17480 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
17481 cc-vars.el.
17482
17483 * progmodes/cc-engine.el (c-beginning-of-statement-1):
17484 Prevent "class foo : bar" being spuriously recognized as a label.
17485
17486 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
17487 Add parameter `inclusive' (to include enclosing braces in the region).
17488 (c-widen-to-enclosing-decl-scope): New function.
17489 (c-while-widening-to-decl-block): New macro.
17490 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
17491 outward for defun boundaries, and correspondingly change symbol
17492 `respect-enclosure' to `go-outward'.
17493 (c-declaration-limits): Change algorithm to report only the "innermost"
17494 defun's boundaries.
17495
17496 2011-10-28 Deniz Dogan <deniz@dogan.se>
17497
17498 * net/rcirc.el (rcirc-mode): Use hard newlines.
17499
17500 2011-10-28 Alan Mackenzie <acm@muc.de>
17501
17502 Amend to indent and fontify macros "which include their own semicolon"
17503 correctly, using the "virtual semicolon" mechanism.
17504
17505 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
17506
17507 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
17508 Recode to scan one line at a time rather than having \n and \r
17509 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
17510 (c-forward-label): Amend for virtual semicolons.
17511 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
17512
17513 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
17514 of the new C macros.
17515
17516 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
17517 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
17518 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
17519 (c-opt-cpp-macro-define): Make into a full language variable.
17520 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
17521 AWK Mode (including \n, \r) removed, no longer needed.
17522
17523 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
17524 Invoke c-make-macro-with-semi-re.
17525
17526 * progmodes/cc-vars.el (c-macro-with-semi-re):
17527 (c-macro-names-with-semicolon): New variables.
17528 (c-make-macro-with-semi-re): New function.
17529
17530 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17531
17532 * vc/log-edit.el: Fill empty field rather than adding new one.
17533 (log-edit-add-field): New function.
17534 (log-edit-insert-changelog): Use it.
17535
17536 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17537
17538 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
17539
17540 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17541
17542 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
17543 (gdb--check-interpreter): New function.
17544 (gdb): Use it.
17545
17546 2011-10-27 Glenn Morris <rgm@gnu.org>
17547
17548 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
17549 (least-positive-float, least-negative-float)
17550 (least-positive-normalized-float, least-negative-normalized-float)
17551 (float-epsilon, float-negative-epsilon):
17552 Remove unnecessary declarations.
17553
17554 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
17555 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
17556 (least-positive-float, least-negative-float)
17557 (least-positive-normalized-float, least-negative-normalized-float)
17558 (float-epsilon, float-negative-epsilon): Add doc-strings,
17559 based on those in cl.texi.
17560
17561 * files.el (set-visited-file-name): If the major-mode changed,
17562 reload the local variables. (Bug#9796)
17563
17564 2011-10-27 Chong Yidong <cyd@gnu.org>
17565
17566 * subr.el (change-major-mode-after-body-hook): New hook.
17567 (run-mode-hooks): Run it.
17568
17569 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
17570 Use change-major-mode-before-body-hook.
17571
17572 * simple.el (fundamental-mode):
17573 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
17574 change introducing fundamental-mode-hook.
17575
17576 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
17577
17578 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
17579
17580 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
17581
17582 * ido.el (ido-file-name-all-completions-1): Do not require
17583 tramp.el explicitly. (Bug#7583)
17584
17585 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17586
17587 * progmodes/octave-mod.el:
17588 * progmodes/octave-inf.el: Update maintainer.
17589
17590 2011-10-26 Chong Yidong <cyd@gnu.org>
17591
17592 * subr.el (with-wrapper-hook): Rewrite doc.
17593
17594 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
17595
17596 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
17597 filenames "/method:foo:". (Bug#9793)
17598
17599 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17600
17601 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
17602 (bug#9865).
17603
17604 2011-10-24 Glenn Morris <rgm@gnu.org>
17605
17606 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
17607
17608 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
17609
17610 * notifications.el: Add the requirement of a running D-Bus session
17611 bus to the Commentary.
17612
17613 2011-10-24 Juri Linkov <juri@jurta.org>
17614
17615 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
17616 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
17617 (Bug#9364)
17618
17619 2011-10-24 Juri Linkov <juri@jurta.org>
17620
17621 * info.el (Info-following-node-name-re): Add newline to the list
17622 of allowed characters for leading space. (Bug#9824)
17623
17624 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17625
17626 * progmodes/octave-inf.el (inferior-octave-mode-map):
17627 Fix C-c C-h binding.
17628 * progmodes/octave-mod.el (octave-help): Remove.
17629
17630 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
17631
17632 Sync with Tramp 2.2.3.
17633
17634 * net/tramp-cache.el (top): Pacify byte-compiler using
17635 `init-file-user' and `site-run-file'.
17636
17637 * net/trampver.el: Update release number.
17638
17639 2011-10-23 Chong Yidong <cyd@gnu.org>
17640
17641 * files.el (toggle-read-only): Remove obsolete comment about
17642 version control.
17643
17644 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
17645 for toggle-read-only. Note that this hasn't called vc-next-action
17646 since 2008-05-02, though it wasn't documented at the time.
17647
17648 * vc/ediff-init.el (ediff-toggle-read-only-function):
17649 Use toggle-read-only.
17650
17651 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
17652
17653 Fix bug #9560, sporadic wrong indentation; improve instrumentation
17654 of c-parse-state.
17655
17656 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
17657 correct faulty logical expression.
17658 (c-parse-state-state, c-record-parse-state-state):
17659 (c-replay-parse-state-state): New defvar/defuns.
17660 (c-debug-parse-state): Use new functions.
17661
17662 2011-10-22 Martin Rudalics <rudalics@gmx.at>
17663
17664 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
17665 last fix. Use window-in-direction correctly.
17666
17667 2011-10-21 Chong Yidong <cyd@gnu.org>
17668
17669 * progmodes/idlwave.el (idlwave-mode):
17670 * progmodes/vera-mode.el (vera-mode): No need to set
17671 require-final-newline; that's done in prog-mode.
17672 Suggested by Stefan Monnier.
17673
17674 2011-10-21 Martin Rudalics <rudalics@gmx.at>
17675
17676 * mouse.el (mouse-drag-window-above)
17677 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
17678 (mouse-drag-mode-line-1, mouse-drag-header-line)
17679 (mouse-drag-vertical-line-rightward-window): Remove.
17680 (mouse-drag-line): New function.
17681 (mouse-drag-mode-line, mouse-drag-header-line)
17682 (mouse-drag-vertical-line): Call mouse-drag-line.
17683 * window.el (window-at-side-p, windows-at-side): New functions.
17684
17685 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
17686
17687 * tar-mode.el (tar-grind-file-mode):
17688 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
17689
17690 2011-10-21 Chong Yidong <cyd@gnu.org>
17691
17692 * progmodes/idlwave.el (idlwave-mode):
17693 * progmodes/vera-mode.el (vera-mode):
17694 Use mode-require-final-newline.
17695
17696 2011-10-20 Glenn Morris <rgm@gnu.org>
17697
17698 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
17699
17700 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
17701
17702 * emulation/cua-base.el (cua-set-mark): Fix case of string.
17703
17704 2011-10-20 Chong Yidong <cyd@gnu.org>
17705
17706 * emulation/cua-base.el (cua-mode):
17707 * mail/footnote.el (footnote-mode):
17708 * mail/mailabbrev.el (mail-abbrevs-mode):
17709 * net/xesam.el (xesam-minor-mode):
17710 * progmodes/bug-reference.el (bug-reference-mode):
17711 * progmodes/cap-words.el (capitalized-words-mode):
17712 * progmodes/compile.el (compilation-minor-mode)
17713 (compilation-shell-minor-mode):
17714 * progmodes/gud.el (gud-tooltip-mode):
17715 * progmodes/hideif.el (hide-ifdef-mode):
17716 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
17717 * progmodes/subword.el (subword-mode):
17718 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
17719 * progmodes/which-func.el (which-function-mode):
17720 * term/tvi970.el (tvi970-set-keypad-mode):
17721 * term/vt100.el (vt100-wide-mode):
17722 * textmodes/flyspell.el (flyspell-mode):
17723 * textmodes/ispell.el (ispell-minor-mode):
17724 * textmodes/nroff-mode.el (nroff-electric-mode):
17725 * textmodes/paragraphs.el (use-hard-newlines):
17726 * textmodes/refill.el (refill-mode):
17727 * textmodes/reftex.el (reftex-mode):
17728 * textmodes/rst.el (rst-minor-mode):
17729 * textmodes/sgml-mode.el (html-autoview-mode)
17730 (sgml-electric-tag-pair-mode):
17731 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
17732 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
17733 * emulation/crisp.el (crisp-mode):
17734 * emacs-lisp/eldoc.el (eldoc-mode):
17735 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
17736 minor mode behavior.
17737
17738 2011-10-19 Juri Linkov <juri@jurta.org>
17739
17740 * descr-text.el (describe-char): Add #x2010 and #x2011 to
17741 the list of hard-coded chars with escape-glyph face.
17742
17743 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17744
17745 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
17746
17747 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
17748
17749 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
17750 running process.
17751
17752 2011-10-19 Glenn Morris <rgm@gnu.org>
17753
17754 * vc/vc-bzr.el (vc-bzr-after-dir-status):
17755 Ignore ignored files. (Bug#9726)
17756
17757 2011-10-19 Chong Yidong <cyd@gnu.org>
17758
17759 Doc fix for minor modes, stating that an omitted argument enables
17760 the mode unconditionally when called from Lisp.
17761
17762 * abbrev.el (abbrev-mode):
17763 * allout.el (allout-mode):
17764 * autoinsert.el (auto-insert-mode):
17765 * autoarg.el (autoarg-mode, autoarg-kp-mode):
17766 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
17767 (global-auto-revert-mode):
17768 * battery.el (display-battery-mode):
17769 * composite.el (global-auto-composition-mode)
17770 (auto-composition-mode):
17771 * delsel.el (delete-selection-mode):
17772 * desktop.el (desktop-save-mode):
17773 * dired-x.el (dired-omit-mode):
17774 * dirtrack.el (dirtrack-mode):
17775 * doc-view.el (doc-view-minor-mode):
17776 * double.el (double-mode):
17777 * electric.el (electric-indent-mode, electric-pair-mode):
17778 * emacs-lock.el (emacs-lock-mode):
17779 * epa-hook.el (auto-encryption-mode):
17780 * follow.el (follow-mode):
17781 * font-core.el (font-lock-mode):
17782 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
17783 * help.el (temp-buffer-resize-mode):
17784 * hilit-chg.el (highlight-changes-mode)
17785 (highlight-changes-visible-mode):
17786 * hi-lock.el (hi-lock-mode):
17787 * hl-line.el (hl-line-mode, global-hl-line-mode):
17788 * icomplete.el (icomplete-mode):
17789 * ido.el (ido-everywhere):
17790 * image-file.el (auto-image-file-mode):
17791 * image-mode.el (image-minor-mode):
17792 * iswitchb.el (iswitchb-mode):
17793 * jka-cmpr-hook.el (auto-compression-mode):
17794 * linum.el (linum-mode):
17795 * longlines.el (longlines-mode):
17796 * master.el (master-mode):
17797 * mb-depth.el (minibuffer-depth-indicate-mode):
17798 * menu-bar.el (menu-bar-mode):
17799 * minibuf-eldef.el (minibuffer-electric-default-mode):
17800 * mouse-sel.el (mouse-sel-mode):
17801 * msb.el (msb-mode):
17802 * mwheel.el (mouse-wheel-mode):
17803 * outline.el (outline-minor-mode):
17804 * paren.el (show-paren-mode):
17805 * recentf.el (recentf-mode):
17806 * reveal.el (reveal-mode, global-reveal-mode):
17807 * rfn-eshadow.el (file-name-shadow-mode):
17808 * ruler-mode.el (ruler-mode):
17809 * savehist.el (savehist-mode):
17810 * scroll-all.el (scroll-all-mode):
17811 * scroll-bar.el (scroll-bar-mode):
17812 * server.el (server-mode):
17813 * shell.el (shell-dirtrack-mode):
17814 * simple.el (auto-fill-mode, transient-mark-mode)
17815 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
17816 (line-number-mode, column-number-mode, size-indication-mode)
17817 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
17818 * strokes.el (strokes-mode):
17819 * time.el (display-time-mode):
17820 * t-mouse.el (gpm-mouse-mode):
17821 * tool-bar.el (tool-bar-mode):
17822 * tooltip.el (tooltip-mode):
17823 * type-break.el (type-break-mode-line-message-mode)
17824 (type-break-query-mode):
17825 * view.el (view-mode):
17826 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17827 (global-whitespace-mode, global-whitespace-newline-mode):
17828 * xt-mouse.el (xterm-mouse-mode): Doc fix.
17829
17830 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
17831 Fix autogenerated docstring.
17832
17833 2011-10-19 Juri Linkov <juri@jurta.org>
17834
17835 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
17836 by checking environment variables "DESKTOP_SESSION" and
17837 "XDG_CURRENT_DESKTOP". (Bug#9779)
17838
17839 2011-10-19 Juri Linkov <juri@jurta.org>
17840
17841 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
17842 (browse-url-chromium-program, browse-url-chromium-arguments):
17843 New defcustoms.
17844 (browse-url-default-browser): Check for `browse-url-chromium' and
17845 call `browse-url-chromium-program'.
17846 (browse-url-chromium): New command. (Bug#9779)
17847
17848 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
17849
17850 * facemenu.el (list-colors-duplicates): On Windows, detect more
17851 duplicates by assuming that only colors matching "^System" are
17852 special "system colors". (Bug#9722)
17853
17854 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17855
17856 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
17857 to distinguish the author from the committer.
17858
17859 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
17860
17861 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
17862
17863 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
17864
17865 * international/mule.el (sgml-html-meta-auto-coding-function):
17866 Add support for detecting encoding in HTML5 specified only as
17867 <meta charset="UTF-8">. Implementation just makes http-equiv and
17868 content-type parts from HTML4 encoding string optional. (Bug#9716)
17869
17870 2011-10-18 Glenn Morris <rgm@gnu.org>
17871
17872 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
17873
17874 2011-10-18 Chong Yidong <cyd@gnu.org>
17875
17876 * faces.el (cursor): Doc fix.
17877
17878 2011-10-17 Chong Yidong <cyd@gnu.org>
17879
17880 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
17881
17882 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
17883
17884 * dirtrack.el (dirtrack): Support shell buffers with path
17885 prefixes, e.g. tramp-based remote shells. (Bug#9647)
17886
17887 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
17888
17889 * json.el: Bump version to 1.3 and note change in History.
17890 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
17891
17892 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17893
17894 * comint.el (comint-insert-input, comint-send-input)
17895 (comint-get-old-input-default, comint-backward-matching-input)
17896 (comint-next-prompt): Use nil instead of `input' for field property of
17897 past user input (bug#114).
17898
17899 * minibuffer.el (completion--replace): Inherit surrounding properties
17900 (bug#114).
17901 (minibuffer-complete-and-exit): Use it.
17902
17903 * comint.el (comint--table-subvert): Quote the all-completions output
17904 (bug#9160).
17905
17906 2011-10-17 Martin Rudalics <rudalics@gmx.at>
17907
17908 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
17909
17910 * menu-bar.el (menu-bar-file-menu): Add entry for making new
17911 window on right of selected. (Bug#9350) Reword other window
17912 entries and separate them from frame entries.
17913
17914 2011-10-15 Glenn Morris <rgm@gnu.org>
17915
17916 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
17917 Doc fixes.
17918
17919 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
17920
17921 * net/network-stream.el (network-stream-open-starttls):
17922 Improve detection of failure due to lack of TLS support.
17923
17924 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
17925 putting the input text in front and in bold.
17926
17927 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17928
17929 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
17930
17931 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
17932 empty buffer.
17933
17934 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
17935 unread-command-events rather than pushing yet-another event.
17936
17937 2011-10-14 Eli Zaretskii <eliz@gnu.org>
17938
17939 * mail/sendmail.el (sendmail-query-once): Improve the wording of
17940 the explanation of the possible choices. Make the options passed
17941 to completing-read shorter.
17942
17943 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
17944
17945 * textmodes/flyspell.el (flyspell-large-region): Make sure
17946 extended character mode is used if defined (Bug#1339).
17947
17948 2011-10-13 Eli Zaretskii <eliz@gnu.org>
17949
17950 * simple.el (what-cursor-position): Fix the display of the
17951 character info for LRE, LRO, RLE, and RLO characters by appending
17952 an invisible PDF.
17953
17954 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
17955
17956 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
17957 even in case of error; add debug spec; simplify data flow.
17958 (with-timeout-handler): Remove.
17959
17960 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
17961
17962 Fix Bug#6019, Bug#9315.
17963
17964 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
17965 complete `buffer-file-name', the local file name part could look
17966 remotely (for example on VMS).
17967
17968 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
17969 `tramp-run-real-handler'.
17970 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
17971 already quoted by '"'.
17972
17973 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
17974 Let `file-name-handler-alist' be nil, the local file name part
17975 could look remotely (for example on VMS).
17976
17977 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
17978
17979 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
17980 from here...
17981 (flyspell-post-command-hook): ...to here.
17982
17983 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
17984
17985 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
17986 if not needed.
17987 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
17988 using completion. Protect against "slow" callers.
17989 Remove the "message hack".
17990
17991 2011-10-11 Juri Linkov <juri@jurta.org>
17992
17993 * isearch.el (isearch-lazy-highlight-word): New variable.
17994 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
17995 Use it. (Bug#9727)
17996
17997 2011-10-11 Glenn Morris <rgm@gnu.org>
17998
17999 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
18000 like f90-previous-statement does.
18001
18002 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18003
18004 * eshell/eshell.el (eshell-command): History should be saved
18005 only in interactive use, to avoid error.
18006
18007 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18008
18009 * minibuffer.el (completion-file-name-table): Fix last change,
18010 i.e. ignore normal errors but not the other ones.
18011
18012 2011-10-10 Martin Rudalics <rudalics@gmx.at>
18013
18014 * window.el (special-display-buffer-names)
18015 (special-display-regexps): Remove some remnants of earlier
18016 changes from doc-strings.
18017 (quit-windows-on): New function.
18018
18019 * vc/vc.el (vc-revert, vc-rollback):
18020 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
18021 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
18022 (Bug#6183) (Bug#7074) (Bug#7447)
18023
18024 2011-10-09 Martin Rudalics <rudalics@gmx.at>
18025
18026 * window.el (frame-auto-hide-function): Add version tag.
18027 (Bug#9699)
18028
18029 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
18030
18031 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
18032 condition.
18033
18034 2011-10-09 Leo Liu <sdl.web@gmail.com>
18035
18036 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
18037 (Bug#9701)
18038
18039 2011-10-08 Glenn Morris <rgm@gnu.org>
18040
18041 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
18042 before the first code statement zero indent. (Bug#9690)
18043
18044 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
18045
18046 * simple.el (count-words-region): Always count in the region.
18047 Report the number of lines and characters too.
18048 (count-words): New command, which counts in the buffer if the
18049 region is inactive, as count-words-region used to.
18050 (count-words--message): New function. Handle plurals.
18051 (count-lines-region): Make it an alias for count-words-region.
18052
18053 * bindings.el (esc-map): Replace count-lines-region with
18054 count-words-region.
18055
18056 2011-10-08 Martin Rudalics <rudalics@gmx.at>
18057
18058 * window.el (window--delete): Delete dedicated frame
18059 unconditionally when argument KILL is non-nil. (Bug#9699)
18060 (switch-to-buffer): Fix doc-string typo.
18061
18062 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18063
18064 * eshell/eshell.el (eshell-command): Avoid using hooks.
18065
18066 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
18067
18068 * bindings.el ([M-left],[M-right]): Bind to left-word and
18069 right-word respectively.
18070
18071 2011-10-07 Glenn Morris <rgm@gnu.org>
18072
18073 * cus-start.el (debug-on-quit): Fix custom type.
18074
18075 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18076
18077 * subr.el (define-key-after): Clarify that the function is not
18078 useful for non-menu keymaps.
18079
18080 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
18081
18082 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18083
18084 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
18085 in current minibuffer (Fix bug with recursive minibuffers).
18086
18087 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
18088
18089 * progmodes/gdb-mi.el (gdb): Doc fix.
18090
18091 2011-10-05 Martin Rudalics <rudalics@gmx.at>
18092
18093 * window.el (frame-auto-hide-function): New option replacing
18094 frame-auto-delete. Suggested by Stefan Monnier.
18095 (window--delete): Call frame-auto-hide-function instead of
18096 investigating frame-auto-delete.
18097 (window-point-1, set-window-point-1): New functions.
18098 (window-in-direction, record-window-buffer, window-state-get-1)
18099 (display-buffer-record-window): Use window-point-1 instead of
18100 window-point.
18101 (set-window-buffer-start-and-point): Use set-window-point-1.
18102
18103 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18104
18105 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
18106
18107 2011-10-05 Glenn Morris <rgm@gnu.org>
18108
18109 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
18110 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
18111
18112 2011-10-05 Leo Liu <sdl.web@gmail.com>
18113
18114 * subr.el (read-char-choice): Fix argument to buffer-live-p which
18115 works with buffer object.
18116
18117 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18118
18119 * mpc.el (mpc-tool-bar-map): Add labels.
18120
18121 2011-10-04 Glenn Morris <rgm@gnu.org>
18122
18123 * calendar/holidays.el (calendar-check-holidays): Doc fix.
18124
18125 2011-10-04 Martin Rudalics <rudalics@gmx.at>
18126
18127 * window.el (window--delete): New function.
18128 (frame-auto-delete): Resuscitate option.
18129 (bury-buffer, replace-buffer-in-windows)
18130 (quit-window): Rewrite using window--delete.
18131 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18132 Pass display-buffer-mark-dedicated to window--display-buffer-2
18133 (Bug#9639).
18134
18135 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18136
18137 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
18138 returns a list (bug#9554). Add remote file name completion.
18139 * comint.el (comint--table-subvert): Curry and get quote&unquote
18140 functions as arguments.
18141 (comint--complete-file-name-data): Adjust call accordingly.
18142 * pcomplete.el (pcomplete--table-subvert): Remove.
18143 (pcomplete-completions-at-point): Use comint--table-subvert instead.
18144
18145 * minibuffer.el (completion-table-case-fold): Use currying.
18146 (completion--styles-type, completion--cycling-threshold-type):
18147 New constants.
18148 (completion-styles, completion-category-overrides)
18149 (completion-cycle-threshold): Use them.
18150 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
18151 completion-table-case-fold.
18152
18153 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
18154
18155 * minibuffer.el (completion-category-overrides): Fix type of styles
18156 and add more user friendly tags (bug#9660).
18157
18158 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18159
18160 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
18161 (mule-input-method-string): New widget.
18162 (default-input-method, language-info-custom-alist): Use it.
18163
18164 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18165
18166 * pcomplete.el: Require comint.
18167 (pcomplete--common-suffix): Remove.
18168 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
18169 (pcomplete--table-subvert): Sync with comint--table-subvert.
18170 (pcomplete--entries): Use comint-completion-file-name-table.
18171 * comint.el (comint-unquote-filename): Simplify.
18172 (comint-completion-file-name-table): New function (bug#9616).
18173 (comint--complete-file-name-data): Use it.
18174
18175 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
18176 (pcmpl-gnu-tar-buffer): Remove.
18177 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
18178 around. Make sure pcomplete-suffix-list is only changed temporarily.
18179 Don't look inside the tar's file if it's too large.
18180
18181 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
18182
18183 * cus-edit.el (custom-mode-map):
18184 * epa.el (epa-key-list-mode-map):
18185 * man.el (Man-mode-map):
18186 * startup.el (splash-screen-keymap):
18187 * simple.el (special-mode-map): Use scroll-up-command and
18188 scroll-down-command.
18189
18190 * progmodes/idlw-help.el (idlwave-help-mode-map):
18191 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
18192 * net/newst-plainview.el (newsticker-mode-map):
18193 * emulation/ws-mode.el (wordstar-mode-map):
18194 * emulation/vi.el (vi-com-map):
18195 * calc/calc-graph.el (calc-graph-show-dumb):
18196 * term/sun.el (terminal-init-sun):
18197 * term/ns-win.el (global-map):
18198 * progmodes/grep.el (grep-mode-map):
18199 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
18200 * mail/rmail.el (rmail-mode-map):
18201 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
18202
18203 * custom.el (custom-safe-themes, load-theme): Treat value of t for
18204 custom-safe-themes as special.
18205
18206 2011-10-01 Julien Danjou <julien@danjou.info>
18207
18208 * notifications.el (notifications-notify): Fix docstring.
18209
18210 2011-10-01 Per Starbäck <per@starback.se>
18211
18212 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
18213
18214 2011-09-30 Martin Rudalics <rudalics@gmx.at>
18215
18216 * startup.el (command-line-1): Fix last fix by inserting
18217 initial-scratch-message into *scratch* before displaying it.
18218 (Bug#9605) and (Bug#9636)
18219
18220 2011-09-29 Eli Zaretskii <eliz@gnu.org>
18221
18222 * simple.el (line-move): If auto-hscroll-mode is disabled and the
18223 window is hscrolled, move by logical lines. (Bug#9607)
18224 (line-move-visual): Update the doc string to the above effect.
18225
18226 2011-09-29 Martin Rudalics <rudalics@gmx.at>
18227
18228 * window.el (display-buffer-record-window): When WINDOW is the
18229 selected window use `point' instead of `window-point'. (Bug#9626)
18230
18231 * startup.el (command-line-1): Use insert-before-markers when
18232 inserting initial-scratch-message. (Bug#9605)
18233
18234 * help.el (help-window): Remove variable.
18235
18236 2011-09-29 Glenn Morris <rgm@gnu.org>
18237
18238 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
18239
18240 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
18241
18242 * descr-text.el (describe-char-categories): Accept category
18243 descriptions more than one line long.
18244
18245 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
18246
18247 * simple.el (delete-trailing-whitespace): Fix last change.
18248
18249 * progmodes/perl-mode.el (perl-syntax-propertize-function):
18250 Don't confuse "y => 3" as the beginning of a `y' operation.
18251
18252 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
18253 object has more than 4 slots (bug#9613).
18254
18255 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
18256
18257 * subr.el (with-output-to-temp-buffer):
18258 * net/quickurl.el (quickurl, quickurl-browse-url):
18259 Fix typos in docstrings.
18260
18261 2011-09-27 Eli Zaretskii <eliz@gnu.org>
18262
18263 * minibuffer.el (completion-styles)
18264 (completion-category-overrides): Cross reference each other in doc
18265 strings.
18266
18267 2011-09-27 Glenn Morris <rgm@gnu.org>
18268
18269 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
18270 to split-string. (Bug#9606)
18271
18272 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
18273
18274 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
18275 (bug#9615).
18276
18277 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
18278
18279 * emacs-lisp/package.el (list-packages): Fix echo area message.
18280
18281 2011-09-27 Leo Liu <sdl.web@gmail.com>
18282
18283 * ido.el (ido-read-internal): Accept cons cell HIST arg.
18284
18285 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
18286
18287 * net/dbus.el (dbus-unregister-object): Don't release services for
18288 registered signals. (Bug#9581)
18289
18290 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
18291
18292 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
18293 function that picks between cfengine 2 and 3 support
18294 automatically. Update docs accordingly.
18295
18296 2011-09-22 Kenichi Handa <handa@m17n.org>
18297
18298 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
18299 ZERO.
18300 (indian-itrans-v5-table-for-tamil): New variable.
18301 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
18302
18303 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
18304
18305 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
18306 that's true if the current command involved collapsing of text.
18307 It's reset to false at the beginning of the next command.
18308 (allout-post-command-business): Move the cursor to the beginning
18309 of entry if the cursor is hidden and collapsing activity just
18310 happened.
18311
18312 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
18313
18314 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
18315 tracking (Bug#9541).
18316
18317 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
18318
18319 * net/newst-reader.el (newsticker-html-renderer)
18320 (newsticker-show-news): Automatically load html rendering package
18321 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
18322 because w3m-fill-column is let-bound" and the error "Symbol's value
18323 as variable is void: w3m-fill-column".
18324
18325 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
18326
18327 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
18328 Release services only if they are defined. (Bug#9581)
18329
18330 2011-09-23 Richard Stallman <rms@gnu.org>
18331
18332 * textmodes/paragraphs.el (forward-sentence): For backwards case,
18333 distinguish start of paragraph from start of its text.
18334
18335 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
18336
18337 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
18338 (rmail-generate-viewer-buffer): Put that hook on view buffer.
18339 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
18340
18341 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
18342
18343 * international/mule-diag.el (mule-diag): Insert a newline after
18344 each fontset description.
18345
18346 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18347
18348 * simple.el (delete-trailing-whitespace):
18349 Document last change; simplify.
18350
18351 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
18352
18353 * simple.el (delete-trailing-whitespace): Also delete
18354 extra newlines at the end of the buffer.
18355
18356 * textmodes/picture.el: Make motion commands obey shift-select-mode.
18357 (picture-newline): Use forward-line so as to ignore fields.
18358
18359 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18360
18361 * subr.el (with-wrapper-hook): Fix edebug spec.
18362
18363 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18364
18365 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
18366 (bug#4538).
18367
18368 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
18369
18370 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
18371 Fix nasty bug using wrong cached values.
18372
18373 2011-09-23 Alan Mackenzie <acm@muc.de>
18374
18375 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
18376
18377 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
18378
18379 * window.el (pop-to-buffer): Ensure right window is selected if we
18380 chose another frame.
18381
18382 2011-09-22 Eli Zaretskii <eliz@gnu.org>
18383
18384 * simple.el (what-cursor-position): Use get-char-property-change
18385 and next-single-char-property-change, to be able to show display
18386 properties that come from overlays as well as text properties.
18387
18388 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
18389
18390 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
18391
18392 * cmuscheme.el (run-scheme, switch-to-scheme):
18393 * cus-edit.el (customize-group, custom-buffer-create)
18394 (customize-browse):
18395 * info.el (info):
18396 * shell.el (shell):
18397 * mail/sendmail.el (mail):
18398 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
18399
18400 2011-09-22 Richard Stallman <rms@gnu.org>
18401
18402 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
18403 move back only to line beg, don't move back over blank lines.
18404
18405 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
18406
18407 * files.el (copy-directory): Set directory attributes only in case
18408 they could be retrieved from the source directory. (Bug#9565)
18409
18410 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
18411
18412 * progmodes/hideshow.el (hs-looking-at-block-start-p)
18413 (hs-find-block-beginning, hs-hide-level-recursive):
18414 Ignore strings as well as comments. (Bug#9502)
18415
18416 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
18417
18418 * progmodes/sql.el (sql-comint-postgres):
18419 Convert port number to a string. (Bug#9566)
18420
18421 2011-09-22 Martin Rudalics <rudalics@gmx.at>
18422
18423 * window.el (quit-window): Undedicate window when switching to
18424 previous buffer. Reported by Thierry Volpiatto
18425 <thierry.volpiatto@gmail.com>.
18426 (special-display-popup-frame): When popping up a new frame reset
18427 its previous buffers to nil. Simplify code.
18428
18429 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
18430
18431 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
18432 and process filter, as done also in `shell-command'.
18433
18434 2011-09-21 Martin Rudalics <rudalics@gmx.at>
18435
18436 * window.el (set-window-buffer-start-and-point):
18437 Call set-window-start with NOFORCE argument t.
18438 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
18439 (quit-window): Reword doc-string. Handle new format of
18440 quit-restore parameter. Don't delete window if it has a
18441 previous buffer we can show instead of the present one.
18442 (display-buffer-record-window): Rewrite using a new format for
18443 the quit-restore window parameter
18444 (special-display-popup-frame, display-buffer-same-window)
18445 (display-buffer-reuse-window, display-buffer-pop-up-frame)
18446 (display-buffer-pop-up-window, display-buffer-use-some-window):
18447 Adapt symbol passed to display-buffer-record-window.
18448 * help.el (help-window-setup): Handle new format of quit-restore
18449 parameter.
18450
18451 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18452
18453 * faces.el (face-list): Fix docstring (bug#9564).
18454
18455 * window.el (display-buffer--action-function-custom-type):
18456 Don't include internal functions in the Custom interface.
18457
18458 2011-09-20 Juri Linkov <juri@jurta.org>
18459
18460 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
18461 (Info-forward-node, Info-backward-node, Info-next-preorder)
18462 (Info-last-preorder): Use it. (Bug#9528)
18463
18464 2011-09-20 Juri Linkov <juri@jurta.org>
18465
18466 * info.el (Info-last-preorder): Visit last menu item only when
18467 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
18468
18469 2011-09-20 Julien Danjou <julien@danjou.info>
18470
18471 * password-cache.el (password-cache-remove): Remove entries even if the
18472 value is nil, so that password with a nil value (negative caching) is
18473 possible to invalidate.
18474
18475 2011-09-20 Lawrence Mitchell <wence@gmx.li>
18476
18477 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
18478 all whitespace around breakpoint. (Bug#9553)
18479 (f90-find-breakpoint): Only break at whitespace inside a comment.
18480
18481 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
18482
18483 * minibuffer.el (completion-file-name-table): Keep track of errors.
18484 (completion-table-with-predicate): Handle the case where pred1 is nil.
18485 * pcomplete.el (pcomplete-completions-at-point): Simplify.
18486
18487 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18488
18489 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
18490 (debugger-return-value): Signal an error if the debugging context does
18491 not await any return value.
18492
18493 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
18494 * image-mode.el (image-toggle-display-text)
18495 (image-toggle-display-image): Stay away from evil `intangible'.
18496
18497 2011-09-19 Leo Liu <sdl.web@gmail.com>
18498
18499 * replace.el (occur-revert-arguments): Make it permanent-local.
18500 (occur-mode): Don't call font-lock-defontify.
18501
18502 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
18503
18504 * net/ldap.el (ldap-search-internal): Don't push empty search
18505 result (Bug#9508).
18506
18507 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18508
18509 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
18510
18511 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
18512
18513 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
18514 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
18515
18516 2011-09-18 Juri Linkov <juri@jurta.org>
18517
18518 * buff-menu.el (Buffer-menu-mode-map):
18519 * dired.el (dired-mode-map):
18520 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
18521 (lisp-interaction-mode-map):
18522 * emacs-lisp/package.el (package-menu-mode-map):
18523 * epa.el (epa-key-list-mode-map):
18524 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
18525 (menu-bar-options-menu):
18526 * outline.el (outline-mode-menu-bar-map):
18527 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
18528 * vc/vc-dir.el (vc-dir-menu-map):
18529 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
18530 Capitalize non-function content words in menu item strings.
18531
18532 * dired.el (dired-mode-map): Add menu item for
18533 `image-dired-dired-toggle-marked-thumbs'.
18534
18535 2011-09-18 Juri Linkov <juri@jurta.org>
18536
18537 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
18538 to `isearch-case-fold-search' and restore its original value
18539 after the `isearch-mode' call.
18540
18541 2011-09-18 Juri Linkov <juri@jurta.org>
18542
18543 * progmodes/grep.el (grep-process-setup): Don't check code for 1
18544 because `zgrep' returns 1 for successful matches (bug#9226).
18545
18546 2011-09-18 Juri Linkov <juri@jurta.org>
18547
18548 * info.el (Info-extract-menu-node-name): Check the second match
18549 for empty string (second test-case of bug#9528).
18550 (Info-last-preorder): Let-bind `Info-history' to nil to not add
18551 intermediate nodes to the history (first test-case of bug#9528).
18552
18553 2011-09-18 Juri Linkov <juri@jurta.org>
18554
18555 * info.el (Info-mode-syntax-table): New variable.
18556 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
18557
18558 2011-09-18 Juri Linkov <juri@jurta.org>
18559
18560 * info.el (Info-file-supports-index-cookies):
18561 Increment line-beginning-position's arg from 3 to 4 because makeinfo
18562 outputs one more line for long file names (bug#4142).
18563
18564 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
18565
18566 * newcomment.el (comment-normalize-vars): If prompting for
18567 comment-start, set comment-start-skip too (Bug#8424).
18568
18569 2011-09-18 Johan Bockgård <bojohan@gnu.org>
18570
18571 * icomplete.el: Fix previous fix of Bug#5849.
18572 (icomplete-mode): Don't set completion-show-inline-help.
18573 (icomplete-minibuffer-setup): Set completion-show-inline-help
18574 locally during icompletion.
18575
18576 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
18577
18578 * woman.el (woman2-process-escapes): Don't delete unrecognized
18579 escapes (Bug#7843).
18580
18581 * files.el (inhibit-first-line-modes-regexps): Add image files.
18582 (hack-local-variables-prop-line): Return nil for malformed
18583 prop-lines (Bug#9044).
18584
18585 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
18586
18587 * net/tramp.el (top): Don't require 'shell.
18588 (tramp-methods): Fix docstring.
18589 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
18590 Return complete remote file name. Handle "smb" case.
18591 Use `tramp-tmpdir', if defined for the respective method.
18592 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
18593
18594 * net/tramp-compat.el (top): Require 'shell.
18595
18596 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
18597 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
18598 `tramp-current-host'.
18599 (tramp-get-remote-tmpdir): Remove.
18600
18601 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
18602 `tramp-tmpdir' entries.
18603 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
18604 (tramp-smb-handle-file-attributes): Ignore errors.
18605 (tramp-smb-wait-for-output): Check also for process end.
18606
18607 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18608
18609 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
18610 when sending QUIT (bug#9312).
18611
18612 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
18613
18614 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
18615 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
18616 occur-mode-display-occurrence.
18617 (occur-edit-mode): Add usage message.
18618 (occur-cease-edit): New command.
18619 (occur-after-change-function): Use text properties to find the
18620 position of the prefix text.
18621 (occur-engine): Set stickiness of prefix text properties.
18622
18623 2011-09-17 Glenn Morris <rgm@gnu.org>
18624
18625 * progmodes/etags.el (complete-tag):
18626 Fix call to completion-in-region. (Bug#9526)
18627
18628 2011-09-17 Juri Linkov <juri@jurta.org>
18629
18630 * textmodes/ispell.el (ispell-word): Add to the error message
18631 the word, ispell program name and current dictionary (bug#9121).
18632 (ispell-tex-arg-end): Capitalize "error" in the error message.
18633
18634 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
18635
18636 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
18637 check. (Bug#4251)
18638
18639 2011-09-17 Juri Linkov <juri@jurta.org>
18640
18641 * window.el (window-safe-min-height, window-safe-min-width):
18642 Fix typos (followup to bug#9522).
18643
18644 2011-09-17 Sven Joachim <svenjoac@gmx.de>
18645
18646 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
18647
18648 2011-09-16 Eli Zaretskii <eliz@gnu.org>
18649
18650 * simple.el (line-move): If goal-column is set, move by logical
18651 lines, not by display lines. (Bug#971)
18652 (next-line, previous-line, goal-column, line-move-visual): Doc fix
18653 to reflect the above change.
18654
18655 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
18656
18657 * image.el (imagemagick-register-types): Use regexp-opt.
18658
18659 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
18660
18661 * window.el (display-buffer-base-action): Rename from
18662 display-buffer-default-action. Make default value empty.
18663 (display-buffer-overriding-action): Convert to defvar.
18664 (display-buffer-fallback-action): New var.
18665
18666 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
18667
18668 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
18669 declaration.
18670 (package--add-to-archive-contents): If there is a duplicate entry
18671 with an older version, remove it.
18672 (package-menu-mark-delete, package-menu-mark-install)
18673 (package-menu-mark-unmark): Make unused args optional.
18674 (package-menu-mark-obsolete-for-deletion):
18675 Use package-menu-get-status instead of a regexp search.
18676 (package-menu-get-status): Use tabulated-list-entry.
18677 (package-menu-mark-upgrades): New command.
18678 (package-menu-mode-map): Bind it to U. Add it to menu bar.
18679 (package-menu-execute): Do installation before deletion.
18680 (package-menu-refresh, package-menu-execute): Use derived-mode-p
18681 instead of checking major-mode.
18682 (package-menu--find-upgrades): New function.
18683
18684 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18685
18686 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
18687 passwords in the log buffer.
18688 (smtpmail-process-filter): Update the process marker so that the
18689 "broken by peer" status message is inserted in the right place.
18690
18691 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
18692
18693 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
18694 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
18695 bibtex-completion-at-point-function.
18696 (bibtex-completion-at-point-function): Use them.
18697
18698 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
18699
18700 * mpc.el (mpc-constraints-tag-lookup): New function.
18701 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
18702 also to browser "album|playlist".
18703
18704 2011-09-14 Juri Linkov <juri@jurta.org>
18705
18706 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
18707 (isearch-edit-string): Use length of `isearch-string' when
18708 `isearch-fail-pos' returns nil.
18709 (isearch-message): Remove duplicate code and call
18710 `isearch-fail-pos' with arg `t'.
18711
18712 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
18713
18714 * replace.el (occur-mode-goto-occurrence): Don't force using other
18715 window (Bug#9499).
18716
18717 * dired-aux.el (dired-do-chmod): Don't provide initial input.
18718
18719 2011-09-14 Martin Rudalics <rudalics@gmx.at>
18720
18721 * window.el (display-buffer-window): Remove.
18722 (display-buffer-record-window): Use help-setup window parameter
18723 instead of variable display-buffer-window.
18724 (display-buffer-function, special-display-buffer-names)
18725 (special-display-function): Mention help-setup parameter instead
18726 of display-buffer-window in doc-string.
18727 * help.el (help-window-setup): New argument help-window.
18728 Use help-window-setup parameter instead of display-buffer-window.
18729 Reword some messages.
18730 (with-help-window): Pass window used for displaying the buffer
18731 to help-window-setup. Don't set display-buffer-window.
18732
18733 2011-09-13 Glenn Morris <rgm@gnu.org>
18734
18735 * emacs-lisp/debug.el (debugger-make-xrefs):
18736 Preserve point. (Bug#9462)
18737
18738 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
18739
18740 * window.el (window-deletable-p): Use next-frame.
18741
18742 2011-09-13 Martin Rudalics <rudalics@gmx.at>
18743
18744 * window.el (window-auto-delete): Remove.
18745 (window-deletable-p): Remove argument FORCE. Don't deal with
18746 dedication and previous buffers.
18747 (switch-to-prev-buffer): Don't delete window.
18748 (delete-windows-on): Delete a window's frame if and only if the
18749 window is dedicated.
18750 (replace-buffer-in-windows): Delete buffer's window or frame if
18751 and only if window is dedicated.
18752 (quit-window): Handle quit-restore as before last change.
18753 (bury-buffer): Delete window only if window-deletable-p returns t.
18754
18755 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
18756
18757 * window.el (window-deletable-p): Never delete the last frame on a
18758 given terminal.
18759
18760 2011-09-13 Glenn Morris <rgm@gnu.org>
18761
18762 * help.el (describe-key-briefly): Copy previous standard-output change.
18763
18764 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
18765
18766 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
18767
18768 2011-09-13 Glenn Morris <rgm@gnu.org>
18769
18770 * emacs-lisp/lisp-mode.el (lisp-indent-function):
18771 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
18772
18773 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
18774
18775 * dired-aux.el (dired-mark-read-string): Don't return default
18776 value on empty input (Bug#9361).
18777 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
18778 Omit initial minibuffer contents.
18779 (dired-do-chmod): Signal an error on empty input.
18780 (dired-mark-read-string): Don't return default on empty input.
18781
18782 * files.el (file-modes-symbolic-to-number): Doc fix.
18783
18784 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
18785
18786 * international/mule-cmds.el (ucs-completions): Remove.
18787 (read-char-by-name): Use complete-with-action instead; add metadata.
18788
18789 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
18790
18791 * window.el (display-buffer--action-function-custom-type)
18792 (display-buffer--action-custom-type): New vars.
18793 (display-buffer-alist, display-buffer-default-action)
18794 (display-buffer-overriding-action): Add defcustom types.
18795
18796 * frame.el (delete-other-frames): Doc fix (Bug#276).
18797
18798 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18799
18800 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
18801
18802 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
18803
18804 Change modes that used same-window-* vars to use switch-to-buffer.
18805
18806 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
18807 Use switch-to-buffer.
18808
18809 * cus-edit.el (customize-group, custom-buffer-create)
18810 (customize-browse, custom-buffer-create-other-window):
18811 Use switch-to-buffer or switch-to-buffer-other-window.
18812
18813 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
18814 (Info-prev, Info-up, Info-speedbar-goto-node)
18815 (info-display-manual): Use switch-to-buffer.
18816 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
18817
18818 * mail/sendmail.el (mail): Use switch-to-buffer.
18819 (mail-recover): Use switch-to-buffer-other-window.
18820
18821 * cmuscheme.el (run-scheme, switch-to-scheme):
18822 * ielm.el (ielm):
18823 * shell.el (shell):
18824 * net/rlogin.el (rlogin):
18825 * net/telnet.el (telnet, rsh):
18826 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
18827
18828 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
18829
18830 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
18831
18832 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18833
18834 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
18835 so don't mention it (bug#9301).
18836 (dired-sort-toggle-or-edit): Clarify string further.
18837
18838 * faces.el (face-spec-set-match-display): Make `(type graphic)'
18839 match `x', `w32' and `ns', like the manual says (bug#9029).
18840
18841 * subr.el (eval-after-load): Doc string clarification (bug#9125).
18842 (process-kill-buffer-query-function): Mention the buffer name in
18843 the query.
18844
18845 * image-mode.el (image-next-line): The line parameter is mandatory
18846 (bug#9258).
18847
18848 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
18849 which can be useful (bug#9301).
18850
18851 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
18852
18853 * subr.el (match-string): Mention that the current buffer should
18854 be the same as the search was done in (bug#9282).
18855
18856 * facemenu.el: Disable the remove-* commands if the mark isn't
18857 active (bug#9162).
18858
18859 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
18860
18861 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
18862 of display-buffer.
18863 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
18864
18865 * replace.el (occur-mode-goto-occurrence)
18866 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
18867 and display-buffer.
18868
18869 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
18870 display-buffer.
18871
18872 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
18873 special-display and same-window variables.
18874 (mail-other-window): Use switch-to-buffer-other-window.
18875 (mail-other-frame): USe switch-to-buffer-other-frame.
18876
18877 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
18878 Use display-buffer-other-frame.
18879 (gdb-display-gdb-buffer): Use pop-to-buffer.
18880
18881 * progmodes/gud.el (gud-goto-info): Use info-other-window.
18882
18883 * progmodes/python.el: Don't set same-window-buffer-names.
18884
18885 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
18886
18887 * window.el (display-buffer-alist): Add *Python*.
18888
18889 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
18890
18891 * window.el (display-buffer-alist): Add entry for buffers
18892 previously handled same-window-*.
18893 (display-buffer-alist, display-buffer-default-action)
18894 (display-buffer-overriding-action): Mark as risky.
18895 (display-buffer-alist): Document action function changes.
18896 (display-buffer--same-window-action)
18897 (display-buffer--other-frame-action): New variables.
18898 (switch-to-buffer, display-buffer-other-frame): Use them.
18899 (display-buffer): Rename reuse-frame entry to reusable-frames.
18900 (display-buffer-reuse-selected-window): Function deleted.
18901 (display-buffer-reuse-window): Handle reusable-frames alist entry.
18902 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
18903 (display-buffer-special): New function.
18904 (display-buffer--maybe-pop-up-frame-or-window): Rename from
18905 display-buffer-reuse-or-pop-window. Split off special-display
18906 part into display-buffer-special.
18907 (display-buffer-use-some-window): Don't perform any special
18908 pop-up-frames handling.
18909 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
18910 (display-buffer--maybe-same-window): Rename from
18911 display-buffer-maybe-same-window.
18912
18913 * info.el: Don't set same-window-regexps.
18914 (info-setup): New function.
18915 (info-other-window, info): Call it.
18916
18917 * cus-edit.el: Don't set same-window-regexps.
18918 (customize-group): New argument.
18919 (customize-group-other-window): Use it.
18920 (customize-face, customize-face-other-window): Likewise.
18921 (custom-buffer-create-other-window): Use pop-to-buffer directly.
18922
18923 * net/rlogin.el:
18924 * net/telnet.el:
18925 * progmodes/gud.el: Don't set same-window-regexps.
18926
18927 * cmuscheme.el:
18928 * ielm.el:
18929 * shell.el:
18930 * mail/sendmail.el:
18931 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
18932
18933 2011-09-10 Juri Linkov <juri@jurta.org>
18934
18935 * isearch.el (isearch-edit-string): Remove obsolete mention of
18936 `C-w' (`isearch-yank-word-or-char') from docstring.
18937 (isearch-query-replace): Fix typo in docstring (bug#9466).
18938
18939 2011-09-10 Juri Linkov <juri@jurta.org>
18940
18941 * paren.el (show-paren-function): Don't show escaped parens.
18942 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
18943
18944 2011-09-10 Eli Zaretskii <eliz@gnu.org>
18945
18946 * mail/sendmail.el (mml-to-mime, mml-attach-file)
18947 (mm-default-file-encoding): Remove autoload forms, they are
18948 replaced with autoload cookies in mml.el and mm-encode.el.
18949 (mail-add-attachment): New command.
18950 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
18951 (mail-mode): Mention mail-insert-file and mail-add-attachment in
18952 the doc string.
18953 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
18954
18955 2011-09-10 Reuben Thomas <rrt@sc3d.org>
18956
18957 * simple.el (count-words-region): Use buffer if there's no region
18958 (bug#9429).
18959
18960 2011-09-09 Juri Linkov <juri@jurta.org>
18961
18962 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
18963 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
18964 (wdired-isearch-filter-read-only): New function. (Bug#6362)
18965
18966 2011-09-09 Alan Mackenzie <acm@muc.de>
18967
18968 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
18969 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
18970
18971 2011-09-09 Eli Zaretskii <eliz@gnu.org>
18972
18973 Fix for Savannah bug#9392.
18974 * simple.el (mail-encode-mml): New defvar.
18975
18976 * mail/rmail.el (mail-encode-mml): Add a defvar.
18977 (rmail-enable-mime-composing): Default to t.
18978 (rmail-forward): Use MIME method of forwarding only if both
18979 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
18980 Set mail-encode-mml non-nil if the MIME method was used.
18981
18982 * mail/sendmail.el (mml-to-mime): Add autoload form.
18983 (mail-encode-mml): Add a defvar.
18984 (mail-mode): Make mail-encode-mml buffer-local and initialize it
18985 to nil.
18986 (mail-send): If mail-encode-mml is non-nil, run the outgoing
18987 message through mml-to-mime, and reset mail-encode-mml to nil.
18988
18989 2011-09-09 Glenn Morris <rgm@gnu.org>
18990
18991 * woman.el (woman-if-body): When processing an .el block,
18992 do not delete the next .el block as well. (Bug#9447)
18993 (woman-special-characters): Add oq, cq, and hy characters.
18994
18995 2011-09-08 Martin Rudalics <rudalics@gmx.at>
18996
18997 * window.el (window-deletable-p): Make sure window is live before
18998 invoking window-prev-buffers.
18999
19000 2011-09-08 Leo Liu <sdl.web@gmail.com>
19001
19002 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
19003
19004 2011-09-08 Juri Linkov <juri@jurta.org>
19005
19006 * progmodes/compile.el (compilation-environment): Make it
19007 a defcustom (bug#8340).
19008
19009 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19010
19011 * window.el (frame-auto-delete): Rename to window-auto-delete.
19012 Make it control auto-deletion of windows and/or frames.
19013 (window-deletable-p): New argument FORCE. Rewrite conditions
19014 for deleting window/frame. (Bug#9419)
19015 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
19016 Rewrite handling of case when window/frame can be deleted.
19017 (delete-windows-on): Call window-deletable-p with new FORCE
19018 argument t. (Bug#9456)
19019
19020 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
19021
19022 * help-mode.el (help-mode): Restore autoload.
19023
19024 2011-09-07 Juri Linkov <juri@jurta.org>
19025
19026 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
19027 `compilation-environment'. Set buffer-local
19028 `compilation-environment' to `thisenv' later after (funcall mode).
19029 (Bug#8340)
19030
19031 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
19032 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
19033 instead of replacing its value. (Bug#8340)
19034
19035 2011-09-07 Juri Linkov <juri@jurta.org>
19036
19037 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
19038 based on text properties put by `grep-filter' instead of matching
19039 escape sequences.
19040 (grep-mode): Set buffer-local `compilation-error-screen-columns'
19041 to the value of `grep-error-screen-columns' (bug#9438).
19042
19043 2011-09-07 Juri Linkov <juri@jurta.org>
19044
19045 * simple.el (next-error-highlight, next-error-highlight-no-select):
19046 Doc fix (bug#9432).
19047
19048 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
19049
19050 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19051 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
19052
19053 2011-09-07 Leo Liu <sdl.web@gmail.com>
19054
19055 * net/rcirc.el (rcirc-mode): Conditionally initialize
19056 rcirc-input-ring.
19057
19058 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19059
19060 * emacs-lisp/find-func.el (find-function-C-source): Only set
19061 find-function-C-source-directory after checking that we found a source
19062 file there (bug#9440).
19063
19064 2011-09-06 Alan Mackenzie <acm@muc.de>
19065
19066 * isearch.el (isearch-other-meta-char): Wherever a key list is
19067 unread, "unread" the prefix arg, too. This fixes bug #8901.
19068
19069 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
19070
19071 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
19072
19073 2011-09-05 Juri Linkov <juri@jurta.org>
19074
19075 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
19076
19077 2011-09-05 Juri Linkov <juri@jurta.org>
19078
19079 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
19080 keeping point where processing of grep matches begins, and
19081 continue to delete remaining escape sequences from the same point.
19082 (grep-filter): Make leading zero optional in "0?1;31m" because
19083 git-grep emits "\033[1;31m" escape sequences unlike expected
19084 "\033[01;31m" as GNU Grep does (bug#9408).
19085 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
19086
19087 2011-09-05 Juri Linkov <juri@jurta.org>
19088
19089 * subr.el (y-or-n-p): Capitalize "yes".
19090
19091 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
19092
19093 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
19094 `tramp-cache-unload-hook' where appropriate.
19095 (tramp-methods): Rename `tramp-remote-sh' to
19096 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
19097 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
19098
19099 * net/tramp-sh.el (top): Don't require 'shell.
19100 (tramp-methods): Add `tramp-remote-shell' and
19101 `tramp-remote-shell-args' entries.
19102 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
19103 (tramp-sh-handle-shell-command): Remove.
19104 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19105 Use `tramp-remote-shell'.
19106
19107 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
19108
19109 * mail/sendmail.el (sendmail-query-once-function): Delete.
19110 (sendmail-query-once): Save directly to send-mail-function.
19111 Update message-send-mail-function too.
19112
19113 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
19114
19115 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19116
19117 * progmodes/python.el (python-mode-map): Use correct function to
19118 start python interpreter from menu-bar (as reported by Geert
19119 Kloosterman).
19120 (inferior-python-mode-map): Fix typo.
19121 (python-shell-map): Remove.
19122
19123 2011-09-03 Deniz Dogan <deniz@dogan.se>
19124
19125 * net/rcirc.el (rcirc-print): Simplify code for
19126 rcirc-scroll-show-maximum-output. There is no need to walk
19127 through all windows to find the right one.
19128
19129 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19130
19131 * help.el (help-return-method): Doc fix.
19132
19133 2011-09-03 Martin Rudalics <rudalics@gmx.at>
19134
19135 * window.el (window-deletable-p): Don't return a non-nil value
19136 when there's a buffer that was shown in the window before.
19137 (Bug#9419)
19138 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19139 Set window's previous buffers to nil.
19140
19141 2011-09-03 Eli Zaretskii <eliz@gnu.org>
19142
19143 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
19144 newline before and after the tag line, so it doesn't interfere
19145 with determining the paragraph direction of bidirectional text.
19146
19147 2011-09-03 Leo Liu <sdl.web@gmail.com>
19148
19149 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
19150
19151 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19152
19153 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
19154 (pop-to-buffer): Change interactive spec. Pass second argument
19155 directly to display-buffer.
19156 (display-buffer): Fix interactive spec. Use functionp to
19157 distinguish between a function and a list of functions.
19158
19159 * abbrev.el (edit-abbrevs):
19160 * arc-mode.el (archive-extract):
19161 * autoinsert.el (auto-insert):
19162 * bookmark.el (bookmark-bmenu-list):
19163 * files.el (find-file):
19164 * view.el (view-buffer):
19165 * progmodes/compile.el (compilation-goto-locus):
19166 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
19167
19168 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19169
19170 * window.el (display-buffer-alist): Doc fix.
19171 (display-buffer): Add docstring. Don't treat
19172 display-buffer-default specially.
19173 (display-buffer-reuse-selected-window)
19174 (display-buffer-same-window, display-buffer-maybe-same-window)
19175 (display-buffer-reuse-window, display-buffer-pop-up-frame)
19176 (display-buffer-pop-up-window)
19177 (display-buffer-reuse-or-pop-window)
19178 (display-buffer-use-some-window): New functions.
19179 (display-buffer-default-action): Use them.
19180 (display-buffer-default): Delete.
19181 (pop-to-buffer-1): Fix choice of actions.
19182
19183 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
19184
19185 * minibuffer.el (completion--insert-strings): Don't get confused by
19186 completion entries that end with an LF char.
19187
19188 2011-09-01 Eli Zaretskii <eliz@gnu.org>
19189
19190 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
19191
19192 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
19193
19194 * window.el (display-buffer): Restore interactive spec.
19195 (display-buffer-same-window, display-buffer-other-window):
19196 New functions.
19197 (pop-to-buffer-1): New function. Use the above.
19198 (pop-to-buffer, pop-to-buffer-same-window): Use it.
19199 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
19200
19201 * view.el (view-buffer-other-window, view-buffer-other-frame):
19202 Just use pop-to-buffer.
19203
19204 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19205
19206 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
19207
19208 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
19209
19210 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
19211
19212 2011-08-31 Richard Stallman <rms@gnu.org>
19213
19214 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
19215 of the separation of rmail-view-buffer from rmail-buffer.
19216 If you say no to "replace original", the decrypt is in the
19217 view buffer. If you say yes, the decrypt goes into the
19218 rmail buffer also.
19219
19220 2011-08-31 Martin Rudalics <rudalics@gmx.at>
19221
19222 * window.el (display-buffer-window): Rewrite doc-string.
19223 (display-buffer-record-window): New function.
19224 (display-buffer-macro-specifiers)
19225 (display-buffer-even-window-sizes, display-buffer-set-height)
19226 (display-buffer-set-width, display-buffer-in-window)
19227 (display-buffer-reuse-window, display-buffer-split-specifiers)
19228 (display-buffer-side-specifiers, display-buffer-split-window-1)
19229 (display-buffer-split-window, display-buffer-split-atom-window)
19230 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
19231 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
19232 (display-buffer-other-window-means-other-frame)
19233 (display-buffer-normalize-special)
19234 (display-buffer-normalize-default)
19235 (display-buffer-normalize-argument)
19236 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
19237 (display-buffer-normalize-specifiers, display-buffer-frame)
19238 (display-buffer-same-window, display-buffer-same-frame)
19239 (display-buffer-other-window)
19240 (display-buffer-same-frame-other-window)
19241 (display-buffer-other-frame, pop-to-buffer-same-window)
19242 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
19243 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
19244 (switch-to-buffer-same-frame)
19245 (switch-to-buffer-other-window-same-frame)
19246 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
19247 (display-buffer-alist-set-1, display-buffer-alist-set-2)
19248 (display-buffer-alist-set): Remove.
19249 (display-buffer-function, special-display-buffer-names)
19250 (special-display-regexps, special-display-function):
19251 In doc-string refer to display-buffer-window and quit-restore
19252 parameter.
19253 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
19254 (special-display-frame-alist, special-display-popup-frame)
19255 (same-window-buffer-names, same-window-regexps, same-window-p)
19256 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19257 (split-window-preferred-function, split-height-threshold)
19258 (split-width-threshold, window-splittable-p)
19259 (split-window-sensibly, window--try-to-split-window)
19260 (window--frame-usable-p, even-window-heights)
19261 (window--even-window-heights, window--display-buffer-1)
19262 (window--display-buffer-2, display-buffer-other-frame):
19263 Restore old Emacs 23 code, order and doc-strings where applicable.
19264 (display-buffer-default, display-buffer-assq-regexp): New functions.
19265 (display-buffer-alist): Rewrite doc-string.
19266 (display-buffer-default-action)
19267 (display-buffer-overriding-action): New variables.
19268 (display-buffer, switch-to-buffer): Rewrite.
19269 (pop-to-buffer): Restore Emacs 23 behavior but use
19270 window-normalize-buffer-to-display.
19271 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
19272 Restore Emacs 23 behavior but use
19273 window-normalize-buffer-to-switch-to.
19274 (pop-to-buffer-same-window): Rewrite.
19275 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
19276 Rewrite using Emacs 23 options.
19277
19278 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
19279
19280 * net/tramp.el (tramp-root-regexp): Remove.
19281 (tramp-completion-file-name-regexp-unified)
19282 (tramp-completion-file-name-regexp-separate)
19283 (tramp-completion-file-name-regexp-url): Don't use leading volume
19284 letter on w32 systems. (Bug#5303, Bug#9311)
19285 (tramp-drop-volume-letter): Simplify definition.
19286 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19287
19288 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19289
19290 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
19291 (bug#9356).
19292
19293 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
19294
19295 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
19296
19297 2011-08-29 Juri Linkov <juri@jurta.org>
19298
19299 * isearch.el (isearch-done): Don't display message "Mark saved"
19300 when arg `edit' is non-nil to prevent its flicker in the echo area.
19301
19302 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
19303
19304 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
19305 obsolete packages for deletion.
19306
19307 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
19308
19309 * help-mode.el (help-mode-map): Add special-mode-map to parent.
19310 (help-mode): Derive help-mode from special-mode. Don't invoke
19311 view-mode from help-mode.
19312 (help-xref-override-view-map): Remove.
19313 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
19314 view-mode is not used anymore.
19315
19316 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
19317
19318 * server.el (server-port): Doc fix.
19319
19320 * cus-theme.el (custom-theme-choose-mode): Inherit from
19321 special-mode (Bug#9124).
19322 (custom-theme-choose-mode-map): Add special-mode to parent.
19323
19324 2011-08-28 Alan Mackenzie <acm@muc.de>
19325
19326 * progmodes/cc-fonts.el
19327 (c-make-font-lock-BO-decl-search-function): New function.
19328 (c-basic-matchers-after - "Fontify the clauses after various
19329 keywords"): Extract the three keyword lists for the 3 erroneous
19330 constructs from the list of four, and use the new function above
19331 in place of an old one.
19332
19333 2011-08-28 Deniz Dogan <deniz@dogan.se>
19334
19335 * net/rcirc.el (rcirc-insert-prev-input)
19336 (rcirc-insert-next-input): Remove unused argument.
19337
19338 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19339
19340 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
19341
19342 2011-08-27 Alan Mackenzie <acm@muc.de>
19343
19344 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
19345 handle function pointer parameters properly.
19346
19347 2011-08-27 Martin Rudalics <rudalics@gmx.at>
19348
19349 * window.el (display-buffer-reuse-window): Fix case where
19350 selected window was reused with non-nil OTHER-WINDOW argument.
19351 (Bug#9381)
19352
19353 2011-08-27 Deniz Dogan <deniz@dogan.se>
19354
19355 * net/rcirc.el (rcirc-check-auth-status): Adding support for
19356 oftc's NickServ messages.
19357
19358 2011-08-27 Glenn Morris <rgm@gnu.org>
19359
19360 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
19361
19362 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
19363
19364 * emacs-lisp/package.el (package-install): Call package-initialize
19365 if called interactively.
19366
19367 2011-08-26 Leo Liu <sdl.web@gmail.com>
19368
19369 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
19370
19371 2011-08-25 Juri Linkov <juri@jurta.org>
19372
19373 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
19374 `search-whitespace-regexp' (bug#9364).
19375
19376 2011-08-25 Juri Linkov <juri@jurta.org>
19377
19378 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
19379 `regexp-search-ring' to their global values to protect from
19380 updating by `read-from-minibuffer' (bug#9185).
19381
19382 2011-08-25 Juri Linkov <juri@jurta.org>
19383
19384 * textmodes/ispell.el (ispell-command-loop): Add newline
19385 at the end of the "Use option `i'..." line.
19386
19387 2011-08-25 Juri Linkov <juri@jurta.org>
19388
19389 * battery.el (display-battery-mode): If `battery-status-function'
19390 or `battery-mode-line-format' is nil, display the message and set
19391 `display-battery-mode' to nil (bug#9363).
19392
19393 2011-08-25 Eli Zaretskii <eliz@gnu.org>
19394
19395 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
19396 bidi-string-mark-left-to-right; they are unnecessary now.
19397
19398 2011-08-25 Deniz Dogan <deniz@dogan.se>
19399
19400 * net/quickurl.el: Documentation typo fixes.
19401
19402 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
19403
19404 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
19405
19406 2011-08-25 Glenn Morris <rgm@gnu.org>
19407
19408 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19409
19410 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
19411 (smtpmail-via-smtp): Handle nil response from smtp.
19412
19413 2011-08-24 Juri Linkov <juri@jurta.org>
19414
19415 * proced.el (proced-marked): Inherit from `error' instead of
19416 `font-lock-warning-face'.
19417
19418 * ibuffer.el (ibuffer-marked-face): Change default face from
19419 `font-lock-warning-face' to `warning'.
19420 (ibuffer-deletion-face): Change default face from
19421 `font-lock-type-face' to `error'.
19422
19423 * battery.el (battery-update): Use the face `error' instead of
19424 `font-lock-warning-face' (bug#6117).
19425
19426 2011-08-24 Juri Linkov <juri@jurta.org>
19427
19428 * faces.el (success): Change face color from "Green3" to
19429 "ForestGreen" on light background (bug#9353).
19430
19431 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
19432
19433 * window.el (quit-window): Rename from quit-restore-window.
19434 Use same arglist as old quit-window.
19435 (frame-auto-delete): Doc fix.
19436
19437 * view.el (view-mode-exit): Use quit-window.
19438
19439 2011-08-24 Juri Linkov <juri@jurta.org>
19440
19441 * isearch.el (isearch-ring-adjust1): Start visiting previous
19442 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
19443 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
19444 for empty search string (when the last search string is reused
19445 automatically) to adjust the isearch ring to the last element and
19446 prepare the correct index for further M-p commands (bug#9185).
19447
19448 2011-08-24 Kenichi Handa <handa@m17n.org>
19449
19450 * international/ucs-normalize.el: If decomposition property of
19451 CHAR is the default one (i.e. a list of CHAR itself), treat it as
19452 nil.
19453 (nfd, nfkd): Likewise.
19454
19455 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
19456
19457 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
19458 from process filters aren't reliably transmitted to the surrounding
19459 accept-process-output.
19460 (mpc-proc-check): New function.
19461 (mpc-proc-sync): Use it (bug#8293)
19462
19463 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
19464
19465 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
19466 Add compatibility functions (bug#9313).
19467
19468 2011-08-23 Eli Zaretskii <eliz@gnu.org>
19469
19470 * cus-start.el (all): Add entry for bidi-paragraph-direction.
19471
19472 * international/uni-bidi.el: Regenerate.
19473
19474 2011-08-23 Kenichi Handa <handa@m17n.org>
19475
19476 * international/charprop.el:
19477 * international/uni-bidi.el:
19478 * international/uni-category.el:
19479 * international/uni-combining.el:
19480 * international/uni-comment.el:
19481 * international/uni-decimal.el:
19482 * international/uni-decomposition.el:
19483 * international/uni-digit.el:
19484 * international/uni-lowercase.el:
19485 * international/uni-mirrored.el:
19486 * international/uni-name.el:
19487 * international/uni-numeric.el:
19488 * international/uni-old-name.el:
19489 * international/uni-titlecase.el:
19490 * international/uni-uppercase.el: Regenerate.
19491
19492 2011-08-23 Martin Rudalics <rudalics@gmx.at>
19493
19494 * help.el (help-window-setup): Fix message displayed when other
19495 window is reused. (Bug#9341)
19496
19497 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
19498
19499 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
19500 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
19501
19502 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
19503 Mark obsolete.
19504 * shell.el (shell-parse-pcomplete-arguments): New function.
19505 (shell-completion-vars): Use it instead (bug#9160).
19506
19507 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
19508
19509 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
19510 strings and comments (bug#9333).
19511
19512 * emacs-lisp/debug.el (debug-arglist): New function.
19513 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
19514 (debug-on-entry-1): Handle interpreted closures (bug#9120).
19515
19516 2011-08-22 Juri Linkov <juri@jurta.org>
19517
19518 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19519 Revert regexp that highlights output switches to its old
19520 pre-2010-10-28 value and remove one `?' from it (bug#9319).
19521
19522 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
19523 to check for empty output (bug#9226).
19524
19525 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
19526
19527 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
19528 symbol-constituent as the default, as that stops font-lock from
19529 working properly (Bug#8843).
19530
19531 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19532
19533 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
19534 `coding-system-for-*' around the process open call to avoid
19535 auth-source side effects.
19536 (smtpmail-try-auth-methods): Expand the secret password.
19537 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
19538 probe hangs.
19539
19540 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
19541
19542 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
19543
19544 * emacs-lisp/find-func.el (find-function-noselect): New arg
19545 lisp-only.
19546
19547 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
19548 signal an error for built-in functions (Bug#6664).
19549
19550 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19551
19552 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
19553 (smtpmail-try-auth-methods): Use it.
19554
19555 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
19556
19557 * font-lock.el (font-lock-fontify-region)
19558 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
19559 (font-lock-default-unfontify-buffer)
19560 (font-lock-default-fontify-region)
19561 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
19562
19563 * progmodes/compile.el (compilation-error-properties):
19564 Fix confusion between file struct and message struct (Bug#9319).
19565 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
19566 `ant' regexp.
19567
19568 * net/browse-url.el (browse-url-firefox): Don't call
19569 browse-url-firefox-sentinel unless using -remote (Bug#9328).
19570
19571 2011-08-20 Glenn Morris <rgm@gnu.org>
19572
19573 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
19574
19575 * tutorial.el (tutorial--default-keys): Update some default bindings.
19576
19577 * files.el (hack-local-variables): Fully ignore case for "mode:".
19578
19579 2011-08-20 Alan Mackenzie <acm@muc.de>
19580
19581 Resolve invalid use of a regexp in regexp-opt.
19582
19583 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
19584 detection for a java annotation.
19585
19586 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
19587 detection for a java annotation.
19588
19589 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
19590 handling for java.
19591 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
19592
19593 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
19594
19595 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
19596 (Bug#9274).
19597
19598 2011-08-20 Alan Mackenzie <acm@muc.de>
19599
19600 Fontify CPP expressions correctly when starting in the middle of
19601 such a construct. Mainly for when jit-lock etc. starts a chunk
19602 here.
19603
19604 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
19605 variable.
19606 (c-make-font-lock-search-form): New function, extracted from
19607 c-make-font-lock-search-function.
19608 (c-make-font-lock-search-function): Use the above function.
19609 (c-make-font-lock-context-search-function): New function.
19610 (c-cpp-matchers): Enhance the preprocessor expression case with
19611 the above function
19612 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
19613 which takes an expression.
19614
19615 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
19616
19617 2011-08-20 Martin Rudalics <rudalics@gmx.at>
19618
19619 * window.el (display-buffer-reuse-window)
19620 (display-buffer-pop-up-window): Don't reuse or split a side
19621 window.
19622
19623 2011-08-19 Glenn Morris <rgm@gnu.org>
19624
19625 * files.el (hack-local-variables-prop-line, hack-local-variables):
19626 Downcase "Mode:". (Bug#9331)
19627
19628 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
19629
19630 * international/characters.el: Add L and R categories.
19631
19632 * subr.el (bidi-string-mark-left-to-right): Rename from
19633 string-mark-left-to-right. Use category search.
19634
19635 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
19636
19637 2011-08-18 Juri Linkov <juri@jurta.org>
19638
19639 * faces.el (error, warning, success): New faces with definitions
19640 copied from old default values of `font-lock-warning-face',
19641 `compilation-warning', `compilation-info' (bug#6117).
19642
19643 * font-lock.el (font-lock-warning-face): Inherit from `error'.
19644
19645 * progmodes/compile.el (compilation-error): Inherit from `error'.
19646 (compilation-warning): Inherit from `warning'.
19647 (compilation-info): Inherit from `success'.
19648
19649 * dired.el (dired-marked): Inherit from `warning'.
19650 (dired-flagged): Inherit from `error'.
19651
19652 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19653
19654 * mail/smtpmail.el (auth-source): Require to avoid problems with
19655 binding variables (bug#9298). Also clean up some unused
19656 autoloads.
19657
19658 * net/network-stream.el (network-stream-open-starttls):
19659 Support using starttls.el without using gnutls-cli.
19660
19661 2011-08-17 Juri Linkov <juri@jurta.org>
19662
19663 * progmodes/grep.el (rgrep): Handle the case when
19664 `grep-find-command' is a cons cell (bug#9278).
19665
19666 2011-08-17 Martin Rudalics <rudalics@gmx.at>
19667
19668 * window.el (display-buffer-pop-up-frame): Run frame creation
19669 function with BUFFER current (as special-display-popup-frame
19670 does). Reported by Drew Adams.
19671
19672 2011-08-17 Daiki Ueno <ueno@unixuser.org>
19673
19674 * epa-mail.el: Simplify GnuPG group expansion using
19675 epg-expand-group.
19676 (epa-mail-group-alist, epa-mail-group-modtime)
19677 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
19678 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
19679 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
19680 Remove.
19681
19682 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
19683
19684 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
19685
19686 2011-08-16 Alan Mackenzie <acm@muc.de>
19687
19688 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
19689 Correct, to avoid the inside of macros.
19690
19691 2011-08-16 Richard Stallman <rms@gnu.org>
19692
19693 * epa-mail.el: Handle GnuPG group definitions.
19694 (epa-mail-group-alist, epa-mail-group-modtime)
19695 (epa-mail-gnupg-conf-file): New variables.
19696 (epa-mail-parse-groups, epa-mail-sync-groups)
19697 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
19698 (epa-mail-expand-recipients): New functions.
19699 (epa-mail-encrypt): Call epa-mail-expand-recipients.
19700
19701 * mail/rmail.el (rmail-epa-decrypt): New command.
19702
19703 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
19704 Don't bind buffer-read-only, just inhibit-read-only.
19705 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
19706 (epa-decrypt-armor-in-region): Make error message clearer.
19707
19708 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
19709
19710 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
19711 and "a2b" to "ab" for `prefix'.
19712
19713 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
19714
19715 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
19716 filter groups.
19717 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
19718 Fourquet (Bug#8804).
19719
19720 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
19721
19722 * startup.el (argi): Declare as global variable (bug#9275).
19723
19724 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
19725
19726 * subr.el (string-mark-left-to-right): Search the entire string
19727 for RTL script, not just the terminating character. Doc fix.
19728
19729 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
19730
19731 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
19732 New function.
19733 (js--regexp-literal, js-syntax-propertize-function): Remove.
19734 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
19735 (js-mode-map): Don't rebind electric keys.
19736 (js-insert-and-indent): Remove.
19737 (js-mode): Setup electric-layout and electric-indent instead.
19738
19739 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
19740
19741 2011-08-12 Daiki Ueno <ueno@unixuser.org>
19742
19743 * epa.el (epa-progress-callback-function): Fix the logic of
19744 displaying progress.
19745 * epa-file.el (epa-file-insert-file-contents): Make progress
19746 display more user-friendly.
19747 (epa-file-write-region): Ditto.
19748
19749 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
19750
19751 * subr.el (string-mark-left-to-right): New function.
19752
19753 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
19754 Use string-mark-left-to-right.
19755 (list-buffers-noselect): Caller changed.
19756
19757 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
19758 Use string-mark-left-to-right.
19759 (tabulated-list-print): Recenter after moving point.
19760
19761 2011-08-10 Juri Linkov <juri@jurta.org>
19762
19763 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
19764 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
19765 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
19766
19767 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
19768
19769 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
19770 (Bug#7554).
19771
19772 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
19773
19774 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
19775 character. (Bug#6594)
19776
19777 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
19778
19779 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
19780 (image-dired--with-db-file): New macro.
19781 (image-dired-write-tags, image-dired-remove-tag)
19782 (image-dired-create-gallery-lists, image-dired-write-comments)
19783 (image-dired-get-comment, image-dired-mark-tagged-files)
19784 (image-dired-list-tags, image-dired-gallery-generate): Use it.
19785 (image-dired-gallery-generate): Use insert-file-contents.
19786
19787 * time.el (display-time-world-list, display-time-world-display):
19788 * time-stamp.el (time-stamp-string):
19789 * vc/add-log.el (add-change-log-entry): Use setenv instead of
19790 set-time-zone-rule (Bug#7337).
19791
19792 2011-08-08 Daiki Ueno <ueno@unixuser.org>
19793
19794 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
19795 (epg-error-to-string, epg-errors-to-string): New function.
19796 (epg-wait-for-completion): Reverse errors list.
19797 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
19798 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
19799 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
19800 (epg-sign-keys, epg-generate-key-from-file)
19801 (epg-generate-key-from-string): Format errors by using
19802 epg-errors-to-string (bug#9255).
19803 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
19804
19805 2011-08-07 Juri Linkov <juri@jurta.org>
19806
19807 * faces.el (list-faces-display): Remove extra angle bracket
19808 from `help-mode-map'.
19809
19810 * info.el (Info-history-toc-nodes): Doc fix.
19811
19812 * longlines.el (longlines-mode): Doc fix.
19813
19814 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
19815
19816 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
19817 of statements and in a few more cases (bug#9183).
19818
19819 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
19820 New functions.
19821 (cl-transform-lambda): Use them (bug#9239).
19822
19823 2011-08-05 Martin Rudalics <rudalics@gmx.at>
19824
19825 * window.el (display-buffer-same-window)
19826 (display-buffer-same-frame, display-buffer-other-window)
19827 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
19828 (pop-to-buffer-other-window)
19829 (pop-to-buffer-same-frame-other-window)
19830 (pop-to-buffer-other-frame): Make them defuns.
19831 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
19832
19833 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
19834
19835 * subr.el (make-composed-keymap): Move from C. Change calling
19836 convention, and improve docstring to bring attention to a subtle point.
19837 * minibuffer.el (completing-read-default): Adjust accordingly.
19838
19839 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
19840
19841 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
19842 (tramp-open-shell): Use `tramp-shell-quote-argument'.
19843
19844 * net/trampver.el: Update release number.
19845
19846 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
19847
19848 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
19849 "in" (bug#9190).
19850
19851 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19852
19853 * mail/sendmail.el (sendmail-query-once): Restore the current
19854 buffer after querying (bug#9074).
19855
19856 * dired.el (dired-flagged): Use different faces for marked and
19857 flagged files (bug#6117).
19858
19859 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
19860 (bug#4433).
19861
19862 * ido.el (ido-mode): Switch off the message if called
19863 non-interactively.
19864
19865 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
19866 before 587, since it appears that that's more likely to work for
19867 more people.
19868
19869 * cus-edit.el (custom-file): When running under emacs -q, always
19870 refuse to save the customizations, even if the .emacs file doesn't
19871 exist.
19872
19873 * info.el: Remove the `Info-beginning-of-buffer' function
19874 (bug#8325).
19875
19876 * net/network-stream.el (network-stream-open-starttls):
19877 Use `starttls-available-p' to see whether starttls.el can be used.
19878
19879 2011-08-01 Martin Rudalics <rudalics@gmx.at>
19880
19881 * window.el (display-buffer-in-window): Don't set dedicated status
19882 of window here (Bug#9215).
19883 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
19884 (display-buffer-pop-up-side-window)
19885 (display-buffer-in-side-window): Set dedicated status of window here.
19886
19887 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
19888
19889 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
19890 before binding generated-autoload-file.
19891
19892 2011-08-01 Deniz Dogan <deniz@dogan.se>
19893
19894 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
19895
19896 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
19897
19898 Sync with Tramp 2.2.2.
19899
19900 * net/trampver.el: Update release number.
19901
19902 2011-07-30 Juri Linkov <juri@jurta.org>
19903
19904 * dired-aux.el (dired-touch-initial): Remove function.
19905 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
19906 current time, and `default' to the last modification time of the
19907 current marked file (bug#6887).
19908
19909 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
19910
19911 * simple.el (goto-line): Use string-to-number to provide a
19912 numeric argument to read-number (bug#9163).
19913
19914 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
19915
19916 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
19917 connection process, it could be nil.
19918
19919 2011-07-27 Leo Liu <sdl.web@gmail.com>
19920
19921 Simplify url handling in rcirc-mode.
19922
19923 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
19924 (rcirc-browse-url-at-mouse): Remove.
19925 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
19926
19927 2011-07-26 Alan Mackenzie <acm@muc.de>
19928
19929 Fontify bitfield declarations properly.
19930
19931 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
19932 (c-symbol-chars): Now exported as a lang variable.
19933 (c-not-primitive-type-keywords): New lang variable.
19934
19935 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
19936 QT keyword "more" to prevent "more slots: ...." being spuriously
19937 parsed as a bitfield declaration.
19938
19939 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19940 Refactor and enhance to handle bitfield declarations.
19941 (c-punctuation-in): New function.
19942 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
19943 declarations properly.
19944
19945 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
19946
19947 * calendar/icalendar.el (icalendar--all-events): Take care of
19948 multiple vcalendars in a single file.
19949 (icalendar--convert-float-to-ical): Checkdoc fixes.
19950
19951 2011-07-25 Deniz Dogan <deniz@dogan.se>
19952
19953 * image.el (insert-image): Clarifying docstring.
19954
19955 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
19956
19957 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
19958 `tramp-send-command-and-check' if there is no error.
19959 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
19960
19961 2011-07-22 Alan Mackenzie <acm@muc.de>
19962
19963 Prevent cc-langs.elc being loaded at run time.
19964
19965 * progmodes/cc-mode.el: Remove two autoload forms which loaded
19966 cc-langs.
19967
19968 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
19969 "(require 'cc-langs)". Quote a form so it will evaluate at
19970 (cc-mode's) compilation time.
19971
19972 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
19973
19974 * net/tramp.el (tramp-file-name-handler): Avoid recursive
19975 loading. (Bug#9114)
19976
19977 2011-07-21 Martin Rudalics <rudalics@gmx.at>
19978
19979 * window.el (display-buffer-pop-up-window)
19980 (display-buffer-pop-up-side-window)
19981 (display-buffer-in-side-window): Call display-buffer-set-height
19982 and display-buffer-set-width after setting the new window's
19983 buffer so `fit-window-to-buffer' and friends work on the right buffer.
19984
19985 2011-07-20 Sam Steingold <sds@gnu.org>
19986
19987 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
19988 (etags-tags-included-tables): Call `convert-standard-filename' on
19989 the file names contained in TAGS so that windows Emacs can handle
19990 TAGS files created by cygwin ctags.
19991
19992 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
19993
19994 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
19995 which apparently didn't work.
19996
19997 2011-07-19 Roland Winkler <winkler@gnu.org>
19998
19999 * proced.el (proced-send-signal): For *Marked Processes* buffer
20000 put point at beginning of buffer.
20001
20002 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
20003
20004 * proced.el (proced-format): Make header lines align with the text
20005 (bug#1779).
20006
20007 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20008
20009 * view.el (view-buffer): Allow running in `special' modes if we're
20010 visiting a file (bug#8615).
20011
20012 2011-07-19 Martin Rudalics <rudalics@gmx.at>
20013
20014 * window.el (display-buffer-alist-of-strings-p)
20015 (display-buffer-alist-set-1, display-buffer-alist-set-2):
20016 New functions.
20017 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
20018 more accurately.
20019
20020 2011-07-18 Alan Mackenzie <acm@muc.de>
20021
20022 Fontify declarators properly when, e.g., a jit-lock chunk begins
20023 inside a declaration.
20024
20025 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
20026
20027 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20028 New function.
20029 (c-complex-decl-matchers): Insert reference to
20030 c-font-lock-enclosing-decls.
20031
20032 * progmodes/cc-engine.el (c-backward-single-comment):
20033 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
20034 to nil around calls to (forward-comment -1).
20035
20036 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20037
20038 * image.el (put-image): Doc typo fix.
20039
20040 * progmodes/etags.el (tags-search): Doc typo fix.
20041
20042 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
20043 password if we get errors 550 to 554.
20044
20045 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20046
20047 * net/gnutls.el (gnutls-log-level): Remove.
20048
20049 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
20050 indentation character (bug#6380).
20051
20052 * files.el (buffer-offer-save): Made permanently local (bug#6241).
20053
20054 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
20055 to clarify what the problem is (bug#4291).
20056
20057 * simple.el (current-kill): Clarify what
20058 `interprogram-paste-function' does (bug#7500).
20059 (auto-fill-mode): Document `auto-fill-function' in relation to
20060 `auto-fill-mode' (bug#2470).
20061
20062 2011-07-16 Lawrence Mitchell <wence@gmx.li>
20063
20064 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
20065 method if slot is read-only (bug#9035).
20066
20067 2011-07-16 Martin Rudalics <rudalics@gmx.at>
20068
20069 * frame.el (select-frame-set-input-focus): New argument NORECORD.
20070 * window.el (pop-to-buffer): Select window used even if it was
20071 selected before, see discussion of (Bug#8615), (Bug#6954).
20072 Pass argument NORECORD on to select-frame-set-input-focus.
20073
20074 2011-07-15 Glenn Morris <rgm@gnu.org>
20075
20076 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
20077 Respect help-form.
20078
20079 2011-07-09 Lawrence Mitchell <wence@gmx.li>
20080
20081 * net/gnutls.el (gnutls-min-prime-bits): New variable.
20082 (gnutls-negotiate): Use it.
20083
20084 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20085
20086 * net/gnutls.el (gnutls-negotiate):
20087 Upcase `gnutls-algorithm-priority'.
20088
20089 2011-07-15 Glenn Morris <rgm@gnu.org>
20090
20091 * jka-compr.el (jka-compr-verbose): Move from here...
20092 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
20093 Add missing :version tag.
20094 * info.el: No need to require jka-compr when compiling.
20095
20096 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20097
20098 * net/gnutls.el (gnutls-algorithm-priority): New variable.
20099 (gnutls-negotiate): Use it.
20100
20101 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
20102
20103 * info.el (Info-beginning-of-buffer): New command.
20104 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
20105 announcing `b' as the key (bug#8325).
20106 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
20107
20108 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
20109
20110 * international/mule-cmds.el
20111 (describe-specified-language-support): Make the error message
20112 clearer (bug#8905).
20113
20114 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
20115
20116 * isearch.el (isearch-barrier): Add a doc string, since it's
20117 mentioned in a function doc string (bug#8678).
20118
20119 2011-07-15 Martin Rudalics <rudalics@gmx.at>
20120
20121 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
20122 buffer argument (Bug#9083) and self-identifying label argument.
20123
20124 2011-07-15 Glenn Morris <rgm@gnu.org>
20125
20126 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
20127
20128 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20129
20130 * man.el (Man-fontify-manpage): Fix message when formatting the
20131 man page (bug#7929).
20132
20133 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20134
20135 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
20136 argument LRM; if non-nil, append an invisible LRM character to the
20137 buffer name.
20138 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
20139 last argument non-nil, when formatting buffer names.
20140 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
20141 paragraph direction.
20142
20143 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20144
20145 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
20146 the man page name (bug#7929).
20147
20148 * image.el (put-image): Mention the `put-image' overlay property
20149 (bug#7834).
20150
20151 * scroll-bar.el (set-scroll-bar-mode): Mention that
20152 `scroll-bar-mode' lists the values (bug#7772).
20153
20154 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
20155 command (bug#7729).
20156
20157 * rect.el (apply-on-rectangle): Return the point after the last
20158 operation.
20159 (string-rectangle): Go to the point after the last operation
20160 (bug#7522).
20161
20162 * printing.el (pr-toggle-region): Clarify the documentation
20163 slightly (bug#7493).
20164
20165 * time.el (display-time-update):
20166 Allow `display-time-mail-function' to return nil (bug#7158).
20167 Fix suggested by Detlev Zundel.
20168
20169 * vc/diff.el (diff): Clarify the order the file names are read
20170 (bug#7111).
20171
20172 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
20173 the doc string (bug#7015).
20174
20175 * font-lock.el (font-lock-maximum-decoration): Mention what
20176 numeric levels mean (bug#6935).
20177
20178 * startup.el (initial-buffer-choice): Don't mention the `none'
20179 selection, which is against policy.
20180
20181 2011-07-14 Martin Rudalics <rudalics@gmx.at>
20182
20183 * window.el (display-buffer-normalize-special):
20184 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
20185
20186 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20187
20188 * subr.el (version<, version<=, version=): Mention "-CVS" and
20189 "-12345" alpha version numbers.
20190
20191 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20192
20193 * bindings.el: Add advertised binding for set-mark-command
20194 (Bug#5772).
20195
20196 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20197
20198 * bindings.el (mode-line-other-buffer):
20199 * bookmark.el (bookmark-bmenu-2-window):
20200 * bs.el (bs-cycle-next, bs-cycle-previous):
20201 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
20202 switch-to-buffer.
20203
20204 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20205 Delete.
20206
20207 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
20208
20209 * follow.el (follow-debug-message, follow-redisplay):
20210 * jka-cmpr-hook.el (with-auto-compression-mode):
20211 Fix typos in docstrings.
20212
20213 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20214
20215 * subr.el (with-silent-modifications): Clarify somewhat what the
20216 macro inhibits (bug#6525).
20217
20218 * simple.el (eval-expression): Note what it does if called
20219 interactively (bug#6495).
20220
20221 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20222
20223 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
20224 Use pop-to-buffer buffer-or-name if it is nil.
20225
20226 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20227 Remove switch-to-buffer.
20228
20229 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20230
20231 * files.el (make-directory): Clarify that an error will be raised
20232 if there's an error (bug#6397).
20233
20234 * startup.el (initial-buffer-choice): Add `none' as a choice
20235 (bug#6234).
20236
20237 * subr.el (add-hook): Clarify section about buffer-local hooks
20238 (bug#6218).
20239
20240 * dired.el (dired-flagged): Clarify doc string (bug#6117).
20241
20242 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
20243
20244 * tabify.el (untabify): Preserve the current column so that point
20245 doesn't move (bug#6032).
20246
20247 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20248
20249 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
20250 Rewrite to avoid awkward possessive "s" (bug#5986).
20251
20252 2011-07-13 Glenn Morris <rgm@gnu.org>
20253
20254 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
20255 (dired-insert-directory): Give a message the first time
20256 if ls is found not to support --dired.
20257
20258 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20259
20260 * simple.el (toggle-truncate-lines): Clarify what is toggled
20261 (bug#5580). Text by Drew Adams.
20262
20263 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20264
20265 * simple.el (blink-matching-open): Make the error message from the
20266 last change less verbose.
20267
20268 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
20269
20270 * font-lock.el (font-lock-comment-face): Use the high contrast
20271 "yellow" color for font-lock-comment-face on low color terminals
20272 using a dark background color (bug#4221).
20273
20274 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20275
20276 * dired.el (dired-insert-set-properties): Make the doc string
20277 reflect what it does now (bug#5325).
20278
20279 * simple.el (blink-matching-open): Say that we were unable to find
20280 the match within the limit, if we're limited (bug#5122).
20281
20282 * international/mule-cmds.el (prefer-coding-system): Add an
20283 example (bug#4869).
20284
20285 * progmodes/etags.el (tags-search): Document `file-list-form'
20286 (bug#4731).
20287
20288 2011-07-13 Lawrence Mitchell <wence@gmx.li>
20289
20290 * net/browse-url.el (browse-url-default-browser)
20291 (browse-url-browser-function): Make the default browser choice a
20292 bit more logical (bug#4300). Also clean up the doc string.
20293
20294 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
20295
20296 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
20297 binary endings (bug#4440).
20298
20299 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20300
20301 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
20302 which can be pretty annoying (bug#8971).
20303
20304 * jka-compr.el (jka-compr-verbose): New variable, and use
20305 throughout (bug#8971).
20306
20307 * info.el (Info-find-file): Fall back on the installation
20308 directory if we can't find the info node anywhere else.
20309
20310 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
20311
20312 * vc/vc.el (vc-revert-file):
20313 Don't set file time-stamp in the past. (Bug#5181)
20314
20315 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20316
20317 * files.el (after-find-file): Give a better error message when
20318 trying to find a symlink that points to a file that doesn't exist
20319 (bug#4398).
20320
20321 * progmodes/cc-vars.el: Remove (probably) misleading comment
20322 (bug#4396).
20323
20324 2011-07-12 Johan Bockgård <bojohan@gnu.org>
20325
20326 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
20327
20328 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
20329
20330 * mouse-sel.el: Hack restoring functionality, while keeping
20331 compatibility with 2010-07-03 changes to mouse selection.
20332 (mouse-sel-primary-overlay): New var.
20333 (mouse-sel-selection-alist): Use it.
20334 (mouse-sel-mode): Doc fix; remove points that are default features
20335 of mouse.el.
20336
20337 2011-07-12 Johan Bockgård <bojohan@gnu.org>
20338
20339 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20340 Fix previous fix (bug#2490).
20341
20342 2011-07-12 Roland Winkler <winkler@gnu.org>
20343
20344 * textmodes/bibtex.el (bibtex-initialize):
20345 Use pop-to-buffer-same-window.
20346 (bibtex-search-entries): Fix interactive call.
20347
20348 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20349
20350 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20351 Fontise bytecomp Error lines more correctly (bug#2490).
20352 Fix suggested by Johan Bockgård.
20353
20354 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
20355
20356 * dired-x.el (dired-guess-default): Use `delete-dups'.
20357
20358 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
20359
20360 * dired.el (dired-mark-prompt):
20361 * dired-aux.el (dired-read-shell-command): Doc fix.
20362
20363 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20364
20365 * mail/sendmail.el (sendmail-query-once):
20366 Use `customize-save-variable' unconditionally, now that it works under
20367 emacs -Q.
20368
20369 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20370
20371 * cus-edit.el (custom-file): Take an optional no-error variable.
20372 (customize-save-variable): Set the variable, and give a warning if
20373 running under "emacs -q".
20374
20375 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
20376
20377 * loadhist.el (unload-feature-special-hooks):
20378 Add `auto-coding-functions', `fill-nobreak-predicate' and
20379 `find-directory-functions' (bug#5327).
20380
20381 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20382
20383 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
20384
20385 * cus-edit.el (custom-guess-name-alist): -alist variables should
20386 use the `alist' type (bug#3120). Suggested by Drew Adams.
20387
20388 * printing.el: Add documentation to all the `pr-toggle-' commands.
20389
20390 2011-07-11 Leo Liu <sdl.web@gmail.com>
20391
20392 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
20393 backends where it makes sense (bug#2623).
20394
20395 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20396
20397 * dired-x.el (dired-guess-default): Remove duplicate shell command
20398 entries (bug#2028).
20399 (dired-guess-default): Fix grammar in doc string (bug#2028).
20400 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
20401
20402 * subr.el (remove-duplicates): New conveniency function.
20403
20404 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
20405
20406 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
20407 (bug#1526).
20408
20409 2011-07-10 Martin Rudalics <rudalics@gmx.at>
20410
20411 * window.el (display-buffer-normalize-default): Don't invert
20412 meaning of even-window-heights. Reported by Eli Zaretskii
20413 <eliz@gnu.org>.
20414
20415 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
20416
20417 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
20418
20419 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
20420
20421 * window.el (display-buffer): Fix arguments to
20422 display-buffer-reuse-window in last change.
20423
20424 * faces.el (link): Use a less saturated blue on light backgrounds.
20425
20426 * startup.el (fancy-startup-text, fancy-about-text)
20427 (fancy-startup-tail): Use font-lock faces, for background safety.
20428
20429 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
20430
20431 * emulation/viper-cmd.el (viper-change-state-to-vi):
20432 Limit triggering of abbrev expansion (Bug#9038).
20433
20434 2011-07-09 Martin Rudalics <rudalics@gmx.at>
20435
20436 * window.el (display-buffer-default-specifiers): Remove.
20437 (display-buffer-macro-specifiers): Remove default specifiers.
20438 (display-buffer-alist): Default to nil.
20439 (display-buffer-reuse-window): New optional argument other-window.
20440 (display-buffer-pop-up-window): Allow splitting internal
20441 windows. Check whether a live window was created.
20442 (display-buffer-other-window-means-other-frame)
20443 (display-buffer-normalize-arguments): Rename to
20444 display-buffer-normalize-argument and rewrite. Set the
20445 other-window specifier.
20446 (display-buffer-normalize-special): New function.
20447 (display-buffer-normalize-options): Rename to
20448 display-buffer-normalize-default and rewrite.
20449 (display-buffer-normalize-options-inhibit): Remove.
20450 (display-buffer-normalize-specifiers): Rewrite.
20451 (display-buffer): Process other-window specifier and call
20452 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
20453 more faithfully.
20454 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
20455 (display-buffer-alist-set): Don't handle 'unset default values.
20456 (display-buffer-in-window, display-buffer-alist-set):
20457 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
20458 <tassilo@member.fsf.org>.
20459
20460 2011-07-09 Leo Liu <sdl.web@gmail.com>
20461
20462 * register.el (insert-register): Restore accidental change on
20463 2011-06-26. (Bug#9028)
20464
20465 2011-07-09 Glenn Morris <rgm@gnu.org>
20466
20467 * subr.el (remq): Handle the empty list. (Bug#9024)
20468
20469 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
20470
20471 * mail/sendmail.el (send-mail-function): No longer delay custom
20472 initialization.
20473 * custom.el (custom-initialize-delay): Doc fix.
20474
20475 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20476
20477 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
20478
20479 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
20480
20481 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
20482 human-friendly prompt.
20483
20484 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20485
20486 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
20487 provided by a particular plugin.
20488
20489 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
20490
20491 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
20492 save customizations (with "emacs -Q"), just set the variable
20493 instead of erroring out.
20494
20495 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20496
20497 2011-07-08 Juri Linkov <juri@jurta.org>
20498
20499 * arc-mode.el (archive-zip-expunge, archive-zip-update)
20500 (archive-zip-update-case): Use 7z if found by `executable-find'.
20501 The order of searching the available programs is the same as in
20502 `archive-zip-extract' (bug#8968).
20503
20504 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
20505
20506 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
20507 (menu-bar-options-menu): Tweak descriptions.
20508
20509 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20510
20511 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
20512 menu items into verb phrases (bug#1421). Also refill to fit under
20513 80 columns.
20514
20515 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
20516
20517 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
20518 (Info-read-node-name): Doc fix (Bug#1084).
20519
20520 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
20521 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
20522 (end-of-sexp, beginning-of-sexp)
20523 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
20524 (forward-symbol, forward-same-syntax, word-at-point)
20525 (sentence-at-point): Doc fix (Bug#1144).
20526
20527 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20528
20529 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
20530 should cover it (bug#1281).
20531
20532 * cus-edit.el (custom-show): Mark as obsolete.
20533
20534 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
20535 negotiation fails, then possibly try again with a non-encrypted
20536 connection (bug#9017).
20537
20538 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
20539 be used.
20540
20541 2011-07-07 Richard Stallman <rms@gnu.org>
20542
20543 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
20544 property, and handle its changed format.
20545 Look for the correct line number.
20546 Use file's line contents (but not past first =) to find
20547 correct line in message.
20548
20549 2011-07-07 Kenichi Handa <handa@m17n.org>
20550
20551 * international/characters.el (build-unicode-category-table):
20552 Delete it.
20553 (unicode-category-table): Set it by unicode-property-table-internal.
20554
20555 * international/mule-cmds.el (char-code-property-alist): Move to
20556 to src/chartab.c.
20557 (get-char-code-property): Call unicode-property-table-internal to
20558 load a file. Call get-unicode-property-internal where necessary.
20559 (put-char-code-property): Call unicode-property-table-internal to
20560 load a file. Call put-unicode-property-internal where necessary.
20561 put-unicode-property-internal where necessary.
20562 (char-code-property-description):
20563 Call unicode-property-table-internal to load a file.
20564
20565 * international/charprop.el:
20566 * international/uni-bidi.el:
20567 * international/uni-category.el:
20568 * international/uni-combining.el:
20569 * international/uni-comment.el:
20570 * international/uni-decimal.el:
20571 * international/uni-decomposition.el:
20572 * international/uni-digit.el:
20573 * international/uni-lowercase.el:
20574 * international/uni-mirrored.el:
20575 * international/uni-name.el:
20576 * international/uni-numeric.el:
20577 * international/uni-old-name.el:
20578 * international/uni-titlecase.el:
20579 * international/uni-uppercase.el: Regenerate.
20580
20581 * loadup.el: Load international/charprop.el before
20582 international/characters.
20583
20584 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
20585
20586 * window.el (next-buffer, previous-buffer): Signal an error if
20587 called from a minibuffer window.
20588
20589 * bindings.el: Revert 2011-07-04 change.
20590
20591 2011-07-06 Richard Stallman <rms@gnu.org>
20592
20593 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
20594 (rmail-mime-insert-bulk, rmail-mime-insert-text):
20595 Treat markers like ints.
20596 (rmail-mime-entity): Doc fix.
20597
20598 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20599
20600 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
20601 defcustom again for backwards compatibility.
20602
20603 * simple.el (shell-command-on-region): Fill.
20604
20605 * dired-aux.el (dired-kill-line): Add a doc string.
20606
20607 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
20608 to "\\sw\\|\\s_" (bug#358).
20609
20610 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
20611 (dired-unmark-backward): Ditto.
20612 (dired-flag-backup-files): Ditto.
20613
20614 * dired-x.el (dired-mark-sexp): Ditto.
20615
20616 2011-07-06 Richard Stallman <rms@gnu.org>
20617
20618 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
20619 (rmail-mime-entity): New arg TRUNCATED.
20620 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
20621 New functions.
20622 (rmail-mime-save): Warn if entity is truncated.
20623 (rmail-mime-toggle-hidden): Likewise, for showing.
20624 (rmail-mime-process-multipart): Record when an entity is truncated.
20625
20626 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
20627 if ENTITY is a string.
20628
20629 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20630
20631 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
20632 of faces when `M-C-x'-ing their definitions (bug#8378).
20633 Also clean up the code slightly.
20634
20635 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
20636 because that makes the colors go away.
20637
20638 * mail/sendmail.el (send-mail-function): Change the default to
20639 `sendmail-query-once'.
20640 (sendmail-query-once): Add an autoload cookie.
20641
20642 * net/network-stream.el (network-stream-open-starttls): Try using
20643 a plain connection even if the server offered STARTTLS, and we
20644 kinda wanted to use it, if Emacs doesn't have any STARTTLS
20645 capability. This should make smtpmail.el work in slightly more
20646 configurations.
20647
20648 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
20649
20650 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20651 New defun.
20652 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
20653
20654 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
20655
20656 * progmodes/sql.el: Version 3.0
20657 (sql-product-alist): Add product :completion-object,
20658 :completion-column, and :statement attributes.
20659 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
20660 (sql-mode-syntax-table): Mark all punctuation.
20661 (sql-font-lock-keywords-builder): Temporarily remove fallback on
20662 ansi keywords.
20663 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
20664 (sql-mode-oracle-font-lock-keywords): Improve.
20665 (sql-oracle-show-reserved-words): New function for development.
20666 (sql-product-font-lock): Simplify for source code buffers.
20667 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
20668 New functions.
20669 (sql-highlight-product): Set product specific syntax table.
20670 (sql-mode-map): Add statement movement functions.
20671 (sql-ansi-statement-starters, sql-oracle-statement-starters):
20672 New variable.
20673 (sql-statement-regexp, sql-beginning-of-statement)
20674 (sql-end-of-statement, sql-signum): New functions.
20675 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
20676 (sql-show-sqli-buffer): Bug fix.
20677 (sql-interactive-mode): Store connection data as buffer local.
20678 (sql-connect): Add NEW-NAME parameter. Redesign interaction
20679 with sql-interactive-mode.
20680 (sql-save-connection): Save buffer local settings.
20681 (sql-connection-menu-filter): Change menu entry name.
20682 (sql-product-interactive): Bug fix.
20683 (sql-preoutput-hold): New variable.
20684 (sql-interactive-remove-continuation-prompt): Bug fixes.
20685 (sql-debug-redirect): New variable.
20686 (sql-str-literal): New function.
20687 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
20688 Redesign.
20689 (sql-oracle-save-settings, sql-oracle-restore-settings)
20690 (sql-oracle-list-all, sql-oracle-list-table): New functions.
20691 (sql-completion-object, sql-completion-column)
20692 (sql-completion-sqlbuf): New variables.
20693 (sql-build-completions-1, sql-build-completions)
20694 (sql-try-completion): New functions.
20695 (sql-read-table-name): Use them.
20696 (sql-contains-names): New buffer local variable.
20697 (sql-list-all, sql-list-table): Use it.
20698 (sql-oracle-completion-types): New variable.
20699 (sql-oracle-completion-object, sql-sqlite-completion-object)
20700 (sql-postgres-completion-object): New functions.
20701
20702 2011-07-06 Glenn Morris <rgm@gnu.org>
20703
20704 * window.el (pop-to-buffer): Doc fix.
20705
20706 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
20707
20708 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
20709
20710 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
20711
20712 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
20713
20714 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
20715
20716 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
20717
20718 * button.el (button): Inherit from link face. Suggested by Dan
20719 Nicolaescu.
20720
20721 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
20722
20723 * progmodes/gdb-mi.el: Fit in 80 columns.
20724 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
20725 switch-to-buffer.
20726
20727 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
20728 if imenu is simply not configured (bug#8941).
20729
20730 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
20731
20732 * allout.el (allout-post-undo-hook): New allout outline-change
20733 event hook to signal undo activity.
20734 (allout-post-command-business): Run allout-post-undo-hook if an
20735 undo just occurred.
20736 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
20737 * allout-widgets.el (allout-widgets-after-undo-function):
20738 Ensure the integrity of the current item's decoration after it has been
20739 in the vicinity of an undo.
20740 (allout-widgets-mode): Include allout-widgets-after-undo-function
20741 on the new allout-post-undo-hook.
20742
20743 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
20744
20745 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
20746 Let define-derived-mode define it.
20747 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
20748 cycles of abbrev-table inheritance (bug#8998).
20749
20750 2011-07-05 Roland Winkler <winkler@gnu.org>
20751
20752 * textmodes/bibtex.el: Add support for biblatex.
20753 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
20754 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
20755 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
20756 (bibtex-entry-alist, bibtex-field-alist): New variables.
20757 (bibtex-entry-field-alist): Obsolete alias for
20758 bibtex-BibTeX-entry-alist.
20759 (bibtex-entry-alist, bibtex-field-alist): New widgets.
20760 (bibtex-set-dialect): New command.
20761 (bibtex-entry-type, bibtex-entry-head)
20762 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
20763 Bind via bibtex-set-dialect.
20764 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
20765 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
20766 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
20767 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
20768 Define via bibtex-set-dialect.
20769 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
20770 Obey bibtex-no-opt-remove-re.
20771 (bibtex-vec-push, bibtex-vec-incr): New functions.
20772 (bibtex-format-entry, bibtex-field-list)
20773 (bibtex-print-help-message, bibtex-validate)
20774 (bibtex-search-entries): Use new format of bibtex-entry-alist.
20775
20776 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
20777
20778 * progmodes/compile.el (compilation-goto-locus):
20779 * net/tramp-cmds.el (tramp-append-tramp-buffers):
20780 * bs.el (bs-cycle-next, bs-cycle-previous):
20781 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
20782 * bindings.el (mode-line-other-buffer):
20783 * autoinsert.el (auto-insert):
20784 * arc-mode.el (archive-extract):
20785 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
20786
20787 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
20788
20789 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
20790 Fix check of `emacs-lock-unlockable-modes'.
20791 Coerce true values of `emacs-lock--try-unlocking' to t.
20792
20793 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
20794
20795 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
20796 * emacs-lock.el: New file.
20797
20798 2011-07-05 Julien Danjou <julien@danjou.info>
20799
20800 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
20801 than `boundp' to check if face is set.
20802
20803 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
20804
20805 * register.el (registerv-make):
20806 * window.el (window-min-height): Fix typos in docstrings.
20807
20808 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
20809
20810 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
20811 Update doc string.
20812
20813 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
20814
20815 * server.el (server-execute): Catch quit and call
20816 `server-return-error' to pass the error back to emacsclient and
20817 close the connection (bug#8942).
20818
20819 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
20820
20821 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
20822 insecure exception for current topic. Also note that auto-saves
20823 are handled differently.
20824
20825 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
20826 State variables for tracking auto-save inhibition situation.
20827
20828 (allout-write-contents-hook-handler): Rename from
20829 'allout-write-file-hook-handler', and describe how it depends on
20830 write-contents-functions sensitivity to non-nil value to prevent
20831 file write.
20832
20833 (allout-auto-save-hook-handler): Remove. auto-save does not check
20834 this in individual buffers, only in the starting buffer, so this
20835 is not the right way for us to inhibit auto-save in a buffer
20836 according to its condition.
20837
20838 (allout-mode): Use new allout-write-contents-hook-handler, and
20839 only with write-contents-functions. Remove auto-save provisions -
20840 they're implemented elsewhere.
20841
20842 (allout-before-change-handler): If undo is in progress, note that
20843 for attention of allout-post-command-business.
20844
20845 (allout-post-command-business): If the command we're following was
20846 an undo, check for change in the status of encrypted items and
20847 adjust auto-save inhibitions accordingly.
20848
20849 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
20850 according to whether there are or aren't any plain-text topics
20851 pending encryption.
20852
20853 (allout-inhibit-auto-save-info-for-decryption):
20854 Adjust buffer-saved-size and some allout state to inhibit auto-saves
20855 if there are plain-text topics pending encryption.
20856
20857 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
20858 buffer-saved-size and some allout state to not inhibit auto-saves
20859 if there are no longer any plain-text topics pending encryption.
20860
20861 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
20862 No longer provide for exemption of the current topic.
20863
20864 2011-07-04 Juri Linkov <juri@jurta.org>
20865
20866 Add 7z operations to delete and save changed members (bug#8968).
20867 * arc-mode.el (archive-7z-expunge, archive-7z-update):
20868 New defcustoms.
20869 (archive-7z-write-file-member): New function.
20870 (archive-7z-summarize): Fix the number of dashes in the
20871 listing output.
20872
20873 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
20874
20875 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
20876 (bug#8958).
20877
20878 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
20879
20880 * bindings.el: Ignore next-buffer and previous-buffer in
20881 minibuffer-local-map.
20882
20883 * font-lock.el (font-lock-builtin-face): Change light background
20884 color to dark slate blue (Bug#6693).
20885
20886 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
20887
20888 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
20889
20890 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
20891
20892 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
20893 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20894 Add switch-to-buffer.
20895
20896 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20897
20898 * isearch.el (isearch-search-fun-function): Clarify further the
20899 meaning of the function returned.
20900
20901 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
20902
20903 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
20904
20905 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
20906 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
20907 Use it.
20908 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
20909 `tramp-default-remote-path' does not exist.
20910 (tramp-send-command-and-read): New optional argument NOERROR.
20911 (tramp-open-connection-setup-interactive-shell)
20912 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
20913 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
20914 (tramp-process-sentinel): Flush also process' connection property.
20915 (tramp-sh-handle-start-file-process): Do not set process
20916 sentinel. It is done now ...
20917 (tramp-maybe-open-connection): ... here. (Bug#8929)
20918
20919 2011-07-04 MON KEY <monkey@sandpframing.com>
20920
20921 * play/animate.el (animate-string): Doc fixes and allow changing
20922 the buffer name (bug#5417).
20923
20924 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20925
20926 * play/animate.el (animation-buffer-name): Rename from *animate*.
20927
20928 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
20929
20930 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
20931 This is simpler and helps future-proof the code.
20932 (timer-until): Use time-subtract and float-time.
20933 (timer--time-less-p): Use time-less-p.
20934
20935 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
20936
20937 * type-break.el (timep): Use the value of `float-time' to avoid a
20938 byte-compiler warning.
20939
20940 * server.el (server-eval-and-print): Return any result, even nil.
20941
20942 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
20943
20944 * type-break.el: Accept time formats that the builtins accept.
20945 (timep, type-break-time-difference): Accept any format that
20946 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
20947 This is simpler and helps future-proof the code.
20948 (type-break-time-difference): Round rather than ignoring
20949 subseconds components.
20950
20951 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20952
20953 * info.el (Info-apropos-matches): Make non-interactive, since it
20954 doesn't seem to do anything useful as a command (bug#8829).
20955
20956 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
20957
20958 * frame.el (frame-background-mode, frame-set-background-mode):
20959 Move from faces.el.
20960 (frame-default-terminal-background): New function.
20961
20962 * custom.el (custom-push-theme): Don't record faces in `changed'
20963 theme; this doesn't work correctly for per-frame face settings.
20964 (disable-theme): Use face-set-after-frame-default to reset faces.
20965 (custom--frame-color-default): New function.
20966
20967 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20968
20969 * dired.el (dired-flagging-regexp): Remove unused variable
20970 (bug#8769).
20971
20972 2011-03-29 Kevin Ryde <user42@zip.com.au>
20973
20974 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20975 `perl-Test2' extend to match possible "fail #N" rep count
20976 (bug#8377).
20977
20978 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20979
20980 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
20981 `smtpmail-via-smtp' now returns the error instead of nil.
20982
20983 * isearch.el (isearch-search-fun-function): Clarify the doc string
20984 (bug#8101).
20985
20986 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
20987
20988 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
20989 unnecessary spaces (bug#8987).
20990
20991 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20992
20993 * net/network-stream.el (open-network-stream): Use the
20994 :end-of-capability command thoughout.
20995
20996 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
20997
20998 * net/network-stream.el (open-network-stream): Add the
20999 :end-of-capability command parameter, used by pop3.el.
21000
21001 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21002
21003 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
21004
21005 * fringe.el (fringe-query-style): Remove redundant text " (type ?
21006 for list)" (bug#6475).
21007
21008 * files.el (file-expand-wildcards): Ignore non-readable
21009 sub-directories while trying to find matches instead of signaling
21010 an error (bug#6297).
21011
21012 * man.el (Man-reference-regexp): Allow matching possible
21013 word-wrapped references (bug#6289).
21014
21015 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
21016 for consistency with the other vc buffers (bug#6197).
21017 (vc-checkin): Ditto.
21018
21019 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
21020
21021 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
21022
21023 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21024
21025 * custom.el (defcustom): Clarify that :set is only used in the
21026 Customize user interface (bug#6089).
21027
21028 * progmodes/flymake.el (flymake-mode): If the buffer isn't
21029 associated with a file, refuse to run instead of erroring out
21030 (bug#6084).
21031
21032 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
21033 the doc string, since it appears that using `fill-column' always
21034 controls the width (bug#7845).
21035
21036 * simple.el (shell-command-on-region): Say where the error output
21037 went if `shell-command-default-error-buffer' is set (bug#6857).
21038
21039 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
21040
21041 * allout.el (allout-yank-processing): Adjust cursor position for
21042 backwards-deleted space.
21043
21044 (allout-rebullet-heading): Register changes with
21045 allout-exposure-changed-hook, so the modified topic is properly
21046 decorated.
21047
21048 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21049
21050 * minibuffer.el (completion-in-region): Document PREDICATE
21051 (bug#7136).
21052
21053 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
21054 of keyword/argument pairs (bug#6904).
21055
21056 * replace.el (multi-occur):
21057 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
21058
21059 2011-07-02 Drew Adams <drew.adams@oracle.com>
21060
21061 * dired.el (dired-mark-if): Make the message about whether it's
21062 marking or unmarking clearer (bug#8523).
21063
21064 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21065
21066 * disp-table.el (display-table-print-array): New function.
21067 (describe-display-table): Use it to print the vectors more pretty
21068 (Bug#8859).
21069
21070 2011-07-02 Martin Rudalics <rudalics@gmx.at>
21071
21072 * window.el (window-state-get-1): Don't assign clone numbers.
21073 Add clone-of item to list of window parameters.
21074 (window-state-put-2): Don't process clone numbers.
21075 (display-buffer-alist): Fix doc-string.
21076
21077 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
21078
21079 * subr.el (remq): Don't allocate if it's not needed.
21080 (keymap--menu-item-binding, keymap--menu-item-with-binding)
21081 (keymap--merge-bindings): New functions.
21082 (keymap-canonicalize): Use them to refine the canonicalization.
21083 * minibuffer.el (minibuffer-local-completion-map)
21084 (minibuffer-local-must-match-map): Move initialization from C.
21085 (minibuffer-local-filename-completion-map): Move initialization from C;
21086 don't inherit from anything here.
21087 (minibuffer-local-filename-must-match-map): Make obsolete.
21088 (completing-read-default): Use make-composed-keymap to combine
21089 minibuffer-local-filename-completion-map with either
21090 minibuffer-local-must-match-map or
21091 minibuffer-local-filename-completion-map.
21092
21093 2011-07-01 Glenn Morris <rgm@gnu.org>
21094
21095 * type-break.el (type-break-time-sum): Use dolist.
21096
21097 * textmodes/flyspell.el (flyspell-word-search-backward):
21098 Replace CL function.
21099
21100 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21101
21102 * mouse.el (mouse--strip-first-event): New function.
21103 (function-key-map): Use it to map fringe clicks to normal clicks
21104 by default.
21105
21106 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
21107 (vc-bzr-revision-completion-table): Add support for annotate and date.
21108
21109 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
21110 inherit from parent.
21111
21112 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21113
21114 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
21115 (dired-show-file-type): Doc fixup (bug#8818).
21116
21117 * dired.el (dired-mode): Fix up the doc string as suggested by
21118 Drew Adams (bug#8817).
21119
21120 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
21121 cookie, since the manual says that it should be possible to add
21122 this function to `find-file-hook' (bug#8709).
21123
21124 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21125
21126 * progmodes/cfengine.el: Moved all cfengine3.el functionality
21127 here. Noted Ted Zlatanov as the maintainer.
21128 (cfengine-common-settings, cfengine-common-syntax): New functions
21129 to set up common things between `cfengine-mode' and
21130 `cfengine3-mode'.
21131 (cfengine3-mode): New mode.
21132 (cfengine3-defuns cfengine3-defuns-regex
21133 (cfengine3-class-selector-regex cfengine3-category-regex)
21134 (cfengine3-vartypes cfengine3-font-lock-keywords)
21135 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
21136 (cfengine3-indent-line): Add from cfengine3.el.
21137
21138 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
21139
21140 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
21141
21142 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
21143
21144 2011-07-01 Martin Rudalics <rudalics@gmx.at>
21145
21146 * window.el (same-window-buffer-names, same-window-regexps)
21147 (same-window-p, special-display-frame-alist)
21148 (special-display-popup-frame, special-display-function)
21149 (special-display-buffer-names, special-display-regexps)
21150 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
21151 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21152 (split-window-preferred-function, split-height-threshold)
21153 (split-width-threshold, even-window-heights)
21154 (display-buffer-mark-dedicated, window-splittable-p)
21155 (split-window-sensibly, window-safely-shrinkable-p):
21156 Un-obsolete.
21157 (display-buffer): Don't spread args with function specifier
21158 because special-display-popup-frame won't like it.
21159
21160 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
21161
21162 Time-stamp simplifications and fixes.
21163 These improve accuracy slightly, and future-proof the code
21164 against some potential changes to current-time format.
21165
21166 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
21167 by using time-since and float-time.
21168
21169 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
21170 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
21171 + NNN microseconds".
21172
21173 * type-break.el (type-break-time-sum): Rewrite using time-add.
21174
21175 * play/hanoi.el (hanoi-current-time-float): Remove.
21176 All uses replaced by float-time.
21177
21178 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
21179 This yields a more-accurate answer.
21180 (rng-time-to-float): Remove; no longer needed.
21181
21182 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
21183
21184 * calendar/timeclock.el (timeclock-seconds-to-time):
21185 Defalias to seconds-to-time, since they're the same thing.
21186
21187 * emacs-lisp/elp.el (elp-elapsed-time):
21188 * emacs-lisp/benchmark.el (benchmark-elapse):
21189 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
21190
21191 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21192
21193 * window.el (bury-buffer): Don't iconify the only frame.
21194 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
21195 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
21196
21197 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
21198
21199 * eshell/em-smart.el (eshell-smart-display-navigate-list):
21200 Add mouse-yank-primary.
21201
21202 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21203
21204 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
21205
21206 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21207
21208 * emacs-lisp/find-func.el (find-library--load-name): New fun.
21209 (find-library-name): Use it to find relative load names when provided
21210 absolute file name (bug#8803).
21211
21212 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21213
21214 * textmodes/flyspell.el (flyspell-word): Consider words that
21215 differ only in case as potential doublons (bug#5687).
21216
21217 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
21218 Remove two rather uninteresting debugging-like messages to make
21219 debbugs.el more silent.
21220
21221 * comint.el (comint-password-prompt-regexp): Accept "Response" as
21222 a password-like phrase.
21223
21224 2011-06-30 Masatake YAMATO <yamato@redhat.com>
21225
21226 * progmodes/cc-guess.el: New file.
21227
21228 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
21229
21230 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
21231 derived from `c-basic-common-init'.
21232
21233 * progmodes/cc-mode.el (top-level): Require cc-guess.
21234 (c-basic-common-init): Use `cc-choose-style-for-mode'.
21235
21236 2011-06-30 Lawrence Mitchell <wence@gmx.li>
21237
21238 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
21239
21240 2011-06-30 Alan Mackenzie <acm@muc.de>
21241
21242 * progmodes/cc-engine.el (c-guess-continued-construct):
21243 Correct the handling of template-args-cont, particularly for when font
21244 lock is disabled. Name this case as "CASE G".
21245
21246 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
21247
21248 * allout.el (allout-yank-processing): Fix injection of extra space
21249 between bullet and non-whitespace character in first topic when
21250 pasting, ensuring that the actual spacing in the pasted topic
21251 following the bullet char is preserved. This extra space was
21252 causing pasted encrypted topics to get a decrypted status even
21253 when the content was actually still encrypted. Now the decryption
21254 status from before the paste is preserved.
21255
21256 (allout-flag-region): Set all allout overlays so they evaporate
21257 when reduced to zero length (evanescent), to prevent overlay
21258 leakage.
21259
21260 2011-06-30 Glenn Morris <rgm@gnu.org>
21261
21262 * w32-fns.el (w32-charset-info-alist): Declare.
21263
21264 * find-dired.el (find-grep-options): Simplify.
21265
21266 * term/ns-win.el (ns-set-resource): Declare.
21267
21268 * ses.el (row, col): Declare dynamic variables honestly.
21269
21270 * textmodes/reftex-parse.el (index-tags): Declare.
21271
21272 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
21273
21274 * cus-edit.el (customize-push-and-save): New function.
21275
21276 * files.el (hack-local-variables-confirm): Use it.
21277
21278 * custom.el (load-theme): New arg NO-CONFIRM.
21279 Use customize-push-and-save (Bug#8720).
21280 (custom-enabled-themes): Doc fix.
21281
21282 * cus-theme.el (customize-create-theme)
21283 (custom-theme-merge-theme): Callers to load-theme changed.
21284
21285 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21286
21287 * thingatpt.el (thing-at-point-short-url-regexp): Require that
21288 short URLs have at least one dot in them (bug #7614).
21289
21290 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
21291 nil, because using a pty is apparently too slow (bug #895).
21292
21293 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
21294
21295 * mail/sendmail.el (sendmail-query-once): New function.
21296 (sendmail-query-once-function): New variable.
21297
21298 2011-06-29 Glenn Morris <rgm@gnu.org>
21299
21300 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
21301
21302 * ses.el (top-level): Require cl when compiling.
21303 (ses-set-localvars): Fix error statement.
21304 Call it at compile time to silence a storm of warnings.
21305
21306 2011-06-29 Martin Rudalics <rudalics@gmx.at>
21307
21308 * window.el (normalize-live-buffer): Rename to
21309 window-normalize-buffer.
21310 (normalize-live-frame): Rename to window-normalize-frame.
21311 (normalize-any-window): Rename to window-normalize-any-window.
21312 (normalize-live-window): Rename to window-normalize-live-window.
21313 (make-window-atom): Rename to window-make-atom.
21314 (window-resize-reset): Rename to window--resize-reset.
21315 (window-resize-reset-1): Rename to window--resize-reset-1.
21316 (resize-mini-window): Rename to window--resize-mini-window.
21317 (resize-subwindows-skip-p): Rename to
21318 window--resize-subwindows-skip-p.
21319 (resize-subwindows-normal): Rename to
21320 window--resize-subwindows-normal.
21321 (resize-subwindows): Rename to window--resize-subwindows.
21322 (resize-other-windows): Rename to window--resize-siblings.
21323 (resize-this-window): Rename to window--resize-this-window.
21324 (resize-root-window): Rename to window--resize-root-window.
21325 (resize-root-window-vertically): Rename to
21326 window--resize-root-window-vertically.
21327 (normalize-buffer-to-display): Rename to
21328 window-normalize-buffer-to-display.
21329 (normalize-buffer-to-switch-to): Rename to
21330 window-normalize-buffer-to-switch-to.
21331 Correspondingly update all callers of the functions listed
21332 above.
21333 (display-buffer-alist, display-buffer-normalize-arguments)
21334 (display-buffer-normalize-options, display-buffer)
21335 (display-buffer-alist-set): Use "function" instead of
21336 "fun-with-args".
21337
21338 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
21339
21340 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
21341 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
21342 debbugs.gnu.org. Mention acknowledgment email.
21343
21344 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
21345
21346 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
21347 buffer multibyteness, since it shouldn't matter.
21348
21349 2011-06-28 Martin Rudalics <rudalics@gmx.at>
21350
21351 * window.el (display-buffer-in-side-window): Handle dedicated
21352 windows as in display-buffer-reuse-window.
21353 (display-buffer-normalize-alist): Use value of override
21354 specifier.
21355 (display-buffer-normalize-specifiers): Use value of
21356 other-window-means-other-frame specifier.
21357 (display-buffer-alist): Rewrite some texts in widgets.
21358 (display-buffer): Spread arguments when calling function
21359 specified by fun-with-args.
21360
21361 2011-06-28 Deniz Dogan <deniz@dogan.se>
21362
21363 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
21364 Unnest `let'.
21365
21366 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
21367 selectors (Bug#5732).
21368 (css-proprietary-nmstart-re): Use `regexp-opt'.
21369
21370 2011-06-27 Jari Aalto <jari.aalto@cante.net>
21371
21372 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
21373 (eshell-ls-date-format): New defcustom.
21374 (eshell-ls-file): Use it.
21375
21376 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
21377
21378 * help-fns.el (describe-variable): Fix message for terminal-local vars.
21379
21380 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
21381
21382 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
21383 (ange-ftp-make-tmp-name): New arg.
21384 (ange-ftp-file-local-copy): Use it.
21385
21386 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
21387
21388 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
21389 no-conversion (Bug#8870).
21390
21391 2011-06-27 Martin Rudalics <rudalics@gmx.at>
21392
21393 * window.el (window-right, window-left, window-child)
21394 (window-child-count, window-last-child)
21395 (window-iso-combination-p, walk-window-tree-1)
21396 (window-atom-check-1, window-tree-1, delete-window)
21397 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
21398 new naming conventions - window-vchild, window-hchild,
21399 window-next and window-prev are now called window-top-child,
21400 window-left-child, window-next-sibling and window-prev-sibling
21401 respectively.
21402 (resize-window-reset): Rename to window-resize-reset.
21403 (resize-window-reset-1): Rename to window-resize-reset-1.
21404 (resize-window): Rename to window-resize.
21405 (window-min-height, window-min-width)
21406 (resize-mini-window, resize-this-window, resize-root-window)
21407 (resize-root-window-vertically, adjust-window-trailing-edge)
21408 (enlarge-window, shrink-window, maximize-window)
21409 (minimize-window, delete-window, quit-restore-window)
21410 (split-window, balance-windows, balance-windows-area-adjust)
21411 (balance-windows-area, window-state-put-2)
21412 (display-buffer-even-window-sizes, display-buffer-set-height)
21413 (display-buffer-set-width, set-window-text-height)
21414 (fit-window-to-buffer): Rename all "resize-window" prefixed
21415 calls to use the "window-resize" prefix convention.
21416 (display-buffer-alist): Fix symbol for label specifier.
21417 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
21418 corresponding specifier.
21419 Reported by Juanma Barranquero <lekktu@gmail.com>.
21420
21421 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
21422
21423 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
21424 convention.
21425 (ses-call-printer): Does not pass an empty string to formatter when the
21426 cell is empty to keep from barking printer Calc math-format-value.
21427
21428 2011-06-27 Richard Stallman <rms@gnu.org>
21429
21430 * battery.el (battery-mode-line-limit): New variable.
21431 (battery-update): Handle it.
21432
21433 * mail/rmailmm.el (rmail-mime-process-multipart):
21434 Handle truncated messages.
21435
21436 2011-06-27 Glenn Morris <rgm@gnu.org>
21437
21438 * progmodes/flymake.el (flymake-err-line-patterns):
21439 Allow for column numbers in the ant/javac pattern. (Bug#8866)
21440
21441 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
21442
21443 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
21444 (ses--clean-!, ses--clean-_): New functions.
21445 (ses-range): Add configurability of readout order, and conversion
21446 to Calc vector.
21447
21448 * ses.el (ses-repair-cell-reference-all): New function.
21449 (ses-cell-symbol): Set macro as safe, so that it can be used in
21450 formulas.
21451
21452 * ses.el: Update cycle detection algorithm.
21453 (ses-localvars): Add ses--Dijkstra-attempt-nb and
21454 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
21455 (ses-set-localvars): New function.
21456 (ses-make-cell): Add property-list as a cell element.
21457 (ses-cell-property-get-fun, ses-cell-property-get)
21458 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
21459 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
21460 New functions.
21461 (ses-cell-property-set, ses-cell-property-pop)
21462 (ses-cell-property-get-handle): New macro.
21463 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
21464 New aliases, used for code readability.
21465 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
21466 cycle detection.
21467 (ses-self-reference-early-detection): New defcustom.
21468 (ses-formula-references): Robustify against self-referring cells.
21469 (ses-mode): Use ses-set-localvars.
21470 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
21471 before lauching the update processing.
21472 (ses-initialize-Dijkstra-attempt): New function.
21473 (ses-recalculate-cell): Update for cycle detection based on
21474 Dijkstra algorithm.
21475
21476 * ses.el: Fix commenting and indenting convention.
21477
21478 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
21479
21480 * bs.el (bs-cycle-next): Complete last change.
21481
21482 2011-06-27 Drew Adams <drew.adams@oracle.com>
21483
21484 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
21485
21486 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
21487
21488 * net/network-stream.el (network-stream-open-starttls):
21489 Don't re-get capabilities unless we've reestablished connection.
21490 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
21491
21492 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
21493 to binary to possibly avoid line encoding issues on Windows (among
21494 other things).
21495
21496 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
21497
21498 * net/network-stream.el (open-network-stream): Return an :error
21499 saying what the problem was, if possible.
21500
21501 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
21502 server.
21503
21504 * net/network-stream.el (network-stream-open-starttls): If we
21505 wanted to use STARTTLS, and the server offered it, but we weren't
21506 able to because we had no STARTTLS support, then close the connection.
21507 (open-network-stream): Return an :error element, if present.
21508
21509 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
21510
21511 * hl-line.el (hl-line-sticky-flag): Doc fix.
21512 (global-hl-line-sticky-flag): New option (Bug#8323).
21513 (global-hl-line-highlight): Obey it.
21514
21515 * vc/vc.el (vc-revert-show-diff): Default to t.
21516
21517 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
21518
21519 * allout-widgets.el (allout-widgets-post-command-business):
21520 Stop decorating intermediate isearch matches. They're not being
21521 undecorated when an isearch is continued past, and isearch
21522 automatically collapses them. This leads to "widget leaks", where
21523 decorated items accumulate in collapsed areas. Lines with lots of
21524 hidden widgets can slow down cursor travel, substantially.
21525 Too much complicated machinery would be needed to ensure undecoration,
21526 so we're doing without this nicety.
21527
21528 (allout-widgets-tally-string): Don't try to do a hash-table-count
21529 of allout-widgets-tally when it's nil. This eliminates spurious "Error
21530 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
21531 *Messages* when allout-widgets-maintain-tally is t.
21532
21533 2011-06-26 Martin Rudalics <rudalics@gmx.at>
21534
21535 * window.el (display-buffer-normalize-argument): Rename to
21536 display-buffer-normalize-arguments. Handle special meaning of
21537 LABEL argument. Respect special-display-function when popping up
21538 a new frame. Fix code searching for a window showing the buffer
21539 on another frame.
21540 (display-buffer-normalize-specifiers):
21541 Call display-buffer-normalize-arguments.
21542 (display-buffer-in-window): Don't undedicate the window if its
21543 buffer remains the same.
21544 Reported by Drew Adams <drew.adams@oracle.com>.
21545 (display-buffer-alist): Add choice for same-window macro
21546 specfier.
21547 (display-buffer): Mention special meaning of LABEL argument in
21548 doc-string. Fix quoting. Don't pop up a new frame even as
21549 fallback.
21550
21551 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
21552
21553 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
21554 avoid deleting the current window in some cases (bug#8911).
21555
21556 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
21557
21558 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
21559 (Bug#8934)
21560
21561 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
21562
21563 * net/network-stream.el (network-stream-open-starttls):
21564 Use built-in TLS support if `gnutls-available-p' is true.
21565 (network-stream-open-tls): Ditto.
21566
21567 2011-06-26 Leo Liu <sdl.web@gmail.com>
21568
21569 * register.el (registerv): New struct.
21570 (registerv-make): New function.
21571 (jump-to-register, describe-register-1, insert-register):
21572 Support the jump-func, print-func and insert-func slot of a registerv
21573 struct. (Bug#8415)
21574
21575 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
21576
21577 * vc/vc.el (vc-revert-show-diff): New defcustom.
21578 (vc-diff-internal): New arg specifying diff buffer.
21579 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
21580 reuse an existing *vc-diff* buffer (Bug#8927).
21581
21582 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
21583
21584 2011-06-26 Glenn Morris <rgm@gnu.org>
21585
21586 * progmodes/f90.el (f90-critical-indent): New option.
21587 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
21588 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
21589 (f90-mode): Doc fix.
21590 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
21591 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
21592 (f90-beginning-of-block, f90-next-block, f90-indent-region)
21593 (f90-match-end): Handle block, critical.
21594
21595 2011-06-25 Glenn Morris <rgm@gnu.org>
21596
21597 * calendar/diary-lib.el (diary-included-files): Doc fix.
21598 (diary-include-files): New function, extracted from
21599 diary-include-other-diary-files and diary-mark-included-diary-files.
21600 (diary-include-other-diary-files, diary-mark-included-diary-files):
21601 Just call diary-include-files.
21602 (diary-mark-entries): Reset diary-included-files on first call.
21603
21604 * calendar/diary-lib.el (diary-mark-entries)
21605 (diary-mark-included-diary-files):
21606 Visit included diary-files in temp buffers.
21607
21608 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
21609 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
21610 (f90-start-block-re, f90-imenu-generic-expression)
21611 (f90-looking-at-program-block-start, f90-no-block-limit):
21612 Add support for submodules.
21613
21614 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
21615 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
21616
21617 2011-06-25 Eli Zaretskii <eliz@gnu.org>
21618
21619 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
21620 buffer-file-type before setting its value, to avoid disastrous
21621 global effects on decoding files for DOS/Windows systems. (Bug#8780)
21622
21623 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
21624
21625 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
21626
21627 * ses.el (ses-unload-function):
21628 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
21629
21630 * proced.el (proced-unload-function):
21631 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
21632
21633 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
21634
21635 * server.el (server-create-window-system-frame): Add parameters arg.
21636 (server-process-filter): Doc fix. Handle frame-parameters.
21637
21638 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
21639
21640 Fix bug#8730, bug#8781.
21641
21642 * loadhist.el (unload--set-major-mode): New function.
21643 (unload-feature): Use it.
21644
21645 * progmodes/python.el (python-after-info-look): Add autoload cookie.
21646 (python-unload-function): New function.
21647
21648 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
21649
21650 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
21651
21652 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
21653
21654 * net/browse-url.el (browse-url-firefox-program): Add icecat to
21655 the candidates list.
21656
21657 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
21658
21659 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
21660
21661 2011-06-23 Richard Stallman <rms@gnu.org>
21662
21663 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
21664 (rmail-variables): Set next-error-move-function.
21665 (rmail-what-message): Take argument POS.
21666 (rmail-next-error-move): New function.
21667
21668 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
21669
21670 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
21671 messages for adjacent non-terminals.
21672
21673 2011-06-23 Richard Stallman <rms@gnu.org>
21674
21675 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
21676 (rmail-show-message-1): Preserve buffer modified flag.
21677 (rmail-start-mail): Don't specify use of rmail-mail-return;
21678 that's done by mail-bury now.
21679 (rmail-mail-return): Handle arg NEWBUF.
21680
21681 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
21682
21683 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
21684 SIZE is a number.
21685
21686 2011-06-23 Martin Rudalics <rudalics@gmx.at>
21687
21688 * window.el (get-lru-window, get-mru-window)
21689 (get-largest-window): Never return a minibuffer window.
21690 (display-buffer-pop-up-window): Fix a bug that could lead to
21691 reusing the minibuffer window.
21692 (display-buffer): Pass original specifier argument to
21693 display-buffer-function instead of the normalized one.
21694 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
21695
21696 2011-06-22 Leo Liu <sdl.web@gmail.com>
21697
21698 * minibuffer.el (completing-read-function)
21699 (completing-read-default): Move from minibuf.c.
21700
21701 2011-06-22 Richard Stallman <rms@gnu.org>
21702
21703 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
21704 to Rmail even if not started by a special Rmail command.
21705
21706 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
21707 Copy the buffer currently showing just one message.
21708
21709 2011-06-22 Roland Winkler <winkler@gnu.org>
21710
21711 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
21712 (bibtex-clean-entry): First delete the old key so that a
21713 customized algorithm for generating the new key does not get
21714 confused by the old key.
21715 (bibtex-url): Obey regexp of first step.
21716 (bibtex-search-entries): Do not use add-to-list with local
21717 list-var.
21718
21719 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
21720
21721 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
21722 stored a user name, then query for the password first, instead of
21723 waiting for SMTP to give an error message and the trying again.
21724
21725 2011-06-22 Lawrence Mitchell <wence@gmx.li>
21726
21727 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
21728 BUFFER in call-process.
21729
21730 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
21731
21732 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
21733 QUIT twice.
21734 (smtpmail-try-auth-methods): Require user name and password from
21735 auth-source.
21736
21737 2011-06-22 Martin Rudalics <rudalics@gmx.at>
21738
21739 * window.el (display-buffer-default-specifiers)
21740 (display-buffer-alist): Remove entries for pop-up-frame-alist.
21741 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
21742 (split-window): Normalize SIDE argument (Bug#8916).
21743
21744 * frame.el (pop-up-frame-alist, pop-up-frame-function)
21745 (special-display-frame-alist, special-display-popup-frame):
21746 Remove duplicate declarations. These are now in window.el.
21747
21748 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21749
21750 * mail/smtpmail.el (smtpmail-via-smtp):
21751 Set :use-starttls-if-possible so that we always use STARTTLS if the
21752 server supports it. SMTP servers that support STARTTLS commonly
21753 require it.
21754
21755 * net/network-stream.el (network-stream-open-starttls): Support
21756 upgrading to STARTTLS always, even if we don't have built-in support.
21757 (open-network-stream): Add the :always-query-capabilities keyword.
21758
21759 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
21760 upgrades with `open-network-stream', and rely solely on
21761 auth-source for all credentials. Big changes throughout the file,
21762 but in particular:
21763 (smtpmail-auth-credentials): Remove.
21764 (smtpmail-starttls-credentials): Remove.
21765 (smtpmail-via-smtp): Check for servers saying they want AUTH after
21766 MAIL FROM, too.
21767
21768 * net/network-stream.el (network-stream-open-starttls):
21769 Provide support for client certificates both for external and built-in
21770 STARTTLS.
21771 (auth-source): Require.
21772 (open-network-stream): Document the :client-certificate keyword.
21773 (network-stream-certificate): Change cert-cert to cert and
21774 cert-key to key.
21775
21776 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
21777
21778 * net/tramp-cache.el (top): Don't load the persistency file when
21779 "emacs -Q" has been called.
21780
21781 2011-06-21 Tim Harper <timcharper@gmail.com>
21782
21783 * term/ns-win.el (ns-initialize-window-system):
21784 Set application-specific `ApplePressAndHoldEnabled' system
21785 resource to NO as it is not yet supported by the NS port.
21786
21787 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
21788
21789 * misc.el (list-dynamic-libraries--refresh): Compute header here...
21790 (list-dynamic-libraries): ...not here.
21791
21792 2011-06-21 Leo Liu <sdl.web@gmail.com>
21793
21794 * subr.el (sha1): Implement sha1 using secure-hash.
21795
21796 2011-06-21 Martin Rudalics <rudalics@gmx.at>
21797
21798 * window.el (display-buffer-alist): In default value do not
21799 enforce searching a window on any but the selected frame.
21800 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
21801 (display-buffer-select-window): Remove function.
21802 (display-buffer-in-window): When a window on another frame gets
21803 reused, do not select it any more but just raise its frame if
21804 necessary (Bug#8851) and (Bug#8856).
21805 (display-buffer-normalize-options): Handle pop-up-frames related
21806 options more faithfully.
21807 (pop-to-buffer): Don't rely on `display-buffer' selecting the
21808 window if it is on another frame.
21809 (display-buffer-alist, display-buffer-default-specifiers):
21810 Don't make new frame unsplittable by default.
21811 (display-buffer-normalize-argument): Fix doc-string typo and use
21812 'same-frame-other-window instead of 'other-window when associating
21813 with display-buffer-macro-specifiers.
21814
21815 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
21816
21817 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
21818 New functions.
21819 (5x5-mode-map, 5x5-mode-menu): Bind them.
21820 (5x5-draw-grid): Tweak the solver's rendering.
21821
21822 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
21823
21824 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
21825 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
21826
21827 2011-06-21 Drew Adams <drew.adams@oracle.com>
21828
21829 * menu-bar.el: Use function variable instead of switch-to-buffer.
21830 (menu-bar-select-buffer-function): New variable.
21831 (menu-bar-update-buffers): Use it (bug#8876).
21832
21833 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
21834
21835 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
21836 variable's status.
21837
21838 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
21839
21840 * x-dnd.el (x-dnd-version-from-flags)
21841 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
21842 and long as number (Bug#8899).
21843 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
21844
21845 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
21846
21847 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
21848 (completion-try-completion, completion-all-completions): Compute the
21849 metadata argument if it's missing; make it optional (bug#8795).
21850
21851 * wid-edit.el: Use lex-bind and move towards completion-at-point.
21852 (widget-complete): Use new :completion-function property.
21853 (widget-completions-at-point): New function.
21854 (default): Use :completion-function instead of :complete.
21855 (widget-default-completions): Rename from widget-default-complete;
21856 Rewrite.
21857 (widget-string-complete, widget-file-complete, widget-color-complete):
21858 Remove functions.
21859 (file, symbol, function, variable, coding-system, color):
21860 * international/mule-cmds.el (default-input-method, charset)
21861 (language-info-custom-alist):
21862 * cus-edit.el (face): Use new property :completions.
21863
21864 * progmodes/pascal.el (pascal-completions-at-point): New function.
21865 (pascal-mode): Use it.
21866 (pascal-mode-map): Use completion-at-point.
21867 (pascal-toggle-completions): Make obsolete.
21868 (pascal-complete-word, pascal-show-completions):
21869 * progmodes/octave-mod.el (octave-complete-symbol):
21870 Redefine as obsolete alias.
21871 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
21872 Signal absence of completion info for old Octave,
21873 (inferior-octave-complete): Redefine as obsolete alias.
21874 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
21875 (meta-completions-at-point): Rename from meta-complete-symbol and
21876 adapt it for use on completion-at-point-functions.
21877 (meta-common-mode): Use it.
21878 (meta-looking-at-backward, meta-match-buffer): Remove.
21879 (meta-complete-symbol): Redefine as obsolete alias.
21880 (meta-common-mode-map): Use completion-at-point.
21881 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
21882 (makefile-mode-map): Use completion-at-point.
21883 (makefile-completions-at-point): Rename from makefile-complete and
21884 adapt it for use on completion-at-point-functions.
21885 (makefile-mode): Use it.
21886 (makefile-complete): Redefine as obsolete alias.
21887
21888 2011-06-20 Deniz Dogan <deniz@dogan.se>
21889
21890 * net/rcirc.el: Delete trailing whitespaces once and for all.
21891
21892 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
21893
21894 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
21895
21896 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
21897
21898 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
21899
21900 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
21901
21902 2011-06-19 Martin Rudalics <rudalics@gmx.at>
21903
21904 * window.el (display-buffer-other-window-means-other-frame):
21905 Call display-buffer-normalize-alist.
21906 (display-buffer-normalize-specifiers-1): Rename to
21907 display-buffer-normalize-argument. New argument other-frame.
21908 Rewrite.
21909 (display-buffer-normalize-specifiers-2): Rename to
21910 display-buffer-normalize-options.
21911 (display-buffer-normalize-alist-1): New function.
21912 (display-buffer-normalize-specifiers-3): Rename to
21913 display-buffer-normalize-alist.
21914 Call display-buffer-normalize-alist-1.
21915 (display-buffer-normalize-options-inhibit): New variable.
21916 (display-buffer-normalize-specifiers): Rewrite calling
21917 display-buffer-normalize-alist,
21918 display-buffer-normalize-argument, and
21919 display-buffer-normalize-options. Don't call the latter if
21920 display-buffer-normalize-options-inhibit is non-nil.
21921 (frame-auto-delete): New option.
21922 (window-deletable-p): Use frame-auto-delete.
21923 (window-list-no-nils, window-state-ignored-parameters)
21924 (window-state-get-1, window-state-get, window-state-put-list)
21925 (window-state-put-1, window-state-put-2, window-state-put):
21926 New functions.
21927 (display-buffer-normalize-options): Move special-display-p group
21928 after pop-up-frame group (Bug#8851) and (Bug#8856).
21929
21930 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
21931
21932 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
21933 groups (Bug#8776).
21934 (rx-submatch-n): New function.
21935 (rx): Document it.
21936
21937 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
21938 (Bug#8768).
21939
21940 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
21941
21942 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
21943
21944 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
21945 anytime existing face settings are present (Bug#8889).
21946
21947 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
21948 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
21949 Remove unused argument.
21950
21951 2011-06-18 Martin Rudalics <rudalics@gmx.at>
21952
21953 * window.el (display-buffer-default-specifiers):
21954 Remove pop-up-frame. Add pop-up-window-min-height,
21955 pop-up-window-min-width, and another reuse-window specifier
21956 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
21957 (display-buffer-normalize-specifiers-2):
21958 Handle split-height-threshold and split-width-threshold also when
21959 pop-up-windows is unset. Add a reuse-window specifier for the
21960 case popping up a new window fails.
21961 (special-display-popup-frame): Remove double quoting.
21962 (display-buffer-normalize-specifiers-1): Fix thinko.
21963
21964 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
21965
21966 * shell.el (shell-completion-vars): Set pcomplete-termination-string
21967 according to comint-completion-addsuffix.
21968
21969 * pcomplete.el: Convert to lexical binding and fix bug#8819.
21970 (pcomplete-suffix-list): Mark as obsolete.
21971 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
21972 pcomplete-seen in the closure.
21973 (pcomplete-comint-setup): Setup completion-at-point as well.
21974 (pcomplete--entries): New function.
21975 (pcomplete--env-regexp): New var.
21976 (pcomplete-entries): Rewrite to work with partial-completion and
21977 without relying on pcomplete-suffix-list.
21978 (pcomplete-pare-list): Remove, unused.
21979
21980 2011-06-17 Martin Rudalics <rudalics@gmx.at>
21981
21982 * window.el (display-buffer-alist): Set pop-up-window-min-height
21983 and pop-up-window-min-width in default value. Reported by
21984 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
21985 other-window-means-other-frame.
21986 (display-buffer-macro-specifiers): Comment out entry for
21987 other-window specifier.
21988 (display-buffer-other-window-means-other-frame): New function.
21989 (display-buffer-normalize-specifiers-1): New arguments
21990 buffer-name and label. Treat other-window case specially.
21991 (display-buffer-normalize-specifiers-2): Treat other-window case
21992 specially.
21993 (display-buffer-normalize-specifiers-3): New function.
21994 (display-buffer-normalize-specifiers):
21995 Call display-buffer-normalize-specifiers-3.
21996
21997 2011-06-17 Martin Rudalics <rudalics@gmx.at>
21998
21999 * window.el (same-window-p): Fix two typos introduced when
22000 adding with-no-warnings.
22001 (display-buffer-normalize-specifiers-1): Don't check
22002 pop-up-frames for 'unset initialization.
22003 (display-buffer-normalize-specifiers-2): Major rewrite using
22004 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
22005 (pop-up-frames, display-buffer-reuse-frames)
22006 (display-buffer-mark-dedicated): Don't initialize to 'unset.
22007 Suggested by David Engster <deng@randomsample.de>.
22008 (even-window-heights): Initialize to 'unset.
22009 (display-buffer-alist-set): Handle new 'unset initializations.
22010 (display-buffer-macro-specifiers): Don't pop up a new frame in the
22011 other window case.
22012
22013 2011-06-16 Martin Rudalics <rudalics@gmx.at>
22014
22015 * window.el (display-buffer-normalize-specifiers-1):
22016 Respect current value of pop-up-frames for most reasonable values of
22017 second argument of display-buffer (Bug#8865).
22018 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
22019 (switch-to-buffer-other-window-same-frame)
22020 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
22021 Adams (Bug#8875).
22022 (display-buffer): Don't check noninteractive when calling
22023 display-buffer-pop-up-frame.
22024 (display-buffer-pop-up-frame): Never pop up a frame in
22025 noninteractive mode (Bug#8857).
22026 (enlarge-window, shrink-window): Don't report an error when the
22027 window can't be resized as requested (Bug#8862).
22028
22029 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22030
22031 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
22032
22033 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
22034
22035 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
22036
22037 2011-06-15 Alan Mackenzie <acm@muc.de>
22038
22039 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
22040 for declarators, disable knr checking to speed up for normal files.
22041 2: Refactor, replacing a sequence of nested if forms by a cond form.
22042
22043 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22044
22045 * net/network-stream.el (open-network-stream): Add the keyword
22046 :always-query-capabilities for the case where you want to force a
22047 `plain' network connection, but the protocol still requires the
22048 capabilitiy command (i.e., SMTP and EHLO).
22049
22050 * subr.el (process-live-p): Rename from `process-alive-p' for
22051 consistency with other `-live-p' functions.
22052
22053 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22054
22055 * window.el (same-window-buffer-names, same-window-regexps)
22056 (special-display-frame-alist, special-display-popup-frame)
22057 (special-display-function, special-display-buffer-names)
22058 (special-display-regexps, pop-up-frame-alist)
22059 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
22060 (pop-up-windows, split-window-preferred-function)
22061 (split-height-threshold, split-width-threshold, even-window-heights)
22062 (display-buffer-mark-dedicated): Don't encourage the use of
22063 display-buffer-alist from Elisp code.
22064
22065 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
22066
22067 * progmodes/python.el (python-mode): Derive from prog-mode.
22068 * progmodes/ps-mode.el (ps-mode):
22069 * progmodes/mixal-mode.el (mixal-mode):
22070 * progmodes/cfengine.el (cfengine-mode):
22071 * progmodes/ld-script.el (ld-script-mode): Likewise.
22072
22073 2011-06-15 Martin Rudalics <rudalics@gmx.at>
22074
22075 * window.el (display-buffer-alist): Trim default value to avoid
22076 popping up a new frame (Bug#8857) or reusing an arbitrary window
22077 on another frame.
22078 (display-buffer): Do not fall back on popping up a new frame in
22079 batch mode (Bug#8857).
22080
22081 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
22082
22083 * cus-theme.el (describe-theme-1): Use custom-theme-p.
22084 (custom-theme-summary): New function.
22085 (customize-themes): Use it.
22086
22087 2011-06-13 Glenn Morris <rgm@gnu.org>
22088
22089 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
22090
22091 2011-06-13 Martin Rudalics <rudalics@gmx.at>
22092
22093 * help.el (help-window): Remove variable.
22094 (help-window-point-marker, temp-buffer-max-height)
22095 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
22096 (help-print-return-message): Don't set help-window.
22097 (resize-temp-buffer-window): Rewrite cod eand doc-string.
22098 (help-window-setup-finish): Remove.
22099 (help-window-display-message, help-window-setup)
22100 (with-help-window): Major rewrite based on new
22101 display-buffer-window variable.
22102
22103 * help-mode.el (help-mode-finish): Remove help-window related
22104 code.
22105
22106 * view.el (view-exits-all-viewing-windows): Remove reference to
22107 view-return-to-alist in doc-string.
22108 (view-return-to-alist): Make obsolete.
22109 (view-buffer): Call pop-to-buffer-same-window and remove
22110 undo-window code.
22111 (view-buffer-other-window): Call pop-to-buffer-other-window and
22112 simplify code. Ignore second argument.
22113 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
22114 simplify code. Ignore second argument.
22115 (view-return-to-alist-update): Make obsolete.
22116 (view-mode-enter): Rename second argument to QUIT-RESTORE.
22117 Rewrite using quit-restore window parameters.
22118 (view-mode-exit): Rename second argument to EXIT-ONLY.
22119 Rewrite using quit-restore-window.
22120 (View-exit, View-exit-and-edit, View-leave, View-quit)
22121 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
22122 appropriate arguments.
22123 (view-end-message): Use quit-restore window parameter.
22124
22125 * window.el (display-buffer-function): Rewrite doc-string.
22126 (display-buffer-window, display-buffer-alist): New variables.
22127 (display-buffer-split-specifiers)
22128 (display-buffer-side-specifiers)
22129 (display-buffer-macro-specifiers): New constants.
22130 (display-buffer-even-window-sizes, display-buffer-set-height)
22131 (display-buffer-set-width, display-buffer-select-window)
22132 (display-buffer-in-window, display-buffer-reuse-window)
22133 (display-buffer-split-window-1, display-buffer-split-window)
22134 (display-buffer-split-atom-window, display-buffer-pop-up-window)
22135 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
22136 (display-buffer-in-side-window, normalize-buffer-to-display)
22137 (display-buffer-normalize-specifiers-1)
22138 (display-buffer-normalize-specifiers-2)
22139 (display-buffer-normalize-specifiers, display-buffer-frame):
22140 New functions.
22141 (display-buffer): Major rewrite.
22142 (display-buffer-other-window, display-buffer-other-frame)
22143 (pop-to-buffer, switch-to-buffer-other-window)
22144 (switch-to-buffer-other-frame): Rewrite.
22145 (display-buffer-same-window, display-buffer-same-frame)
22146 (display-buffer-same-frame-other-window)
22147 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22148 (pop-to-buffer-other-window)
22149 (pop-to-buffer-same-frame-other-window)
22150 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
22151 (switch-to-buffer-other-window-same-frame): New functions.
22152 (same-window-p, special-display-p): Rewrite disabling warnings.
22153 Make obsolete.
22154 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22155 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
22156 Make obsolete
22157 (same-window-buffer-names, same-window-regexps)
22158 (special-display-frame-alist, special-display-popup-frame)
22159 (special-display-function, special-display-buffer-names)
22160 (special-display-regexps, pop-up-frame-alist)
22161 (pop-up-frame-function, split-window-preferred-function)
22162 (split-height-threshold, split-width-threshold)
22163 (even-window-heights): Make obsolete.
22164
22165 2011-06-12 Glenn Morris <rgm@gnu.org>
22166
22167 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
22168 Misc simplifications.
22169
22170 2011-06-12 Martin Rudalics <rudalics@gmx.at>
22171
22172 * window.el (window-safely-shrinkable-p): Restore function which
22173 was inadvertently removed in change from 2011-06-11. Declare as
22174 obsolete.
22175
22176 * calendar/calendar.el (calendar-generate-window):
22177 Use window-iso-combined-p instead of combination of one-window-p and
22178 window-safely-shrinkable-p.
22179
22180 2011-06-12 Glenn Morris <rgm@gnu.org>
22181
22182 * progmodes/fortran.el (fortran-mode-syntax-table):
22183 * progmodes/f90.el (f90-mode-syntax-table):
22184 Set % to punctuation. (Bug#8820)
22185 (f90-find-tag-default): Remove, no longer needed.
22186
22187 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
22188
22189 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
22190
22191 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
22192
22193 * image.el (image-animated-p): Return animation delay in seconds.
22194 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
22195 (image-animate-timeout): Remove DELAY argument. Don't assume
22196 every subimage has the same delay; get it from image-animated-p.
22197 (image-animate): Caller changed.
22198
22199 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
22200
22201 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
22202 to ignored backtrace functions.
22203
22204 2011-06-11 Glenn Morris <rgm@gnu.org>
22205
22206 * calendar/appt.el (appt-disp-window-function): Doc fix.
22207 (appt-check): Handle overlapping appointments. (Bug#8337)
22208
22209 2011-06-11 Martin Rudalics <rudalics@gmx.at>
22210
22211 * window.el (window-tree-1, window-tree): New functions, moving
22212 the latter to window.el.
22213 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
22214 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
22215 (bw-refresh-edges): Remove.
22216 (balance-windows-1, balance-windows-2): New functions.
22217 (balance-windows): Rewrite in terms of window tree functions,
22218 balance-windows-1 and balance-windows-2.
22219 (bw-adjust-window): Remove.
22220 (balance-windows-area-adjust): New function with functionality of
22221 bw-adjust-window but using resize-window.
22222 (set-window-text-height): Rewrite doc-string.
22223 Use normalize-live-window and resize-window.
22224 (enlarge-window-horizontally, shrink-window-horizontally):
22225 Rename argument to DELTA.
22226 (window-buffer-height): New function.
22227 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
22228 Rewrite using new window resize routines.
22229 (kill-buffer-and-window, mouse-autoselect-window-select):
22230 Use ignore-errors instead of condition-case.
22231 (quit-window): Call delete-frame instead of delete-windows-on
22232 for the only buffer on frame.
22233
22234 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22235
22236 * loadup.el (top-level): Load window before files for the sake
22237 of replace-buffer-in-windows.
22238
22239 * files.el (read-buffer-to-switch)
22240 (switch-to-buffer-other-window)
22241 (switch-to-buffer-other-frame, display-buffer-other-frame):
22242 Move to window.el.
22243
22244 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
22245 (previous-buffer): Move to window.el.
22246
22247 * bindings.el (unbury-buffer): Move to window.el.
22248
22249 * window.el (delete-other-windows-vertically): Move after
22250 definition of delete-other-windows.
22251 (other-window, delete-windows-on, replace-buffer-in-windows):
22252 Move here from window.c.
22253 (record-window-buffer, unrecord-window-buffer)
22254 (set-window-buffer-start-and-point, switch-to-prev-buffer)
22255 (switch-to-next-buffer): New functions.
22256 (get-next-valid-buffer, last-buffer, next-buffer): Move here
22257 from simple.el. Call switch-to-next-buffer.
22258 (previous-buffer): Move here from simple.el.
22259 Call switch-to-prev-buffer.
22260 (bury-buffer): Move here from buffer.c. Switch to previous
22261 buffer when window cannot be deleted.
22262 (unbury-buffer): Move here from bindings.el.
22263 (ctl-x-map): Move binding for other-window from window.c to
22264 here.
22265 (read-buffer-to-switch, switch-to-buffer-other-window)
22266 (switch-to-buffer-other-frame): Move here from files.el.
22267 (normalize-buffer-to-switch-to): New functions.
22268 (switch-to-buffer): Move here from buffer.c.
22269 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
22270
22271 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22272
22273 * window.el (window-min-height, window-min-width): Move here
22274 from window.c. Add defcustoms and rewrite doc-strings.
22275 (resize-mini-window, resize-window): New functions.
22276 (adjust-window-trailing-edge, enlarge-window, shrink-window):
22277 Move here from window.c.
22278 (maximize-window, minimize-window): New functions.
22279 (delete-window, delete-other-windows, split-window): Move here
22280 from window.c.
22281 (window-split-min-size): New function.
22282 (split-window-keep-point): Mention split-window-above-each-other
22283 instead of split-window-vertically.
22284 (split-window-above-each-other, split-window-vertically):
22285 Rename split-window-vertically to split-window-above-each-other
22286 and provide defalias for old definition.
22287 (split-window-side-by-side, split-window-horizontally):
22288 Rename split-window-horizontally to split-window-side-by-side
22289 and provide defalias for the old definition.
22290 (ctl-x-map): Move bindings for delete-window,
22291 delete-other-windows and enlarge-window here from window.c.
22292 Replace bindings for split-window-vertically and
22293 split-window-horizontally by bindings for
22294 split-window-above-each-other and split-window-side-by-side.
22295
22296 * cus-start.el (all): Remove entries for window-min-height and
22297 window-min-width. Add entries for window-splits and
22298 window-nest.
22299
22300 2011-06-09 Glenn Morris <rgm@gnu.org>
22301
22302 * calendar/appt.el (appt-mode-line): New function.
22303 (appt-check, appt-disp-window): Use it.
22304
22305 * files.el (hack-one-local-variable-eval-safep):
22306 Allow minor-modes with explicit +/-1 arguments.
22307
22308 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
22309
22310 * term/xterm.el (xterm): Add defgroup.
22311 (xterm-extra-capabilities): Add defcustom to supply known xterm
22312 capabilities, skip querying them, or query them (default).
22313 (terminal-init-xterm): Use it.
22314 (terminal-init-xterm-modify-other-keys): New function to set up
22315 modifyOtherKeys support to simplify `terminal-init-xterm'.
22316
22317 2011-06-09 Martin Rudalics <rudalics@gmx.at>
22318
22319 * window.el (resize-window-reset, resize-window-reset-1)
22320 (resize-subwindows-skip-p, resize-subwindows-normal)
22321 (resize-subwindows, resize-other-windows, resize-this-window)
22322 (resize-root-window, resize-root-window-vertically)
22323 (window-deletable-p, window-or-subwindow-p)
22324 (frame-root-window-p): New functions.
22325
22326 2011-06-09 Glenn Morris <rgm@gnu.org>
22327
22328 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
22329 (ange-ftp-get-files): Use it.
22330
22331 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
22332
22333 * mail/sendmail.el (mail-recover-1, mail-recover):
22334 * files.el (recover-file, recover-session):
22335 Handle dired-listing-switches not being just a single short option.
22336
22337 2011-06-09 Glenn Morris <rgm@gnu.org>
22338
22339 * calendar/appt.el (appt-display-message, appt-disp-window):
22340 Handle lists of appointments.
22341
22342 2011-06-08 Martin Rudalics <rudalics@gmx.at>
22343
22344 * window.el (one-window-p): Move down in code.
22345 Rewrite doc-string.
22346 (window-current-scroll-bars): Rewrite doc-string.
22347 Normalize live window argument.
22348 (walk-windows, get-window-with-predicate, count-windows):
22349 Rewrite doc-string. Use window-list-1.
22350 (window-in-direction-2, window-in-direction, get-mru-window):
22351 New functions.
22352
22353 2011-06-08 Reuben Thomas <rrt@sc3d.org>
22354
22355 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
22356 Doc fix (Bug#8713).
22357
22358 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
22359
22360 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
22361
22362 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
22363
22364 * loadhist.el (unload-feature-special-hooks):
22365 Add `comint-output-filter-functions'.
22366
22367 2011-06-08 Ivan Kanis <gnu@kanis.fr>
22368
22369 * calendar/appt.el (appt-check): Move some initializations into the let.
22370
22371 2011-06-08 Martin Rudalics <rudalics@gmx.at>
22372
22373 * window.el (window-height): Defalias to window-total-height.
22374 (window-width): Defalias to window-body-width.
22375
22376 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
22377
22378 * image-mode.el (image-toggle-animation): New command.
22379 (image-mode-map): Bind it to RET.
22380 (image-mode): Update message.
22381 (image-toggle-display-image): Avoid a spurious cache flush.
22382 (image-transform-rotation): Doc fix.
22383 (image-transform-properties): Return quickly in the normal case.
22384 (image-animate-loop): Rename from image-animate-max-time.
22385
22386 * image.el (image-animate-max-time): Move to image-mode.el.
22387 (create-animated-image): Remove unnecessary function.
22388 (image-animate): Rename from image-animate-start. New arg.
22389 (image-animate-stop): Remove; just use image-animate-timer.
22390 (image-animate-timer): Use car-safe.
22391 (image-animate-timeout): Rename argument.
22392
22393 2011-06-07 Martin Rudalics <rudalics@gmx.at>
22394
22395 * window.el (get-lru-window, get-largest-window): Move here from
22396 window.c. Rename first argument to ALL-FRAMES.
22397 Rephrase doc-strings.
22398 (get-buffer-window-list): Rewrite using window-list-1.
22399 Rephrase doc-string.
22400 (window-safe-min-height, window-safe-min-width): New constants.
22401 (window-size-ignore, window-min-size, window-min-size-1)
22402 (window-sizable, window-sizable-p, window-size-fixed-1)
22403 (window-size-fixed-p, window-min-delta-1, window-min-delta)
22404 (window-max-delta-1, window-max-delta, window-resizable)
22405 (window-resizable-p, window-total-height, window-total-width)
22406 (window-body-width): New functions.
22407 (window-full-height-p, window-full-width-p): Rewrite using
22408 window-total-size.
22409 (window-body-height): Rewrite using window-body-size.
22410
22411 2011-06-06 Martin Rudalics <rudalics@gmx.at>
22412
22413 * window.el (window-right, window-left, window-child)
22414 (window-child-count, window-last-child, window-any-p)
22415 (normalize-live-buffer, normalize-live-frame)
22416 (normalize-any-window, normalize-live-window)
22417 (window-iso-combination-p, window-iso-combined-p)
22418 (window-iso-combinations)
22419 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
22420 (windows-with-parameter, window-with-parameter)
22421 (window-atom-root, make-window-atom, window-atom-check-1)
22422 (window-atom-check, window-side-check, window-check):
22423 New functions.
22424 (ignore-window-parameters, window-sides, window-sides-vertical)
22425 (window-sides-slots): New variables.
22426 (window-size-fixed): Move down in code. Minor doc-string fix.
22427
22428 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
22429
22430 * comint.el (comint-dynamic-complete-as-filename)
22431 (comint-dynamic-complete-filename): Correctly call
22432 completion-in-region.
22433
22434 2011-06-05 Deniz Dogan <deniz@dogan.se>
22435
22436 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
22437 in last change.
22438
22439 2011-06-05 Deniz Dogan <deniz@dogan.se>
22440
22441 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
22442 (rcirc): Use it to prompt for encryption.
22443
22444 2011-06-05 Roland Winkler <winkler@gnu.org>
22445
22446 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
22447 (bibtex-search-entries): New command bound to C-c C-a.
22448 (bibtex-display-entries): New function.
22449
22450 2011-06-05 Roland Winkler <winkler@gnu.org>
22451
22452 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
22453 (bibtex-insert-kill): After yanking insert newline if necessary.
22454 (bibtex-initialize): Call bibtex-string-files-init only once.
22455 (bibtex-mode): Do not call easy-menu-add.
22456 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
22457 (bibtex-yank): Set arg properly if nil.
22458
22459 2011-06-05 Roland Winkler <winkler@gnu.org>
22460
22461 * textmodes/bibtex.el (bibtex-search-entry-globally):
22462 New variable.
22463 (bibtex-search-entry): Use it.
22464
22465 2011-06-05 Roland Winkler <winkler@gnu.org>
22466
22467 * textmodes/bibtex.el (bibtex-entry-format): New option
22468 sort-fields.
22469 (bibtex-format-entry, bibtex-reformat): Honor this option.
22470 (bibtex-parse-entry): Return fields in proper order.
22471
22472 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
22473
22474 * doc-view.el (doc-view-remove-if): Move computation of result out
22475 of `dolist' to silence misleading lexical-binding warning.
22476
22477 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
22478
22479 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
22480 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
22481
22482 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
22483
22484 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
22485 "SunOS 5.10".
22486
22487 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
22488
22489 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
22490 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
22491 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
22492 (tramp-parse-putty):
22493 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
22494 (tramp-completion-function-alist-ssh)
22495 (tramp-completion-function-alist-telnet)
22496 (tramp-completion-function-alist-su)
22497 (tramp-completion-function-alist-putty): Set `tramp-autoload'
22498 cookie.
22499
22500 * net/tramp-ftp.el:
22501 * net/tramp-sh.el:
22502 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
22503 load "tramp.el" `tramp-set-completion-function'.
22504
22505 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
22506
22507 * shell.el: Require and use pcomplete.
22508 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
22509 (shell-completion-vars): Set pcomplete-default-completion-function.
22510
22511 2011-06-04 Deniz Dogan <deniz@dogan.se>
22512
22513 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
22514 `memq' (Bug#8799).
22515
22516 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
22517
22518 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
22519
22520 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
22521
22522 * bs.el (bs--mark-unmark, bs--nth-wrapper):
22523 * mpc.el (mpc-select-extend, mpc-songpointer-context):
22524 * vc/log-view.el (log-view-beginning-of-defun):
22525 * vc/smerge-mode.el (smerge-apply-resolution-patch)
22526 (smerge-refine-forward, smerge-refine-chopup-region):
22527 Silence warning for unused `dotimes' counter variables.
22528
22529 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
22530
22531 * net/tramp.el (tramp-with-progress-reporter): Rename from
22532 with-progress-reporter. Use `declare'.
22533 * net/tramp-smb.el:
22534 * net/tramp-sh.el:
22535 * net/tramp-gvfs.el: Update all uses.
22536
22537 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
22538
22539 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
22540 buffer isn't killed before making it current.
22541
22542 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
22543
22544 Silence various byte-compiler warnings.
22545 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
22546 `access-type' and new obsolescence format.
22547 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
22548 new format.
22549 (byte-compile-check-variable): New `access-type' argument.
22550 Only warn if the access-type is obsolete.
22551 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
22552 (byte-compile-variable-set): Adjust callers.
22553 * help-fns.el (describe-variable): Adjust to new obsolescence format.
22554 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
22555 setting it as obsolete.
22556 * simple.el (minibuffer-completing-symbol):
22557 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
22558 access as obsolete.
22559 * minibuffer.el (minibuffer-completing-file-name): Don't make it
22560 obsolete yet.
22561 * international/quail.el (quail-mouse-choose-completion): Remove unused
22562 code referring to obsolete var.
22563 (quail-choose-completion-string): Remove.
22564 * server.el (server-clients-with, server-kill-buffer-query-function)
22565 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
22566 * proced.el (proced-send-signal):
22567 * emacs-lisp/lisp.el (lisp-complete-symbol):
22568 Replace completion-annotate-function with completion-extra-properties.
22569
22570 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
22571
22572 * simple.el (goto-line): Use read-number.
22573 (overriding-map-is-bound): Remove.
22574 (saved-overriding-map): Change default.
22575 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
22576 Take the map as argument.
22577 (universal-argument, negative-argument, digit-argument): Use it.
22578 (restore-overriding-map): Adjust.
22579 (do-auto-fill): Use fill-forward-paragraph.
22580 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
22581
22582 * minibuffer.el (minibuffer-inactive-mode-map): New var.
22583 (minibuffer-inactive-mode): New major mode.
22584 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
22585 the *Messages* buffer" hack.
22586 (mouse-popup-menubar): Don't burp if the event is a normal key.
22587
22588 Miscellaneous tweaks.
22589 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
22590 lexical scoping as in subr.el's dolist and dotimes.
22591 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
22592 Silence compiler warning.
22593 * thingatpt.el (forward-whitespace): Trivial coding style fix.
22594 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
22595 * international/ccl.el (ccl-compile): Trivial simplification.
22596 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
22597 * emacs-lisp/testcover.el (testcover-end): Remove spurious
22598 `printflag' argument.
22599 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
22600 Purecopy the whole obsolescence data.
22601
22602 2011-06-01 Leo Liu <sdl.web@gmail.com>
22603
22604 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
22605 improve doc-string as suggested by Marco Pessotto
22606 <melmothx@gmail.com>.
22607 (rcirc-print): Fix last change.
22608
22609 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22610
22611 * minibuffer.el (complete-with-action): Return nil for the metadata and
22612 boundaries of non-functional tables.
22613 (completion-table-dynamic): Return nil for the metadata.
22614 (completion-table-with-terminator): Add default case, using
22615 complete-with-action.
22616 (completion--metadata): New function.
22617 (completion-all-sorted-completions, minibuffer-completion-help): Use it
22618 to try and avoid pathological performance problems.
22619 (completion--embedded-envvar-table): Return `category' metadata.
22620
22621 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
22622
22623 * subr.el (process-alive-p): New tiny convenience function.
22624
22625 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22626
22627 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
22628 content but also its previous major mode.
22629
22630 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
22631
22632 * emacs-lisp/debug.el (debug): Restore the previous content of the
22633 *Backtrace* buffer when we exit with C-M-c.
22634
22635 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22636
22637 * minibuffer.el: Add metadata method to completion tables.
22638 (completion-category-overrides): New defcustom.
22639 (completion-metadata, completion--field-metadata)
22640 (completion-metadata-get, completion--styles)
22641 (completion--cycle-threshold): New functions.
22642 (completion-try-completion, completion-all-completions):
22643 Add `metadata' argument to choose completion-styles.
22644 (completion--do-completion): Use metadata to choose cycling.
22645 (completion-all-sorted-completions): Use metadata for sorting.
22646 Remove :completion-cycle-penalty which is not needed any more.
22647 (completion--try-word-completion): Add `metadata' argument.
22648 (minibuffer-completion-help): Check metadata for annotation function
22649 and sorting.
22650 (completion-file-name-table): Return `category' metadata.
22651 (minibuffer-completing-file-name): Make obsolete.
22652 * simple.el (minibuffer-completing-symbol): Make obsolete.
22653 * icomplete.el (icomplete-completions): Pass new `metadata' param to
22654 completion-try-completion.
22655
22656 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
22657
22658 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
22659
22660 2011-05-30 Leo Liu <sdl.web@gmail.com>
22661
22662 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
22663 (rcirc-print): Decode all incoming messages (bug#8744).
22664 (rcirc-decode-coding-system): Allow value nil for automatic coding
22665 system detection.
22666
22667 2011-06-01 Glenn Morris <rgm@gnu.org>
22668
22669 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
22670
22671 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
22672
22673 * image.el (image-animate-max-time): Allow nil and t values.
22674 Default to nil.
22675 (create-animated-image): Doc fix.
22676 (image-animate-start): Remove second arg; just use
22677 image-animate-max-time.
22678 (image-animate-timeout): Doc fix. Args changed.
22679
22680 * image-mode.el (image-toggle-display-image): Ensure that the
22681 image spec passed to the animate timer is the same object as in
22682 the buffer's display property (Bug#6981).
22683 (image-transform-properties): Doc fix.
22684
22685 * image.el (image-animate-max-time): Default to nil.
22686
22687 2011-05-29 Martin Rudalics <rudalics@gmx.at>
22688
22689 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
22690 entire buffer list (Bug#8184).
22691
22692 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
22693
22694 * image.el (imagemagick-types-inhibit)
22695 (imagemagick-register-types): Doc fix.
22696
22697 2011-05-29 Deniz Dogan <deniz@dogan.se>
22698
22699 * net/rcirc.el (rcirc): Use the user's stored encryption method by
22700 default.
22701
22702 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
22703
22704 * select.el: Don't perform clipboard-manager saving in hooks;
22705 leave the hooks empty.
22706
22707 2011-05-28 Leo Liu <sdl.web@gmail.com>
22708
22709 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
22710 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
22711 (occur-edit-mode): New major mode (Bug#8463).
22712 (occur-after-change-function): New function.
22713 (occur-engine): Give Occur tags a read-only property.
22714
22715 2011-05-28 Kevin Ryde <user42@zip.com.au>
22716
22717 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
22718
22719 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
22720
22721 * bindings.el (help-echo): Make the initial non-indicator dash
22722 empty on graphical terminals (Bug#7295).
22723
22724 * files.el (auto-mode-alist): Move config rule after the
22725 in-stripping one (Bug#8547).
22726
22727 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
22728
22729 * startup.el (normal-splash-screen): Remove gratuitous mode-line
22730 setting (Bug#8740).
22731
22732 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
22733
22734 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
22735 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
22736 (Bug#8539).
22737
22738 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
22739
22740 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
22741
22742 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
22743
22744 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
22745 (hs-hide-block-at-point, hs-find-block-beginning)
22746 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
22747 (Bug#8279).
22748
22749 2011-05-28 Glenn Morris <rgm@gnu.org>
22750
22751 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
22752
22753 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
22754
22755 * help-fns.el (describe-function-1): If the function is a derived
22756 major mode, print the parent mode.
22757
22758 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
22759 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
22760
22761 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
22762
22763 * minibuffer.el (completion--capf-wrapper): Check applicability before
22764 returning non-nil for non-exclusive completion data.
22765 * progmodes/etags.el (tags-completion-at-point-function):
22766 * info-look.el (info-lookup-completions-at-point): Mark as
22767 non-exclusive.
22768 (info-complete): Adjust accordingly.
22769
22770 * info-look.el: Convert to lexical-binding and completion-at-point.
22771 (info-lookup-completions-at-point): New function.
22772 (info-complete): Use it and completion-in-region.
22773
22774 2011-05-28 Drew Adams <drew.adams@oracle.com>
22775
22776 * isearch.el: Let M-e start with point at the first mismatched char.
22777 (isearch-fail-pos): New function.
22778 (isearch-edit-string): Use it.
22779
22780 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
22781
22782 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
22783
22784 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
22785
22786 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
22787 traversal functions for avl-trees.
22788 (avl-tree--stack): New struct.
22789 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
22790 (avl-tree-enter): Add optional `updatefun' arg.
22791 (avl-tree--do-enter): Add optional `updatefun' arg.
22792 Change return value.
22793 (avl-tree-delete): Add optional `test' and `nilflag' args.
22794 (avl-tree--do-delete): Add `test' and `nilflag' args.
22795 Change return value.
22796 (avl-tree-member): Add optional `nilflag'
22797 (avl-tree-member-p): New function.
22798 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
22799 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
22800 (avl-tree-stack-empty-p): New functions.
22801
22802 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
22803 avl-tree--del-balance1 and make it work both ways.
22804 (avl-tree--del-balance2): Remove.
22805 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
22806 make it work both ways.
22807 (avl-tree--enter-balance2): Remove.
22808 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
22809 New macros.
22810 (avl-tree--mapc, avl-tree-map): Add direction argument.
22811
22812 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
22813
22814 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
22815
22816 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
22817
22818 * select.el: Support clipboard managers with built-in function
22819 x-clipboard-manager-save, via delete-frame-functions and
22820 kill-emacs-hook.
22821 (xselect-convert-to-targets): Add MULTIPLE target to list.
22822 (xselect-convert-to-save-targets): New function.
22823
22824 2011-05-27 Kenichi Handa <handa@m17n.org>
22825
22826 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
22827 let-binding rfc2047-encode-encoded-words to nil.
22828
22829 2011-05-27 Glenn Morris <rgm@gnu.org>
22830
22831 * mail/emacsbug.el: Don't require url-util.
22832
22833 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
22834
22835 * files.el (set-auto-mode):
22836 Also respect mode: entries at the end of the file. (Bug#8586)
22837
22838 2011-05-26 Glenn Morris <rgm@gnu.org>
22839
22840 * files.el (hack-local-variables-prop-line, hack-local-variables):
22841 Downcase mode names, as seems to be traditional.
22842 (hack-local-variables, hack-local-variables-apply): Doc fixes.
22843
22844 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
22845 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
22846
22847 2011-05-25 Julien Danjou <julien@danjou.info>
22848
22849 * textmodes/rst.el (rst-define-level-faces): Do not define face
22850 symbol if it is already defined.
22851
22852 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
22853
22854 * play/5x5.el (5x5-new-game, 5x5-randomize):
22855 Reset 5x5-solver-output to nil when a new grid is cast.
22856 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
22857 these debugging traces, as defmacro breaks the compiled code.
22858
22859 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
22860
22861 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
22862
22863 2011-05-24 Leo Liu <sdl.web@gmail.com>
22864
22865 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
22866 (vc-bzr-sha1): Adapt.
22867
22868 * sha1.el: Remove. Function `sha1' is now builtin.
22869
22870 * bindings.el: Provide sha1 feature.
22871
22872 2011-05-24 Kenichi Handa <handa@m17n.org>
22873
22874 * mail/sendmail.el: Require `rfc2047'.
22875 (mail-insert-from-field): Do not perform RFC2047 encoding.
22876 (mail-encode-header): New function.
22877 (sendmail-send-it): Set buffer-file-coding-system of the work
22878 buffer to the return value of select-message-coding-system.
22879 Call mail-encode-header.
22880
22881 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
22882
22883 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
22884
22885 * mail/supercite.el (sc-default-cite-frame):
22886 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
22887
22888 2011-05-24 Glenn Morris <rgm@gnu.org>
22889
22890 * progmodes/python.el (brm-menu): Declare.
22891
22892 * emulation/viper.el (viper-set-hooks): Declare.
22893
22894 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
22895 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
22896 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
22897 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
22898 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
22899 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
22900
22901 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
22902
22903 Add an :exit-function for completion-at-point.
22904
22905 * minibuffer.el (completion--done): New fun.
22906 (completion--do-completion): Use it. New arg `expect-exact'.
22907 (minibuffer-complete, minibuffer-complete-word): Don't output message,
22908 since completion--do-completion does it for us now.
22909 (minibuffer-force-complete): Use completion--done and
22910 completion--replace. Handle sole-completion case with more care.
22911 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
22912 (completion-extra-properties): New var.
22913 (completion-annotate-function): Make obsolete.
22914 (minibuffer-completion-help): Adjust accordingly.
22915 Use completion-list-insert-choice-function.
22916 (completion-at-point, completion-help-at-point):
22917 Bind completion-extra-properties.
22918 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
22919 * simple.el (completion-list-insert-choice-function): New var.
22920 (completion-setup-function): Preserve it.
22921 (choose-completion): Pay attention to it, shuffle the code a bit.
22922 (choose-completion-string): New arg `insert-function'.
22923
22924 * textmodes/bibtex.el: Convert to lexical binding.
22925 (bibtex-mode-map): Use completion-at-point.
22926 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
22927 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
22928 (bibtex-complete): Define as obsolete alias.
22929 (bibtex-complete-internal): Remove.
22930 (bibtex-format-entry): Remove unused sub-group in regexp.
22931 * shell.el (shell--command-completion-data)
22932 (shell-environment-variable-completion):
22933 * pcomplete.el (pcomplete-completions-at-point):
22934 * comint.el (comint--complete-file-name-data): Use :exit-function
22935 instead of completion-table-with-terminator so it also works for
22936 choose-completion.
22937
22938 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
22939
22940 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
22941
22942 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
22943 (bug#8710).
22944
22945 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
22946
22947 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
22948
22949 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
22950 customization variable and implement: If non-nil, auto-fill will
22951 be inhibited while on topic's header line.
22952
22953 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
22954
22955 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
22956 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
22957 always have a solution in grid size = 5 cases.
22958 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
22959 (5x5-solver-output, 5x5-log-buffer): New vars.
22960 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
22961 Make these variables buffer local to achieve 5x5 multi-session-ness.
22962 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
22963 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
22964 (5x5-solve-suggest): New funs.
22965 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
22966 randomize a grid so that we ensure that there is always a solution.
22967 (5x5-make-random-grid): Allow other movement than flipping.
22968
22969 2011-05-23 Kevin Ryde <user42@zip.com.au>
22970
22971 * emacs-lisp/advice.el (ad-read-advised-function):
22972 Use `function-called-at-point' as the default, if it has
22973 advice and passes PREDICATE.
22974
22975 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
22976
22977 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
22978 byte-compile-lambda if it's actually a lambda.
22979
22980 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
22981 Fix function quoting. Use backquote better.
22982
22983 2011-05-22 Yuanle Song <sylecn@gmail.com>
22984
22985 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
22986 matching (Bug#8516).
22987
22988 2011-05-22 Jari Aalto <jari.aalto@cante.net>
22989
22990 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
22991 different face (Bug#8178).
22992
22993 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
22994
22995 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
22996 defface (Bug#8144).
22997
22998 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
22999
23000 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
23001 funcall as well (bug#8712). Warn when performing those conversions.
23002 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
23003
23004 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
23005
23006 2011-05-22 Glenn Morris <rgm@gnu.org>
23007
23008 * files.el (hack-local-variables-prop-line): Small simplifications.
23009 (hack-local-variables, hack-local-variables-prop-line):
23010 If MODE-ONLY, return the mode, rather than just `t'.
23011
23012 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
23013
23014 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
23015
23016 2011-05-21 Glenn Morris <rgm@gnu.org>
23017
23018 * files.el (hack-local-variables-prop-line, hack-local-variables):
23019 If only interested in the mode, don't bother doing the other stuff.
23020
23021 * image-mode.el (image-after-revert-hook):
23022 Redraw all frames on which the image is visible. (Bug#8567)
23023
23024 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
23025
23026 * wid-edit.el (widget-checklist-match-inline):
23027 Fix 2011-04-19 change. (Bug#8649)
23028
23029 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
23030
23031 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
23032 Also allow singlespace after single-letter capitals followed by a dot.
23033
23034 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
23035 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
23036
23037 2011-05-20 Nix <nix@esperi.org.uk>
23038
23039 * files.el (basic-save-buffer-2):
23040 Fix handling of break-hardlink-on-save with non-existent files.
23041
23042 2011-05-19 Deniz Dogan <deniz@dogan.se>
23043
23044 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
23045 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
23046
23047 2011-05-19 Glenn Morris <rgm@gnu.org>
23048
23049 * progmodes/f90.el (f90-type-def-re):
23050 Handle "type, bind(c)". (Bug#8691)
23051
23052 * emacs-lisp/autoload.el (batch-update-autoloads):
23053 Set autoload-excludes by parsing loadup.el rather than Makefiles.
23054
23055 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
23056
23057 * net/tramp.el (tramp-process-actions): Set "first-password-request"
23058 property for the correct connection in case of multihops.
23059
23060 2011-05-18 Glenn Morris <rgm@gnu.org>
23061
23062 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
23063 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
23064
23065 Rationalize calendar handling of day and month abbrev-arrays.
23066 * calendar/calendar.el (calendar-customized-p): New function.
23067 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
23068 (calendar-day-name-array, calendar-month-name-array): Doc fix.
23069 Add :set function.
23070 (calendar-abbrev-length, calendar-day-abbrev-array)
23071 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
23072 (calendar-day-abbrev-array, calendar-month-abbrev-array):
23073 Elements may no longer be nil.
23074 (calendar-day-name, calendar-month-name):
23075 Update for changed nature of abbrev arrays.
23076 * calendar/diary-lib.el (diary-name-pattern):
23077 Update for changed nature of abbrev arrays.
23078 (diary-mark-entries-1): Update calendar-make-alist calls.
23079 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
23080 * calendar/cal-html.el (cal-html-day-abbrev-array):
23081 Simply inherit from calendar-day-abbrev-array.
23082
23083 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
23084
23085 * progmodes/grep.el (grep-mode): Disable default
23086 compilation-directory-matcher setting (bug#8684).
23087
23088 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
23089
23090 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
23091 instead of "head" and "tail". There were problems with SunOS 5.9,
23092 and it performs better.
23093
23094 2011-05-17 Glenn Morris <rgm@gnu.org>
23095
23096 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
23097
23098 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
23099 Replace obsolete function.
23100
23101 * shell.el (pcomplete-parse-arguments-function): Declare.
23102
23103 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
23104 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
23105 (appt-check): Doc fixes.
23106 (appt-disp-window-function, appt-delete-window-function):
23107 Remove needless special case in custom :type.
23108 (appt-display-count): Default to 0, not nil.
23109 (appt-check): Reset appt-display-count to 0, not nil.
23110
23111 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
23112
23113 * progmodes/python.el (python-font-lock-keywords):
23114 Add the Python 3.X keyword "nonlocal" (bug#8639).
23115
23116 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
23117
23118 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
23119
23120 2011-05-16 Kevin Ryde <user42@zip.com.au>
23121
23122 * info-look.el (makefile-automake-mode): New setups, looking in
23123 automake manual, then makefile-mode.
23124 (makefile-mode): Remove automake manual, have it just in
23125 makefile-automake-mode since there's various things different or
23126 not relevant to plain make.
23127 (makefile-mode): Remove "other-modes" non-existent automake-mode,
23128 believe a hypothetical automake-mode would go to makefile-mode,
23129 not the other way around.
23130
23131 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
23132
23133 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
23134 hunk-end tags (Bug#8672).
23135
23136 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
23137 vc-annotate-show-diff-revision-at-line (Bug#8671).
23138
23139 2011-05-14 Glenn Morris <rgm@gnu.org>
23140
23141 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
23142 in the middle of an existing one with multiple authors. (Bug#8645)
23143 (change-log-font-lock-keywords): Also handle multiple author lines
23144 with leading tabs. (Bug#8644)
23145
23146 * calendar/appt.el (appt-check): Rename some local variables.
23147 Some simplification/reordering.
23148
23149 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
23150 (feedmail-sendmail-f-doesnt-sell-me-out)
23151 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23152 (feedmail-debug-sit-for, feedmail-queue-express-hook)
23153 (feedmail-queue-runner-message-sender): Set :version.
23154 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
23155 (bbdb-dwim-net-address, vm-mail): Declare.
23156 (feedmail-binmail-gnulinuxish-template):
23157 Rename from feedmail-binmail-linuxish-template.
23158 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
23159 Use insert-buffer-substring.
23160
23161 2011-05-14 Bill Carpenter <bill@carpenter.org>
23162
23163 * mail/feedmail.el (feedmail-patch-level): Increase.
23164 (feedmail-debug): New custom group.
23165 (feedmail-confirm-outgoing-timeout)
23166 (feedmail-sendmail-f-doesnt-sell-me-out)
23167 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23168 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
23169 (feedmail-sender-line, feedmail-from-line)
23170 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
23171 (feedmail-spray-this-address)
23172 (feedmail-spray-address-fiddle-plex-list)
23173 (feedmail-queue-use-send-time-for-date)
23174 (feedmail-queue-use-send-time-for-message-id)
23175 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
23176 (feedmail-buffer-eating-function):
23177 Doc fixes.
23178 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
23179 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
23180 (feedmail-message-action-scroll-down): New functions.
23181 (feedmail-queue-directory, feedmail-queue-draft-directory):
23182 Use expand-file-name.
23183 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
23184 Remove C-v help entry.
23185 (feedmail-queue-buffer-file-name): New variable.
23186 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
23187 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
23188 (feedmail-message-action-send-strong, feedmail-message-action-edit)
23189 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
23190 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
23191 (feedmail-message-action-toggle-spray)
23192 (feedmail-run-the-queue-no-prompts)
23193 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
23194 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
23195 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
23196 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
23197 (feedmail-envelope-deducer, feedmail-fiddle-from)
23198 (feedmail-fiddle-sender, feedmail-default-date-generator)
23199 (feedmail-fiddle-date, feedmail-fiddle-message-id)
23200 (feedmail-fiddle-spray-address)
23201 (feedmail-fiddle-list-of-spray-fiddle-plexes)
23202 (feedmail-fiddle-list-of-fiddle-plexes)
23203 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
23204 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
23205 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
23206 Change default. Doc fix.
23207 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
23208 (feedmail-binmail-linuxish-template): New constant.
23209 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
23210 Respect feedmail-sendmail-f-doesnt-sell-me-out.
23211 (feedmail-send-it): Add debug call.
23212 Use feedmail-queue-buffer-file-name, and
23213 feedmail-send-it-immediately-wrapper.
23214 (feedmail-message-action-send): Add debug call.
23215 Use feedmail-send-it-immediately-wrapper.
23216 (feedmail-queue-express-to-queue): Add debug call.
23217 Run feedmail-queue-express-hook.
23218 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
23219 (feedmail-message-action-help-blat):
23220 Rename from feedmail-queue-send-edit-prompt-help-first.
23221 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
23222 Check line-endings. Handle errors better.
23223 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
23224 Doc fix. Add debug call.
23225 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
23226 Use feedmail-queue-send-edit-prompt-inner.
23227 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
23228 (feedmail-queue-send-edit-prompt-inner): New function, extracted
23229 from feedmail-queue-send-edit-prompt.
23230 (feedmail-queue-send-edit-prompt-help)
23231 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
23232 (feedmail-tidy-up-slug): Add debug call.
23233 Respect feedmail-queue-slug-suspect-regexp.
23234 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
23235 (feedmail-dump-message-to-queue): Add debug call.
23236 Expand queue-directory.
23237 (feedmail-dump-message-to-queue): Change message slightly.
23238 Use feedmail-say-chatter.
23239 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
23240 (feedmail-send-it-immediately-wrapper): New function.
23241 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
23242 Insert empty string rather than newline. Handle full-frame case.
23243 Use catch/throw. Use feedmail-say-chatter.
23244 (feedmail-fiddle-from): Try mail-host-address.
23245 (feedmail-default-message-id-generator): Doc fix.
23246 Bind system-time-locale. Handle missing end.
23247 (feedmail-fiddle-x-mailer): Add debug call.
23248 Handle feedmail-x-mailer-line being nil.
23249 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
23250 Add debug call. Use buffer-substring-no-properties.
23251 (feedmail-say-debug, feedmail-say-chatter): New functions.
23252 (feedmail-find-eoh): Give an explicit error.
23253
23254 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
23255
23256 * net/newst-treeview.el (newsticker-treeview-face): Change default
23257 family from helvetica to sans.
23258 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
23259 etc/images/newsticker.
23260
23261 * net/newst-reader.el (newsticker-feed-face): Change default
23262 family from helvetica to sans.
23263
23264 * net/newst-plainview.el (newsticker-new-item-face)
23265 (newsticker-old-item-face, newsticker-immortal-item-face)
23266 (newsticker-obsolete-item-face, newsticker-date-face)
23267 (newsticker-statistics-face): Change default family from
23268 helvetica to sans.
23269 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
23270 etc/images/newsticker.
23271
23272 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
23273 (newsticker--process-auto-mark-filter-match): Tell user about
23274 auto-marking.
23275
23276 2011-05-13 Didier Verna <didier@xemacs.org>
23277
23278 Common Lisp indentation improvements on defmethod and lambda-lists.
23279 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
23280 TODO entries.
23281 (lisp-lambda-list-keyword-parameter-indentation)
23282 (lisp-lambda-list-keyword-parameter-alignment)
23283 (lisp-lambda-list-keyword-alignment): New customizable user options.
23284 (lisp-indent-defun-method): Improve docstring.
23285 (extended-loop-p): Fix comment.
23286 (lisp-indent-lambda-list-keywords-regexp): New variable.
23287 (lisp-indent-lambda-list): New function.
23288 (lisp-indent-259): Use it.
23289 (lisp-indent-defmethod): Support for more than one
23290 method qualifier and properly indent methods lambda-lists.
23291 (defgeneric): Provide a missing common-lisp-indent-function property.
23292
23293 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
23294
23295 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
23296 bounds for the empty string (bug#8667).
23297
23298 2011-05-13 Glenn Morris <rgm@gnu.org>
23299
23300 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
23301
23302 * mail/sendmail.el (sendmail-program): Try executable-find first.
23303 (sendmail-send-it): `sendmail-program' cannot be unbound.
23304
23305 * calendar/appt.el (appt-make-list): Simplify.
23306 (appt-time-msg-list): Doc fix.
23307 (appt-check): Change mode-line message at the time of the appointment.
23308
23309 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
23310
23311 * progmodes/ld-script.el (ld-script-keywords)
23312 (ld-script-builtins): Update keywords list.
23313
23314 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23315
23316 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
23317
23318 * shell.el (shell-completion-vars): New function.
23319 (shell-mode):
23320 * simple.el (read-shell-command): Use it.
23321 (blink-matching-open): No need for " [...]" in minibuffer-message.
23322
23323 2011-05-12 Glenn Morris <rgm@gnu.org>
23324
23325 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
23326 (appt-check): Simplify.
23327
23328 2011-05-12 Eli Zaretskii <eliz@gnu.org>
23329
23330 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
23331 literal "/dev/null".
23332
23333 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23334
23335 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
23336 Fix typo.
23337
23338 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
23339
23340 * progmodes/which-func.el (which-function):
23341 Use add-log-current-defun instead of add-log-current-defun-function,
23342 which might not be defined (Bug#8260).
23343
23344 2011-05-12 Glenn Morris <rgm@gnu.org>
23345
23346 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
23347 Let byte-compile-initial-macro-environment always take precedence.
23348
23349 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23350
23351 * net/rcirc.el: Add support for SSL/TLS connections.
23352 (rcirc-server-alist): New field `encryption'.
23353 (rcirc): Check `encryption' settings.
23354 (rcirc-connect): New arg `encryption'. Use open-network-stream.
23355 Merge make-local-variable into `set'.
23356 (rcirc--connection-open-p): New function.
23357 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
23358 the process is not a network process (e.g. running gnutls-cli).
23359 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
23360 Make rcirc-(en|de)code-coding-system local here.
23361 (rcirc-mode): Merge make-local-variable into `set'.
23362 (rcirc-parent-buffer): Make permanent buffer-local.
23363 (rcirc-multiline-minor-mode): Don't do it here.
23364 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
23365 there's no server buffer.
23366
23367 2011-05-11 Glenn Morris <rgm@gnu.org>
23368
23369 * newcomment.el (comment-kill): Prefix "unused" local.
23370
23371 * term/w32console.el (get-screen-color): Declare.
23372
23373 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
23374 Handle symbol elements of byte-compile-initial-macro-environment.
23375
23376 2011-05-10 Leo Liu <sdl.web@gmail.com>
23377
23378 * bookmark.el (bookmark-bmenu-mode-map):
23379 Bind bookmark-bmenu-search to `/'.
23380
23381 * mail/footnote.el: Convert to utf-8 encoding.
23382 (footnote-unicode-string, footnote-unicode-regexp): New variable.
23383 (Footnote-unicode): New function.
23384 (footnote-style-alist): Add unicode style to the list.
23385 (footnote-style): Doc fix.
23386
23387 2011-05-10 Jim Meyering <meyering@redhat.com>
23388
23389 Fix doubled-word typos.
23390 * international/quail.el (quail-insert-kbd-layout): and and -> and
23391 * kermit.el: and and -> and
23392 * net/ldap.el (ldap-search-internal): to to -> to
23393 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
23394 * progmodes/js.el (js-mode): and and -> and
23395 * textmodes/artist.el (artist-move-to-xy): at at -> at
23396 (artist-draw-region-trim-line-endings): if if -> if
23397 And Safetyc -> Safety.
23398 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
23399
23400 2011-05-10 Glenn Morris <rgm@gnu.org>
23401 Stefan Monnier <monnier@iro.umontreal.ca>
23402
23403 * files.el (hack-one-local-variable-eval-safep):
23404 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
23405
23406 2011-05-10 Glenn Morris <rgm@gnu.org>
23407
23408 * calendar/diary-lib.el (diary-list-entries-hook)
23409 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
23410 (diary-nongregorian-marking-hook, diary-list-entries)
23411 (diary-include-other-diary-files, diary-mark-entries)
23412 (diary-mark-included-diary-files): Doc fixes.
23413
23414 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
23415
23416 * misc.el: Require tabulated-list.el during compilation.
23417
23418 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
23419
23420 * progmodes/compile.el (compilation-start):
23421 Run compilation-filter-hook for the async case too.
23422 (compilation-filter-hook): Doc fix.
23423
23424 2011-05-09 Deniz Dogan <deniz@dogan.se>
23425
23426 * wdired.el: Remove outdated installation comment. Fix usage
23427 comment.
23428
23429 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
23430
23431 * misc.el: Implement new command `list-dynamic-libraries'.
23432 (list-dynamic-libraries--loaded-only-p): New variable.
23433 (list-dynamic-libraries--refresh): New function.
23434 (list-dynamic-libraries): New command.
23435
23436 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
23437
23438 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23439 Fix the ant regexp to handle end-line and end-column info from jikes.
23440 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
23441 higher priority to avoid clobbering by gnu.
23442
23443 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
23444
23445 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
23446 if the face has existing theme settings (Bug#8454).
23447
23448 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
23449
23450 * progmodes/perl-mode.el (perl-imenu-generic-expression):
23451 Only match variables declared via `my' or `our' (Bug#8261).
23452
23453 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
23454 special file names `.' and `..' (Bug#8259).
23455
23456 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
23457
23458 * progmodes/grep.el (grep-mode-font-lock-keywords):
23459 Remove buffer-changing entries.
23460 (grep-filter): New function.
23461 (grep-mode): Add it to compilation-filter-hook.
23462
23463 * progmodes/compile.el (compilation-filter-hook)
23464 (compilation-filter-start): New defvars.
23465 (compilation-filter): Call compilation-filter-hook prior to
23466 updating the process mark.
23467
23468 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
23469
23470 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
23471
23472 2011-05-07 Eli Zaretskii <eliz@gnu.org>
23473
23474 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
23475 mailclient-send-it even if window-system is nil. (Bug#8595)
23476
23477 * term/w32console.el (terminal-init-w32console):
23478 Call get-screen-color and use its output to set the frame
23479 background-mode. (Bug#8597)
23480
23481 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
23482
23483 Make bytecomp.el understand that defmethod defines funs (bug#8631).
23484 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
23485 New functions.
23486 (defgeneric, eieio--defmethod): Use them.
23487 (eieio-defgeneric): Remove.
23488 (defmethod): Call defgeneric in a way visible to the byte-compiler.
23489
23490 2011-05-07 Glenn Morris <rgm@gnu.org>
23491
23492 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
23493 Use let rather than let*.
23494 (timeclock-find-discrep): Remove unused local.
23495
23496 * calendar/diary-lib.el (diary-comment-start): Doc fix.
23497
23498 * calendar/appt.el (appt-time-msg-list): Doc fix.
23499
23500 2011-05-06 Noah Friedman <friedman@splode.com>
23501
23502 * apropos.el (apropos-print-doc): Only use
23503 emacs-lisp-docstring-fill-column when it is bound to an integer,
23504 per that variable's documentation.
23505
23506 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
23507
23508 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
23509 and warnings are not silently discarded (e.g. use -d instead of -P).
23510
23511 2011-05-06 Glenn Morris <rgm@gnu.org>
23512
23513 * calendar/appt.el (appt-message-warning-time): Doc fix.
23514 (appt-warning-time-regexp): New option.
23515 (appt-make-list): Respect appt-message-warning-time.
23516
23517 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
23518 New options.
23519 (diary-add-to-list): Strip comments from the displayed string.
23520 (diary-mode): Set comment-start and comment-end.
23521
23522 * vc/diff-mode.el (smerge-refine-subst): Declare.
23523 (diff-refine-hunk): Don't require smerge-mode when compiling.
23524
23525 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
23526
23527 * simple.el (list-processes): Return nil as the docstring says.
23528
23529 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
23530
23531 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
23532 to "".
23533 (ange-ftp-write-region, ange-ftp-insert-file-contents)
23534 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
23535 determining of binary transfer. (Bug#7383)
23536
23537 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
23538
23539 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
23540 Fix port computation bug. (Bug#8618)
23541
23542 2011-05-05 Glenn Morris <rgm@gnu.org>
23543
23544 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
23545
23546 * simple.el (shell-dynamic-complete-functions)
23547 (comint-dynamic-complete-functions): Declare.
23548
23549 * net/network-stream.el (gnutls-negotiate):
23550 * simple.el (tabulated-list-print): Fix declarations.
23551
23552 * progmodes/gud.el (syntax-symbol, syntax-point):
23553 Remove unnecessary and incorrect declarations.
23554
23555 * emacs-lisp/check-declare.el (check-declare-scan):
23556 Handle byte-compile-initial-macro-environment in bytecomp.el.
23557
23558 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
23559
23560 Fix earlier half-done eieio-defmethod change (bug#8338).
23561 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
23562 Streamline and change calling convention.
23563 (defmethod): Adjust accordingly and simplify.
23564 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
23565 new eieio--defmethod.
23566 (slot-boundp): Minor CSE simplification.
23567
23568 2011-05-05 Milan Zamazal <pdm@zamazal.org>
23569
23570 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
23571 (glasses-make-readable): Use glasses-separate-capital-groups.
23572
23573 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
23574
23575 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
23576 (warning-series): Doc fix.
23577 (display-warning): Don't try to create the buffer if we just found it.
23578
23579 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
23580
23581 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
23582 (autoload-find-generated-file): New function.
23583 (generate-file-autoloads): Bind generated-autoload-file to
23584 buffer-file-name.
23585 (update-file-autoloads, update-directory-autoloads):
23586 Use autoload-find-generated-file. If called interactively, prompt for
23587 output file (Bug#7989).
23588 (batch-update-autoloads): Doc fix.
23589
23590 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
23591
23592 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
23593
23594 2011-05-04 Glenn Morris <rgm@gnu.org>
23595
23596 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
23597 function, so it follows changes in calendar-date-style.
23598 (diary-fancy-date-matcher): New function.
23599 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
23600 (diary-fancy-font-lock-fontify-region-function):
23601 Use diary-fancy-date-pattern as a function.
23602
23603 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
23604 non-numbers for `year' etc pseudo-variables. (Bug#8583)
23605
23606 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
23607
23608 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
23609 instead of positional arguments. Allow :keylist and :crlfiles
23610 arguments.
23611 (open-gnutls-stream): Call it.
23612
23613 * net/network-stream.el (network-stream-open-starttls): Adjust to
23614 call `gnutls-negotiate' with :process and :hostname arguments.
23615
23616 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
23617
23618 * minibuffer.el (completion--message): New function.
23619 (completion--do-completion, minibuffer-complete)
23620 (minibuffer-force-complete, minibuffer-complete-word): Use it.
23621 (completion--do-completion): Don't ignore completion-auto-help when in
23622 icomplete-mode.
23623
23624 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
23625 internal encoding (e.g. tibetan zero is not whitespace).
23626 (global-whitespace-mode): Prefer save-current-buffer.
23627 (whitespace-trailing-regexp): Remove useless save-match-data.
23628 (whitespace-empty-at-bob-regexp): Minor simplification.
23629
23630 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
23631
23632 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
23633
23634 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
23635
23636 * textmodes/ispell.el (ispell-add-per-file-word-list):
23637 Use `concat' to create string for insertion.
23638
23639 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
23640
23641 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
23642 Avoid open-line which runs post-self-insert-hook.
23643 (bibtex-fill-entry): Remove unused `end' var.
23644
23645 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
23646
23647 * textmodes/ispell.el (ispell-add-per-file-word-list):
23648 Protect against `nil' value of `comment-start' (Bug#8579).
23649
23650 2011-05-03 Leo Liu <sdl.web@gmail.com>
23651
23652 * isearch.el (isearch-yank-pop): New command.
23653 (isearch-mode-map): Bind it to `M-y'.
23654 (isearch-forward): Mention it.
23655
23656 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
23657
23658 * simple.el (minibuffer-complete-shell-command): Remove.
23659 (minibuffer-local-shell-command-map): Use completion-at-point.
23660 (read-shell-command): Setup completion vars here instead.
23661 (read-expression-map): Bind TAB to symbol completion.
23662
23663 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
23664 error directly rather via storing it into `results'.
23665
23666 2011-05-02 Leo Liu <sdl.web@gmail.com>
23667
23668 * vc/diff.el: Fix description.
23669
23670 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
23671
23672 * server.el (server-eval-at): New function.
23673
23674 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23675
23676 * net/network-stream.el (open-network-stream): Take a :nowait
23677 parameter and pass it on to `make-network-process'.
23678 (network-stream-open-plain): Ditto.
23679
23680 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
23681
23682 * faces.el (face-spec-set-match-display): Don't match toolkit
23683 options on terminal frames.
23684
23685 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
23686
23687 * progmodes/pascal.el: Use lexical binding.
23688 (pascal-mode-map): Remove author preferences.
23689
23690 * pcomplete.el (pcomplete-std-complete): Don't abuse
23691 completion-at-point.
23692
23693 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
23694
23695 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
23696 removing code that has been dead since 1991 or so.
23697
23698 * startup.el (command-line): When warning about "_emacs", use a
23699 delayed warning to allow the user to filter it out.
23700
23701 2011-04-28 Deniz Dogan <deniz@dogan.se>
23702
23703 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
23704 user has not joined.
23705
23706 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
23707
23708 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
23709 aren't any completions at point.
23710
23711 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
23712
23713 * subr.el (display-delayed-warnings): New function.
23714 (delayed-warnings-hook): New variable.
23715
23716 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
23717
23718 * minibuffer.el (completion-at-point, completion-help-at-point):
23719 Don't presume that a given completion-at-point-function will always
23720 use the same calling convention.
23721
23722 * pcomplete.el (pcomplete-completions-at-point):
23723 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
23724 pcomplete-seen is non-nil.
23725 (pcomplete-comint-setup): Also recognize the new comint/shell
23726 completion functions.
23727 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
23728 pcomplete-seen is non-nil.
23729
23730 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
23731
23732 * calendar/icalendar.el (diary-lib): Add require statement.
23733 (icalendar--create-uid): Read out a uid from a text-property on
23734 the first character in the entry. This allows for code to add its
23735 own uid to the entry.
23736 (icalendar--convert-float-to-ical): Add export of
23737 `diary-float'-entries save for those with the optional DAY
23738 argument.
23739
23740 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
23741
23742 * subr.el (shell-quote-argument): Use alternate escaping strategy
23743 when we spot a variable reference in a string.
23744
23745 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
23746
23747 * cus-start.el (all): Define customization for debug-on-event.
23748
23749 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
23750
23751 * subr.el (shell-quote-argument): Escape correctly under Windows.
23752
23753 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
23754
23755 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
23756
23757 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
23758
23759 * net/tramp.el (tramp-process-actions): Add POS argument.
23760 Delete region between POS and (pos).
23761
23762 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
23763 Use `nil' position in `tramp-process-actions' call.
23764 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
23765
23766 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
23767 position in `tramp-process-actions' call.
23768
23769 * net/trampver.el: Update release number.
23770
23771 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
23772
23773 * custom.el (defcustom): Obey lexical-binding.
23774
23775 Fix octave-inf completion problems reported by Alexander Klimov.
23776 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
23777 Inherit from octave-mode-syntax-table.
23778 (inferior-octave-mode): Set info-lookup-mode.
23779 (inferior-octave-completion-at-point): New function.
23780 (inferior-octave-complete): Use it and completion-in-region.
23781 (inferior-octave-dynamic-complete-functions): Use it as well, and use
23782 comint-filename-completion.
23783 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
23784 symbol elements which shouldn't be word elements.
23785 (octave-font-lock-keywords, octave-beginning-of-defun)
23786 (octave-function-header-regexp): Adjust regexps accordingly.
23787 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
23788
23789 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
23790
23791 * net/gnutls.el (gnutls-errorp): Declare before first use.
23792
23793 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
23794
23795 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
23796 verify-error, and verify-hostname-error parameters. Check whether
23797 default trustfile exists before going to use it. Add missing
23798 argument to gnutls-message-maybe call. Return value.
23799 Reported by Claudio Bley <claudio.bley@gmail.com>.
23800 (open-gnutls-stream): Add usage example.
23801
23802 * net/network-stream.el (network-stream-open-starttls): Give host
23803 parameter to `gnutls-negotiate'.
23804 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
23805 * subr.el (shell-quote-argument): Escape correctly under Windows.
23806
23807 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
23808
23809 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
23810 Use correct match group (bug#8438).
23811
23812 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
23813
23814 * emacs-lisp/package.el (package-built-in-p): Fix typo.
23815 (package-menu--generate): New arg specifying packages to show.
23816 (package-menu-refresh, package-menu-execute, list-packages):
23817 Callers changed.
23818 (package-show-package-list): New function, replacing deleted
23819 package--list-packages (renamed because it is non-internal).
23820
23821 * finder.el (finder-list-matches): Use package-show-package-list
23822 instead of deleted package--list-packages.
23823
23824 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
23825 Based on a previous implementation by Juanma Barranquero (Bug#8366).
23826 (vc-annotate-mode-map): Bind it to RET.
23827
23828 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
23829
23830 * progmodes/etags.el (next-file): Don't use set-buffer to change
23831 buffers (Bug#8478).
23832
23833 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
23834
23835 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
23836
23837 * apropos.el (apropos-label-face): Avoid variable-pitch face.
23838 (apropos-accumulator): Doc fix.
23839 (apropos-function, apropos-macro, apropos-command)
23840 (apropos-variable, apropos-face, apropos-group, apropos-widget)
23841 (apropos-plist): Add face property.
23842 (apropos-symbols-internal): Fix indentation.
23843 (apropos-print): Simplify help, and recognize apropos-multi-type.
23844 (apropos-print-doc): Use button-type-get to extract the button's
23845 face property. Fill docstring (Bug#8352).
23846
23847 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
23848
23849 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
23850
23851 * play/mpuz.el (mpuz-silent): Doc fix.
23852 (mpuz-mode-map): Use mapc.
23853 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
23854 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
23855 Fix typos in docstrings.
23856
23857 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
23858 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
23859
23860 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
23861
23862 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
23863
23864 * minibuffer.el (completion--do-completion): Avoid the "Next char
23865 not unique" prompt if icomplete-mode is enabled (Bug#5849).
23866
23867 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
23868 mouse-2 into unread-command-events, it is interpreted correctly.
23869
23870 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
23871 (image-toggle-display): Doc fix.
23872
23873 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
23874
23875 * textmodes/page.el (what-page): Use line-number-at-pos to
23876 calculate line number (Bug#6825).
23877
23878 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
23879
23880 * eshell/esh-mode.el (find-tag-interactive): Declare function.
23881 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
23882 Pass argument NO-DEFAULT to `find-tag-interactive'.
23883
23884 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
23885
23886 Lexical-binding cleanup.
23887
23888 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
23889 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
23890 * progmodes/ada-prj.el (ada-prj-initialize-values)
23891 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
23892 (ada-prj-show-value):
23893 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
23894 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
23895 (antlr-invalidate-context-cache, antlr-options-menu-filter)
23896 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
23897 * progmodes/bug-reference.el (bug-reference-push-button):
23898 * progmodes/fortran.el (fortran-line-length):
23899 * progmodes/glasses.el (glasses-change):
23900 * progmodes/octave-mod.el (octave-fill-paragraph):
23901 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
23902 (python-pdbtrack-grub-for-buffer, python-sentinel):
23903 * progmodes/sql.el (sql-save-connection):
23904 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
23905 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
23906 Mark unused parameters.
23907
23908 * progmodes/compile.el (compilation--flush-directory-cache)
23909 (compilation--flush-parse, compile-internal): Mark unused parameters.
23910 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
23911 (compilation-next-error-function): Remove unused variable `timestamp'.
23912
23913 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
23914 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
23915
23916 * progmodes/dcl-mode.el (dcl-end-of-command):
23917 Remove unused variable `start'.
23918 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
23919 (dcl-option-value-basic, dcl-option-value-offset)
23920 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
23921 Mark unused parameters.
23922 (dcl-save-local-variable): Remove unused variable `val'.
23923 (mode): Declare.
23924
23925 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
23926 Mark unused parameters.
23927 (delphi-ignore-changes): Move before first use.
23928 (delphi-charset-token-at): Remove unused variable `start'.
23929 (delphi-else-start): Remove unused variable `if-count'.
23930 (delphi-comment-block-start, delphi-comment-block-end):
23931 Remove unused variable `kind'.
23932 (delphi-indent-line): Remove unused variable `new-point'.
23933
23934 * progmodes/ebrowse.el (ebrowse-files-list)
23935 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
23936 Mark unused parameters. Don't quote `lambda'.
23937 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
23938 Don't quote `lambda'.
23939 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
23940 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
23941 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
23942 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
23943 Use `ignore-errors'.
23944 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
23945 (ebrowse-view/find-file-and-search-pattern)
23946 (ebrowse-view/find-member-declaration/definition):
23947 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
23948 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
23949 Rename parameter PREFIX-ARG to PREFIX.
23950 (ebrowse-tags-read-name): Remove unused variables `start' and
23951 `member-info'.
23952 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
23953 to `tags-file'.
23954
23955 * progmodes/etags.el (local-find-tag-hook): Declare.
23956 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
23957 Mark unused parameters.
23958
23959 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
23960 (executable-interpret): Mark unused parameter.
23961
23962 * progmodes/flymake.el (flymake-process-sentinel)
23963 (flymake-after-change-function)
23964 (flymake-create-temp-with-folder-structure)
23965 (flymake-get-include-dirs-dot): Mark unused parameters.
23966 (flymake-safe-delete-directory): Remove unused variable `err'.
23967
23968 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
23969 (speedbar-timer-fn, speedbar-line-text)
23970 (speedbar-change-expand-button-char, speedbar-delete-subblock)
23971 (speedbar-center-buffer-smartly): Declare functions.
23972 (gdb-find-watch-expression): Remove unused variable `array'.
23973 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
23974 (gdb-starting): Mark unused parameters.
23975 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
23976 (gdb-table-string): Remove unused variable `res'.
23977 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
23978 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
23979 (gdb-display-buffer): Remove unused variable `cur-size'.
23980
23981 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
23982 allow lexical-binding compilation.
23983 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
23984 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
23985 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
23986 Mark unused parameters.
23987 (gud-gdb-marker-filter): Remove unused variable `match'.
23988 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
23989 lambda expressions and funcall them, instead of using `fset'.
23990
23991 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
23992 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
23993
23994 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
23995 variable `header-beg'; use `let'.
23996
23997 * progmodes/icon.el (indent-icon-exp): Remove unused variables
23998 `restart', `last-sexp' and `at-do'.
23999
24000 * progmodes/js.el (js--debug): Mark unused parameter.
24001 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
24002 (js--splice-into-items): Remove unused variable `item'.
24003 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
24004
24005 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
24006 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
24007 (makefile-complete): Remove unused variable `try'.
24008 (makefile-fill-paragraph, makefile-match-function-end):
24009 Mark unused parameters.
24010
24011 * progmodes/octave-inf.el (inferior-octave-complete):
24012 Remove unused variable `proc'.
24013 (inferior-octave-output-digest): Mark unused parameter.
24014
24015 * progmodes/perl-mode.el (perl-calculate-indent):
24016 Remove unused variable `err'.
24017
24018 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
24019 (prolog-indent-line): Mark unused parameters.
24020 (prolog-indent-line): Remove unused variable `beg'.
24021
24022 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
24023 (reporter-dont-compact-list): Declare.
24024
24025 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
24026 Remove unused variable `char'.
24027 (sh-debug): Mark unused parameter.
24028 (sh-get-indent-info): Remove unused variable `start'.
24029 (sh-calculate-indent): Remove unused variable `var'.
24030
24031 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
24032 (simula-electric-keyword): Remove unused variable `null'.
24033 (simula-search-backward, simula-search-forward): Remove unused
24034 variables `begin' and `end'.
24035
24036 * progmodes/vera-mode.el (vera-guess-basic-syntax):
24037 Remove unused variable `pos'.
24038 (vera-electric-tab, vera-comment-uncomment-region):
24039 Mark unused parameters.
24040 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
24041
24042 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
24043
24044 * emacs-lisp/package.el (package--builtins, package-alist)
24045 (package-load-descriptor, package-built-in-p, package-activate)
24046 (define-package, package-installed-p)
24047 (package-compute-transaction, package-buffer-info)
24048 (package--push): Doc fix. Distinguish more clearly between
24049 version strings and version lists.
24050
24051 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
24052
24053 Lexical-binding cleanup.
24054
24055 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
24056 (5x5-make-mutate-best):
24057 * play/fortune.el (fortune-in-buffer):
24058 * play/gomoku.el (gomoku-init-display):
24059 * play/solitaire.el (solitaire, solitaire-do-check):
24060 * play/tetris.el (tetris-default-update-speed-function):
24061 Mark unused parameters.
24062
24063 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
24064 (bubbles--shift): Remove unused variable `char-org'.
24065 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
24066 (bubbles--show-images): Remove unused variable `char'.
24067
24068 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
24069 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
24070 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
24071 (decipher-analyze-buffer): Use ?\s.
24072 (decipher-make-checkpoint): Remove unused variable `mapping'.
24073
24074 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
24075
24076 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
24077 Remove unused variable `result'; use `let'.
24078
24079 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
24080 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
24081 (gametree-children-shown-p, gametree-compute-reduced-score):
24082 Use `ignore-errors'.
24083
24084 * play/handwrite.el (ps-lpr-switches): Declare.
24085 (handwrite): Remove unused variables `pmin' and `lastp'.
24086
24087 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
24088
24089 * play/landmark.el (landmark-init-display)
24090 (landmark-update-naught-weights): Mark unused parameters.
24091 (landmark-y): Remove unused variable `noise'. Simplify.
24092 (landmark-human-plays): Remove unused variable `score'.
24093
24094 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
24095 (mpuz-try-proposal): Remove unused variable `game'.
24096
24097 * play/zone.el (life-patterns): Declare.
24098
24099 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
24100
24101 * vc/vc.el (ediff-vc-internal): Declare function.
24102
24103 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24104
24105 * shell.el: Use lexical-binding and std completion UI.
24106 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
24107 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
24108 comint-preoutput-filter-functions rather than on
24109 comint-output-filter-functions.
24110 (shell-command-completion, shell--command-completion-data)
24111 (shell-filename-completion, shell-environment-variable-completion)
24112 (shell-c-a-p-replace-by-expanded-directory): New functions.
24113 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
24114 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
24115 (shell-dynamic-complete-environment-variable): Use them.
24116 (shell-dynamic-complete-as-environment-variable)
24117 (shell-dynamic-complete-as-command): Remove.
24118 (shell-match-partial-variable): Match past point.
24119 * comint.el: Clean up use of completion-at-point-functions.
24120 (comint-completion-at-point): New function.
24121 (comint-mode): Use it completion-at-point-functions.
24122 (comint-dynamic-complete): Make it obsolete.
24123 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
24124 (comint-c-a-p-replace-by-expanded-history): New function.
24125 (comint-dynamic-complete-functions)
24126 (comint-replace-by-expanded-history): Use it.
24127 * minibuffer.el (completion-table-with-terminator): Allow dynamic
24128 termination strings. Try harder to avoid second try-completion.
24129 (completion-in-region-mode-map): Disable bindings that don't work yet.
24130
24131 * comint.el: Use lexical-binding. Require CL.
24132 (comint-dynamic-complete-functions): Use comint-filename-completion.
24133 (comint-completion-addsuffix): Tweak custom type.
24134 (comint-filename-completion, comint--common-suffix)
24135 (comint--common-quoted-suffix, comint--table-subvert)
24136 (comint--complete-file-name-data): New functions.
24137 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
24138 (comint-dynamic-list-filename-completions): Use them.
24139 (comint-dynamic-simple-complete): Make obsolete.
24140
24141 * minibuffer.el (completion-in-region-mode):
24142 Keep completion-in-region-mode--predicate global.
24143 (completion-in-region--postch):
24144 Assume completion-in-region-mode--predicate is not null.
24145
24146 * progmodes/flymake.el (flymake-start-syntax-check-process):
24147 Obey `dir'. Simplify.
24148
24149 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
24150 we're in VC after all.
24151
24152 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
24153
24154 * vc/vc.el (vc-diff-build-argument-list-internal)
24155 (vc-version-ediff, vc-ediff): New commands.
24156 (vc-version-diff): Use vc-diff-build-argument-list-internal.
24157
24158 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24159
24160 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
24161 add sanity check.
24162
24163 * obsolete/erc-hecomplete.el: Make obsolete.
24164 * obsolete/: Standardize obsolescence info in the header.
24165
24166 2011-04-20 Glenn Morris <rgm@gnu.org>
24167
24168 * calendar/solar.el (solar-horizontal-coordinates):
24169 Use the longitude argument rather than `calendar-longitude'.
24170 (solar-date-next-longitude): Remove unused locals.
24171
24172 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24173
24174 * whitespace.el: New version 13.2.1.
24175
24176 2011-04-20 felix <EmacsWiki> (tiny change)
24177
24178 * whitespace.el (global-whitespace-mode): Keep highlight when
24179 switching between major modes on a file.
24180
24181 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
24182
24183 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
24184 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
24185 multi-line comments as well.
24186
24187 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
24188
24189 Lexical-binding cleanup.
24190
24191 * arc-mode.el (archive-mode-revert):
24192 * cmuscheme.el (scheme-interactively-start-process):
24193 * custom.el (custom-initialize-delay):
24194 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
24195 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
24196 * emacs-lock.el (emacs-lock-clear-sentinel):
24197 * ezimage.el (defezimage):
24198 * follow.el (follow-avoid-tail-recenter):
24199 * fringe.el (set-fringe-mode-1):
24200 * generic-x.el (bat-generic-mode-compile):
24201 * help-mode.el (help-info-variable, help-do-xref)
24202 (help-mode-revert-buffer):
24203 * help.el (view-emacs-todo):
24204 * iswitchb.el (iswitchb-completion-help):
24205 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
24206 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
24207 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
24208 * locate.el (locate-update):
24209 * longlines.el (longlines-encode-region)
24210 (longlines-after-change-function):
24211 * outline.el (outline-isearch-open-invisible):
24212 * ps-def.el (declare-function, charset-dimension, char-width)
24213 (encode-char):
24214 * ps-mule.el (ps-mule-plot-string):
24215 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
24216 (recentf-edit-list-select, recentf-edit-list-validate)
24217 (recentf-open-files-action):
24218 * rect.el (delete-whitespace-rectangle-line)
24219 (rectangle-number-line-callback):
24220 * register.el (window-configuration-to-register)
24221 (frame-configuration-to-register):
24222 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
24223 * select.el (xselect-convert-to-string, xselect-convert-to-length)
24224 (xselect-convert-to-targets, xselect-convert-to-delete)
24225 (xselect-convert-to-filename, xselect-convert-to-charpos)
24226 (xselect-convert-to-lineno, xselect-convert-to-colno)
24227 (xselect-convert-to-os, xselect-convert-to-host)
24228 (xselect-convert-to-user, xselect-convert-to-class)
24229 (xselect-convert-to-name, xselect-convert-to-integer)
24230 (xselect-convert-to-atom, xselect-convert-to-identity):
24231 * subr.el (declare, ignore, process-kill-without-query)
24232 (text-clone-maintain):
24233 * terminal.el (te-get-char, te-tic-sentinel):
24234 * tool-bar.el (tool-bar-make-keymap):
24235 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
24236 * type-break.el (type-break-mode, type-break-noninteractive-query):
24237 * view.el (View-back-to-mark):
24238 * wid-browse.el (widget-browse-action, widget-browse-widget)
24239 (widget-browse-widgets, widget-browse-sexp):
24240 * widget.el (define-widget-keywords):
24241 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
24242 Mark unused parameters.
24243
24244 * align.el (align-adjust-col-for-rule): Mark unused parameter.
24245 (align-areas): Remove unused variable `look'.
24246 (align-region): Remove unused variables `real-end' and `pos-list'.
24247
24248 * apropos.el (apropos-score-doc): Remove unused variable `i'.
24249
24250 * bindings.el (mode-line-modified, mode-line-remote):
24251 Mark unused parameters.
24252 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
24253
24254 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
24255 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
24256
24257 * comint.el (comint-history-isearch-pop-state)
24258 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
24259 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
24260 (comint-substitute-in-file-name): Doc fix.
24261
24262 * completion.el (cmpl-statistics-block): Mark unused parameter.
24263 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
24264 (save-completions-to-file, load-completions-from-file):
24265 Remove unused local variable `e'.
24266
24267 * composite.el (compose-chars): Remove unused variable `len'.
24268 (lgstring-insert-glyph): Remove unused variable `g'.
24269 (compose-glyph-string): Remove unused variables `ascent',
24270 `descent', `lbearing' and `rbearing'.
24271 (compose-glyph-string-relative): Remove unused variables
24272 `lbearing', `rbearing' and `wadjust'.
24273 (compose-gstring-for-graphic): Remove unused variables `header',
24274 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
24275 (compose-gstring-for-terminal): Remove unused variables `header'
24276 and `nchars'. Use `let', not `let*'.
24277
24278 * cus-edit.el (Custom-set, Custom-save, custom-reset)
24279 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
24280 (Custom-buffer-done, custom-buffer-create-internal)
24281 (custom-browse-visibility-action, custom-browse-group-tag-action)
24282 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
24283 (widget-magic-mouse-down-action, custom-toggle-parent)
24284 (custom-add-parent-links, custom-toggle-hide-variable)
24285 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
24286 (custom-toggle-hide-face, face, hook, custom-group-link-action)
24287 (custom-face-menu-create, custom-variable-menu-create, get)
24288 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
24289 (custom-reset-standard-save-and-update): Remove unused variable `value'.
24290 (customize-apropos): Remove unused variable `tests'.
24291 (custom-group-value-create): Remove unused variable `hidden-p'.
24292 (sort-fold-case): Declare.
24293
24294 * cus-theme.el (custom-reset-standard-faces-list)
24295 (custom-reset-standard-variables-list): Declare.
24296 (customize-create-theme, custom-theme-revert, custom-theme-write)
24297 (custom-theme-choose-mode, customize-themes, custom-theme-save):
24298 Mark unused parameters.
24299
24300 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
24301
24302 * delim-col.el (delimit-columns-max): Move defvar before first use.
24303
24304 * descr-text.el (describe-char-categories): Don't quote `lambda'.
24305 (describe-char): Don't quote `lambda'. Mark unused parameter.
24306
24307 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
24308 (auto-insert): Declare.
24309 (desktop-restore-file-buffer): Rename desktop-* parameters;
24310 mark unused ones.
24311 (desktop-create-buffer): Rename desktop-* parameters and bind them.
24312 (desktop-buffer): Rename desktop-* parameters.
24313
24314 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
24315 (dframe-reposition-frame-xemacs, dframe-help-echo)
24316 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
24317 Mark unused parameters.
24318
24319 * dired-aux.el (backup-extract-version-start, overwrite-query)
24320 (overwrite-backup-query, rename-regexp-query)
24321 (rename-non-directory-query): Declare.
24322 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
24323 (dired-add-entry): Remove unused variable `orig-file-name'.
24324 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
24325 Use parameter PRESERVE-TIME instead of accessing dynamic variable
24326 `dired-copy-preserve-time' directly.
24327 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
24328 (dired-insert-subdir-newpos): Rename unused variable `pos'.
24329
24330 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
24331 (dired-virtual-revert, dired-make-relative-symlink):
24332 Mark unused parameters.
24333 (manual-program): Declare.
24334 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
24335 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
24336 wrapped in `with-no-warnings' to avoid replacing one warning by another.
24337
24338 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
24339
24340 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
24341
24342 * echistory.el (electric-history-in-progress, Helper-return-blurb):
24343 Declare.
24344
24345 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
24346
24347 * electric.el (Electric-command-loop): Rename parameter
24348 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
24349
24350 * expand.el (expand-in-literal): Remove unused variable `here'.
24351
24352 * facemenu.el (facemenu-add-new-color):
24353 Remove unused variable `docstring'.
24354
24355 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
24356 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
24357 (face-attr-construct): Mark unused parameter. Doc fix.
24358 (read-color): Remove unused variable `hex-string'.
24359
24360 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
24361 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
24362 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
24363 (display-buffer-other-frame): Remove unused variable `old-window'.
24364 (kill-buffer-hook): Declare.
24365 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
24366 Mark unused parameters.
24367 (after-find-file): Pass 1 to `auto-save-mode', not t.
24368
24369 * files-x.el (auto-insert): Declare.
24370 (modify-file-local-variable-prop-line): Remove unused variable `val'.
24371
24372 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
24373 variable `buf'. Mark unused parameter.
24374 (find-lisp-insert-directory): Mark unused parameter.
24375
24376 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
24377 (format-encode-region): Remove unused variables `cur-buf' and `result'.
24378 (format-common-tail): Remove, unused.
24379 (format-deannotate-region): Remove unused variable `loc'.
24380 (format-annotate-region): Remove unused variable `p'.
24381 (format-annotate-single-property-change): Remove unused variables
24382 `default' and `tail'.
24383
24384 * forms.el (read-file-filter): Declare.
24385 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
24386
24387 * frame.el (frame-creation-function-alist): Mark unused parameter.
24388 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
24389
24390 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
24391 Remove unused parameters.
24392 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
24393 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
24394
24395 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
24396 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
24397 (hfy-prepare-tag-map): Mark unused parameters.
24398 (htmlfontify-buffer): Use `called-interactively-p'.
24399
24400 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
24401 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
24402 (ibuffer-do-occur): Mark unused parameters.
24403 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
24404 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
24405
24406 * ibuffer.el: Don't quote `lambda'.
24407 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
24408 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
24409 Mark unused parameters.
24410
24411 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
24412 (ido-completing-read): Mark unused parameters.
24413 (ido-copy-current-word): Mark unused parameters;
24414 remove unused variable `name'.
24415 (ido-sort-merged-list): Remove unused parameter `dirs'.
24416
24417 * ielm.el (ielm-input-sender): Mark unused parameter.
24418 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
24419 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
24420 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
24421 `ielm-string' as a dynamic variable accessible from the IELM prompt.
24422 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
24423
24424 * image-dired.el (image-dired-display-thumbs): Remove unused
24425 variables `curr-file' and `count'.
24426 (image-dired-remove-tag): Remove unused variable `start'.
24427 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
24428 variable `curr-file'
24429 (image-dired-rotate-original): Remove unused variable `temp-file'.
24430 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
24431 Remove unused variable `file'.
24432 (image-dired-gallery-generate): Remove unused variable `curr'.
24433 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
24434
24435 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
24436
24437 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
24438
24439 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
24440
24441 * isearch.el (minibuffer-history-symbol): Declare.
24442 (isearch-edit-string): Remove unused variable `err'.
24443 (isearch-message-prefix, isearch-message-suffix):
24444 Mark unused parameters.
24445
24446 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
24447
24448 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
24449
24450 * makesum.el (double-column): Remove unused variable `cnt'.
24451
24452 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
24453 (ido-ignore-item-temp-list): Declare.
24454
24455 * mouse-drag.el (mouse-drag-throw): Remove unused variables
24456 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
24457 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
24458 (mouse-drag-drag): Remove unused variables `mouse-delta' and
24459 `mouse-col-delta'.
24460
24461 * mouse-sel.el (mouse-extend-internal):
24462 Remove unused variable `orig-window-frame'.
24463
24464 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
24465 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
24466 Move declarations before first use.
24467 (pcomplete-opt): Mark unused parameters; doc fix.
24468
24469 * proced.el (proced-revert): Mark unused parameter.
24470 (proced-send-signal): Remove unused variable `err'.
24471
24472 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
24473 Rename parameter PREFIX-ARG to ARG.
24474 (ps-basic-plot-string, ps-basic-plot-whitespace):
24475 Mark unused parameters.
24476
24477 * replace.el (replace-count): Define.
24478 (occur-revert-function): Mark unused parameters.
24479 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
24480 (isearch-case-fold-search, isearch-string): Declare.
24481 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
24482 bind `case-fold-search'. Remove unused variables `beg' and `end',
24483 and simplify.
24484 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
24485 COUNT and bind `replace-count'.
24486 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
24487 to COUNT.
24488
24489 * savehist.el (print-readably, print-string-length): Declare.
24490
24491 * shadowfile.el (shadow-expand-cluster-in-file-name):
24492 Remove unused variable `cluster'.
24493 (shadow-copy-file): Remove unused variable `i'.
24494 (shadow-noquery, shadow-clusters, shadow-site-cluster)
24495 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
24496 (shadow-define-literal-group, shadow-define-regexp-group)
24497 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
24498
24499 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
24500 (shell): Use `called-interactively-p'.
24501 (shell-directory-tracker): Remove unused variable `chdir-failure'.
24502
24503 * simple.el (compilation-context-lines, comint-file-name-quote-list)
24504 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
24505 (delete-backward-char): Remove unused variable `ocol'.
24506 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
24507 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
24508 (event-apply-hyper-modifier, event-apply-shift-modifier)
24509 (event-apply-control-modifier, event-apply-meta-modifier):
24510 Mark unused parameters.
24511 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
24512 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
24513
24514 * speedbar.el (speedbar-ignored-directory-expressions)
24515 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
24516 (speedbar-find-file, speedbar-dir-follow)
24517 (speedbar-directory-buttons-follow, speedbar-tag-find)
24518 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
24519 (speedbar-buffers-line-directory, speedbar-buffer-click):
24520 Mark unused parameters.
24521 (speedbar-tag-file): Remove unused variable `mode'.
24522 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
24523
24524 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
24525
24526 * talk.el (talk): Remove unused variable `display'.
24527
24528 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
24529 (tar-write-region-annotate): Mark unused parameter.
24530
24531 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
24532 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
24533 Declare them, wrapped in `with-no-warnings' to avoid replacing one
24534 warning by another.
24535
24536 * time-stamp.el (time-stamp-string-preprocess):
24537 Remove unused variable `require-padding'.
24538
24539 * tree-widget.el (widget-glyph-enable): Declare.
24540 (tree-widget-action): Mark unused parameter.
24541
24542 * w32-fns.el (x-get-selection): Mark unused parameter.
24543 (autoload-make-program, generated-autoload-file): Declare.
24544
24545 * wdired.el (wdired-revert): Mark unused parameters.
24546 (wdired-xcase-word): Remove unused variable `err'.
24547
24548 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
24549 (whitespace-help-scroll): Remove unused variable `data-help'.
24550
24551 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
24552 (widget-image-insert, widget-after-change, default)
24553 (widget-default-format-handler, widget-default-notify)
24554 (widget-default-prompt-value, widget-info-link-action)
24555 (widget-url-link-action, widget-function-link-action)
24556 (widget-variable-link-action, widget-file-link-action)
24557 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
24558 (widget-field-prompt-internal, widget-field-action, widget-field-match)
24559 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
24560 (widget-insert-button-action, widget-delete-button-action, visibility)
24561 (widget-documentation-link-action, widget-documentation-string-action)
24562 (widget-const-prompt-value, widget-regexp-match, symbol)
24563 (widget-coding-system-prompt-value)
24564 (widget-key-sequence-value-to-external, sexp)
24565 (widget-sexp-value-to-internal, character, vector, cons)
24566 (widget-choice-prompt-value, widget-boolean-prompt-value)
24567 (widget-color--choose-action): Mark unused parameters.
24568 (widget-item-match-inline, widget-choice-match-inline)
24569 (widget-checklist-match, widget-checklist-match-inline)
24570 (widget-group-match): Rename parameter VALUES to VALS.
24571 (widget-field-value-set): Remove unused variable `size'.
24572 (widget-color-action): Remove unused variables `value' and `start'.
24573
24574 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
24575 variable `dir'. Doc fix.
24576 (windmove-find-other-window): Don't pass it.
24577
24578 * window.el (count-windows): Mark unused parameter.
24579 (bw-adjust-window): Remove unused variable `err'.
24580
24581 * woman.el (woman-file-name): Remove unused variable `default'.
24582 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
24583 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
24584 (global-font-lock-mode): Declare.
24585 (woman-decode-region): Mark unused parameter.
24586 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
24587
24588 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
24589 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
24590 (x-dnd-handle-moz-url): Remove unused variable `title'.
24591 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
24592
24593 * xml.el (xml-parse-tag, xml-parse-attlist):
24594 Remove unused variable `pos'.
24595
24596 2011-04-19 Glenn Morris <rgm@gnu.org>
24597
24598 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
24599 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
24600 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
24601 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
24602 * calendar/cal-html.el (cal-html-insert-minical):
24603 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
24604 (calendar-mark-date-pattern):
24605 Prefix "unused" locals.
24606
24607 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
24608 optional argument `style'.
24609
24610 * calendar/appt.el (appt-make-list):
24611 * calendar/cal-china.el (calendar-chinese-date-string):
24612 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
24613 (diary-hebrew-yahrzeit):
24614 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
24615 * calendar/calendar.el (calendar-generate-window):
24616 * calendar/time-date.el (time-to-days):
24617 Remove unused local variables.
24618
24619 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
24620
24621 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
24622 glyphless-char-display table.
24623 (tabulated-list-glyphless-char-display): New var.
24624
24625 2011-04-18 Sam Steingold <sds@gnu.org>
24626
24627 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
24628 to acknowledgments.
24629
24630 2011-04-17 Glenn Morris <rgm@gnu.org>
24631
24632 * calendar/diary-lib.el (diary-sexp-entry):
24633 * calendar/holidays.el (holiday-sexp):
24634 Set debug-on-error rather than the removed stack-trace-on-error.
24635
24636 2011-04-16 Glenn Morris <rgm@gnu.org>
24637
24638 * progmodes/f90.el: Use lexical-binding.
24639 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
24640
24641 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
24642
24643 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
24644 (mail-mode): Setup mailalias completion here instead.
24645 * mail/mailalias.el: Use lexical-binding.
24646 (pattern, mailalias-done): Declare dynamic.
24647 (mail-completion-at-point-function): New function, from mail-complete.
24648 (mail-complete): Use it.
24649 (mail-completion-expand): New function.
24650 (mail-get-names): Use it.
24651 (mail-directory, mail-directory-process, mail-directory-stream):
24652 Don't use `pattern' for lexically bound arg.
24653
24654 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
24655
24656 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
24657 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
24658 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
24659
24660 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
24661 (byte-save-window-excursion, byte-temp-output-buffer-setup)
24662 (byte-interactive-p): Define them again, for use when inlining
24663 old code.
24664
24665 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
24666
24667 * loadup.el: Use `string-to-number', not `string-to-int'.
24668
24669 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
24670
24671 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
24672 gud-gdb-complete-command.
24673 (gud-gdb-completions): New function, from gud-gdb-complete-command.
24674 (gud-gdb-completion-at-point): New function.
24675 (gud-gdb-completions): Remove.
24676
24677 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
24678
24679 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
24680 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
24681 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
24682 whether `executable-find' is bound.
24683
24684 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
24685
24686 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
24687
24688 * minibuffer.el (completion-in-region-mode-predicate)
24689 (completion-in-region-mode--predicate): New vars.
24690 (completion-in-region, completion-in-region--postch)
24691 (completion-in-region-mode): Use them.
24692 (completion--capf-wrapper): Also return the hook function.
24693 (completion-at-point, completion-help-at-point):
24694 Adjust and provide a predicate.
24695
24696 Preserve arg names for advice of subr and lexical functions (bug#8457).
24697 * help-fns.el (help-function-arglist): Consolidate the subr and
24698 new-byte-code cases. Add argument `preserve-names' to extract names
24699 from the docstring when needed.
24700 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
24701 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
24702 (ad-arglist): Use help-function-arglist's new arg.
24703 (ad-definition-type): Use cond.
24704
24705 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
24706
24707 * autorevert.el (auto-revert-handler):
24708 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
24709 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
24710 Don't quote lambda.
24711
24712 * image-mode.el (image-transform-set-scale):
24713 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
24714
24715 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
24716
24717 * net/network-stream.el (network-stream-open-starttls): Only do
24718 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
24719 Upgrades via gnutls-cli are too slow to be done opportunistically.
24720
24721 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
24722
24723 * dframe.el (dframe-current-frame): Remove spurious quote.
24724
24725 2011-04-12 Glenn Morris <rgm@gnu.org>
24726
24727 * calendar/cal-tex.el (cal-tex-end-document):
24728 Try to automatically use latin1 input if needed.
24729
24730 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
24731 Don't try to cons a mark onto an empty element.
24732
24733 2011-04-11 Leo Liu <sdl.web@gmail.com>
24734
24735 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
24736 buffers.
24737 (ido-kill-buffer-at-head): Support killing virtual buffers.
24738
24739 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
24740
24741 * minibuffer.el (completion-show-inline-help): New var.
24742 (completion--do-completion, minibuffer-complete)
24743 (minibuffer-force-complete, minibuffer-complete-word):
24744 Inhibit minibuffer messages if completion-show-inline-help is nil.
24745
24746 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
24747 to avoid interference from inline help (Bug#5849).
24748
24749 2011-04-10 Leo Liu <sdl.web@gmail.com>
24750
24751 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
24752 Fix typo.
24753
24754 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
24755
24756 * image-mode.el (image-toggle-display-image): Signal an error if
24757 not in Image mode.
24758 (image-transform-mode, image-transform-resize)
24759 (image-transform-set-rotation): Doc fix.
24760 (image-transform-set-resize): Delete.
24761 (image-transform-set-scale, image-transform-fit-to-height)
24762 (image-transform-fit-to-width): Handle image-toggle-display-image
24763 and image-transform-resize directly.
24764
24765 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
24766
24767 * doc-view.el (doc-view-fit-width-to-window)
24768 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
24769 New functions for fitting the shown image to the Emacs window size.
24770 (doc-view-mode-map): Add bindings for the new functions.
24771
24772 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
24773
24774 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
24775 Fix typo in docstring.
24776
24777 2011-04-08 Eli Zaretskii <eliz@gnu.org>
24778
24779 * files.el (file-size-human-readable): Produce one digit after
24780 decimal, like "ls -lh" does.
24781
24782 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
24783 the file size representation.
24784
24785 * simple.el (list-processes): If async subprocesses are not
24786 available, error out with a clear error message.
24787
24788 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
24789
24790 * help.el (help-form-show): New function, to be called from C.
24791 Put help-form output in a buffer named differently than *Help*.
24792
24793 2011-04-08 Eli Zaretskii <eliz@gnu.org>
24794
24795 * files.el (file-size-human-readable): New function.
24796
24797 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
24798 computing the representation inline. Don't require `cl'.
24799
24800 2011-04-08 Glenn Morris <rgm@gnu.org>
24801
24802 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
24803
24804 * net/browse-url.el (browse-url-firefox):
24805 Test system-type, not system-configuration.
24806
24807 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
24808 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
24809 Use log-edit-empty-buffer-p. (Bug#7598)
24810
24811 * net/rlogin.el (rlogin-process-connection-type): Simplify.
24812 (rlogin-mode-map): Initialize in the defvar.
24813 (rlogin): Use ignore-errors.
24814
24815 * replace.el (occur-mode-map): Some fixes for menu items.
24816
24817 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
24818
24819 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
24820
24821 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
24822
24823 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
24824 issuing unused warnings.
24825
24826 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
24827 macro directly.
24828
24829 * simple.el: Lisp reimplement of list-processes. Based on an
24830 earlier reimplementation by Leo Liu, but using tabulated-list.el.
24831 (process-menu-mode): New major mode.
24832 (list-processes--refresh, list-processes):
24833 (process-menu-visit-buffer): New functions.
24834
24835 * files.el (save-buffers-kill-emacs): Don't assume any return
24836 value of list-processes, which is undocumented anyway.
24837
24838 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
24839
24840 * emacs-lisp/tabulated-list.el: New file.
24841
24842 * emacs-lisp/package.el: Use Tabulated List mode.
24843 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
24844 (package-menu-mode): Derive from tabulated-list-mode. Set up the
24845 table format using Tabulated List mode variables.
24846 (package--push): New macro, replacing package-list-maybe-add.
24847 (package-menu--generate): Use package--push. Renamed from
24848 package--generate-package-list.
24849 (package-menu-refresh, list-packages): Use it.
24850 (package-menu--print-info): Rename from package-print-package.
24851 Return insertion data instead of inserting it directly.
24852 (package-menu-describe-package, package-menu-execute):
24853 Use tabulated-list-get-id.
24854 (package-menu-mark-delete, package-menu-mark-install)
24855 (package-menu-mark-unmark, package-menu-backup-unmark)
24856 (package-menu-mark-obsolete-for-deletion):
24857 Use tabulated-list-put-tag.
24858 (package--list-packages, package-menu-revert)
24859 (package-menu-get-package, package-menu-get-version)
24860 (package-menu-sort-by-column): Functions deleted.
24861 (package-menu-package-list, package-menu-sort-key): Vars deleted.
24862 (package-menu--status-predicate, package-menu--version-predicate)
24863 (package-menu--name-predicate)
24864 (package-menu--description-predicate): Handle arguments in the
24865 Tabulated List format.
24866 (package-list-packages-no-fetch): Call list-packages.
24867
24868 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
24869
24870 * files.el (after-find-file-from-revert-buffer): Remove variable.
24871 (after-find-file): Don't bind it.
24872 (revert-buffer-in-progress-p): New variable.
24873 (revert-buffer): Bind it.
24874 Pass nil for `after-find-file-from-revert-buffer'.
24875
24876 * saveplace.el (save-place-find-file-hook): Use new variable
24877 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
24878
24879 2011-04-06 Glenn Morris <rgm@gnu.org>
24880
24881 * Makefile.in (AUTOGEN_VCS): New variable.
24882 (autoloads): Use $AUTOGEN_VCS.
24883
24884 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
24885 * calendar/calendar.el (calendar-mode-map):
24886 Check for toolkit scroll bars. (Bug#8305)
24887
24888 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
24889
24890 * minibuffer.el (completion-in-region--postch)
24891 (completion-in-region-mode): Remove unnecessary messages.
24892
24893 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
24894
24895 * font-lock.el (font-lock-refresh-defaults):
24896 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
24897 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
24898
24899 * info.el (Info-directory-list, Info-read-node-name-2)
24900 (Info-split-parameter-string): Doc fixes.
24901 (Info-virtual-nodes): Reflow docstring.
24902 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
24903 (Info-apropos-toc-nodes, info-finder, Info-get-token)
24904 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
24905 Fix typos in docstrings.
24906 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
24907 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
24908 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
24909 (Info-restore-desktop-buffer): Mark unused parameters.
24910 (Info-directory-find-file, Info-directory-find-node)
24911 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
24912 (Info-virtual-index-find-node, Info-apropos-find-file)
24913 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
24914 Mark unused parameters; fix typos in docstrings.
24915 (Info-virtual-index): Remove unused local variable `nodename'.
24916
24917 2011-04-05 Deniz Dogan <deniz@dogan.se>
24918
24919 * net/rcirc.el: Update my e-mail address.
24920 (rcirc-mode-map): Remove M-o binding.
24921
24922 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
24923
24924 * startup.el (command-line): Save the cursor's theme-face
24925 directly, instead of using face-override-spec.
24926
24927 * custom.el (load-theme): Minor optimization in assigning faces.
24928
24929 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
24930
24931 * help-fns.el (describe-variable): Complete all variables having
24932 documentation, including keywords.
24933 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
24934
24935 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
24936
24937 Convert to lexical-binding.
24938
24939 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
24940 (bs--get-marked-string, bs--get-modified-string)
24941 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
24942 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
24943 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
24944
24945 * ehelp.el (electric-help-execute-extended)
24946 (electric-help-ctrl-x-prefix):
24947 * hexl.el (hexl-revert-buffer-function):
24948 * linum.el (linum-after-change, linum-after-scroll):
24949 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
24950
24951 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
24952
24953 2011-04-04 Daiki Ueno <ueno@unixuser.org>
24954
24955 * epa-dired.el:
24956 * epa-mail.el:
24957 * epa-hook.el:
24958 * epa-file.el:
24959 * epa.el:
24960 * epg.el: Use lexical binding.
24961
24962 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
24963
24964 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
24965
24966 * textmodes/flyspell.el (flyspell-word): Recognize default
24967 dictionary case for flyspell-mark-duplications-exceptions.
24968 Use regexp matching for languages.
24969 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
24970 default dictionary (Bug#7926).
24971
24972 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
24973
24974 * emacs-lisp/package.el (package--with-work-buffer):
24975 Recognize https URLs.
24976
24977 * net/network-stream.el: Move from gnus/proto-stream.el.
24978 Change prefix to network-stream throughout.
24979 (open-protocol-stream): Merge into open-network-stream, leaving
24980 open-protocol-stream as an alias. Handle nil BUFFER args.
24981
24982 * subr.el (open-network-stream): Move to net/network-stream.el.
24983
24984 2011-04-02 Glenn Morris <rgm@gnu.org>
24985
24986 * find-dired.el (find-exec-terminator): New option.
24987 (find-ls-option): Test for -ls support.
24988 (find-ls-subdir-switches): Test for -b in find-ls-option.
24989 (find-dired, find-grep-dired): Doc fixes.
24990 (find-dired): Use find-exec-terminator.
24991
24992 * find-dired.el (find-ls-option, find-ls-subdir-switches)
24993 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
24994 (find-name-arg): Remove purecopy.
24995
24996 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
24997 (grep-compute-defaults): Check for `-exec COMMAND +' support.
24998 Set grep-find-use-xargs, grep-find-command, and grep-find-template
24999 accordingly. Don't add the null-device if not needed.
25000
25001 * files.el (save-some-buffers): Doc fix.
25002
25003 2011-04-02 Eli Zaretskii <eliz@gnu.org>
25004
25005 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
25006
25007 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
25008
25009 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
25010 Use `dolist' rather than `mapcar'.
25011
25012 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
25013
25014 Add lexical binding.
25015
25016 * subr.el (apply-partially): Use new closures rather than CL.
25017 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
25018 (dolist, dotimes): Use slightly different expansion for lexical code.
25019 (functionp): Move to C.
25020 (letrec): New macro.
25021 (with-wrapper-hook): Use it and apply-partially instead of CL.
25022 (eval-after-load): Preserve lexical-binding.
25023 (save-window-excursion, with-output-to-temp-buffer): Turn them
25024 into macros.
25025
25026 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
25027
25028 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
25029 than the arglist.
25030 (help-add-fundoc-usage): Don't add `Not documented'.
25031 (help-function-arglist): Handle closures, subroutines, and new
25032 byte-code-functions.
25033 (help-make-usage): Remove leading underscores.
25034 (describe-function-1): Handle closures.
25035 (describe-variable): Use special-variable-p for completion.
25036
25037 * files.el (lexical-binding): Declare safe.
25038
25039 * emacs-lisp/pcase.el: Don't use destructuring-bind.
25040 (pcase--memoize): Rename from pcase-memoize. Change weakness.
25041 (pcase): Add `let' pattern.
25042 Change memoization so it actually works.
25043 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
25044 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
25045 <let>: New case.
25046
25047 * emacs-lisp/macroexp.el: Use lexical binding.
25048 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
25049 Don't convert ' to #' without checking that it's indeed quoting
25050 a lambda.
25051
25052 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
25053 Use eval-sexp-add-defvars.
25054 (eval-sexp-add-defvars): New fun.
25055
25056 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
25057
25058 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
25059 Don't autoload.
25060 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
25061 than the internal `byte-compile-lambda'.
25062 (defmethod): Don't hide code under quotes.
25063 (eieio-defmethod): New `code' argument.
25064
25065 * emacs-lisp/eieio-comp.el: Remove.
25066
25067 * emacs-lisp/edebug.el (edebug-eval-defun)
25068 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
25069 (edebug-toggle): Avoid `eval'.
25070
25071 * emacs-lisp/disass.el (disassemble-internal): Handle new
25072 `closure' objects.
25073 (disassemble-1): Handle new byte codes.
25074
25075 * emacs-lisp/cl.el (pushnew): Silence warning.
25076
25077 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
25078 (cl-byte-compile-throw): Remove.
25079 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
25080
25081 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
25082 closures.
25083
25084 * emacs-lisp/cconv.el: New file.
25085
25086 * emacs-lisp/bytecomp.el: Use lexical binding instead of
25087 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
25088 (byte-compile-initial-macro-environment):
25089 Handle declare-function here.
25090 (byte-compile--lexical-environment): New var.
25091 (byte-stack-ref, byte-stack-set, byte-discardN)
25092 (byte-discardN-preserve-tos): New lap codes.
25093 (byte-interactive-p): Don't use any more.
25094 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
25095 New macros.
25096 (byte-compile-lapcode): Use them and handle new lap codes.
25097 (byte-compile-obsolete): Remove.
25098 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
25099 (byte-compile-arglist-warn): Check late def of inlinable funs.
25100 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
25101 since they should have been expanded by now.
25102 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
25103 (byte-compile-from-buffer): Remove unused second arg.
25104 (byte-compile-preprocess): New function.
25105 (byte-compile-toplevel-file-form): New function to distinguish
25106 file-form calls from outside from file-form calls from hunk-handlers.
25107 (byte-compile-file-form): Simplify.
25108 (byte-compile-file-form-defsubst): Remove.
25109 (byte-compile-file-form-defmumble): Simplify now that
25110 byte-compile-lambda always returns a byte-code-function.
25111 (byte-compile): Preprocess.
25112 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
25113 Remove, not used any more.
25114 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
25115 (byte-compile-make-args-desc): New funs.
25116 (byte-compile-lambda): Handle lexical functions. Always return
25117 a byte-code-function.
25118 (byte-compile-reserved-constants): New var, to make up room for
25119 closed-over variables.
25120 (byte-compile-constants-vector): Obey it.
25121 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
25122 (byte-compile-macroexpand-declare-function): New function.
25123 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
25124 byte-code-functions.
25125 (byte-compile-form): Check obsolescence here.
25126 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
25127 (byte-compile-variable-ref): Remove.
25128 (byte-compile-dynamic-variable-op): New fun.
25129 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25130 (byte-compile-variable-set): New funs.
25131 (byte-compile-discard): Add 2 args.
25132 (byte-compile-stack-ref, byte-compile-stack-set)
25133 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
25134 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
25135 macroexpand-all instead.
25136 (byte-compile-quote-form): Remove.
25137 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
25138 (byte-compile-bind, byte-compile-unbind): New funs.
25139 (byte-compile-let): Handle let* and lexical binding.
25140 (byte-compile-let*): Remove.
25141 (byte-compile-catch, byte-compile-unwind-protect)
25142 (byte-compile-track-mouse, byte-compile-condition-case):
25143 Handle a new :fun-body form, used for lexical scoping.
25144 (byte-compile-save-window-excursion)
25145 (byte-compile-with-output-to-temp-buffer): Remove.
25146 (byte-compile-defun): Simplify.
25147 (byte-compile-stack-adjustment): New fun.
25148 (byte-compile-out): Use it.
25149 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
25150
25151 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
25152 handler any more.
25153
25154 * emacs-lisp/byte-opt.el: Use lexical binding.
25155 (byte-inline-lapcode): Remove (to bytecomp).
25156 (byte-compile-inline-expand): Pay attention to inlining to/from
25157 lexically bound code.
25158 (byte-compile-unfold-lambda): Don't handle byte-code-functions
25159 any more.
25160 (byte-optimize-form-code-walker): Don't handle save-window-excursion
25161 any more and don't call compiler-macros.
25162 (byte-compile-splice-in-already-compiled-code): Remove.
25163 (byte-code): Don't inline any more.
25164 (disassemble-offset): Receive `bytes' as argument rather than via
25165 dynamic scoping.
25166 (byte-compile-tag-number): Declare before first use.
25167 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
25168 `return' even if make-spliceable.
25169 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
25170 obsolete interactive-p.
25171 (byte-optimize-lapcode): Optimize new lap-codes.
25172 Don't trip up on new form of `byte-constant' lap code.
25173
25174 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
25175
25176 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
25177
25178 * custom.el (custom-initialize-default, custom-declare-variable):
25179 Use `defvar'.
25180
25181 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
25182 New variables.
25183 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
25184 (COMPILE_FIRST): Add macroexp and cconv.
25185 * makefile.w32-in: Mirror changes in Makefile.in.
25186
25187 * vc/cvs-status.el:
25188 * vc/diff-mode.el:
25189 * vc/log-edit.el:
25190 * vc/log-view.el:
25191 * vc/smerge-mode.el:
25192 * textmodes/bibtex-style.el:
25193 * textmodes/css-mode.el:
25194 * startup.el:
25195 * uniquify.el:
25196 * minibuffer.el:
25197 * newcomment.el:
25198 * reveal.el:
25199 * server.el:
25200 * mpc.el:
25201 * emacs-lisp/smie.el:
25202 * doc-view.el:
25203 * dired.el:
25204 * abbrev.el: Use lexical binding.
25205
25206 2011-04-01 Eli Zaretskii <eliz@gnu.org>
25207
25208 * info.el (info-display-manual): New function.
25209
25210 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
25211
25212 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
25213
25214 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
25215
25216 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
25217 an entry for that server in rcirc-authinfo. (Bug#8385)
25218
25219 2011-03-31 Glenn Morris <rgm@gnu.org>
25220
25221 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
25222
25223 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
25224
25225 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
25226
25227 * progmodes/python.el (python-default-interpreter)
25228 (python-python-command-args, python-jython-command-args)
25229 (python-which-shell, python-which-args, python-which-bufname)
25230 (python-file-queue, python-comint-output-filter-function)
25231 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
25232 variables and functions.
25233
25234 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
25235
25236 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
25237 (completion-in-region-mode): New minor mode.
25238 (completion-in-region): Use it.
25239 (completion-in-region--data, completion-in-region-mode-map): New vars.
25240 (completion-in-region--postch): New function.
25241 (completion--capf-misbehave-funs, completion--capf-safe-funs):
25242 New vars.
25243 (completion--capf-wrapper): New function.
25244 (completion-at-point): Use it to track well-behavedness of
25245 hook functions.
25246 (completion-help-at-point): New command.
25247
25248 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
25249
25250 * vc/add-log.el (add-change-log-entry): Don't use whitespace
25251 syntax class to search for whitespace on a single line
25252 (Message-ID: <4D938140.4030905@redhat.com>).
25253
25254 2011-03-30 Leo Liu <sdl.web@gmail.com>
25255
25256 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
25257 New commands.
25258 (edit-abbrevs-map): Bind them here.
25259 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
25260
25261 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
25262
25263 * allout.el (allout-hide-by-annotation, allout-flag-region):
25264 Reduce possibility of overlay leakage by making them volatile.
25265
25266 * allout-widgets.el (allout-widgets-tally): Define as nil so the
25267 hash is not shared between buffers. Mode initialization is
25268 responsible for giving it a useful starting value.
25269 (allout-item-span): Reduce possibility of overlay leakage by
25270 making them volatile.
25271 (allout-widgets-count-buttons-in-region): Add diagnostic function
25272 for tracking down button overlay leaks.
25273
25274 2011-03-29 Leo Liu <sdl.web@gmail.com>
25275
25276 * ido.el (ido-read-internal): Use the default history var
25277 minibuffer-history if no HISTORY is specified.
25278
25279 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
25280
25281 * net/imap.el (imap-shell-open, imap-process-connection-type):
25282 Use imap-process-connection-type for 'shell' streams as well as
25283 Kerberos, SSL, other subprocesses.
25284
25285 2011-03-28 Leo Liu <sdl.web@gmail.com>
25286
25287 * abbrev.el (abbrev-table-empty-p): New function.
25288 (prepare-abbrev-list-buffer): Place empty abbrev tables after
25289 nonempty ones. (Bug#5937)
25290
25291 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
25292
25293 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
25294
25295 2011-03-27 Leo Liu <sdl.web@gmail.com>
25296
25297 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
25298 for foreground and background colors.
25299 (ansi-color-make-color-map): Adapt.
25300
25301 2011-03-25 Leo Liu <sdl.web@gmail.com>
25302
25303 * midnight.el (midnight-time-float): Remove. Note it calculates
25304 the microsecond component incorrectly and seconds-to-time does the
25305 same job.
25306 Remove redundant (require 'timer).
25307
25308 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
25309 (ido-completions): Remove unused arguments. (Bug#8329)
25310
25311 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
25312
25313 * minibuffer.el (completion--flush-all-sorted-completions):
25314 Remove itself from hook.
25315 (completion-at-point): Let the functions perform the completion
25316 immediately and return nil or t.
25317 * comint.el (comint-dynamic-complete-functions): Now identical to
25318 completion-at-point-functions.
25319 (comint-dynamic-list-input-ring): Remove unused var `index'.
25320 (comint--match-partial-filename, comint--unquote&expand-filename):
25321 New funs, split from comint-match-partial-filename.
25322 (comint-dynamic-complete): Use completion-at-point.
25323 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
25324
25325 2011-03-24 Drew Adams <drew.adams@oracle.com>
25326
25327 * thingatpt.el: Support `defun'.
25328
25329 2011-03-23 Leo Liu <sdl.web@gmail.com>
25330
25331 * abbrevlist.el: Move to obsolete/abbrevlist.el.
25332
25333 * help-mode.el (help-mode-finish): Tweak regexp.
25334
25335 2011-03-23 Glenn Morris <rgm@gnu.org>
25336
25337 * eshell/esh-opt.el (eshell-eval-using-options):
25338 Do not bind unused local variable `eshell-option-stub'.
25339
25340 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
25341
25342 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
25343
25344 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
25345 keymap variable in `with-no-warnings' to avoid a warning when the
25346 keymap has been already `defconst'ed.
25347
25348 2011-03-22 Leo Liu <sdl.web@gmail.com>
25349
25350 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
25351 encode all chars in abbrevs; otherwise use emacs-mule or
25352 utf-8-emacs. (Bug#8308)
25353
25354 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
25355
25356 * simple.el (backward-delete-char-untabify):
25357 Avoid warning about using `delete-backward-char'.
25358
25359 * image.el (image-type-file-name-regexps): Make it variable.
25360 `imagemagick-register-types' modifies it, and the user may want
25361 to add new extensions for known image types.
25362 (imagemagick-register-types): Throw error if not using ImageMagick.
25363
25364 2011-03-22 Leo Liu <sdl.web@gmail.com>
25365
25366 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
25367 located before rcirc-prompt-end-marker.
25368 (rcirc-complete): Error if point is not after rcirc prompt.
25369 Handle the case when table is nil.
25370 (rcirc-user-authenticated): Define to fix compiler warning.
25371
25372 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
25373
25374 * custom.el (custom--inhibit-theme-enable): Make it affect only
25375 custom-theme-set-variables and custom-theme-set-faces.
25376 (provide-theme): Ignore custom--inhibit-theme-enable.
25377 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
25378 (custom-enabling-themes): Delete variable.
25379 (enable-theme): Accept only loaded themes as arguments.
25380 Ignore the special custom-enabled-themes variable.
25381 (custom-enabled-themes): Forbid themes from setting this.
25382 Eliminate use of custom-enabling-themes.
25383 (custom-push-theme): Quote "changed" custom var entry.
25384
25385 2011-03-21 Leo Liu <sdl.web@gmail.com>
25386
25387 * ido.el (ido-read-internal): Add ido-selected to history instead
25388 of user input.
25389
25390 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
25391
25392 * subr.el (deferred-action-list, deferred-action-function):
25393 Mark obsolete.
25394
25395 2011-03-21 Leo Liu <sdl.web@gmail.com>
25396
25397 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
25398 change on 2011-02-13 (bug#8309).
25399
25400 * minibuffer.el (read-file-name-function): Change default value.
25401 (read-file-name--defaults): Rename from read-file-name-defaults.
25402 (read-file-name-default): Rename from read-file-name.
25403 (read-file-name): Call read-file-name-function.
25404
25405 2011-03-21 Glenn Morris <rgm@gnu.org>
25406
25407 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
25408 Doc fixes.
25409
25410 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
25411
25412 * cus-theme.el: Add missing provide statement.
25413 (customize-create-theme): Extract theme value correctly.
25414 (custom-theme-visit-theme): Autoload.
25415 (customize-create-theme): Prompt before inserting default faces.
25416
25417 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
25418
25419 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
25420 units and musical notes.
25421
25422 2011-03-20 Leo Liu <sdl.web@gmail.com>
25423
25424 * ido.el (ido-read-internal): Use completing-read-default.
25425 (ido-completing-read): Fix compatibility with completing-read.
25426
25427 2011-03-20 Christian Ohler <ohler@gnu.org>
25428
25429 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
25430 (ert-delete-all-tests): Use `called-interactively-p' rather than
25431 `interactive-p'.
25432 (ert--make-xrefs-region): Respect END.
25433
25434 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
25435
25436 * dired-aux.el (dired-create-directory): Signal an error if the
25437 directory already exists (Bug#8246).
25438
25439 * facemenu.el (list-colors-display): Call list-faces-display
25440 inside with-help-window.
25441 (list-colors-print): Use display property to align the final
25442 column, instead of checking window-width.
25443
25444 2011-03-19 Eli Zaretskii <eliz@gnu.org>
25445
25446 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
25447 windows-nt systems.
25448 (emerge-protect-metachars): Quote correctly for ms-dos and
25449 windows-nt systems.
25450
25451 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
25452
25453 * info.el (info-initialize): Replace all uses of `:' with
25454 path-separator for compatibility with non-Unix systems.
25455 Cache quoting of path-separator. (Bug#8258)
25456
25457 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
25458
25459 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
25460 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
25461 (mouse-avoidance-mode): Fix typos in docstrings.
25462
25463 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
25464
25465 * startup.el (package-subdirectory-regexp): Move from package.el.
25466 Omit \\` and \\', and let callers add them.
25467
25468 * emacs-lisp/package.el (package-strip-version)
25469 (package-load-all-descriptors): Add \\` and \\' to
25470 package-subdirectory-regexp before using it.
25471 (package-untar-buffer): New arg DIR; ensure that file untars only
25472 into this expected directory. Remove superfluous delete-region.
25473 (package-unpack): Caller changed.
25474 (package-tar-file-info): Use package-subdirectory-regexp.
25475
25476 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
25477
25478 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
25479 diff-mode-shared-map (bug#8284).
25480 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
25481
25482 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
25483
25484 * calendar/time-date.el (format-seconds): Use assoc instead of
25485 assoc-string, since assoc-string doesn't exist in XEmacs.
25486
25487 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
25488
25489 * custom.el (custom-known-themes): Reflow docstring.
25490 (custom-theme-load-path): Fix typo in docstring.
25491 (load-theme): Fix typo in error message.
25492 (custom-available-themes, custom-variable-theme-value):
25493 Use `let', not `let*'.
25494
25495 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
25496
25497 * calc/README: Mention inclusion of musical notes.
25498
25499 * calc/calc-units.el (calc-lu-quant): Rename from
25500 `calc-logunits-quantity'.
25501 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
25502 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
25503 (calc-db): Rename from `calc-dblevel'.
25504 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
25505 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
25506 (calc-np): Rename from `calc-nplevel'.
25507 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
25508 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
25509 (calc-lu-plus): Rename from `calc-logunits-add'.
25510 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
25511 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
25512 (calc-lu-minus): Rename from `calc-logunits-sub'.
25513 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
25514 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
25515 (calc-lu-times): Rename from `calc-logunits-mul'.
25516 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
25517 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
25518 (calc-lu-divide): Rename from `calc-logunits-div'.
25519 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
25520 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
25521
25522 * calc/calc-ext.el (calc-init-extensions): Update the names of the
25523 functions being autoloaded.
25524
25525 * calc/calc.el (calc-lu-power-reference): Rename from
25526 `calc-logunits-power-reference'.
25527 (calc-lu-field-reference): Rename from
25528 `calc-logunits-field-reference'.
25529
25530 * calc/calc-help.el (calc-l-prefix-help):
25531 Mention musical note functions.
25532
25533 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
25534
25535 * minibuffer.el (completion-all-sorted-completions):
25536 Use :completion-cycle-penalty text property if present.
25537
25538 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
25539
25540 * allout.el (allout-yank-processing): Adjust for new rebulleting
25541 regime so bullet being yanked is used without prompting the user
25542 for a choice.
25543
25544 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
25545
25546 * startup.el (command-line): Warn the user that _emacs is deprecated.
25547
25548 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
25549
25550 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
25551 (delphi-verbose, delphi-comment-face, delphi-string-face)
25552 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
25553 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
25554 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
25555 (delphi-new-comment-line, delphi-font-lock-defaults)
25556 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
25557 Fix typos in docstrings.
25558
25559 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
25560
25561 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
25562 Invert the roles of character and string values for INSTEAD, so a
25563 string is used for the more common case of a defaulting prompt.
25564
25565 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
25566
25567 * progmodes/ruby-mode.el (ruby-backward-sexp):
25568 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
25569 * play/gamegrid.el (gamegrid-make-face):
25570 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
25571 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
25572 * notifications.el (notifications-notify):
25573 * net/xesam.el (xesam-search-engines):
25574 * net/quickurl.el (quickurl-list-insert):
25575 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
25576
25577 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
25578
25579 * startup.el (command-line): Update package subdirectory regexp.
25580
25581 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
25582
25583 * allout.el (allout-abbreviate-flattened-numbering)
25584 (allout-mode-deactivate-hook): Fix up obsolescence "date".
25585
25586 * subr.el (read-char-choice): Only show the cursor after the prompt,
25587 not after the answer.
25588
25589 2011-03-15 Kevin Ryde <user42@zip.com.au>
25590
25591 * help-fns.el (variable-at-point): Skip leading quotes, if any
25592 (bug#8253).
25593
25594 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
25595
25596 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
25597 warning message.
25598
25599 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
25600
25601 * shell.el (shell): When called interactively, offer to change the
25602 shell file name on remote hosts.
25603
25604 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
25605
25606 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
25607 integration for LDAP parameters. The host, base, user or binddn,
25608 and secret tokens can be specified in a netrc file, for instance.
25609 This is optional because an `auth-source' parameter must be
25610 specified in the search attributes.
25611
25612 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
25613
25614 * help.el (describe-mode): Link to the mode's definition (bug#8185).
25615
25616 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
25617
25618 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
25619 into declaration. Remove redundant and harmful binding.
25620
25621 2011-03-12 Eli Zaretskii <eliz@gnu.org>
25622
25623 * files.el (file-ownership-preserved-p): Pass `integer' as an
25624 explicit 2nd argument to `file-attributes'. If the file's owner
25625 is the Administrators group on Windows, and the current user is
25626 Administrator, consider that a match.
25627
25628 * server.el (server-ensure-safe-dir): Consider server directory
25629 safe on MS-Windows if its owner is the Administrators group while
25630 the current Emacs user is Administrator. Use `=' to compare
25631 numerical UIDs, since they could be integers or floats.
25632
25633 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
25634
25635 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
25636
25637 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
25638
25639 Sync with Tramp 2.2.1.
25640
25641 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
25642
25643 * net/trampver.el: Update release number.
25644
25645 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
25646
25647 * progmodes/compile.el (compilation--previous-directory): Fix up
25648 various nil/dead-marker mismatches (bug#8014).
25649 (compilation-directory-properties, compilation-error-properties):
25650 Don't call it at a position past the one we're about to change.
25651
25652 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
25653 Disable obsolescence warnings in the file that declares it.
25654
25655 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
25656
25657 * allout-widgets.el (allout-widgets-tally):
25658 Initialize allout-widgets-tally as a hash table rather than nil to
25659 prevent mode-line redisplay warnings. Also, clarify the module
25660 description and fix a comment typo.
25661
25662 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
25663
25664 * help-fns.el (describe-variable): Don't complete keywords.
25665 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
25666
25667 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
25668
25669 * emacs-lisp/package.el (package-version-join): Impose a standard
25670 string representation for pre/alpha/beta version lists.
25671 (package-unpack-single): Standardize the directory name by passing
25672 it through package-version-join.
25673 (package-strip-rcs-id): Accept any version string that does not
25674 signal an error in version-to-list.
25675
25676 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
25677
25678 * simple.el (delete-trailing-whitespace): Return nil for the
25679 benefit of `write-file-functions'.
25680
25681 2011-03-10 Glenn Morris <rgm@gnu.org>
25682
25683 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
25684
25685 * vc/vc-git.el (vc-git-program): New option.
25686 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
25687 (vc-git--call): Use it.
25688
25689 * eshell/esh-util.el (eshell-condition-case): Doc fix.
25690
25691 * cus-edit.el (Custom-newline): If no button at point, look
25692 for a subgroup button at start-of-line. (Bug#2298)
25693
25694 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
25695
25696 2011-03-10 Julien Danjou <julien@danjou.info>
25697
25698 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
25699 `cursor-type' is nil.
25700
25701 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
25702
25703 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
25704
25705 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
25706
25707 * allout.el: Change so yank of distinctive-bullet items
25708 preserves the existing header prefix, rebulleting it if necessary,
25709 rather than replacing it. This is necessary for proper operation
25710 of cooperative addons like allout-widgets.
25711 (allout-make-topic-prefix, allout-rebullet-heading):
25712 Change SOLICIT arg to INSTEAD, and interpret additionally a string
25713 value as alternate bullet to be used, instead of prompting the user
25714 for a bullet character.
25715
25716 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
25717
25718 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25719 Do not use `tramp-file-name-port', because this returns also
25720 `tramp-default-port'.
25721
25722 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
25723
25724 * net/rcirc.el (rcirc-handler-001): Remove useless
25725 with-rcirc-process-buffer.
25726 (rcirc-check-auth-status): Swap arguments to string-match.
25727
25728 2011-03-09 Glenn Morris <rgm@gnu.org>
25729
25730 * shell.el (shell-mode):
25731 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
25732
25733 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
25734 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
25735
25736 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
25737
25738 * emacs-lisp/package.el (package-refresh-contents)
25739 (package-menu-execute): Use condition-case-no-debug.
25740
25741 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
25742
25743 * simple.el (shell-command-to-string): Use `process-file'.
25744
25745 * emacs-lisp/package.el (package-tar-file-info): Handle also
25746 remote files.
25747
25748 * emacs-lisp/package-x.el (package-upload-buffer-internal):
25749 Use `equal' for upload base check.
25750
25751 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
25752
25753 * textmodes/texinfo.el (texinfo-environments):
25754 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
25755
25756 2011-03-08 Glenn Morris <rgm@gnu.org>
25757
25758 * cus-start.el (cursor-in-non-selected-windows):
25759 Fix :set quoting oddness. (Bug#8192)
25760
25761 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
25762 in some setf expressions. (Bug#2159)
25763
25764 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
25765
25766 * custom.el (custom-available-themes): Return themes in
25767 alphabetical order.
25768
25769 See ChangeLog.15 for earlier changes.
25770
25771 ;; Local Variables:
25772 ;; coding: utf-8
25773 ;; End:
25774
25775 Copyright (C) 2011-2013 Free Software Foundation, Inc.
25776
25777 This file is part of GNU Emacs.
25778
25779 GNU Emacs is free software: you can redistribute it and/or modify
25780 it under the terms of the GNU General Public License as published by
25781 the Free Software Foundation, either version 3 of the License, or
25782 (at your option) any later version.
25783
25784 GNU Emacs is distributed in the hope that it will be useful,
25785 but WITHOUT ANY WARRANTY; without even the implied warranty of
25786 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25787 GNU General Public License for more details.
25788
25789 You should have received a copy of the GNU General Public License
25790 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.